Link to home
Start Free TrialLog in
Avatar of sbskodjo
sbskodjo

asked on

Peoplesoft API connection error

I have a peoplesoft Custom API that is giving me the following error when i try to connect.

Connecting to the Application Sever (//1.1.1.1:9600)
bea.jolt.SessionException: Cannot connect to 1.1.1.1.
        Reason:NwHdlr: Cannot open socket\nbea.jolt.JoltException: NwHdlr: Canno t open socket\njava.net.ConnectException: Connection timed out: connect Jolt Session Pool cannot provide a connection to the appsever.  This appears to be because there is no available application server domain.
bea.jolt.SessionException: Cannot connect to 1.1.1.1.
        Reason:NwHdlr: Cannot open socket\nbea.jolt.JoltException: NwHdlr: Canno t open socket\njava.net.ConnectException: Connection timed out: connect Jolt Session Pool cannot provide a connection to the appsever.  This appears to be because there is no available application server domain.
[Tue Apr 25 13:46:57 EDT 2006] bea.jolt.ServiceException: Invalid Session Application Server last connected java.lang.Throwable
        at psft.pt8.net.NetReqRepSvc.sendRequest(NetReqRepSvc.java:552)
        at psft.pt8.net.NetService.requestService(NetService.java:141)
        at psft.pt8.net.NetReqRepSvc.requestService(NetReqRepSvc.java:328)
        at psft.pt8.net.NetSession.connect(NetSession.java:307)
        at psft.pt8.net.NetSession.<init>(NetSession.java:185)
        at psft.pt8.joa.Session.connectWithBlob(Session.java:252)
        at psft.pt8.joa.Session.connect(Session.java:30)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at psft.pt8.joa.JOAObject.invokeMethodHelper(JOAObject.java:137)
        at psft.pt8.joa.JOAObject.invokeMethod(JOAObject.java:84)
Connect to Application Server (//1.1.1.1:9600) with (MYUSERID:$passwordforapp) failed
ASKER CERTIFIED SOLUTION
Avatar of rama_krishna580
rama_krishna580
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial