XML input stage problem

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

XML input stage problem

Post 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.
shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

Re: XML input stage problem

Post by shilpa79 »

can you explain in deatil in which stage ur facing this problem.
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

Re: XML input stage problem

Post 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.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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
-craig

"You can never have too many knives" -- Logan Nine Fingers
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

Post 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.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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?
-craig

"You can never have too many knives" -- Logan Nine Fingers
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

Post by swades »

Thanks to all,
This issue due to Web services down,
I moved my job to other server its working fine.
Thanks again.
Post Reply