Hello, when I try to connect to my java db either via netbeans or ij i get the following symmetric errors. Access via the application works fine, but does that mean I cannot access it from outside the app? i guess the german detail is unncessary.
Error code -1, SQL state 38000: Bei der Auswertung eines Ausdrucks wurde die Ausnahme 'java.lang.NoClassDefFoundError: com/mysimpatico/memorizeasy/engine/Database' ausgelöst. Error code 99999, SQL state XJ001: Java-Ausnahme: 'com/mysimpatico/memorizeasy/engine/Database: java.lang.NoClassDefFoundError'. Error code 99999, SQL state XJ001: Java-Ausnahme: 'com.mysimpatico.memorizeasy.engine.Database: java.lang.ClassNotFoundException'. Gabriele-Kahlouts-MacBook:bin simpatico$ java org.apache.derby.tools.ij IJ Version 10.5 ij> connect 'jdbc:derby:/users/simpatico/MemorizEasy/db.sqlwrapper;create=false'; FEHLER XJ040: Die Datenbank '/users/simpatico/MemorizEasy/db.sqlwrapper' konnte nicht gestartet werden. Details k?nnen Sie der n?chsten Ausnahme entnehmen. FEHLER XSDB6: Die Datenbank /Users/simpatico/MemorizEasy/db.sqlwrapper wurde m?glicherweise bereits von einer anderen Derby-Instanz gebootet. ij> -- Regards, K. Gabriele --- unchanged since 25/1/10 --- P.S. Unless a notification (LON), please reply either with an answer OR with " ACK" appended to this subject within 48 hours. Otherwise, I might resend. In(LON, this) ∨ In(48h, TimeNow) ∨ ∃x. In(x, MyInbox) ∧ IsAnswerTo(x, this) ∨ (In(subject(this), subject(x)) ∧ In(ACK, subject(x)) ∧ ¬IsAnswerTo(x,this)) ⇒ ¬IResend(this). Also note that correspondence may be received only from specified a priori senders, or if the subject of this email ends with a code, eg. -LICHT01X, then also from senders whose reply contains it. ∀x. In(x, MyInbox) ⇒ In(senderAddress(x), MySafeSenderList) ∨ (∃y. In(y, subject(this) ) ∧ In(y,x) ∧ isCodeLike(y, -LICHT01X) ).
