[JBoss-user] [Performance Tuning] - Re: JBoss and Rarional quantify problem

2004-07-22 Thread wuffi
It seems that this feature is not yet implemented in the Rational Suite for all Unix 
plfatforms. It may be available for Solaris but its not for Linux.
See this article for some hints:
http://www-1.ibm.com/support/docview.wss?uid=swg21117914
"What application servers does Rational PurifyPlus (Unix) support for profiling J2EE 
applications?"

Up to now I found no quantify tool that could help me. Too bad.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842984#3842984

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842984


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: JBoss and Rarional quantify problem

2004-04-14 Thread wuffi
I have tried this, but I still get the same result.
I changed the JBOSS_CLASSPATH line within run.bat and kept the jar file within the 
original Rational directory.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830548#3830548

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830548


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - JBoss and Rarional quantify problem

2004-04-13 Thread wuffi
Hi,
I'm trying to run quantify with jboss and have a problem with that.

The working environment ist WinNT 4, java sdk 1.4.2, jboss-3.2.1-tomcat-4.1.24

I added the quantify call to the jboss startline in run.bat and put Rational.jar in 
the lib directory of the server (.../server/imbus/lib). I adjusted the classpath to 
pick up Rational.jar and verified also that the file was copied into the jdk 
installation during the installation of quantify. Nevertheless jboss quits during the 
deployment phase with a NoClassDefFoundError exception (see below). The missing class 
is provided by the Rational.jar file. I added this jar file to several other 
directories to check if it is found there, but the result is always the same. Quantify 
starts to monitor the calls up to the deployment phase, so in principle it is working.

Has anybody any ideas what I'm doing wrong?

thanks in advance
Wuffi


15:59:33,943 INFO  [Server] Core system initialized
15:59:34,614 INFO  [MainDeployer] Starting deployment of package: 
file:/C:/jboss-3.2.1_tomcat-4.1.24/server/imbus/conf/jboss-service.xml
15:59:34,634 DEBUG [MainDeployer] Starting deployment (init step) of package at: 
file:/C:/jboss-3.2.1_tomcat-4.1.24/server/imbus/conf/jboss-service.xml
15:59:34,704 DEBUG [MainDeployer] using deployer [EMAIL PROTECTED]
15:59:37,689 DEBUG [MainDeployer] Watching new file: 
file:/C:/jboss-3.2.1_tomcat-4.1.24/server/imbus/conf/jboss-service.xml
15:59:37,759 ERROR [Server] Failed to start
java.lang.NoClassDefFoundError: Rational/QProfJ
at org.xml.sax.InputSource.(InputSource.java)
at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:506)
at org.jboss.deployment.SARDeployer.init(SARDeployer.java:115)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:694)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:637)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:388)
at java.lang.Thread.run(Thread.java:534)
15:59:38,019 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
15:59:38,019 INFO  [MainDeployer] Undeploying 
file:/C:/jboss-3.2.1_tomcat-4.1.24/server/imbus/conf/jboss-service.xml
15:59:38,029 DEBUG [SARDeployer] undeploying document 
file:/C:/jboss-3.2.1_tomcat-4.1.24/server/imbus/conf/jboss-service.xml
15:59:38,039 ERROR [MainDeployer] Undeployment cleanup failed: 
file:/C:/jboss-3.2.1_tomcat-4.1.24/server/imbus/conf/jboss-service.xml
java.lang.NullPointerException
at org.jboss.deployment.DeploymentInfo.cleanup(DeploymentInfo.java:328)
at org.jboss.deployment.MainDeployer.destroy(MainDeployer.java:565)
at org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:481)
at org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:368)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeployments(ServerImpl.java:808)
at 
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:783)
at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:771)
15:59:38,049 INFO  [MainDeployer] Undeployed 1 deployed packages
15:59:38,049 INFO  [Server] Shutting down all services
15:59:38,059 INFO  [ServiceController] Stopping 3 services
1

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830369#3830369

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830369


---
This SF.Net email is sponsore