Posted: Thu Dec 04, 2003 8:52 am Post subject: Monitor.java- some questions on IBM supportpack wa03
Knight
Joined: 30 Jan 2002 Posts: 560
I was trying to run Monitor.java which is given in IBM supportpack WA03, and running into some problems. Here are my questions
1. Supportpack says the class file could be run it directly.
So I ran using Java Monior with the command line parameters and getting the following error
Code:
>java Monitor FMC loc ADMIN password
Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/workflow/loc/
DomainController
at com.ibm.workflow.api.Agent.setLocator(Agent.java:543)
at Monitor.main(Monitor.java:96)
I guess this could be dut to classpath problem. Could you please tell me what are the Jar files I need to put in classpath file? Do I need to change the PATH also?
2. The usage for the program says
Quote:
Usage: java Monitor <name of agent> <loc|jndi> <UserID> <Password>
Could somebody tell me what do I give for "Name of agent"?
On this machine I have two webclient configurations FMC and FMC1. Both are webclients connecting to Runtime servers on AIX box
FMC has FMCSYS,FMCGRP
FMC1 has FMCSYS1,FMCGRP1
The webclients are working fine.
So what do I need to give in the parmater list if I want to connect to FMC1,FMCSYS1,FMCGRP1?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum