Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.0-RC1
-
Fix Version/s: None
-
Component/s: Reporting (Outbound Datafeeds)
-
Labels:None
-
Environment:
smb-datafeed-ear-1.1.0-RC2-SNAPSHOT-p28-t20120207-112942-CI.ear
Description
Prerequisite : unzipped "mysql-connector-java-5.1.17.zip to /usr/local/jboss-5.1.0.GA/server/tsa_datafeed_node/lib
SOAP REQUEST:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dat="http://www.thesearchagency.com/smb/DataFeedService/">
<soapenv:Header/>
<soapenv:Body>
<dat:executeJobFromFileSystemRepository>
<!-Optional:->
<job name="Job 1">
<!-Optional:->
<variables>
<!-Zero or more repetitions:->
<variable key="START_DATE" value="2011-11-30"/>
<variable key="END_DATE" value="2011-12-06"/>
</variables>
</job>
</dat:executeJobFromFileSystemRepository>
</soapenv:Body>
</soapenv:Envelope>
SOAP RESPONSE:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>There were errors during Job execution.</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>
JBoss log ===detailed log attached===
itRequest> </soapenv:Body></soapenv:Envelope>]
15:14:14,623 INFO [STDOUT] INFO 10-02 15:14:14,623 - HTTP Post 2 - Connecting to http://optus-jboss4:8080/svc-rptv2.1/ReportService2.1 ...
15:14:14,630 INFO [STDOUT] INFO 10-02 15:14:14,630 - Get Variables - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0)
15:14:14,653 INFO [STDOUT] ERROR 10-02 15:14:14,653 - HTTP Post 2 - Because of an error, this step can't continue:
Unknown host optus-jboss4.
15:14:14,653 INFO [STDOUT] ERROR 10-02 15:14:14,653 - HTTP Post 2 - org.pentaho.di.core.exception.KettleException:
Unknown host optus-jboss4.
at org.pentaho.di.trans.steps.httppost.HTTPPOST.callHTTPPOST(HTTPPOST.java:259)
at org.pentaho.di.trans.steps.httppost.HTTPPOST.processRow(HTTPPOST.java:395)
at org.pentaho.di.trans.step.RunThread.run(RunThread.java:40)
at java.lang.Thread.run(Thread.java:662)