Hi All,
I am new user to the clover ETL designer. I am trying to get some data from the webservice but I am getting the following error. Could you please let me know how to fix this error.
Following is the log file.
INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
INFO [main] - Running with CloverETL library version 3.3.0 build#021 compiled 15/10/2012 15:10:55
INFO [main] - Running on 1 CPU(s), OS Windows Server 2008 R2, architecture amd64, Java version 1.7.0_07, max available memory for JVM 152448 KB
INFO [main] - Loading default properties from: defaultProperties
INFO [main] - Graph definition file: graph/SalesforceContactList.grf
INFO [main] - Graph revision: 1.27 Modified by: clover Modified: Tue Dec 11 16:52:20 UTC 2012
INFO [main] - Checking graph configuration…
INFO [main] - Graph configuration is valid.
INFO [main] - Graph initialization (example08_2)
INFO [main] - [Clover] Initializing phase: 0
WARN [main] - RETRIEVE_CONTACTS: Mapping error - Unknown element ‘TypeOverride’ is ignored with all it’s child elements.
INFO [main] - Messenger configuration context loaded.
INFO [main] - Axis2-specific client dispatcher established for service SforceService based on WSDL document.
INFO [main] - Axis2 modules engaged for client dispatcher.
INFO [main] - WS-Policy expressions processed.
INFO [main] - Message validation on request is disabled.
INFO [main] - Message validation on response is disabled.
INFO [main] - Asynchronous messenger initialized for operation ‘{urn:enterprise.soap.sforce.com}SforceService#Soap#query’.
INFO [main] - [Clover] phase: 0 initialized successfully.
INFO [WatchDog] - Initial dictionary content:
INFO [WatchDog] - DictEntry:dtSessionID:string:null
INFO [WatchDog] - DictEntry:dtSessionURL:string:null
INFO [WatchDog] - DictEntry:dtJoiner:string:null
INFO [WatchDog] - Starting up all nodes in phase [0]
INFO [WatchDog] - Successfully started all nodes in phase!
ERROR [RETRIEVE_CONTACTS_0] - The system cannot infer the transport information from the null URL.
INFO [RETRIEVE_CONTACTS_0] - Error occured while executing web service call. Printing request/response details:
INFO [RETRIEVE_CONTACTS_0] - Web Service Client request header:
<urn:SessionHeader xmlns:urn=“urn:enterprise.soap.sforce.com”>
urn:sessionId</urn:sessionId>
</urn:SessionHeader>
INFO [RETRIEVE_CONTACTS_0] - Web Service Client request body:
<urn:query xmlns:urn=“urn:enterprise.soap.sforce.com”>
urn:queryStringSELECT Id, FirstName, LastName, Birthdate FROM Contact</urn:queryString>
</urn:query>
INFO [RETRIEVE_CONTACTS_0] - Web Service Client response:
null
ERROR [WatchDog] - Graph execution finished with error
ERROR [WatchDog] - Node RETRIEVE_CONTACTS finished with status: ERROR caused by: Unable to send messege to remote Web Service endpoint.
ERROR [WatchDog] - Node RETRIEVE_CONTACTS error details:
com.opensys.cloveretl.component.ws.exception.SendingMessageException: Unable to send messege to remote Web Service endpoint.
at com.opensys.cloveretl.component.ws.proxy.a.b(Unknown Source)
at com.opensys.cloveretl.component.ws.proxy.a.a(Unknown Source)
at com.opensys.cloveretl.component.WebServiceClient.a(Unknown Source)
at com.opensys.cloveretl.component.WebServiceClient.execute(Unknown Source)
at org.jetel.graph.Node.run(Node.java:465)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.axis2.AxisFault: The system cannot infer the transport information from the null URL.
at org.apache.axis2.description.ClientUtils.inferOutTransport(ClientUtils.java:82)
at org.apache.axis2.client.OperationClient.prepareMessageContext(OperationClient.java:304)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:180)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at org.apache.axis2.client.ServiceClient.sendReceiveNonBlocking(ServiceClient.java:631)
… 6 more
INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 0
ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
INFO [WatchDog] - Final dictionary content:
INFO [WatchDog] - DictEntry:dtSessionID:string:null
INFO [WatchDog] - DictEntry:dtSessionURL:string:null
INFO [WatchDog] - DictEntry:dtJoiner:string:null
INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
INFO [WatchDog] - 0 ERROR 0 16919
INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
INFO [WatchDog] - WatchDog thread finished - total execution time: 0 (sec)
INFO [main] - Freeing graph resources.
ERROR [main] - Execution of graph failed !
Thanks & Regards,
Akhil