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 Status: Unassigned Priority: Major Project: Derby Components: Documentation Tools 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) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
