Issue Details (XML | Word | Printable)

Key: DERBY-36
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Unassigned
Reporter: Vess Ivanov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Derby

Following the provided documentation and running ij results in a java.lang.InternalException

Created: 09/Oct/04 12:30 AM   Updated: 26/Apr/05 01:12 PM
Return to search
Component/s: Documentation, Tools
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
set DERBY_INSTALL=e:\Derby
set CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%CLASSPATH%

Resolution Date: 26/Apr/05 01:12 PM


 Description  « Hide
In a commad window type:

set DERBY_INSTALL=e:\Derby
set CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%CLASSPATH%

java -cp %CLASSPATH% org.apache.derby.tools.ij

Yelds the following result :

Exception in thread "main" java.lang.InternalError: No run method
        at java.security.AccessController.doPrivileged(Native Method)
        at org.apache.derby.impl.tools.ij.utilMain.go(utilMain.java)
        at org.apache.derby.impl.tools.ij.Main.go(Main.java)
        at org.apache.derby.impl.tools.ij.Main.mainCore(Main.java)
        at org.apache.derby.impl.tools.ij.Main14.main(Main14.java)
        at org.apache.derby.tools.ij.main(ij.java)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Myrna van Lunteren added a comment - 08/Dec/04 08:20 PM
I tried this with the release derby.jar & derbytools.jar and it worked ok for me...

The following was posted to the list:

According to the Sun documentation java.lang.InternalError is "thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine". What JVM where you using?