On 9/16/14 8:16 PM, Bob M wrote:
I have a java program which uses derby in embedded mode......................
Everything was working fine until my laptop had a meltdown and I have had to
go back to factory settings and reinstall software etc.
Everthing ( Derby database, tables etc.) is setup as before except that I
have added a User Name and Password to my derby database.
The error I am getting is as follows:-
DerbyApp starting in embedded mode
Loaded the appropriate driver
----- SQL Exception ------
SQL State: XJ040
Error Code: 40000
Message: Failed to start database'C:\...........' with class loader
com.dukascopy.dd2.greed.agent.compiler.c@2245f804, see the next exception
for details
----- SQL Exception ------
SQL State: XJ001
Error Code: 0
Message: Java exception:':java.lang.NullPointerException'.
Can anybody suggest what I have wrong in simple English :)
Hi Bob,
Can you send us the complete stack trace of the error? Setting the
following command line properties will dump plenty of diagnostics to
derby.log:
-Dderby.language.logStatementText=true
-Dderby.stream.error.logSeverityLevel=0
Thanks,
-Rick
Thanks
Bob M
--
View this message in context:
http://apache-database.10148.n7.nabble.com/Derby-Error-message-explanation-required-tp142183.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.