473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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

Hi all,

have you ever seen this kind of error? This happens only on certain types of
Sun machines (SunFire280R) but not on other types of machines (SunBlade2000
or SunBlade100). I tried to change my wrapper code to see if the error is
caused by something that I can control but seems like that the problem moves
and is caused by a new inside the java wrapper. I tried to change OS patches
and virtual machines without any success. The main problem is that it
happen always but I cannot find the exact line of code involved in the
problem.

Do you have any idea?

Thanks,

Francesco

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

Unexpected Signal : 11 occurred at PC=0xff24235c

2003-06-24 17:24:20,906 DEBUG [VBJ ThreadPool Worker]
(LogAlarmSessionBean.java:87) -LogAlarmSessionBean:create1724 msec.

Function name=realloc

Library=/usr/lib/libc.so.1

Current Java thread:

at
se.ericsson.epa.ims.networkMgmt.protocolMgmt.x25.X 25Wrapper.receivePacket(X2
5Wrapper.java:475)

at
se.ericsson.epa.ims.networkMgmt.protocolMgmt.mtp.f sm.MTPQuerySession.execute
(MTPQuerySession.java:150)

at
se.ericsson.epa.ims.networkMgmt.axeAdapter.AXEConn ection.send(AXEConnection.
java:836)

at
se.ericsson.epa.ims.networkMgmt.axeAdapter.AXEConn ection.ping(AXEConnection.
java:384)

at
se.ericsson.epa.ims.networkMgmt.axeAdapter.AXEConn ection.connect(AXEConnecti
on.java:189)

at
se.ericsson.epa.ims.networkMgmt.ConnectionMgr.getC onnection(ConnectionMgr.ja
va:198)

at
se.ericsson.epa.ims.networkMgmt.DataCommApiImpl.at tachClient(DataCommApiImpl
..java:104)

at
se.ericsson.epa.ims.NEInterface.DataCommApiPOA._in voke(DataCommApiPOA.java:8
2)

at
se.ericsson.epa.ims.NEInterface.DataCommApiPOA._in voke(DataCommApiPOA.java:5
8)

at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.jav a:2154)

at
com.inprise.vbroker.poa.ActivationRecord.invoke(Ac tivationRecord.java:101)

at
com.inprise.vbroker.GIOP.GiopProtocolAdapter.doReq uest(GiopProtocolAdapter.j
ava:392)

at
com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispa tchMessage(GiopProtocolAda
pter.java:527)

at
com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatc her.run(TPDispatcherImpl.j
ava:100)

at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run( ThreadPool.java:76)

Dynamic libraries:

0x10000 /opt/j2sdk1_3_1_01/bin/../bin/sparc/native_threads/java

0xff350000 /usr/lib/libthread.so.1

0xff390000 /usr/lib/libdl.so.1

0xff200000 /usr/lib/libc.so.1

0xff330000 /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1

0xfe480000 /opt/j2sdk1_3_1_01/jre/lib/sparc/client/libjvm.so

0xff2d0000 /usr/lib/libCrun.so.1

0xff1e0000 /usr/lib/libsocket.so.1

0xff100000 /usr/lib/libnsl.so.1

0xff0d0000 /usr/lib/libm.so.1

0xff310000 /usr/lib/libw.so.1

0xff0b0000 /usr/lib/libmp.so.2

0xff080000 /opt/j2sdk1_3_1_01/jre/lib/sparc/native_threads/libhpi.so

0xff050000 /opt/j2sdk1_3_1_01/jre/lib/sparc/libverify.so

0xfe440000 /opt/j2sdk1_3_1_01/jre/lib/sparc/libjava.so

0xff020000 /opt/j2sdk1_3_1_01/jre/lib/sparc/libzip.so

0xfe260000 /usr/lib/locale/en_US.ISO8859-15/en_US.ISO8859-15.so.2

0xfd0e0000 /opt/j2sdk1_3_1_01/jre/lib/sparc/libnet.so

0xfd0c0000 /usr/lib/nss_files.so.1

0xfd080000 /opt/j2sdk1_3_1_01/jre/lib/sparc/libioser12.so

0xfafa0000 /home/aomp/lib/libx25Services.so

0xfaee0000 /usr/lib/librt.so.1

0xfac40000 /opt/SUNWconn/x25/lib/libsx25.so.2

0xfac20000 /usr/lib/libaio.so.1
Jul 17 '05 #1
0 10407

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Nick | last post by:
I am working on a VB.NET application and instead of throwing Try Catch blocks all over the place, I have a custom applcation context which has a exception handler.. Public Class ContextManager...
5
by: n_o_s_p_a__m | last post by:
Can't compile. Does this mean that all functions that throw exceptions must be of return type void? examples: // won't compile: "not all code paths return a value" public override int Run() {...
2
by: paul.mason | last post by:
I was wondering if anyone else had come across this "feature" of .NET and if they had any idea what might be causing it. I've been writing my first C# Windows application (so if there's anything...
2
by: Richard Collette | last post by:
Hi, I have a service, that runs perfectly when executed outside of the web service environment. When called as a web service I get the exception listed below sporadically. A call to the web...
7
by: Andrew McLean | last post by:
I have a bunch of csv files that have the following characteristics: - field delimiter is a comma - all fields quoted with double quotes - lines terminated by a *space* followed by a newline ...
132
by: Zorro | last post by:
The simplicity of stack unraveling of C++ is not without defective consequences. The following article points to C++ examples showing the defects. An engineer aware of defects can avoid...
20
by: Jim Michaels | last post by:
I have a 638 line glob of PHP code & HTML that won't run. I get "PHP Parse error: syntax error, unexpected '}' in quiz\\quiz.php on line 594". I wrote a brace checker that checks perens, square...
2
by: =?Utf-8?B?QXJtaW4gR2FsbGlrZXI=?= | last post by:
Hi I've got an unexpected error in a unit test. I want to test a activity from Windows Workflow Foundation (WF). First, I executed the test outside of the activity just in the test-init...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.