Hi,
I have tried to execute the graph graphSystemExecute.grf in my eclipse.
I am faced with the following error.
I am not sure since this is a unix command if it can be executed on the eclipse running on a Windows machine.
Is there any alternate solution for this??Please reply
ERROR [WatchDog] - Graph execution finished with error
ERROR [WatchDog] - Node SYS_EXECUTE0 finished with status: ERROR caused by: CreateProcess: sh C:\Documents and Settings\vinutha.harishankar\Local Settings\Temp\tmp19338.bat error=2
ERROR [WatchDog] - Node SYS_EXECUTE0 error details:
java.io.IOException: CreateProcess: sh C:\Documents and Settings\Namer\Local Settings\Temp\tmp19338.bat error=2
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at org.jetel.component.SystemExecute.execute(SystemExecute.java:292)
at org.jetel.graph.Node.run(Node.java:390)
at java.lang.Thread.run(Unknown Source)