Posted: Thu Jan 16, 2003 6:02 pm Post subject: System.out of Java class when ran through fmcoxjvm.dll
Newbie
Joined: 16 Jan 2003 Posts: 2
I am new to MQWorkflow and still in the learning phase.
I have attached a Java class as the program for a program activity using fmcoxjvm.dll. I can see that the process instance is running smoothly by monitoring in the MQ Wf client app. But where does the System.out of that Java class goes. Any info and any links to documentation sites is greatly appreciated.
I am using the "User Program Execution Agent" as my PEA. But not sure where will be the associated log file for that Agent. Can you tell me the name of the log file. BTW, I am on windows 2000 system.
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
As far as I know the System.out.println statements are printed in a new command window. They are not printed in the PEA console.
There is a sample java activity implementation in
C:\Program Files\MQSeries Workflow\SMP\java\actimpl
I would suggest you to read through the comments and make necessary changes to the FDL before importing into the runtime. Setting classpath etc should be taken care of.
Another quick test that you can do is on a command prompt try to run your app...
if CLASSPATH is not set then it would say java.lang.classnotfound....
otherwise it would say no program execution agent.
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