Hi All,
When i try to execute the CloverETL on AIX, I am getting following error.
Exception in thread “WatchDog” java.lang.UnsupportedOperationException: CPU time measurement is not supported on this virtual machine.
at com.ibm.lang.management.ThreadMXBeanImpl.getThreadCpuTime(ThreadMXBeanImpl.java:180)
at org.jetel.graph.runtime.WatchDog.watch(WatchDog.java:376)
at org.jetel.graph.runtime.WatchDog.executePhase(WatchDog.java:510)
at org.jetel.graph.runtime.WatchDog.run(WatchDog.java:156)
I tried following options, but did not work.
- I tried with export AIXTHREAD_ENRUSG=ON and then running the job. But, it is giving the same error.
- Running with –noJMX. Clover ETL version we are using currently is 2.1 which does not support this option.
Please help!!