When I run a graph in CloverETL Designer locally on my desktop using the Run button in the UI I get all the status and error output from the graph execution in the console window.
However, when I run the same graph on the CloverETL Server on a machine and Amazon Web Services using the same Run button in the CloverETL Designer UI I only get some initial startup information in the Clover ETL Designer console window and then a Java exception dump (see below).
How do I configure the execution of the graph on the server to get the same or similar level of information in the CloverETL Designer console window?
************************** CloverETL Server Graph: ***************************
CloverETL Server URL: http://54.225.102.3:8080/clover/webservice?wsdl
Sandbox code: WBGM
Graph: graph/FordReporting.grf
Graph ID: 1375721706509
Run ID: 426035
Refresh interval: 5 (seconds)
Wait for JMX client: true
Connecting to CloverETL Server β¦
Exception in thread βmainβ java.lang.Error: Undefined operation name AnalyseGraph
at com.sun.xml.ws.model.JavaMethodImpl.freeze(JavaMethodImpl.java:327)
at com.sun.xml.ws.model.AbstractSEIModelImpl.freeze(AbstractSEIModelImpl.java:97)
at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:268)
at com.sun.xml.ws.client.WSServiceDelegate.addSEI(WSServiceDelegate.java:683)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:340)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:323)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:305)
at javax.xml.ws.Service.getPort(Service.java:119)
at com.cloveretl.gui.server.subsystem.sandbox.client.CloverServerWSService.getCloverServerWSPort(Unknown Source)
at com.cloveretl.gui.server.runtime.BaseCloverServerProxy.a(Unknown Source)
at com.cloveretl.gui.server.runtime.BaseCloverServerProxy.A(Unknown Source)
at com.cloveretl.gui.server.runtime.BaseCloverServerProxy.run(Unknown Source)
at com.cloveretl.gui.server.runtime.CloverServerProxy.main(Unknown Source)