How to get graph output text to CloverETL Designer when runn

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. :smiley:
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). :frowning:

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)

Dear starsailor,

It seems that you are trying to connect CloverETL Server and Designer of varying versions. Probably you use newer Designer than Server.

We do not support or recommend connection of different versions of Server/Designer. Could you please try to unify applications versions and check again?

I’ll check the version and update if needed. Then I’ll report back. Thanks!