Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » EXCEPTION_ACCESS_VIOLATION
EXCEPTION_ACCESS_VIOLATION [message #21263] Fri, 08 July 2005 16:00 Go to next message
Eclipse UserFriend
Originally posted by: philipp.kutter.org

Dear all.

I got an EXCEPTION_ACCESS_VIOLATION while trying to use TPTP for
profiling our Weblogic application.

I work with Eclipse 3.1, newest TPTP 4.0.0, RAC 3.3 (did not find a 4.0
version) and ... Weblogic 6.1 and Java 1.3.


We start WLS as follows:

"%JAVA_HOME%/bin/java" -hotspot -ms64m -mx512m -XX:MaxPermSize=256m
-Xdebug -Xnoagent -XrunpiAgent:server=enabled
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=500 6
-Djava.compiler.NONE -Dweblogic.Domain=NPMS_2005
-Dweblogic.Name=NPMS_2005_server -Dbea.home=..
-Dweblogic.management.password=xxxxxxxx
-Dweblogic.management.pkpassword=notused
-Dweblogic.ProductionModeEnabled=false
-Dweblogic.management.discover=false%
-Dweblogic.security.SSL.sessionCache.size=1000%
-Dweblogic.security.SSL.sessionCache.ttl=600000
-Dweblogic.security.policy==./lib/weblogic.policy
-Djava.security.policy==./lib/java.policy_XXX ... weblogic.Server


I got the rac runing, and I got the weblogic to start with the piAgent.

Then I could connect to the localhost, and attach my agent to the running
process. No problem.

I excluded all classes from being monitored, to avoid problems.

But as soon as something happens on the WLS, I get the following error:


Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occured at PC=0x6D45D8CA
Function name=JVM_FindSignal
Library=c:\apps\tip215\cs\java\jdk13110\jre\bin\hotspot\jvm. dll

Current Java thread:
at
com.sun.rsajca.JSA_RSAKeyFactory.getPublicKeyData([DashoPro- V1.2-120198])
at
com.sun.rsajca.JS_KeyFactory.engineGeneratePublic([DashoPro- V1.2-120198])
at java.security.KeyFactory.generatedPublic(KeyFactory.java:181 )
at sun.security.x509.X509Key.buildX509Key(Y509Key.java:148)
at sun.security.x508.X509Key.parse(X509Key.java:96)
at
sun.security.x509.CertificateX509Key<init>(CertififcateX509Key.java:56)
at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:679)
at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:150)
at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:1039)
at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:144)
at
sun.security.provider.X509Factory.engineGenerateCertificate( X509Factory.java:84)
at
sun.security.cert.CertificateFactory.generateCertificate(Cer tificateFactory.java:281)
at
weblogic.servelet.internal.RequestAttributes.setAttribute(Se rvletRequestImpl.java:2594)
at
weblogic.servelet.internal.ServletRequestImpl.setAttribute(S erveletRequestImpl.java:987)
at
weblogic.servelet.internal.MuxableSocketHTTP.dispatch(Muxabl eSocketHTTP.java:544)
at weblogic.socket.SSLFilter.activate(SSLFilter.java:115)
at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.jav a:175)
at
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(List enThread.java:598)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140 )
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)

Dynamic libraries:

...
...

0x32FA0000 - 0x3303500 C:\tptp_rac_3_3_3\bin\piAgent.dll

...

Local time
Elapsed Time
#
# HotSpot Virtual MAchine Error : EXCEPTION_ACCESS_VIOLATION


If anyone has an idea, please let me know. Maybe it is something as simple
as we should not use the -debug option, or I should rather use version 3
than 4, or anything like this.

Best Regards and a nice WE,
Philipp
Re: EXCEPTION_ACCESS_VIOLATION [message #39305 is a reply to message #21263] Fri, 04 November 2005 01:10 Go to previous messageGo to next message
Guru Nagarajan is currently offline Guru NagarajanFriend
Messages: 45
Registered: July 2009
Member
Philipp,
You are using java 1.3 and there have been numerous updates hence.
I would recommend you to upgrade to java 1.4 and retry.
Thanks,
Guru

Philipp Kutter wrote:
> Dear all.
>
> I got an EXCEPTION_ACCESS_VIOLATION while trying to use TPTP for
> profiling our Weblogic application.
>
> I work with Eclipse 3.1, newest TPTP 4.0.0, RAC 3.3 (did not find a 4.0
> version) and ... Weblogic 6.1 and Java 1.3.
>
>
> We start WLS as follows:
>
> "%JAVA_HOME%/bin/java" -hotspot -ms64m -mx512m -XX:MaxPermSize=256m
> -Xdebug -Xnoagent -XrunpiAgent:server=enabled
> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=500 6
> -Djava.compiler.NONE -Dweblogic.Domain=NPMS_2005
> -Dweblogic.Name=NPMS_2005_server -Dbea.home=..
> -Dweblogic.management.password=xxxxxxxx
> -Dweblogic.management.pkpassword=notused
> -Dweblogic.ProductionModeEnabled=false
> -Dweblogic.management.discover=false%
> -Dweblogic.security.SSL.sessionCache.size=1000%
> -Dweblogic.security.SSL.sessionCache.ttl=600000
> -Dweblogic.security.policy==./lib/weblogic.policy
> -Djava.security.policy==./lib/java.policy_XXX ... weblogic.Server
>
>
> I got the rac runing, and I got the weblogic to start with the piAgent.
>
> Then I could connect to the localhost, and attach my agent to the running
> process. No problem.
>
> I excluded all classes from being monitored, to avoid problems.
>
> But as soon as something happens on the WLS, I get the following error:
>
>
> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occured at PC=0x6D45D8CA
> Function name=JVM_FindSignal
> Library=c:\apps\tip215\cs\java\jdk13110\jre\bin\hotspot\jvm. dll
>
> Current Java thread:
> at
> com.sun.rsajca.JSA_RSAKeyFactory.getPublicKeyData([DashoPro- V1.2-120198])
> at
> com.sun.rsajca.JS_KeyFactory.engineGeneratePublic([DashoPro- V1.2-120198])
> at java.security.KeyFactory.generatedPublic(KeyFactory.java:181 )
> at sun.security.x509.X509Key.buildX509Key(Y509Key.java:148)
> at sun.security.x508.X509Key.parse(X509Key.java:96)
> at
> sun.security.x509.CertificateX509Key<init>(CertififcateX509Key.java:56)
> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:679)
> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:150)
> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:1039)
> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:144)
> at
> sun.security.provider.X509Factory.engineGenerateCertificate( X509Factory.java:84)
>
> at
> sun.security.cert.CertificateFactory.generateCertificate(Cer tificateFactory.java:281)
>
> at
> weblogic.servelet.internal.RequestAttributes.setAttribute(Se rvletRequestImpl.java:2594)
>
> at
> weblogic.servelet.internal.ServletRequestImpl.setAttribute(S erveletRequestImpl.java:987)
>
> at
> weblogic.servelet.internal.MuxableSocketHTTP.dispatch(Muxabl eSocketHTTP.java:544)
>
> at weblogic.socket.SSLFilter.activate(SSLFilter.java:115)
> at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.jav a:175)
> at
> weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(List enThread.java:598)
>
> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140 )
> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)
>
> Dynamic libraries:
>
> ..
> ..
>
> 0x32FA0000 - 0x3303500 C:\tptp_rac_3_3_3\bin\piAgent.dll
>
> ..
>
> Local time
> Elapsed Time
> #
> # HotSpot Virtual MAchine Error : EXCEPTION_ACCESS_VIOLATION
>
>
> If anyone has an idea, please let me know. Maybe it is something as
> simple as we should not use the -debug option, or I should rather use
> version 3 than 4, or anything like this.
>
> Best Regards and a nice WE,
> Philipp
>
Re: EXCEPTION_ACCESS_VIOLATION [message #39860 is a reply to message #39305] Wed, 09 November 2005 18:36 Go to previous messageGo to next message
Keith Bonawitz is currently offline Keith BonawitzFriend
Messages: 1
Registered: July 2009
Junior Member
Hi,

I'm trying to use TPTP for the first time, and I am experiencing a
similar problem. I'm using the following on WinXP:
java jdk 1.4.2_10
Eclipse 3.2m3
EMF SDK 2.1.1
XSD SDK 2.1.1
Agent Conroller Runtime 4.0.1 as a service
TPTP Runtime (Manual/All package) 4.0.1

Detailed error messages are below. Does anyone have any suggestions?
Thanks,

Keith Bonawitz

When I try to profile a project, I get this error message:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e, pid=4068,
tid=2412
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
# Problematic frame:
# C [ntdll.dll+0x1142e]
#
# An error report file with more information is saved as hs_err_pid4068.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#

[error occurred during error reporting, step 270, id 0xc0000005]


In the error log is the following information:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e, pid=4068,
tid=2412
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
# Problematic frame:
# C [ntdll.dll+0x1142e]
#

--------------- T H R E A D ---------------

Current thread (0x009f99a0): JavaThread "CompilerThread0" daemon
[_thread_in_native, id=2412]

siginfo: ExceptionCode=0xc0000005, reading address 0x000000ff

Registers:
EAX=0x80676582, EBX=0x02fd0000, ECX=0x000000ff, EDX=0x02fd8a50
ESP=0x0745f58c, EBP=0x0745f7ac, ESI=0x02fd8a48, EDI=0x00000083
EIP=0x7c91142e, EFLAGS=0x00010246

Top of Stack: (sp=0x0745f58c)
0x0745f58c: 009f9a3c 00000410 009f9a3c 0802d7fc
0x0745f59c: 08033a24 00000000 0745fadc 0745f5d0
0x0745f5ac: 075d8064 08033db5 00000000 075d8064
0x0745f5bc: 00000001 08033c52 08033a24 00000000
0x0745f5cc: 0745f6a4 0745f5f8 00000000 08033db5
0x0745f5dc: 00000000 075d80d4 00000001 08033c52
0x0745f5ec: 00000003 0745fa34 080bd765 0745fa34
0x0745f5fc: 00000001 0745fb68 080420d8 0000000d

Instructions: (pc=0x7c91142e)
0x7c91141e: 02 89 85 94 fe ff ff 8b 4a 04 89 8d ec fe ff ff
0x7c91142e: 8b 39 3b 78 04 0f 85 47 2f 02 00 3b fa 0f 85 3f


Stack: [0x07420000,0x07460000), sp=0x0745f58c, free space=253k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
C [ntdll.dll+0x1142e]


Current CompileTask:
HotSpot Client Compiler: 24 b java.util.BitSet.get(I)Z (70 bytes)


--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
=>0x009f99a0 JavaThread "CompilerThread0" daemon [_thread_in_native,
id=2412]
0x009f8e10 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
id=2712]
0x009f60e0 JavaThread "Finalizer" daemon [_thread_blocked, id=640]
0x009f4d58 JavaThread "Reference Handler" daemon [_thread_blocked,
id=3220]
0x00038668 JavaThread "main" [_thread_blocked, id=2792]

Other Threads:
0x009f3bc0 VMThread [id=1064]
0x009fb548 WatcherThread [id=4032]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 576K, used 576K [0x10010000, 0x100b0000,
0x104f0000)
eden space 512K, 100% used [0x10010000, 0x10090000, 0x10090000)
from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)
to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
tenured generation total 1408K, used 524K [0x104f0000, 0x10650000,
0x14010000)
the space 1408K, 37% used [0x104f0000, 0x10573368, 0x10573400,
0x10650000)
compacting perm gen total 4096K, used 1443K [0x14010000, 0x14410000,
0x18010000)
the space 4096K, 35% used [0x14010000, 0x14178ce0, 0x14178e00,
0x14410000)

Dynamic libraries:
0x00400000 - 0x0040b000 C:\Program Files\Java\j2re1.4.2_10\bin\java.exe
0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x0813e000 C:\Program
Files\Java\j2re1.4.2_10\bin\client\jvm.dll
0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x629c0000 - 0x629c9000 C:\WINDOWS\system32\LPK.DLL
0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2_10\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x003b0000 - 0x003be000 C:\Program Files\Java\j2re1.4.2_10\bin\verify.dll
0x003c0000 - 0x003d9000 C:\Program Files\Java\j2re1.4.2_10\bin\java.dll
0x003e0000 - 0x003ee000 C:\Program Files\Java\j2re1.4.2_10\bin\zip.dll
0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.DLL
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x773d0000 - 0x774d2000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595 b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
0x02ba0000 - 0x02c35000 C:\raserver\bin\piAgent.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x02c40000 - 0x02c4b000 C:\raserver\bin\hcclco.dll
0x02c50000 - 0x02c58000 C:\raserver\bin\hccldt.dll
0x02c60000 - 0x02c71000 C:\raserver\bin\hcclsm.dll
0x02c80000 - 0x02c8d000 C:\raserver\bin\hccls.dll
0x02c90000 - 0x02c9b000 C:\raserver\bin\hcbnd.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x078b0000 - 0x079c3000 C:\Program Files\Java\j2re1.4.2_10\bin\awt.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll

VM Arguments:
jvm_args: -XrunpiAgent:server=controlled
java_command: users.bonawitz.stochastic.demos.mixing.MixingTest
Launcher Type: SUN_STANDARD

Environment Variables:
CLASSPATH=C:\var\workspace\Bridge2;C:\eclipse\plugins\org.ju nit_3.8.1\junit.jar;C:\var\workspace\Bridge2\externalTools\j af\lib\jaf-1.0.2-java1.1.jar;C:\var\workspace\Bridge2\extern alTools\javamail\lib\javamail-1.3.1-java1.1.jar;C:\var\works pace\Bridge2\externalTools\jakarta\lib\jakarta-commons-loggi ng-1.0.4-java1.4.jar;C:\var\workspace\Bridge2\externalTools\ jwnl\lib\jwnl-1.3rc3-java1.4.jar;C:\var\workspace\Bridge2\ex ternalTools\jgraph\lib\jgraph-4.0-java1.4.jar;C:\var\workspa ce\Bridge2\externalTools\jgraph\lib\jgraph-addons-0.1-java1. 4.jar;C:\var\workspace\Bridge2\externalTools\jakarta-commons -lang\commons-lang-2.0.jar;C:\var\workspace\Bridge2\external Tools\ssj\lib\colt.jar;C:\var\workspace\Bridge2\externalTool s\ssj\lib\ssj.jar;C:\raserver\plugins\org.eclipse.tptp.platf orm.collection.framework_4.0.0\hcframe.jar;C:\raserver\plugi ns\org.eclipse.hyades.execution_4.0.0\hexr.jar;C:\raserver\p lugins\org.eclipse.hyades.execution_4.0.0\hexl.jar;C:\raserv er\plugins\org.eclipse.hyades
..execution_4.0.0\hexcore.jar;C:\Program
Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip;C:\raserver\plugi ns\org.eclipse.core.runtime_3.1.1.jar
PATH=C:\raserver\bin;"C:\Program Files\MIT\Shared
Files";C:\Perl\bin\;C:\PROGRAM
FILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\W INDOWS\System32\Wbem;C:\Program
Files\ATI Technologies\ATI Control Panel;C:\Program Files\PC-Doctor for
Windows\services;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program
Files\SecureCRT\;C:\Program Files\MATLAB704\bin\win32;;C:\Program
Files\Common Files\Roxio Shared\DLLShared;C:\cygwin\bin\;C:\Program
Files\QuickTime\QTSystem\;C:\Program Files\Kerberos\;C:\raserver\bin\
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel


--------------- S Y S T E M ---------------

OS: Windows XP Build 2600 Service Pack 2

CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2

Memory: 4k page, physical 1047472k(345684k free), swap 2520844k(1923500k
free)

vm_info: Java HotSpot(TM) Client VM (1.4.2_10-b03) for windows-x86,
built on Oct 10 2005 14:53:46 by "java_re" with MS VC++ 6.0









Guru Nagarajan wrote:
> Philipp,
> You are using java 1.3 and there have been numerous updates hence.
> I would recommend you to upgrade to java 1.4 and retry.
> Thanks,
> Guru
>
> Philipp Kutter wrote:
>> Dear all.
>>
>> I got an EXCEPTION_ACCESS_VIOLATION while trying to use TPTP for
>> profiling our Weblogic application.
>>
>> I work with Eclipse 3.1, newest TPTP 4.0.0, RAC 3.3 (did not find a
>> 4.0 version) and ... Weblogic 6.1 and Java 1.3.
>>
>>
>> We start WLS as follows:
>>
>> "%JAVA_HOME%/bin/java" -hotspot -ms64m -mx512m -XX:MaxPermSize=256m
>> -Xdebug -Xnoagent -XrunpiAgent:server=enabled
>> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=500 6
>> -Djava.compiler.NONE -Dweblogic.Domain=NPMS_2005
>> -Dweblogic.Name=NPMS_2005_server -Dbea.home=..
>> -Dweblogic.management.password=xxxxxxxx
>> -Dweblogic.management.pkpassword=notused
>> -Dweblogic.ProductionModeEnabled=false
>> -Dweblogic.management.discover=false%
>> -Dweblogic.security.SSL.sessionCache.size=1000%
>> -Dweblogic.security.SSL.sessionCache.ttl=600000
>> -Dweblogic.security.policy==./lib/weblogic.policy
>> -Djava.security.policy==./lib/java.policy_XXX ... weblogic.Server
>>
>>
>> I got the rac runing, and I got the weblogic to start with the piAgent.
>>
>> Then I could connect to the localhost, and attach my agent to the running
>> process. No problem.
>>
>> I excluded all classes from being monitored, to avoid problems.
>>
>> But as soon as something happens on the WLS, I get the following error:
>>
>>
>> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occured at PC=0x6D45D8CA
>> Function name=JVM_FindSignal
>> Library=c:\apps\tip215\cs\java\jdk13110\jre\bin\hotspot\jvm. dll
>>
>> Current Java thread:
>> at
>> com.sun.rsajca.JSA_RSAKeyFactory.getPublicKeyData([DashoPro- V1.2-120198])
>> at
>> com.sun.rsajca.JS_KeyFactory.engineGeneratePublic([DashoPro- V1.2-120198])
>> at java.security.KeyFactory.generatedPublic(KeyFactory.java:181 )
>> at sun.security.x509.X509Key.buildX509Key(Y509Key.java:148)
>> at sun.security.x508.X509Key.parse(X509Key.java:96)
>> at
>> sun.security.x509.CertificateX509Key<init>(CertififcateX509Key.java:56)
>> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:679)
>> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:150)
>> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:1039)
>> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:144)
>> at
>> sun.security.provider.X509Factory.engineGenerateCertificate( X509Factory.java:84)
>>
>> at
>> sun.security.cert.CertificateFactory.generateCertificate(Cer tificateFactory.java:281)
>>
>> at
>> weblogic.servelet.internal.RequestAttributes.setAttribute(Se rvletRequestImpl.java:2594)
>>
>> at
>> weblogic.servelet.internal.ServletRequestImpl.setAttribute(S erveletRequestImpl.java:987)
>>
>> at
>> weblogic.servelet.internal.MuxableSocketHTTP.dispatch(Muxabl eSocketHTTP.java:544)
>>
>> at weblogic.socket.SSLFilter.activate(SSLFilter.java:115)
>> at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.jav a:175)
>> at
>> weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(List enThread.java:598)
>>
>> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140 )
>> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)
>>
>> Dynamic libraries:
>>
>> ..
>> ..
>>
>> 0x32FA0000 - 0x3303500 C:\tptp_rac_3_3_3\bin\piAgent.dll
>>
>> ..
>>
>> Local time
>> Elapsed Time
>> #
>> # HotSpot Virtual MAchine Error : EXCEPTION_ACCESS_VIOLATION
>>
>>
>> If anyone has an idea, please let me know. Maybe it is something as
>> simple as we should not use the -debug option, or I should rather use
>> version 3 than 4, or anything like this.
>>
>> Best Regards and a nice WE,
>> Philipp
>>
Re: EXCEPTION_ACCESS_VIOLATION [message #39892 is a reply to message #39860] Thu, 10 November 2005 15:52 Go to previous messageGo to next message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
TPTP 4.0.1 was tested against Eclipse 3.1 with EMF/XSD/SDO 2.1.0.

Can you get an Eclipse 3.1 environment and try again? 1.4.2 is fine
(though I didn't know _10 was out... even _9 slipped up on me recently),
but with the rest you're in uncharted territory.

By the way, 4.1, which is heading out the door RSN, is also tested
against 3.1(.1) with 2.1.0 ... I think it's the goal of 4.2i0 to compile
against 3.2M3 with 2.1.1 ASAP... so you're already pre-warning us that
we might see some problems.

Thanks, and my apologies for your troubles.
--
RDS

Keith Bonwaitz wrote:
> Hi,
>
> I'm trying to use TPTP for the first time, and I am experiencing a
> similar problem. I'm using the following on WinXP:
> java jdk 1.4.2_10
> Eclipse 3.2m3
> EMF SDK 2.1.1
> XSD SDK 2.1.1
> Agent Conroller Runtime 4.0.1 as a service
> TPTP Runtime (Manual/All package) 4.0.1
>
> Detailed error messages are below. Does anyone have any suggestions?
> Thanks,
>
> Keith Bonawitz
>
> When I try to profile a project, I get this error message:
> #
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e, pid=4068,
> tid=2412
> #
> # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
> # Problematic frame:
> # C [ntdll.dll+0x1142e]
> #
> # An error report file with more information is saved as hs_err_pid4068.log
> #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/bugreport/crash.jsp
> #
>
> [error occurred during error reporting, step 270, id 0xc0000005]
>
>
> In the error log is the following information:
>
> #
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e, pid=4068,
> tid=2412
> #
> # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
> # Problematic frame:
> # C [ntdll.dll+0x1142e]
> #
>
> --------------- T H R E A D ---------------
>
> Current thread (0x009f99a0): JavaThread "CompilerThread0" daemon
> [_thread_in_native, id=2412]
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x000000ff
>
> Registers:
> EAX=0x80676582, EBX=0x02fd0000, ECX=0x000000ff, EDX=0x02fd8a50
> ESP=0x0745f58c, EBP=0x0745f7ac, ESI=0x02fd8a48, EDI=0x00000083
> EIP=0x7c91142e, EFLAGS=0x00010246
>
> Top of Stack: (sp=0x0745f58c)
> 0x0745f58c: 009f9a3c 00000410 009f9a3c 0802d7fc
> 0x0745f59c: 08033a24 00000000 0745fadc 0745f5d0
> 0x0745f5ac: 075d8064 08033db5 00000000 075d8064
> 0x0745f5bc: 00000001 08033c52 08033a24 00000000
> 0x0745f5cc: 0745f6a4 0745f5f8 00000000 08033db5
> 0x0745f5dc: 00000000 075d80d4 00000001 08033c52
> 0x0745f5ec: 00000003 0745fa34 080bd765 0745fa34
> 0x0745f5fc: 00000001 0745fb68 080420d8 0000000d
>
> Instructions: (pc=0x7c91142e)
> 0x7c91141e: 02 89 85 94 fe ff ff 8b 4a 04 89 8d ec fe ff ff
> 0x7c91142e: 8b 39 3b 78 04 0f 85 47 2f 02 00 3b fa 0f 85 3f
>
>
> Stack: [0x07420000,0x07460000), sp=0x0745f58c, free space=253k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
> C=native code)
> C [ntdll.dll+0x1142e]
>
>
> Current CompileTask:
> HotSpot Client Compiler: 24 b java.util.BitSet.get(I)Z (70 bytes)
>
>
> --------------- P R O C E S S ---------------
>
> Java Threads: ( => current thread )
> =>0x009f99a0 JavaThread "CompilerThread0" daemon [_thread_in_native,
> id=2412]
> 0x009f8e10 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
> id=2712]
> 0x009f60e0 JavaThread "Finalizer" daemon [_thread_blocked, id=640]
> 0x009f4d58 JavaThread "Reference Handler" daemon [_thread_blocked,
> id=3220]
> 0x00038668 JavaThread "main" [_thread_blocked, id=2792]
>
> Other Threads:
> 0x009f3bc0 VMThread [id=1064]
> 0x009fb548 WatcherThread [id=4032]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
> def new generation total 576K, used 576K [0x10010000, 0x100b0000,
> 0x104f0000)
> eden space 512K, 100% used [0x10010000, 0x10090000, 0x10090000)
> from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)
> to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
> tenured generation total 1408K, used 524K [0x104f0000, 0x10650000,
> 0x14010000)
> the space 1408K, 37% used [0x104f0000, 0x10573368, 0x10573400,
> 0x10650000)
> compacting perm gen total 4096K, used 1443K [0x14010000, 0x14410000,
> 0x18010000)
> the space 4096K, 35% used [0x14010000, 0x14178ce0, 0x14178e00,
> 0x14410000)
>
> Dynamic libraries:
> 0x00400000 - 0x0040b000 C:\Program Files\Java\j2re1.4.2_10\bin\java.exe
> 0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
> 0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
> 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
> 0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
> 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
> 0x08000000 - 0x0813e000 C:\Program
> Files\Java\j2re1.4.2_10\bin\client\jvm.dll
> 0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
> 0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
> 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
> 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
> 0x629c0000 - 0x629c9000 C:\WINDOWS\system32\LPK.DLL
> 0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
> 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2_10\bin\hpi.dll
> 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
> 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
> 0x003b0000 - 0x003be000 C:\Program
> Files\Java\j2re1.4.2_10\bin\verify.dll
> 0x003c0000 - 0x003d9000 C:\Program Files\Java\j2re1.4.2_10\bin\java.dll
> 0x003e0000 - 0x003ee000 C:\Program Files\Java\j2re1.4.2_10\bin\zip.dll
> 0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.DLL
> 0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
> 0x773d0000 - 0x774d2000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595 b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
>
> 0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
> 0x02ba0000 - 0x02c35000 C:\raserver\bin\piAgent.dll
> 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
> 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
> 0x02c40000 - 0x02c4b000 C:\raserver\bin\hcclco.dll
> 0x02c50000 - 0x02c58000 C:\raserver\bin\hccldt.dll
> 0x02c60000 - 0x02c71000 C:\raserver\bin\hcclsm.dll
> 0x02c80000 - 0x02c8d000 C:\raserver\bin\hccls.dll
> 0x02c90000 - 0x02c9b000 C:\raserver\bin\hcbnd.dll
> 0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
> 0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
> 0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
> 0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
> 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
> 0x078b0000 - 0x079c3000 C:\Program Files\Java\j2re1.4.2_10\bin\awt.dll
> 0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
> 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
>
> VM Arguments:
> jvm_args: -XrunpiAgent:server=controlled
> java_command: users.bonawitz.stochastic.demos.mixing.MixingTest
> Launcher Type: SUN_STANDARD
>
> Environment Variables:
> CLASSPATH=C:\var\workspace\Bridge2;C:\eclipse\plugins\org.ju nit_3.8.1\junit.jar;C:\var\workspace\Bridge2\externalTools\j af\lib\jaf-1.0.2-java1.1.jar;C:\var\workspace\Bridge2\extern alTools\javamail\lib\javamail-1.3.1-java1.1.jar;C:\var\works pace\Bridge2\externalTools\jakarta\lib\jakarta-commons-loggi ng-1.0.4-java1.4.jar;C:\var\workspace\Bridge2\externalTools\ jwnl\lib\jwnl-1.3rc3-java1.4.jar;C:\var\workspace\Bridge2\ex ternalTools\jgraph\lib\jgraph-4.0-java1.4.jar;C:\var\workspa ce\Bridge2\externalTools\jgraph\lib\jgraph-addons-0.1-java1. 4.jar;C:\var\workspace\Bridge2\externalTools\jakarta-commons -lang\commons-lang-2.0.jar;C:\var\workspace\Bridge2\external Tools\ssj\lib\colt.jar;C:\var\workspace\Bridge2\externalTool s\ssj\lib\ssj.jar;C:\raserver\plugins\org.eclipse.tptp.platf orm.collection.framework_4.0.0\hcframe.jar;C:\raserver\plugi ns\org.eclipse.hyades.execution_4.0.0\hexr.jar;C:\raserver\p lugins\org.eclipse.hyades.execution_4.0.0\hexl.jar;C:\raserv er\plugins\org.eclipse.hyad
es
>
> .execution_4.0.0\hexcore.jar;C:\Program
> Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip;C:\raserver\plugi ns\org.eclipse.core.runtime_3.1.1.jar
>
> PATH=C:\raserver\bin;"C:\Program Files\MIT\Shared
> Files";C:\Perl\bin\;C:\PROGRAM
> FILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\W INDOWS\System32\Wbem;C:\Program
> Files\ATI Technologies\ATI Control Panel;C:\Program Files\PC-Doctor for
> Windows\services;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program
> Files\SecureCRT\;C:\Program Files\MATLAB704\bin\win32;;C:\Program
> Files\Common Files\Roxio Shared\DLLShared;C:\cygwin\bin\;C:\Program
> Files\QuickTime\QTSystem\;C:\Program Files\Kerberos\;C:\raserver\bin\
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel
>
>
> --------------- S Y S T E M ---------------
>
> OS: Windows XP Build 2600 Service Pack 2
>
> CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2
>
> Memory: 4k page, physical 1047472k(345684k free), swap 2520844k(1923500k
> free)
>
> vm_info: Java HotSpot(TM) Client VM (1.4.2_10-b03) for windows-x86,
> built on Oct 10 2005 14:53:46 by "java_re" with MS VC++ 6.0
>
>
>
>
>
>
>
>
>
> Guru Nagarajan wrote:
>
>> Philipp,
>> You are using java 1.3 and there have been numerous updates hence.
>> I would recommend you to upgrade to java 1.4 and retry.
>> Thanks,
>> Guru
>>
>> Philipp Kutter wrote:
>>
>>> Dear all.
>>>
>>> I got an EXCEPTION_ACCESS_VIOLATION while trying to use TPTP for
>>> profiling our Weblogic application.
>>>
>>> I work with Eclipse 3.1, newest TPTP 4.0.0, RAC 3.3 (did not find a
>>> 4.0 version) and ... Weblogic 6.1 and Java 1.3.
>>>
>>>
>>> We start WLS as follows:
>>>
>>> "%JAVA_HOME%/bin/java" -hotspot -ms64m -mx512m -XX:MaxPermSize=256m
>>> -Xdebug -Xnoagent -XrunpiAgent:server=enabled
>>> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=500 6
>>> -Djava.compiler.NONE -Dweblogic.Domain=NPMS_2005
>>> -Dweblogic.Name=NPMS_2005_server -Dbea.home=..
>>> -Dweblogic.management.password=xxxxxxxx
>>> -Dweblogic.management.pkpassword=notused
>>> -Dweblogic.ProductionModeEnabled=false
>>> -Dweblogic.management.discover=false%
>>> -Dweblogic.security.SSL.sessionCache.size=1000%
>>> -Dweblogic.security.SSL.sessionCache.ttl=600000
>>> -Dweblogic.security.policy==./lib/weblogic.policy
>>> -Djava.security.policy==./lib/java.policy_XXX ... weblogic.Server
>>>
>>>
>>> I got the rac runing, and I got the weblogic to start with the piAgent.
>>>
>>> Then I could connect to the localhost, and attach my agent to the
>>> running
>>> process. No problem.
>>>
>>> I excluded all classes from being monitored, to avoid problems.
>>>
>>> But as soon as something happens on the WLS, I get the following error:
>>>
>>>
>>> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occured at PC=0x6D45D8CA
>>> Function name=JVM_FindSignal
>>> Library=c:\apps\tip215\cs\java\jdk13110\jre\bin\hotspot\jvm. dll
>>>
>>> Current Java thread:
>>> at
>>> com.sun.rsajca.JSA_RSAKeyFactory.getPublicKeyData([DashoPro- V1.2-120198])
>>>
>>> at
>>> com.sun.rsajca.JS_KeyFactory.engineGeneratePublic([DashoPro- V1.2-120198])
>>>
>>> at java.security.KeyFactory.generatedPublic(KeyFactory.java:181 )
>>> at sun.security.x509.X509Key.buildX509Key(Y509Key.java:148)
>>> at sun.security.x508.X509Key.parse(X509Key.java:96)
>>> at
>>> sun.security.x509.CertificateX509Key<init>(CertififcateX509Key.java:56)
>>> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:679)
>>> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:150)
>>> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:1039)
>>> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:144)
>>> at
>>> sun.security.provider.X509Factory.engineGenerateCertificate( X509Factory.java:84)
>>>
>>> at
>>> sun.security.cert.CertificateFactory.generateCertificate(Cer tificateFactory.java:281)
>>>
>>> at
>>> weblogic.servelet.internal.RequestAttributes.setAttribute(Se rvletRequestImpl.java:2594)
>>>
>>> at
>>> weblogic.servelet.internal.ServletRequestImpl.setAttribute(S erveletRequestImpl.java:987)
>>>
>>> at
>>> weblogic.servelet.internal.MuxableSocketHTTP.dispatch(Muxabl eSocketHTTP.java:544)
>>>
>>> at weblogic.socket.SSLFilter.activate(SSLFilter.java:115)
>>> at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.jav a:175)
>>> at
>>> weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(List enThread.java:598)
>>>
>>> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140 )
>>> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)
>>>
>>> Dynamic libraries:
>>>
>>> ..
>>> ..
>>>
>>> 0x32FA0000 - 0x3303500 C:\tptp_rac_3_3_3\bin\piAgent.dll
>>>
>>> ..
>>>
>>> Local time
>>> Elapsed Time
>>> #
>>> # HotSpot Virtual MAchine Error : EXCEPTION_ACCESS_VIOLATION
>>>
>>>
>>> If anyone has an idea, please let me know. Maybe it is something as
>>> simple as we should not use the -debug option, or I should rather use
>>> version 3 than 4, or anything like this.
>>>
>>> Best Regards and a nice WE,
>>> Philipp
>>>
Re: EXCEPTION_ACCESS_VIOLATION [message #39924 is a reply to message #39892] Thu, 10 November 2005 20:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Same problem here. Works with 3.1, doesn't work with recent 3.2 milestone.

-e

Randy D. Smith wrote:
> TPTP 4.0.1 was tested against Eclipse 3.1 with EMF/XSD/SDO 2.1.0.
>
> Can you get an Eclipse 3.1 environment and try again? 1.4.2 is fine
> (though I didn't know _10 was out... even _9 slipped up on me recently),
> but with the rest you're in uncharted territory.
>
> By the way, 4.1, which is heading out the door RSN, is also tested
> against 3.1(.1) with 2.1.0 ... I think it's the goal of 4.2i0 to compile
> against 3.2M3 with 2.1.1 ASAP... so you're already pre-warning us that
> we might see some problems.
>
> Thanks, and my apologies for your troubles.
> --
> RDS
>
> Keith Bonwaitz wrote:
>
>> Hi,
>>
>> I'm trying to use TPTP for the first time, and I am experiencing a
>> similar problem. I'm using the following on WinXP:
>> java jdk 1.4.2_10
>> Eclipse 3.2m3
>> EMF SDK 2.1.1
>> XSD SDK 2.1.1
>> Agent Conroller Runtime 4.0.1 as a service
>> TPTP Runtime (Manual/All package) 4.0.1
>>
>> Detailed error messages are below. Does anyone have any suggestions?
>> Thanks,
>>
>> Keith Bonawitz
>>
>> When I try to profile a project, I get this error message:
>> #
>> # An unexpected error has been detected by HotSpot Virtual Machine:
>> #
>> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e, pid=4068,
>> tid=2412
>> #
>> # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
>> # Problematic frame:
>> # C [ntdll.dll+0x1142e]
>> #
>> # An error report file with more information is saved as
>> hs_err_pid4068.log
>> #
>> # If you would like to submit a bug report, please visit:
>> # http://java.sun.com/webapps/bugreport/crash.jsp
>> #
>>
>> [error occurred during error reporting, step 270, id 0xc0000005]
>>
>>
>> In the error log is the following information:
>>
>> #
>> # An unexpected error has been detected by HotSpot Virtual Machine:
>> #
>> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e, pid=4068,
>> tid=2412
>> #
>> # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
>> # Problematic frame:
>> # C [ntdll.dll+0x1142e]
>> #
>>
>> --------------- T H R E A D ---------------
>>
>> Current thread (0x009f99a0): JavaThread "CompilerThread0" daemon
>> [_thread_in_native, id=2412]
>>
>> siginfo: ExceptionCode=0xc0000005, reading address 0x000000ff
>>
>> Registers:
>> EAX=0x80676582, EBX=0x02fd0000, ECX=0x000000ff, EDX=0x02fd8a50
>> ESP=0x0745f58c, EBP=0x0745f7ac, ESI=0x02fd8a48, EDI=0x00000083
>> EIP=0x7c91142e, EFLAGS=0x00010246
>>
>> Top of Stack: (sp=0x0745f58c)
>> 0x0745f58c: 009f9a3c 00000410 009f9a3c 0802d7fc
>> 0x0745f59c: 08033a24 00000000 0745fadc 0745f5d0
>> 0x0745f5ac: 075d8064 08033db5 00000000 075d8064
>> 0x0745f5bc: 00000001 08033c52 08033a24 00000000
>> 0x0745f5cc: 0745f6a4 0745f5f8 00000000 08033db5
>> 0x0745f5dc: 00000000 075d80d4 00000001 08033c52
>> 0x0745f5ec: 00000003 0745fa34 080bd765 0745fa34
>> 0x0745f5fc: 00000001 0745fb68 080420d8 0000000d
>>
>> Instructions: (pc=0x7c91142e)
>> 0x7c91141e: 02 89 85 94 fe ff ff 8b 4a 04 89 8d ec fe ff ff
>> 0x7c91142e: 8b 39 3b 78 04 0f 85 47 2f 02 00 3b fa 0f 85 3f
>>
>>
>> Stack: [0x07420000,0x07460000), sp=0x0745f58c, free space=253k
>> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
>> C=native code)
>> C [ntdll.dll+0x1142e]
>>
>>
>> Current CompileTask:
>> HotSpot Client Compiler: 24 b java.util.BitSet.get(I)Z (70 bytes)
>>
>>
>> --------------- P R O C E S S ---------------
>>
>> Java Threads: ( => current thread )
>> =>0x009f99a0 JavaThread "CompilerThread0" daemon [_thread_in_native,
>> id=2412]
>> 0x009f8e10 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
>> id=2712]
>> 0x009f60e0 JavaThread "Finalizer" daemon [_thread_blocked, id=640]
>> 0x009f4d58 JavaThread "Reference Handler" daemon [_thread_blocked,
>> id=3220]
>> 0x00038668 JavaThread "main" [_thread_blocked, id=2792]
>>
>> Other Threads:
>> 0x009f3bc0 VMThread [id=1064]
>> 0x009fb548 WatcherThread [id=4032]
>>
>> VM state:not at safepoint (normal execution)
>>
>> VM Mutex/Monitor currently owned by a thread: None
>>
>> Heap
>> def new generation total 576K, used 576K [0x10010000, 0x100b0000,
>> 0x104f0000)
>> eden space 512K, 100% used [0x10010000, 0x10090000, 0x10090000)
>> from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)
>> to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
>> tenured generation total 1408K, used 524K [0x104f0000, 0x10650000,
>> 0x14010000)
>> the space 1408K, 37% used [0x104f0000, 0x10573368, 0x10573400,
>> 0x10650000)
>> compacting perm gen total 4096K, used 1443K [0x14010000, 0x14410000,
>> 0x18010000)
>> the space 4096K, 35% used [0x14010000, 0x14178ce0, 0x14178e00,
>> 0x14410000)
>>
>> Dynamic libraries:
>> 0x00400000 - 0x0040b000 C:\Program
>> Files\Java\j2re1.4.2_10\bin\java.exe
>> 0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
>> 0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
>> 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
>> 0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
>> 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
>> 0x08000000 - 0x0813e000 C:\Program
>> Files\Java\j2re1.4.2_10\bin\client\jvm.dll
>> 0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
>> 0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
>> 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
>> 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
>> 0x629c0000 - 0x629c9000 C:\WINDOWS\system32\LPK.DLL
>> 0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
>> 0x10000000 - 0x10007000 C:\Program
>> Files\Java\j2re1.4.2_10\bin\hpi.dll
>> 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
>> 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
>> 0x003b0000 - 0x003be000 C:\Program
>> Files\Java\j2re1.4.2_10\bin\verify.dll
>> 0x003c0000 - 0x003d9000 C:\Program
>> Files\Java\j2re1.4.2_10\bin\java.dll
>> 0x003e0000 - 0x003ee000 C:\Program
>> Files\Java\j2re1.4.2_10\bin\zip.dll
>> 0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.DLL
>> 0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
>> 0x773d0000 - 0x774d2000
>> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595 b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
>>
>> 0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
>> 0x02ba0000 - 0x02c35000 C:\raserver\bin\piAgent.dll
>> 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
>> 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
>> 0x02c40000 - 0x02c4b000 C:\raserver\bin\hcclco.dll
>> 0x02c50000 - 0x02c58000 C:\raserver\bin\hccldt.dll
>> 0x02c60000 - 0x02c71000 C:\raserver\bin\hcclsm.dll
>> 0x02c80000 - 0x02c8d000 C:\raserver\bin\hccls.dll
>> 0x02c90000 - 0x02c9b000 C:\raserver\bin\hcbnd.dll
>> 0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
>> 0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
>> 0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
>> 0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
>> 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
>> 0x078b0000 - 0x079c3000 C:\Program
>> Files\Java\j2re1.4.2_10\bin\awt.dll
>> 0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
>> 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
>>
>> VM Arguments:
>> jvm_args: -XrunpiAgent:server=controlled
>> java_command: users.bonawitz.stochastic.demos.mixing.MixingTest
>> Launcher Type: SUN_STANDARD
>>
>> Environment Variables:
>> CLASSPATH=C:\var\workspace\Bridge2;C:\eclipse\plugins\org.ju nit_3.8.1\junit.jar;C:\var\workspace\Bridge2\externalTools\j af\lib\jaf-1.0.2-java1.1.jar;C:\var\workspace\Bridge2\extern alTools\javamail\lib\javamail-1.3.1-java1.1.jar;C:\var\works pace\Bridge2\externalTools\jakarta\lib\jakarta-commons-loggi ng-1.0.4-java1.4.jar;C:\var\workspace\Bridge2\externalTools\ jwnl\lib\jwnl-1.3rc3-java1.4.jar;C:\var\workspace\Bridge2\ex ternalTools\jgraph\lib\jgraph-4.0-java1.4.jar;C:\var\workspa ce\Bridge2\externalTools\jgraph\lib\jgraph-addons-0.1-java1. 4.jar;C:\var\workspace\Bridge2\externalTools\jakarta-commons -lang\commons-lang-2.0.jar;C:\var\workspace\Bridge2\external Tools\ssj\lib\colt.jar;C:\var\workspace\Bridge2\externalTool s\ssj\lib\ssj.jar;C:\raserver\plugins\org.eclipse.tptp.platf orm.collection.framework_4.0.0\hcframe.jar;C:\raserver\plugi ns\org.eclipse.hyades.execution_4.0.0\hexr.jar;C:\raserver\p lugins\org.eclipse.hyades.execution_4.0.0\hexl.jar;C:\raserv er\plugins\org.eclipse.hya
d
>>
>
> es
>
>>
>> .execution_4.0.0\hexcore.jar;C:\Program
>> Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip;C:\raserver\plugi ns\org.eclipse.core.runtime_3.1.1.jar
>>
>> PATH=C:\raserver\bin;"C:\Program Files\MIT\Shared
>> Files";C:\Perl\bin\;C:\PROGRAM
>> FILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\W INDOWS\System32\Wbem;C:\Program
>> Files\ATI Technologies\ATI Control Panel;C:\Program Files\PC-Doctor
>> for Windows\services;C:\Program Files\Common
>> Files\GTK\2.0\bin;C:\Program Files\SecureCRT\;C:\Program
>> Files\MATLAB704\bin\win32;;C:\Program Files\Common Files\Roxio
>> Shared\DLLShared;C:\cygwin\bin\;C:\Program
>> Files\QuickTime\QTSystem\;C:\Program Files\Kerberos\;C:\raserver\bin\
>> OS=Windows_NT
>> PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel
>>
>>
>> --------------- S Y S T E M ---------------
>>
>> OS: Windows XP Build 2600 Service Pack 2
>>
>> CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2
>>
>> Memory: 4k page, physical 1047472k(345684k free), swap
>> 2520844k(1923500k free)
>>
>> vm_info: Java HotSpot(TM) Client VM (1.4.2_10-b03) for windows-x86,
>> built on Oct 10 2005 14:53:46 by "java_re" with MS VC++ 6.0
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Guru Nagarajan wrote:
>>
>>> Philipp,
>>> You are using java 1.3 and there have been numerous updates hence.
>>> I would recommend you to upgrade to java 1.4 and retry.
>>> Thanks,
>>> Guru
>>>
>>> Philipp Kutter wrote:
>>>
>>>> Dear all.
>>>>
>>>> I got an EXCEPTION_ACCESS_VIOLATION while trying to use TPTP for
>>>> profiling our Weblogic application.
>>>>
>>>> I work with Eclipse 3.1, newest TPTP 4.0.0, RAC 3.3 (did not find a
>>>> 4.0 version) and ... Weblogic 6.1 and Java 1.3.
>>>>
>>>>
>>>> We start WLS as follows:
>>>>
>>>> "%JAVA_HOME%/bin/java" -hotspot -ms64m -mx512m -XX:MaxPermSize=256m
>>>> -Xdebug -Xnoagent -XrunpiAgent:server=enabled
>>>> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=500 6
>>>> -Djava.compiler.NONE -Dweblogic.Domain=NPMS_2005
>>>> -Dweblogic.Name=NPMS_2005_server -Dbea.home=..
>>>> -Dweblogic.management.password=xxxxxxxx
>>>> -Dweblogic.management.pkpassword=notused
>>>> -Dweblogic.ProductionModeEnabled=false
>>>> -Dweblogic.management.discover=false%
>>>> -Dweblogic.security.SSL.sessionCache.size=1000%
>>>> -Dweblogic.security.SSL.sessionCache.ttl=600000
>>>> -Dweblogic.security.policy==./lib/weblogic.policy
>>>> -Djava.security.policy==./lib/java.policy_XXX ... weblogic.Server
>>>>
>>>>
>>>> I got the rac runing, and I got the weblogic to start with the piAgent.
>>>>
>>>> Then I could connect to the localhost, and attach my agent to the
>>>> running
>>>> process. No problem.
>>>>
>>>> I excluded all classes from being monitored, to avoid problems.
>>>>
>>>> But as soon as something happens on the WLS, I get the following error:
>>>>
>>>>
>>>> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occured at PC=0x6D45D8CA
>>>> Function name=JVM_FindSignal
>>>> Library=c:\apps\tip215\cs\java\jdk13110\jre\bin\hotspot\jvm. dll
>>>>
>>>> Current Java thread:
>>>> at
>>>> com.sun.rsajca.JSA_RSAKeyFactory.getPublicKeyData([DashoPro- V1.2-120198])
>>>>
>>>> at
>>>> com.sun.rsajca.JS_KeyFactory.engineGeneratePublic([DashoPro- V1.2-120198])
>>>>
>>>> at java.security.KeyFactory.generatedPublic(KeyFactory.java:181 )
>>>> at sun.security.x509.X509Key.buildX509Key(Y509Key.java:148)
>>>> at sun.security.x508.X509Key.parse(X509Key.java:96)
>>>> at
>>>> sun.security.x509.CertificateX509Key<init>(CertififcateX509Key.java:56)
>>>> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:679)
>>>> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:150)
>>>> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:1039)
>>>> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:144)
>>>> at
>>>> sun.security.provider.X509Factory.engineGenerateCertificate( X509Factory.java:84)
>>>>
>>>> at
>>>> sun.security.cert.CertificateFactory.generateCertificate(Cer tificateFactory.java:281)
>>>>
>>>> at
>>>> weblogic.servelet.internal.RequestAttributes.setAttribute(Se rvletRequestImpl.java:2594)
>>>>
>>>> at
>>>> weblogic.servelet.internal.ServletRequestImpl.setAttribute(S erveletRequestImpl.java:987)
>>>>
>>>> at
>>>> weblogic.servelet.internal.MuxableSocketHTTP.dispatch(Muxabl eSocketHTTP.java:544)
>>>>
>>>> at weblogic.socket.SSLFilter.activate(SSLFilter.java:115)
>>>> at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.jav a:175)
>>>> at
>>>> weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(List enThread.java:598)
>>>>
>>>> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140 )
>>>> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)
>>>>
>>>> Dynamic libraries:
>>>>
>>>> ..
>>>> ..
>>>>
>>>> 0x32FA0000 - 0x3303500 C:\tptp_rac_3_3_3\bin\piAgent.dll
>>>>
>>>> ..
>>>>
>>>> Local time
>>>> Elapsed Time
>>>> #
>>>> # HotSpot Virtual MAchine Error : EXCEPTION_ACCESS_VIOLATION
>>>>
>>>>
>>>> If anyone has an idea, please let me know. Maybe it is something as
>>>> simple as we should not use the -debug option, or I should rather
>>>> use version 3 than 4, or anything like this.
>>>>
>>>> Best Regards and a nice WE,
>>>> Philipp
>>>>
Re: EXCEPTION_ACCESS_VIOLATION [message #39988 is a reply to message #39924] Fri, 11 November 2005 01:31 Go to previous messageGo to next message
Guru Nagarajan is currently offline Guru NagarajanFriend
Messages: 45
Registered: July 2009
Member
It is very possible you are hitting the bug - Bug#: 107298
(eclipse.org/tptp bugzilla entry). The reason for the exception is that
in the later versions of JDK1.4 Sun JVM added stricter checking for
memory allocation.

exquisitus wrote:
> Same problem here. Works with 3.1, doesn't work with recent 3.2 milestone.
>
> -e
>
> Randy D. Smith wrote:
>> TPTP 4.0.1 was tested against Eclipse 3.1 with EMF/XSD/SDO 2.1.0.
>>
>> Can you get an Eclipse 3.1 environment and try again? 1.4.2 is fine
>> (though I didn't know _10 was out... even _9 slipped up on me
>> recently), but with the rest you're in uncharted territory.
>>
>> By the way, 4.1, which is heading out the door RSN, is also tested
>> against 3.1(.1) with 2.1.0 ... I think it's the goal of 4.2i0 to
>> compile against 3.2M3 with 2.1.1 ASAP... so you're already pre-warning
>> us that we might see some problems.
>>
>> Thanks, and my apologies for your troubles.
>> --
>> RDS
>>
>> Keith Bonwaitz wrote:
>>
>>> Hi,
>>>
>>> I'm trying to use TPTP for the first time, and I am experiencing a
>>> similar problem. I'm using the following on WinXP:
>>> java jdk 1.4.2_10
>>> Eclipse 3.2m3
>>> EMF SDK 2.1.1
>>> XSD SDK 2.1.1
>>> Agent Conroller Runtime 4.0.1 as a service
>>> TPTP Runtime (Manual/All package) 4.0.1
>>>
>>> Detailed error messages are below. Does anyone have any suggestions?
>>> Thanks,
>>>
>>> Keith Bonawitz
>>>
>>> When I try to profile a project, I get this error message:
>>> #
>>> # An unexpected error has been detected by HotSpot Virtual Machine:
>>> #
>>> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e,
>>> pid=4068, tid=2412
>>> #
>>> # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
>>> # Problematic frame:
>>> # C [ntdll.dll+0x1142e]
>>> #
>>> # An error report file with more information is saved as
>>> hs_err_pid4068.log
>>> #
>>> # If you would like to submit a bug report, please visit:
>>> # http://java.sun.com/webapps/bugreport/crash.jsp
>>> #
>>>
>>> [error occurred during error reporting, step 270, id 0xc0000005]
>>>
>>>
>>> In the error log is the following information:
>>>
>>> #
>>> # An unexpected error has been detected by HotSpot Virtual Machine:
>>> #
>>> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e,
>>> pid=4068, tid=2412
>>> #
>>> # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
>>> # Problematic frame:
>>> # C [ntdll.dll+0x1142e]
>>> #
>>>
>>> --------------- T H R E A D ---------------
>>>
>>> Current thread (0x009f99a0): JavaThread "CompilerThread0" daemon
>>> [_thread_in_native, id=2412]
>>>
>>> siginfo: ExceptionCode=0xc0000005, reading address 0x000000ff
>>>
>>> Registers:
>>> EAX=0x80676582, EBX=0x02fd0000, ECX=0x000000ff, EDX=0x02fd8a50
>>> ESP=0x0745f58c, EBP=0x0745f7ac, ESI=0x02fd8a48, EDI=0x00000083
>>> EIP=0x7c91142e, EFLAGS=0x00010246
>>>
>>> Top of Stack: (sp=0x0745f58c)
>>> 0x0745f58c: 009f9a3c 00000410 009f9a3c 0802d7fc
>>> 0x0745f59c: 08033a24 00000000 0745fadc 0745f5d0
>>> 0x0745f5ac: 075d8064 08033db5 00000000 075d8064
>>> 0x0745f5bc: 00000001 08033c52 08033a24 00000000
>>> 0x0745f5cc: 0745f6a4 0745f5f8 00000000 08033db5
>>> 0x0745f5dc: 00000000 075d80d4 00000001 08033c52
>>> 0x0745f5ec: 00000003 0745fa34 080bd765 0745fa34
>>> 0x0745f5fc: 00000001 0745fb68 080420d8 0000000d
>>>
>>> Instructions: (pc=0x7c91142e)
>>> 0x7c91141e: 02 89 85 94 fe ff ff 8b 4a 04 89 8d ec fe ff ff
>>> 0x7c91142e: 8b 39 3b 78 04 0f 85 47 2f 02 00 3b fa 0f 85 3f
>>>
>>>
>>> Stack: [0x07420000,0x07460000), sp=0x0745f58c, free space=253k
>>> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
>>> C=native code)
>>> C [ntdll.dll+0x1142e]
>>>
>>>
>>> Current CompileTask:
>>> HotSpot Client Compiler: 24 b java.util.BitSet.get(I)Z (70 bytes)
>>>
>>>
>>> --------------- P R O C E S S ---------------
>>>
>>> Java Threads: ( => current thread )
>>> =>0x009f99a0 JavaThread "CompilerThread0" daemon [_thread_in_native,
>>> id=2412]
>>> 0x009f8e10 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
>>> id=2712]
>>> 0x009f60e0 JavaThread "Finalizer" daemon [_thread_blocked, id=640]
>>> 0x009f4d58 JavaThread "Reference Handler" daemon [_thread_blocked,
>>> id=3220]
>>> 0x00038668 JavaThread "main" [_thread_blocked, id=2792]
>>>
>>> Other Threads:
>>> 0x009f3bc0 VMThread [id=1064]
>>> 0x009fb548 WatcherThread [id=4032]
>>>
>>> VM state:not at safepoint (normal execution)
>>>
>>> VM Mutex/Monitor currently owned by a thread: None
>>>
>>> Heap
>>> def new generation total 576K, used 576K [0x10010000, 0x100b0000,
>>> 0x104f0000)
>>> eden space 512K, 100% used [0x10010000, 0x10090000, 0x10090000)
>>> from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)
>>> to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
>>> tenured generation total 1408K, used 524K [0x104f0000, 0x10650000,
>>> 0x14010000)
>>> the space 1408K, 37% used [0x104f0000, 0x10573368, 0x10573400,
>>> 0x10650000)
>>> compacting perm gen total 4096K, used 1443K [0x14010000,
>>> 0x14410000, 0x18010000)
>>> the space 4096K, 35% used [0x14010000, 0x14178ce0, 0x14178e00,
>>> 0x14410000)
>>>
>>> Dynamic libraries:
>>> 0x00400000 - 0x0040b000 C:\Program
>>> Files\Java\j2re1.4.2_10\bin\java.exe
>>> 0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
>>> 0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
>>> 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
>>> 0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
>>> 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
>>> 0x08000000 - 0x0813e000 C:\Program
>>> Files\Java\j2re1.4.2_10\bin\client\jvm.dll
>>> 0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
>>> 0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
>>> 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
>>> 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
>>> 0x629c0000 - 0x629c9000 C:\WINDOWS\system32\LPK.DLL
>>> 0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
>>> 0x10000000 - 0x10007000 C:\Program
>>> Files\Java\j2re1.4.2_10\bin\hpi.dll
>>> 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
>>> 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
>>> 0x003b0000 - 0x003be000 C:\Program
>>> Files\Java\j2re1.4.2_10\bin\verify.dll
>>> 0x003c0000 - 0x003d9000 C:\Program
>>> Files\Java\j2re1.4.2_10\bin\java.dll
>>> 0x003e0000 - 0x003ee000 C:\Program
>>> Files\Java\j2re1.4.2_10\bin\zip.dll
>>> 0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.DLL
>>> 0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
>>> 0x773d0000 - 0x774d2000
>>> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595 b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
>>>
>>> 0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
>>> 0x02ba0000 - 0x02c35000 C:\raserver\bin\piAgent.dll
>>> 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
>>> 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
>>> 0x02c40000 - 0x02c4b000 C:\raserver\bin\hcclco.dll
>>> 0x02c50000 - 0x02c58000 C:\raserver\bin\hccldt.dll
>>> 0x02c60000 - 0x02c71000 C:\raserver\bin\hcclsm.dll
>>> 0x02c80000 - 0x02c8d000 C:\raserver\bin\hccls.dll
>>> 0x02c90000 - 0x02c9b000 C:\raserver\bin\hcbnd.dll
>>> 0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
>>> 0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
>>> 0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
>>> 0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
>>> 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
>>> 0x078b0000 - 0x079c3000 C:\Program
>>> Files\Java\j2re1.4.2_10\bin\awt.dll
>>> 0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
>>> 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
>>>
>>> VM Arguments:
>>> jvm_args: -XrunpiAgent:server=controlled
>>> java_command: users.bonawitz.stochastic.demos.mixing.MixingTest
>>> Launcher Type: SUN_STANDARD
>>>
>>> Environment Variables:
>>> CLASSPATH=C:\var\workspace\Bridge2;C:\eclipse\plugins\org.ju nit_3.8.1\junit.jar;C:\var\workspace\Bridge2\externalTools\j af\lib\jaf-1.0.2-java1.1.jar;C:\var\workspace\Bridge2\extern alTools\javamail\lib\javamail-1.3.1-java1.1.jar;C:\var\works pace\Bridge2\externalTools\jakarta\lib\jakarta-commons-loggi ng-1.0.4-java1.4.jar;C:\var\workspace\Bridge2\externalTools\ jwnl\lib\jwnl-1.3rc3-java1.4.jar;C:\var\workspace\Bridge2\ex ternalTools\jgraph\lib\jgraph-4.0-java1.4.jar;C:\var\workspa ce\Bridge2\externalTools\jgraph\lib\jgraph-addons-0.1-java1. 4.jar;C:\var\workspace\Bridge2\externalTools\jakarta-commons -lang\commons-lang-2.0.jar;C:\var\workspace\Bridge2\external Tools\ssj\lib\colt.jar;C:\var\workspace\Bridge2\externalTool s\ssj\lib\ssj.jar;C:\raserver\plugins\org.eclipse.tptp.platf orm.collection.framework_4.0.0\hcframe.jar;C:\raserver\plugi ns\org.eclipse.hyades.execution_4.0.0\hexr.jar;C:\raserver\p lugins\org.eclipse.hyades.execution_4.0.0\hexl.jar;C:\raserv er\plugins\org.eclipse.hy
a
>>>
> d
>>>
>>
>> es
>>
>>>
>>> .execution_4.0.0\hexcore.jar;C:\Program
>>> Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip;C:\raserver\plugi ns\org.eclipse.core.runtime_3.1.1.jar
>>>
>>> PATH=C:\raserver\bin;"C:\Program Files\MIT\Shared
>>> Files";C:\Perl\bin\;C:\PROGRAM
>>> FILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\W INDOWS\System32\Wbem;C:\Program
>>> Files\ATI Technologies\ATI Control Panel;C:\Program Files\PC-Doctor
>>> for Windows\services;C:\Program Files\Common
>>> Files\GTK\2.0\bin;C:\Program Files\SecureCRT\;C:\Program
>>> Files\MATLAB704\bin\win32;;C:\Program Files\Common Files\Roxio
>>> Shared\DLLShared;C:\cygwin\bin\;C:\Program
>>> Files\QuickTime\QTSystem\;C:\Program Files\Kerberos\;C:\raserver\bin\
>>> OS=Windows_NT
>>> PROCESSOR_IDENTIFIER=x86 Family 6 Model 9 Stepping 5, GenuineIntel
>>>
>>>
>>> --------------- S Y S T E M ---------------
>>>
>>> OS: Windows XP Build 2600 Service Pack 2
>>>
>>> CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2
>>>
>>> Memory: 4k page, physical 1047472k(345684k free), swap
>>> 2520844k(1923500k free)
>>>
>>> vm_info: Java HotSpot(TM) Client VM (1.4.2_10-b03) for windows-x86,
>>> built on Oct 10 2005 14:53:46 by "java_re" with MS VC++ 6.0
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Guru Nagarajan wrote:
>>>
>>>> Philipp,
>>>> You are using java 1.3 and there have been numerous updates hence.
>>>> I would recommend you to upgrade to java 1.4 and retry.
>>>> Thanks,
>>>> Guru
>>>>
>>>> Philipp Kutter wrote:
>>>>
>>>>> Dear all.
>>>>>
>>>>> I got an EXCEPTION_ACCESS_VIOLATION while trying to use TPTP for
>>>>> profiling our Weblogic application.
>>>>>
>>>>> I work with Eclipse 3.1, newest TPTP 4.0.0, RAC 3.3 (did not find a
>>>>> 4.0 version) and ... Weblogic 6.1 and Java 1.3.
>>>>>
>>>>>
>>>>> We start WLS as follows:
>>>>>
>>>>> "%JAVA_HOME%/bin/java" -hotspot -ms64m -mx512m -XX:MaxPermSize=256m
>>>>> -Xdebug -Xnoagent -XrunpiAgent:server=enabled
>>>>> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=500 6
>>>>> -Djava.compiler.NONE -Dweblogic.Domain=NPMS_2005
>>>>> -Dweblogic.Name=NPMS_2005_server -Dbea.home=..
>>>>> -Dweblogic.management.password=xxxxxxxx
>>>>> -Dweblogic.management.pkpassword=notused
>>>>> -Dweblogic.ProductionModeEnabled=false
>>>>> -Dweblogic.management.discover=false%
>>>>> -Dweblogic.security.SSL.sessionCache.size=1000%
>>>>> -Dweblogic.security.SSL.sessionCache.ttl=600000
>>>>> -Dweblogic.security.policy==./lib/weblogic.policy
>>>>> -Djava.security.policy==./lib/java.policy_XXX ... weblogic.Server
>>>>>
>>>>>
>>>>> I got the rac runing, and I got the weblogic to start with the
>>>>> piAgent.
>>>>>
>>>>> Then I could connect to the localhost, and attach my agent to the
>>>>> running
>>>>> process. No problem.
>>>>>
>>>>> I excluded all classes from being monitored, to avoid problems.
>>>>>
>>>>> But as soon as something happens on the WLS, I get the following
>>>>> error:
>>>>>
>>>>>
>>>>> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occured at
>>>>> PC=0x6D45D8CA
>>>>> Function name=JVM_FindSignal
>>>>> Library=c:\apps\tip215\cs\java\jdk13110\jre\bin\hotspot\jvm. dll
>>>>>
>>>>> Current Java thread:
>>>>> at
>>>>> com.sun.rsajca.JSA_RSAKeyFactory.getPublicKeyData([DashoPro- V1.2-120198])
>>>>>
>>>>> at
>>>>> com.sun.rsajca.JS_KeyFactory.engineGeneratePublic([DashoPro- V1.2-120198])
>>>>>
>>>>> at java.security.KeyFactory.generatedPublic(KeyFactory.java:181 )
>>>>> at sun.security.x509.X509Key.buildX509Key(Y509Key.java:148)
>>>>> at sun.security.x508.X509Key.parse(X509Key.java:96)
>>>>> at
>>>>> sun.security.x509.CertificateX509Key<init>(CertififcateX509Key.java:56)
>>>>>
>>>>> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:679)
>>>>> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:150)
>>>>> at sun.security.x509.X509CertInfo.parse(X509CertInfo.java:1039)
>>>>> at sun.security.x509.X509CertInfo.<init>(X509CertInfo.java:144)
>>>>> at
>>>>> sun.security.provider.X509Factory.engineGenerateCertificate( X509Factory.java:84)
>>>>>
>>>>> at
>>>>> sun.security.cert.CertificateFactory.generateCertificate(Cer tificateFactory.java:281)
>>>>>
>>>>> at
>>>>> weblogic.servelet.internal.RequestAttributes.setAttribute(Se rvletRequestImpl.java:2594)
>>>>>
>>>>> at
>>>>> weblogic.servelet.internal.ServletRequestImpl.setAttribute(S erveletRequestImpl.java:987)
>>>>>
>>>>> at
>>>>> weblogic.servelet.internal.MuxableSocketHTTP.dispatch(Muxabl eSocketHTTP.java:544)
>>>>>
>>>>> at weblogic.socket.SSLFilter.activate(SSLFilter.java:115)
>>>>> at weblogic.socket.JVMSocketManager.accept(JVMSocketManager.jav a:175)
>>>>> at
>>>>> weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(List enThread.java:598)
>>>>>
>>>>> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140 )
>>>>> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)
>>>>>
>>>>> Dynamic libraries:
>>>>>
>>>>> ..
>>>>> ..
>>>>>
>>>>> 0x32FA0000 - 0x3303500 C:\tptp_rac_3_3_3\bin\piAgent.dll
>>>>>
>>>>> ..
>>>>>
>>>>> Local time
>>>>> Elapsed Time
>>>>> #
>>>>> # HotSpot Virtual MAchine Error : EXCEPTION_ACCESS_VIOLATION
>>>>>
>>>>>
>>>>> If anyone has an idea, please let me know. Maybe it is something as
>>>>> simple as we should not use the -debug option, or I should rather
>>>>> use version 3 than 4, or anything like this.
>>>>>
>>>>> Best Regards and a nice WE,
>>>>> Philipp
>>>>>
Re: EXCEPTION_ACCESS_VIOLATION [message #43501 is a reply to message #39924] Tue, 29 November 2005 14:57 Go to previous message
Eclipse UserFriend
Originally posted by: f.hoeben.nl.tiscali.com

I'm getting the same exception using Eclipse 3.1.1, TPTP 4.0.1 and JDK
1.5.0_05 on Windows XP.
I don't seem to be able to profile anything. Is there a workaround for
this issue?

Cheers,
Fried
Previous Topic:Turning profiling on and off from within the application
Next Topic:Code Coverage
Goto Forum:
  


Current Time: Wed Apr 24 21:29:48 GMT 2024

Powered by FUDForum. Page generated in 0.03603 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top