Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » get an agent to run on WAS 5.1
get an agent to run on WAS 5.1 [message #23299] Mon, 25 July 2005 13:38 Go to next message
Eclipse UserFriend
Originally posted by: brysize.hotmail.com

I am trying to get TPTP to run correctly. I have installed it on the same
box for working out the kinks. It is Eclipse 3.1, TPTP 4.0. The RAServer
is running and I tried to install an agent on the servers. I have applied
it to the start script. I have included the start script and the startup
log snipet. I am open to suggestion, I know it some noobie error.



StartScript for servers:
call "C:\Program Files\eoriginal\eebs\bin\setClientEnv.cmd"
set RASERVER_HOME=C:\remotemonitor\raserver\plugins

set CLASSPATH=%CLASSPATH%C:\remotemonitor\raserver\bin;
set
CLASSPATH=%CLASSPATH%%RASERVER_HOME%\org.eclipse.hyades.exec ution_4.0.0\hexcore.jar;
set
CLASSPATH=%CLASSPATH%%RASERVER_HOME%\org.eclipse.hyades.exec ution_4.0.0\hexl.jar;
set
CLASSPATH=%CLASSPATH%%RASERVER_HOME%\org.eclipse.hyades.exec ution_4.0.0\hexr.jar;
set
CLASSPATH=%CLASSPATH%%RASERVER_HOME%\org.eclipse.tptp.platfo rm.collection.framework_4.0.0\hcframe.jar;

echo %CLASSPATH%

SET RASERVER=-Djava.compiler=NONE -Xdebug -Xnoagent
-XrunpiAgent:server=enabled -DPD_DT_ENABLED=true
"%JAVA_HOME%\bin\java" %WAS_TRACE% %DEBUG% "%RASERVER%" %CONSOLE_ENCODING%
"%CLIENTSAS%" "-classpath" "%WAS_CLASSPATH%"
"-Dws.ext.dirs=%WAS_EXT_DIRS%" %USER_INSTALL_PROP%
"-Dwas.install.root=%WAS_HOME%" "com.ibm.ws.bootstrap.WSLauncher"
"com.ibm.ws.management.tools.WsServerLauncher" "%CONFIG_ROOT%"
"%WAS_CELL%" "%WAS_NODE%" %*



Error/Warning on server startup:

C:\Program Files\WebSphere\AppServer\bin>startserver server1
C:\Program Files\XXXX\XXXX\properties;C:\Program Files\XXXXX\XXXXX\lib\e
ebs-pdf-signing.jar;C:\Program Files\XXXX\XXXX\lib\eebs-client.jar;C:\Progr
am Files\XXXX\XXXX\lib;C:\Program Files\WebSphere\AppServer\lib\naming.jar;
C:\Program Files\WebSphere\AppServer\lib\iwsorb.jar;C:\Program
Files\WebSphere\A
ppServer\lib\ras.jar;C:\Program
Files\WebSphere\AppServer\lib\namingclient.jar;C
:\Program Files\WebSphere\AppServer\lib\ecutils.jar;C:\Program
Files\WebSphere\A
ppServer\lib\tx.jar;C:\Program
Files\WebSphere\AppServer\lib\txPrivate.jar;C:\Pr
ogram Files\WebSphere\AppServer\lib\bootstrap.jar;C:\Program
Files\WebSphere\App
Server\lib\j2ee.jar;C:\Program
Files\WebSphere\AppServer\lib\lmproxy.jar;C:\Prog
ram Files\WebSphere\AppServer\lib\urlprotocols.jar;C:\Program
Files\WebSphere\Ap
pServer\bin\wsinstance\propdefaults;C:\remotemonitor\raserve r\bin;C:\remotemonit
or\raserver\plugins\org.eclipse.hyades.execution_4.0.0\hexco re.jar;C:\remotemoni
tor\raserver\plugins\org.eclipse.hyades.execution_4.0.0\hexl .jar;C:\remotemonito
r\raserver\plugins\org.eclipse.hyades.execution_4.0.0\hexr.j ar;C:\remotemonitor\
raserver\plugins\org.eclipse.tptp.platform.collection.framew ork_4.0.0\hcframe.ja
r;
Warning: JIT compiler "NONE -Xdebug -Xnoagent -XrunpiAgent:server=enabled
-DPD_D
T_ENABLED=true" not found. Will use interpreter.
ADMU0116I: Tool information is being logged in file C:\Program
Files\WebSphere\AppServer\logs\server1\startServer.log
ADMU3100I: Reading configuration for server: server1
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server server1 open for e-business; process id is 2300
Re: get an agent to run on WAS 5.1 [message #23340 is a reply to message #23299] Mon, 25 July 2005 13:54 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
Looks like its setting your java.compiler property to
"NONE -Xdebug -Xnoagent -XrunpiAgent:server=enabled -DPD_DT_ENABLED=true" as
opposed to "NONE". Try embedding the value of java.compiler with quotes or
specifying the java.compiler property as the last JVM argument.



"Bryan Sizemore" <brysize@hotmail.com> wrote in message
news:d61772bd919a3283e8b10783e9eec83a$1@www.eclipse.org...
>I am trying to get TPTP to run correctly. I have installed it on the same
>box for working out the kinks. It is Eclipse 3.1, TPTP 4.0. The RAServer
>is running and I tried to install an agent on the servers. I have applied
>it to the start script. I have included the start script and the startup
>log snipet. I am open to suggestion, I know it some noobie error.
>
>
> StartScript for servers:
> call "C:\Program Files\eoriginal\eebs\bin\setClientEnv.cmd"
> set RASERVER_HOME=C:\remotemonitor\raserver\plugins
>
> set CLASSPATH=%CLASSPATH%C:\remotemonitor\raserver\bin;
> set
> CLASSPATH=%CLASSPATH%%RASERVER_HOME%\org.eclipse.hyades.exec ution_4.0.0\hexcore.jar;
> set
> CLASSPATH=%CLASSPATH%%RASERVER_HOME%\org.eclipse.hyades.exec ution_4.0.0\hexl.jar;
> set
> CLASSPATH=%CLASSPATH%%RASERVER_HOME%\org.eclipse.hyades.exec ution_4.0.0\hexr.jar;
> set
> CLASSPATH=%CLASSPATH%%RASERVER_HOME%\org.eclipse.tptp.platfo rm.collection.framework_4.0.0\hcframe.jar;
>
> echo %CLASSPATH%
>
> SET
> RASERVER=-Djava.compiler=NONE -Xdebug -Xnoagent -XrunpiAgent:server=enabled
> -DPD_DT_ENABLED=true
> "%JAVA_HOME%\bin\java" %WAS_TRACE% %DEBUG% "%RASERVER%" %CONSOLE_ENCODING%
> "%CLIENTSAS%" "-classpath" "%WAS_CLASSPATH%"
> "-Dws.ext.dirs=%WAS_EXT_DIRS%" %USER_INSTALL_PROP%
> "-Dwas.install.root=%WAS_HOME%" "com.ibm.ws.bootstrap.WSLauncher"
> "com.ibm.ws.management.tools.WsServerLauncher" "%CONFIG_ROOT%"
> "%WAS_CELL%" "%WAS_NODE%" %*
>
>
>
> Error/Warning on server startup:
>
> C:\Program Files\WebSphere\AppServer\bin>startserver server1
> C:\Program Files\XXXX\XXXX\properties;C:\Program Files\XXXXX\XXXXX\lib\e
> ebs-pdf-signing.jar;C:\Program
> Files\XXXX\XXXX\lib\eebs-client.jar;C:\Progr
> am Files\XXXX\XXXX\lib;C:\Program
> Files\WebSphere\AppServer\lib\naming.jar;
> C:\Program Files\WebSphere\AppServer\lib\iwsorb.jar;C:\Program
> Files\WebSphere\A
> ppServer\lib\ras.jar;C:\Program
> Files\WebSphere\AppServer\lib\namingclient.jar;C
> :\Program Files\WebSphere\AppServer\lib\ecutils.jar;C:\Program
> Files\WebSphere\A
> ppServer\lib\tx.jar;C:\Program
> Files\WebSphere\AppServer\lib\txPrivate.jar;C:\Pr
> ogram Files\WebSphere\AppServer\lib\bootstrap.jar;C:\Program
> Files\WebSphere\App
> Server\lib\j2ee.jar;C:\Program
> Files\WebSphere\AppServer\lib\lmproxy.jar;C:\Prog
> ram Files\WebSphere\AppServer\lib\urlprotocols.jar;C:\Program
> Files\WebSphere\Ap
> pServer\bin\wsinstance\propdefaults;C:\remotemonitor\raserve r\bin;C:\remotemonit
> or\raserver\plugins\org.eclipse.hyades.execution_4.0.0\hexco re.jar;C:\remotemoni
> tor\raserver\plugins\org.eclipse.hyades.execution_4.0.0\hexl .jar;C:\remotemonito
> r\raserver\plugins\org.eclipse.hyades.execution_4.0.0\hexr.j ar;C:\remotemonitor\
> raserver\plugins\org.eclipse.tptp.platform.collection.framew ork_4.0.0\hcframe.ja
> r;
> Warning: JIT compiler
> "NONE -Xdebug -Xnoagent -XrunpiAgent:server=enabled -DPD_D
> T_ENABLED=true" not found. Will use interpreter.
> ADMU0116I: Tool information is being logged in file C:\Program
> Files\WebSphere\AppServer\logs\server1\startServer.log
> ADMU3100I: Reading configuration for server: server1
> ADMU3200I: Server launched. Waiting for initialization status.
> ADMU3000I: Server server1 open for e-business; process id is 2300
>
>
Re: get an agent to run on WAS 5.1 [message #23572 is a reply to message #23340] Tue, 26 July 2005 00:08 Go to previous message
Eclipse UserFriend
Originally posted by: brysize.hotmail.com

I have tried it before. It didn't seem to work. Based on what I submited
in the first one. Can you give me a code snippet of what you are
suggesting? Thank you.

news.eclipse.org wrote:

> Looks like its setting your java.compiler property to
> "NONE -Xdebug -Xnoagent -XrunpiAgent:server=enabled -DPD_DT_ENABLED=true" as
> opposed to "NONE". Try embedding the value of java.compiler with quotes or
> specifying the java.compiler property as the last JVM argument.

>> SET
>> RASERVER=-Djava.compiler=NONE -Xdebug -Xnoagent -XrunpiAgent:server=enabled
>> -DPD_DT_ENABLED=true
Previous Topic:package cummulative times don't add up
Next Topic:jdbc
Goto Forum:
  


Current Time: Thu Apr 25 16:44:09 GMT 2024

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

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

Back to the top