Page 1 of 1

Error while invoking an RTI service from WebmeTHODS

Posted: Wed Jun 30, 2004 9:26 am
by bhavani
Hi,

We are trying to invoke an RTI service from Webmethods.The input as well as the output is xml for the realtime datastage job.The input xml is passed onto the realtime datastage job using webmethods.ANd the ouput xml is sent to Webmethods using the realtime datstage job.When invoking the RTI service through the webmethods the following error is being encountered :
<?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>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.rmi.ServerException: EJBException:; nested exception is:
javax.ejb.EJBException: Exception trying to invoke Operation EmailPrefSample.
Request timed out waiting for a request handler to become available.</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

Could you guide us on this?


Regards
Bhavani

Posted: Sat Nov 13, 2004 12:16 am
by Kirtikumar
Hi,
I am also new to RTI jobs. I am testing my jobs using Folder stages first i.e. I am testing jobs first without RTI input/output stages and with folder stage. Folder stage reads some XML data from some created xml file in user directory and sends it to XMLInput stage which does the parsing. Then some processing stages in between and with XMLOutput stage we can write the output to some file in user directory. Juct check if it runs using folder stages and generated proper output and parses XML input data properly.

Regards,
Kirtikumar