Archived

This forum has been archived. Please start a new discussion on GitHub.

unexpected exception outside java VM in Linux

Hi guys,

I'm testing 1.5.1 ICE as a Java server on Linux:

OS - Redhat AS
kernel - 2.4.21 (smp)

the following error log was given while the server was running:

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 4 occurred at PC=0xB75EBC32
Function=(null)
Library=/lib/ld-linux.so.2

NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.


Current Java thread:
at java.lang.Object.wait(Native Method)
- waiting on <0x38c5b820> (a IceInternal.ObjectAdapterFactory)
at java.lang.Object.wait(Object.java:429)
at IceInternal.ObjectAdapterFactory.waitForShutdown(ObjectAdapterFactory.java:51)
- locked <0x38c5b820> (a IceInternal.ObjectAdapterFactory)
at Ice.CommunicatorI.waitForShutdown(CommunicatorI.java:76)
at com.yesasia.search.external.server.SearchServer.run(SearchServer.java:27)
at Ice.Application.main(Application.java:66)
at Ice.Application.main(Application.java:31)
at com.yesasia.search.external.server.SearchServer.main(SearchServer.java:34)

Comments

  • mes
    mes California
    Hi,

    Ice for Java does not use native code (except for Freeze, which uses BerkeleyDB's native library), so I suspect this is a problem with the JVM.

    Take care,
    - Mark