[email protected] wrote:

Message:

 A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
 http://issues.apache.org/jira/browse/DERBY-36

Here is an overview of the issue:
---------------------------------------------------------------------
       Key: DERBY-36
   Summary: Following the provided documentation and running ij results in a 
java.lang.InternalException
      Type: Bug



(snip)

Assignee: Reporter: Vess Ivanov

   Created: Fri, 8 Oct 2004 5:30 PM
   Updated: Fri, 8 Oct 2004 5:30 PM
Environment: set DERBY_INSTALL=e:\Derby
set 
CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%CLASSPATH%


Description: 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)



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?

Reply via email to