getting invalid option: -javaagent:

2007-10-12 Thread annaiah
Hi all, we are running our application on Geronimo, we want our apllication to be profile by making use of a profiler to know details like CPU usage memory,time. So we are calling profiler in geronimo batch file. when we debug the geronimo batch file , we are getting the following message. in

Re: getting invalid option: -javaagent:

2007-10-12 Thread Ted Kirby
Can you show the full java command-line invocation that is starting the server? Thanks, Ted Kirby On 10/12/07, annaiah <[EMAIL PROTECTED]> wrote: > > Hi all, > we are running our application on Geronimo, we want our apllication to be > profile by making use of a profiler to know details like C

Re: getting invalid option: -javaagent:

2007-10-15 Thread Mardak
annaiah wrote: > invalid option: -javaagent:C:\Profiler\lib\xyz.jar Do you see the -javaagent option when you do "java -help"? The latest version of Harmony on the site doesn't seem to have a -javaagent option. Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or

Re: getting invalid option: -javaagent:

2007-10-15 Thread annaiah
We would like to know how to set this -javaagent parameter in JAVA_OPTS. We are facing some problem while running the geronima batch file with geronima debug command . I have copied the console message below after running the command geronima debug, I have made the font bold at the place of oc