Page 1 of 1

XML input stage problem

Posted: Thu Mar 08, 2007 12:56 pm
by swades
Hi all,
i am running a server job,which having XML output and XML input,
i am getting following fatal error,
can some one help me to solve it.

-----------------------------------------------------------------------

CopyOfJ_NTWX_SEND_FOCN..WS_RESPONSE_BD: <ns1:Fault xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.net.UnknownHostException: mcicoe01.mcilink.com</faultstring>
<detail>
<ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">java.net.U ... tException: mcicoe01.mcilink.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.<init>(Socket.java:309)
at java.net.Socket.<init>(Socket.java:124)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:129)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:157)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:114)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:1753)
at com.ascentialsoftware.wsclient.OperationCall.invoke(OperationCall.java:266)
at com.ascentialsoftware.wsclient.WebService.callServiceInternal(WebService.java:1659)
at com.ascentialsoftware.wsclient.WebService.callService(WebService.java:1566)
at com.ascentialsoftware.wsclient.WebService.callService(WebService.java:1519)
at com.ascentialsoftware.wspack.Transformer.process(Transformer.java:102)
at com.ascentialsoftware.jds.StageFactory.runStage(StageFactory.java:544)
at com.ascentialsoftware.jds.StageFactory.runTransformer(StageFactory.java:361)
</ns1:stackTrace>
</detail>
</ns1:Fault>
at com.ascentialsoftware.wsclient.OperationCall.handleRemoteException(OperationCall.java:369)
at com.ascentialsoftware.wsclient.OperationCall.invoke(OperationCall.java:274)
at com.ascentialsoftware.wsclient.WebService.callServiceInternal(WebService.java:1659)
at com.ascentialsoftware.wsclient.WebService.callService(WebService.java:1566)
at com.ascentialsoftware.wsclient.WebService.callService(WebService.java:1519)
at com.ascentialsoftware.wspack.Transformer.process(Transformer.java:102)
at com.ascentialsoftware.jds.StageFactory.runStage(StageFactory.java:544)
at com.ascentialsoftware.jds.StageFactory.runTransformer(StageFactory.java:361)


----------------------------------------------------------------------------------

thanks.

Re: XML input stage problem

Posted: Thu Mar 08, 2007 2:29 pm
by shilpa79
can you explain in deatil in which stage ur facing this problem.

Re: XML input stage problem

Posted: Thu Mar 08, 2007 2:32 pm
by swades
shilpa79 wrote:can you explain in deatil in which stage ur facing this problem.
i am getting fatal error in log file.
Its not related to any stages.
i am new to RTI.
but i think its web services is down.
but still suggest me.
Thanks.

Posted: Thu Mar 08, 2007 2:33 pm
by chulett
Are you sure that's all that is going on in your job? Those aren't messages I'd expect to see if all you had were XML Input and XML Output stages, hence the question.

Is this an RTI Enabled job perhaps? Or also include a Web Services Client or Web Services Transformer stage? :?

Posted: Thu Mar 08, 2007 2:55 pm
by chulett
Ok, so you've got a problem with an RTI Enabled job.

First off, there's a specific forum for the RTI / SOA Edition, you need to repost your question there. Secondly, you need to explain how you are 'running' the job, if you've deployed it using the RTI Console, if your environments are all set up, etc. It would also help to know what your goal is with this job, what it was meant to accomplish... perhaps that task is more suited to a POSJ - plain old server job.

Unfortunately, you can't really just pick up RTI and learn much by goofing around with it. You need to take a class or bring in someone to mentor you. Otherwise you're in for nothing but frustration. Trust me. Been there, done that, got the T-shirt. :P

Posted: Thu Mar 08, 2007 2:59 pm
by swades
We used WS Transformer stage in our job,
here is the job flow,
we read database table -->Transformer-->XML output-->WSTransformer--->XML input--->Transformer---> DB table.

Thanks.

Posted: Thu Mar 08, 2007 3:30 pm
by chulett
So, not RTI at all but rather you're utilizing the Web Services PACK. It's hard to tell if the server you are trying to connect to is down or if your metadata is incorrect.

Did you have any issues when you imported the wsdl?

Posted: Fri Mar 09, 2007 12:53 pm
by swades
Thanks to all,
This issue due to Web services down,
I moved my job to other server its working fine.
Thanks again.