You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by de...@db.apache.org on 2004/10/09 02:30:51 UTC

[jira] Created: (DERBY-36) Following the provided documentation and running ij results in a java.lang.InternalException

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


Re: [jira] Created: (DERBY-36) Following the provided documentation and running ij results in a java.lang.InternalException

Posted by Jack Klebanoff <kl...@Mutagen.Net>.
derby-dev@db.apache.org 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?

[jira] Closed: (DERBY-36) Following the provided documentation and running ij results in a java.lang.InternalException

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-36?page=all ]
     
Myrna van Lunteren closed DERBY-36:
-----------------------------------

    Resolution: Cannot Reproduce

(Visible to derby-developers)


> Following the provided documentation and running ij results in a java.lang.InternalException
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-36
>          URL: http://issues.apache.org/jira/browse/DERBY-36
>      Project: Derby
>         Type: Bug
>   Components: Documentation, Tools
>  Environment: set DERBY_INSTALL=e:\Derby
> set CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%CLASSPATH%
>     Reporter: Vess Ivanov

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

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-36) Following the provided documentation and running ij results in a java.lang.InternalException

Posted by "Myrna van Lunteren (JIRA)" <de...@db.apache.org>.
     [ http://nagoya.apache.org/jira/browse/DERBY-36?page=comments#action_56403 ]
     
Myrna van Lunteren commented on DERBY-36:
-----------------------------------------

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? 



> Following the provided documentation and running ij results in a java.lang.InternalException
> --------------------------------------------------------------------------------------------
>
>          Key: DERBY-36
>          URL: http://nagoya.apache.org/jira/browse/DERBY-36
>      Project: Derby
>         Type: Bug
>   Components: Documentation, Tools
>  Environment: set DERBY_INSTALL=e:\Derby
> set CLASSPATH=%DERBY_INSTALL%\lib\derby.jar;%DERBY_INSTALL%\lib\derbytools.jar;%CLASSPATH%
>     Reporter: Vess Ivanov

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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