Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PS 8.49 Integration Gateway Error

Status
Not open for further replies.

kar1983

Programmer
Apr 9, 2009
1
IN
Hi ,

While doing credit card test using ProcessBrokerTransaction it throws the below error

IntegrationGateway: No response received from Gateway (158,10829)

The Gateway didnot send back a IBResponse.

We tried to use HCM file in our Development environment. We are now getting the following error in cybs.log.

####<Mar 16, 2009 8:27:43 PM GMT> <Error> <HTTP> <ps-web-dev-01.am.care.me.com> <PIA> <[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1237235263114> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@993730 - appName: 'peoplesoft', name: '/PSIGW', context-path: '/PSIGW'] Servlet failed with Exception
java.lang.UnsupportedOperationException: Method not implemented.
at java.net.URLStreamHandler.openConnection(URLStreamHandler.java:80)
at java.net.URL.openConnection(URL.java:990)
at com.cybersource.ws.client.JDKVersion.openConnection(JDKVersion.java:33)
at com.cybersource.ws.client.JDKHttpURLConnection.postDocument(JDKHttpURLConnection.java:42)

Kindly find the environment details below ..
Peoplesoft Tools : 8.49.15
Application: 9.0
Java : 1.5
Webserver : BEA Weblogic

When i check in Cybs.logs for another environment once after processing a credit card transaction using Processbroker transaction we get the below successful msg...Also it would process the both request and reply message .

2009-04-01 00:14:36.484 [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' INFO > Signing request...
2009-04-01 00:14:37.828 [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' INFO > Using HttpURLConnection for connections.
2009-04-01 00:14:37.843 [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' INFO > Sending 3150 bytes to 2009-04-01 00:14:37.843 [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' INFO > Reading response...
2009-04-01 00:14:38.890 [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' EXCEPTION>


In HCM environment after processing a credit card transaction using the same processbroker transaction ,we are getting only the request message and the response message is not processed also it stopped after" Using HttpURLConnection for connections."

Can you please let us know whether it is connecting HTTP conncector or where exactly the problem lies........
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top