You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by "Kniffin, Bethany B (CRD)" <kn...@crd.ge.com> on 2001/05/25 00:33:20 UTC

tomcat and soap on UNIX

I have been able to run once successfully on UNIX with tomcat 3.2.1, soap 2.0 and xerces 1.2.3.
Subsequent attempts to run tomcat/soap get an exception when I try to access the list function on the
soap admin page (and the request to list just hangs, never returns).  The exception is as follows:
java.lang.InternalError: internal error: SeedGenerator thread generated an exception.
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Error.<init>(Error.java:50)
        at java.lang.VirtualMachineError.<init>(VirtualMachineError.java:42)
        at java.lang.InternalError.<init>(InternalError.java:41)
        at sun.security.provider.SeedGenerator.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)

My guess is that tomcat/soap did not shut down cleanly from my first (successful) run, but I'm not
sure what to clean up to fix this. Has anyone seen this?

Bethany


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org