• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

An unexpected exception has been detected in native code outside the VM.

 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a java application on Sun Solaris, and one of the servers crash , while creating a file hs_err_pid<PID>.log file with the following contents, Can anyone give me a clue on why this is happening, and how to prevent it. I would really appreciate it.

Thanks,
-Kamal.


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 10 occurred at PC=0xFEA64718
Function=__1cDstdElist4n0AEpair4ClnHebrokerIEventUid___n0AJallocator4n0D____Ferase6Mn0FIiterator_3_3_+0xA0
Library=/opt/esecurity4.2/communicator/libebroker_core.so

Cannot obtain thread information

Dynamic libraries:
0x10000 /opt/esecurity4.2/sentinel/bin/correlation_engine
0xff380000 /usr/lib/libpthread.so.1
0xff360000 /usr/lib/librt.so.1
0xfec00000 /opt/esecurity4.2/communicator/libACE.so.5.2.5
0xff280000 /usr/lib/libnsl.so.1
0xff210000 /opt/esecurity4.2/communicator/libebroker_rulelg.so
0xfe980000 /opt/esecurity4.2/communicator/libebroker_core.so
0xfe680000 /opt/esecurity4.2/communicator/libxalan-c1_4_0.so
0xfe380000 /opt/esecurity4.2/communicator/libxerces-c.so.21
0xfe280000 /opt/esecurity4.2/communicator/libcommunications.so
0xff1d0000 /opt/esecurity4.2/communicator/libXMLHelper.so
0xff1b0000 /opt/esecurity4.2/communicator/libuuid.so
0xfe100000 /usr/lib/libCstd.so.1
0xff180000 /usr/lib/libCrun.so.1
0xfe330000 /usr/lib/libm.so.1
0xff3a0000 /usr/lib/libw.so.1
0xfe0d0000 /usr/lib/libthread.so.1
0xfe000000 /usr/lib/libc.so.1
0xfe660000 /usr/lib/libaio.so.1
0xfe960000 /usr/lib/libmd5.so.1
0xfdfe0000 /usr/lib/libsocket.so.1
0xff3fa000 /usr/lib/libdl.so.1
0xfdfc0000 /usr/lib/libgen.so.1
0xfdfa0000 /usr/lib/libmp.so.2
0xfdf80000 /opt/esecurity4.2/communicator/libDiagnostics.so
0xfdf30000 /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1
0xfebf0000 /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
0xfca40000 /opt/esecurity4.2/communicator/libSonicJNIStrategy.so
0xfc9f0000 /opt/esecurity4.2/communicator/libLogger.so
0xfde90000 /opt/esecurity4.2/communicator/libLoopbackStrategy.so
0xfc000000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/server/libjvm.so
0xfc9b0000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/native_threads/libhpi.so
0xfc850000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/libverify.so
0xfc810000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/libjava.so
0xfc990000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/libzip.so
0xfbfd0000 /opt/esecurity4.2/Sun-1.4.1_02/lib/sparc/libnet.so
0xfbf90000 /opt/esecurity4.2/communicator/libSecurityModule.so
0xeed00000 /opt/esecurity4.2/communicator/libCrypto.so
0xeec00000 /opt/esecurity4.2/communicator/OpenSSLCipherSPI.so

Local Time = Wed Oct 26 14:08:31 2005
Elapsed Time = 42
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Server VM (1.4.1_02-b06 mixed mode)
#
reply
    Bookmark Topic Watch Topic
  • New Topic