You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by David <il...@winamp-faq.de> on 2006/04/13 16:20:40 UTC

Problems with Derby in Java

Hi everyone!

I have a problem.
In our software we use Derby as DB.
On the PCs of all other group members, the build runs just fine, only my
PC doesn't seem to like me.
So, this is a problem with my configuration, not within the Software itself.

When running our Software, I get the following error:

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(Unknown
Source)
	at
org.apache.derby.iapi.services.monitor.Monitor.missingImplementation(Unknown
Source)
	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown
Source)
	at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown
Source)
	at
org.apache.derby.iapi.services.monitor.Monitor.startSystemModule(Unknown
Source)
	at
org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown
Source)
	at org.apache.derby.impl.services.monitor.FileMonitor.<init>(Unknown Source)
	at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown
Source)
	at org.apache.derby.iapi.jdbc.JDBCBoot.boot(Unknown Source)
	at org.apache.derby.jdbc.EmbeddedDriver.boot(Unknown Source)
	at org.apache.derby.jdbc.EmbeddedDriver.<clinit>(Unknown Source)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at de.docuvent.demo.db.drivers.DatabaseDriverDerby.<init>(Unknown Source)
	at de.docuvent.demo.db.drivers.DatabaseDriverFactory.factory(Unknown Source)
	at de.docuvent.demo.db.Database.<init>(Unknown Source)
	at de.docuvent.demo.db.Database.singleton(Unknown Source)
	at de.docuvent.demo.DemoInitProgram.run(Unknown Source)
	at de.docuvent.demo.Main.main(Unknown Source)

I hope someone can help me.
Thank you in advance!

Greetings,
David

Re: Problems with Derby in Java

Posted by David <il...@winamp-faq.de>.
Hi Rajesh,

Thanx for your help!
The foldername contained a "!", which seemd to be defnitely the problem,
because I moved the folder and now it works.

Thank you very much!

Greetings, David

On Do, 13.04.2006, 18:16, Rajesh Kartha wrote:
> Hi David,
>
> Are there any special characters in the directory which contains the
> derby.jar ?
>
> There an known issue logged in JIRA related to that:
> http://issues.apache.org/jira/browse/DERBY-456
> <http://issues.apache.org/jira/browse/DERBY-456>
>
>
> -Rajesh
>
>
> David wrote:
>
>>Hi everyone!
>>
>>I have a problem.
>>In our software we use Derby as DB.
>>On the PCs of all other group members, the build runs just fine, only my
>>PC doesn't seem to like me.
>>So, this is a problem with my configuration, not within the Software
>> itself.
>>
>>When running our Software, I get the following error:
>>
>>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(Unknown
>>Source)
>>	at
>>org.apache.derby.iapi.services.monitor.Monitor.missingImplementation(Unknown
>>Source)
>>	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown
>>Source)
>>	at
>> org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown
>>Source)
>>	at
>>org.apache.derby.iapi.services.monitor.Monitor.startSystemModule(Unknown
>>Source)
>>	at
>>org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown
>>Source)
>>	at org.apache.derby.impl.services.monitor.FileMonitor.<init>(Unknown
>> Source)
>>	at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown
>>Source)
>>	at org.apache.derby.iapi.jdbc.JDBCBoot.boot(Unknown Source)
>>	at org.apache.derby.jdbc.EmbeddedDriver.boot(Unknown Source)
>>	at org.apache.derby.jdbc.EmbeddedDriver.<clinit>(Unknown Source)
>>	at java.lang.Class.forName0(Native Method)
>>	at java.lang.Class.forName(Unknown Source)
>>	at de.docuvent.demo.db.drivers.DatabaseDriverDerby.<init>(Unknown
>> Source)
>>	at de.docuvent.demo.db.drivers.DatabaseDriverFactory.factory(Unknown
>> Source)
>>	at de.docuvent.demo.db.Database.<init>(Unknown Source)
>>	at de.docuvent.demo.db.Database.singleton(Unknown Source)
>>	at de.docuvent.demo.DemoInitProgram.run(Unknown Source)
>>	at de.docuvent.demo.Main.main(Unknown Source)
>>
>>I hope someone can help me.
>>Thank you in advance!
>>
>>Greetings,
>>David
>>
>>
>>
>
>
>


Re: Problems with Derby in Java

Posted by Rajesh Kartha <ka...@gmail.com>.
Hi David,

Are there any special characters in the directory which contains the 
derby.jar ?

There an known issue logged in JIRA related to that:
http://issues.apache.org/jira/browse/DERBY-456 
<http://issues.apache.org/jira/browse/DERBY-456>


-Rajesh


David wrote:

>Hi everyone!
>
>I have a problem.
>In our software we use Derby as DB.
>On the PCs of all other group members, the build runs just fine, only my
>PC doesn't seem to like me.
>So, this is a problem with my configuration, not within the Software itself.
>
>When running our Software, I get the following error:
>
>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(Unknown
>Source)
>	at
>org.apache.derby.iapi.services.monitor.Monitor.missingImplementation(Unknown
>Source)
>	at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown
>Source)
>	at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown
>Source)
>	at
>org.apache.derby.iapi.services.monitor.Monitor.startSystemModule(Unknown
>Source)
>	at
>org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown
>Source)
>	at org.apache.derby.impl.services.monitor.FileMonitor.<init>(Unknown Source)
>	at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown
>Source)
>	at org.apache.derby.iapi.jdbc.JDBCBoot.boot(Unknown Source)
>	at org.apache.derby.jdbc.EmbeddedDriver.boot(Unknown Source)
>	at org.apache.derby.jdbc.EmbeddedDriver.<clinit>(Unknown Source)
>	at java.lang.Class.forName0(Native Method)
>	at java.lang.Class.forName(Unknown Source)
>	at de.docuvent.demo.db.drivers.DatabaseDriverDerby.<init>(Unknown Source)
>	at de.docuvent.demo.db.drivers.DatabaseDriverFactory.factory(Unknown Source)
>	at de.docuvent.demo.db.Database.<init>(Unknown Source)
>	at de.docuvent.demo.db.Database.singleton(Unknown Source)
>	at de.docuvent.demo.DemoInitProgram.run(Unknown Source)
>	at de.docuvent.demo.Main.main(Unknown Source)
>
>I hope someone can help me.
>Thank you in advance!
>
>Greetings,
>David
>
>  
>