Workunit in Unknown status
Hi Everyone,
I created a pdi job, which successfully submitted the workunit to HPCC.
However, the workunit always remains in a "unknown" status and gets stuck.
When I manually set my workunit to "failed" and abort the job from ECL-Watch, this is the error I receive on pdi console:
2015/12/07 11:51:07 - Execute - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Server Failed to compile code please refer to ECLWatch and verify your settings
I am using the following HPCC version: internal_5.4.6-rc1
And Kettle Spoon Stable Release - 4.4.0
Let me know if you want me to share any specific details from my workunit.
Thanks.
I created a pdi job, which successfully submitted the workunit to HPCC.
However, the workunit always remains in a "unknown" status and gets stuck.
When I manually set my workunit to "failed" and abort the job from ECL-Watch, this is the error I receive on pdi console:
2015/12/07 11:51:07 - Execute - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Server Failed to compile code please refer to ECLWatch and verify your settings
I am using the following HPCC version: internal_5.4.6-rc1
And Kettle Spoon Stable Release - 4.4.0
Let me know if you want me to share any specific details from my workunit.
Thanks.
- Mragesh
- Posts: 15
- Joined: Thu Mar 15, 2012 5:57 am
Ok, I was able to identify the issue.
"Cluster" in the global variables was incorrect.
Had to go through the plugin code to debug the issue and found that this error was never reported because in "java-ecl-api" (ECLSoap.java) the return code after submitting the workunit was not evaluated (although it was acknowledged in the comment, see below
)
Will report this issue in JIRA.
Thanks.
"Cluster" in the global variables was incorrect.
Had to go through the plugin code to debug the issue and found that this error was never reported because in "java-ecl-api" (ECLSoap.java) the return code after submitting the workunit was not evaluated (although it was acknowledged in the comment, see below

- Code: Select all
public void submitSoapCall(String wuid){
String xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"+
"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">"+
"<soapenv:Body>"+
"<WUSubmit xmlns=\"urn:hpccsystems:ws:wsworkunits\">"+
"<Wuid>" + wuid + "</Wuid>"+
//"<MaxRunTime>" + maxRunTime + "<MaxRunTime>" +
"<Cluster>" + this.cluster + "</Cluster>"+
"</WUSubmit>"+
"</soapenv:Body>"+
"</soapenv:Envelope>";
String path = "/WsWorkunits/WUSubmit";
InputStream is2 = this.doSoap(xml, path);
//need to check for errors here
Will report this issue in JIRA.
Thanks.
- Mragesh
- Posts: 15
- Joined: Thu Mar 15, 2012 5:57 am
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest