Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi team
The help page linked below says there is a Workflow History Viewer utility :
$ windchill wt.workflow.engine.WfMonitor
We have WC 12.0.2, and I get 'ClassNotFoundException'
Is there a typo in the class name? Do I need to add to the classpath?
Thanks
Rick
Solved! Go to Solution.
Hi @rleir
I guess that PTC remove this utility from the Windchill.
I can't find the class and any similar utility in the Windchill 12.0.2.1
PetrH
Hi @rleir
I guess that PTC remove this utility from the Windchill.
I can't find the class and any similar utility in the Windchill 12.0.2.1
PetrH
I gave it a try on PDMLink 11.1 M020 and got a null pointer exception
E:\ptc\Windchill_11.1\Windchill>windchill wt.workflow.engine.WfMonitor
Workflow Monitor - Main Menu
----------------------------
Existing Workflow Processes
---------------------------
>> WARNING: The ManagerService is not initialized! This can be caused by:
1) Attempting to invoke a server only method from a remote client
2) Attempting to invoke a method on a service from the constructor or static initializer of another service
Exception in thread "main" java.lang.ExceptionInInitializerError
at wt.workflow.engine.WfProcess.getName(WfProcess.java:1431)
at wt.workflow.engine.WfMonitor.processToString(WfMonitor.java:505)
at wt.workflow.engine.WfMonitor.main(WfMonitor.java:100)
Caused by: java.lang.NullPointerException
at wt.access.AccessControlServerHelper.<clinit>(AccessControlServerHelper.java:85)
... 3 more
E:\ptc\Windchill_11.1\Windchill>
Hi Petr
I stopped WC, but that did not help.
$ windchill wt.workflow.engine.WfMonitor
Error: Could not find or load main class wt.workflow.engine.WfMonitor
Caused by: java.lang.ClassNotFoundException: wt.workflow.engine.WfMonitor
Thanks
Rick