Operating System - HP-UX
1833847 Members
2193 Online
110063 Solutions
New Discussion

specifying hprof profiling

 
Brendan Corcoran
Occasional Contributor

specifying hprof profiling

I am trying to profile my WebLogic application to see what residual objects are left in the heap after running.

(I ran the below command ok using -Xeprof, however it didn't have any residual object options - is Xeprof suppost to give this info?)

I am using the -Xrunhprof as in:



java $JAVA_OPTIONS
-Xrunhprof:file=/opt/bea/wlserver6.1/config/inld1cis/java.epro
f -classpath $CLASSPATH -Dweblogic.Domain=inld1cis -Dweblogic.Name=inld1cisAdmin
-Dbea.home=/opt/bea -Dweblogic.management.password=$WLS_PW -Dweblogic.Productio
nModeEnabled=$STARTMODE -Dtoplink.license.path=$TOPLINK_HOME/License/WebGainTop
Link3.lic -DIP=localhost -DPORT=7002 -DFILE_PREFIX=config/inld1cis/logs/Inl1 -Dj
ava.security.policy==/opt/bea/wlserver6.1/lib/weblogic.policy weblogic.Server

but I keep getting the error when I run the above statement:

/usr/lib/dld.sl: Unresolved symbol: __nw__13ObjectMonitorSFUl (code) from /opt/bea/jdk131/jre/bin/../lib/PA_RISC2.0/server/libjvm.sl

This is my environment:
HP-UX B.11.00 U 9000/800
Weblogic 6.1
java version "1.3.1.00-release"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.00-release-010607-16:53-PA_RISC1.1)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.00-release-010607-19:35-PA_RISC2.0 PA2.0, mixed mode)

thanks,

Brendan