Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-456

Can't load the jdbc driver(org.apache.derby.jdbc.EmbeddedDriver) when the derby.jar is contained in a directory having exclamation mark("!")

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • 10.0.2.1
    • None
    • JDBC
    • None
    • Normal

    Description

      The test program is as below:

      import org.apache.derby.jdbc.EmbeddedDriver;

      public class testDerby {
      public static void main(String[] args) {
      try

      { new EmbeddedDriver(); }

      catch (Exception e)

      { System.out.println(e.getMessage()); e.printStackTrace(); }

      }
      }

      The following exception is thrown:

      XBM02.D : [0] org.apache.derby.iapi.services.stream.InfoStreams
      ERROR XBM02: XBM02.D : [0] org.apache.derby.iapi.services.stream.InfoStreams
      at org.apache.derby.iapi.error.StandardException.newException(StandardException.java)
      at org.apache.derby.iapi.services.monitor.Monitor.missingImplementation(Monitor.java)
      at org.apache.derby.impl.services.monitor.TopService.bootModule(TopService.java)
      at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(BaseMonitor.java)
      at org.apache.derby.iapi.services.monitor.Monitor.startSystemModule(Monitor.java)
      at org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(BaseMonitor.java)
      at org.apache.derby.impl.services.monitor.FileMonitor.<init>(FileMonitor.java)
      at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Monitor.java)
      at org.apache.derby.iapi.jdbc.JDBCBoot.boot(JDBCBoot.java)
      at org.apache.derby.jdbc.EmbeddedDriver.boot(EmbeddedDriver.java)
      at org.apache.derby.jdbc.EmbeddedDriver.<clinit>(EmbeddedDriver.java)
      at testDerby.main(testDerby.java:6)

      Attachments

        Activity

          People

            Unassigned Unassigned
            aakashagrawal aakash agrawal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: