No connectivity to DS client. No o/p in dsproject -lprojects

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
psk_270185
Participant
Posts: 21
Joined: Wed Mar 12, 2008 4:05 am

No connectivity to DS client. No o/p in dsproject -lprojects

Post by psk_270185 »

Hi All,

We are facing an issue when we try to log in to Datastage client version 8.1 on AIX 5.3.0.0.
The following is the error:
----------------------------------------------------
javax.security.auth.login.LoginException: Could not connect to server [SPEAIXP5LP11] on port [9080].
at com.ascential.acs.security.auth.client.AuthenticationService.getLoginException(AuthenticationService.java:991)
at com.ascential.acs.security.auth.client.AuthenticationService.doLogin(AuthenticationService.java:370)
Caused by: com.ascential.acs.registration.client.RegistrationContextManagerException: Caught an unexpected exception.
at com.ascential.acs.registration.client.RegistrationContextManager.setContext(RegistrationContextManager.java:76)
at com.ascential.acs.security.auth.client.AuthenticationService.doLogin(AuthenticationService.java:364)
Caused by: com.ascential.acs.registration.client.RegistrationHelperException: Caught an unexpected exception.
at com.ascential.acs.registration.client.RegistrationHelper.getBindingProperties(RegistrationHelper.java:672)
at com.ascential.acs.registration.client.RegistrationHelper.getBindingProperties(RegistrationHelper.java:587)
at com.ascential.acs.registration.client.RegistrationHelper.getBindingConfigProperties(RegistrationHelper.java:566)
at com.ascential.acs.registration.client.RegistrationContextManager.setContext(RegistrationContextManager.java:173)
at com.ascential.acs.registration.client.RegistrationContextManager.setContext(RegistrationContextManager.java:73)
... 1 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:252)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
at java.net.Socket.connect(Socket.java:543)
at java.net.Socket.connect(Socket.java:493)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:403)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:521)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:246)
at sun.net.www.http.HttpClient.New(HttpClient.java:320)
at sun.net.www.http.HttpClient.New(HttpClient.java:337)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:822)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:774)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:699)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:943)
at com.ascential.acs.registration.client.RegistrationHelper.getBindingProperties(RegistrationHelper.java:655)
... 5 more
----------------------------------------------------

Also when we try to run teh command 'dsjob -lprojects' we get teh error message :
Status code= 81016

We shut down the server in sequence of -uv -admin -stop, Nodeagent and then Websphere and started in teh correct sequence. But still we get the same error.

We have searched client related exception error and found some material on IBM support site, but that doesnt help.

Please suggest.

Regards,
Shrinivas
ashyaal
Participant
Posts: 11
Joined: Fri Oct 10, 2008 6:28 am
Location: pune

user authentication failed

Post by ashyaal »

Hi
I am facing the same issue .Can any please tell the root cause of this and any solution for it.The client was working fine but after some time when i tried to delete a stage it didnt allowed it .After that i closed and tried to login the same error message was populated .Can anyone help.
Thanks
Ashish
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Often when DS is not brought down completely and restarted you will not restart the dsrpcd and connectivity won't work. Bring DS down correctly (use seach in the forum for detailed steps to check status) and bring it back up.
ashyaal
Participant
Posts: 11
Joined: Fri Oct 10, 2008 6:28 am
Location: pune

Post by ashyaal »

Can you please specify the steps to be acomplished for this or the place where i can find the steps to do the process of bringing ds down.
Thanks
Ashish
ashyaal
Participant
Posts: 11
Joined: Fri Oct 10, 2008 6:28 am
Location: pune

Post by ashyaal »

HI
I have viewed the dsrpcd status post but my server is on windows and not on unix ,so what commannds should be used in that case.
Thanks
Ashish
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

As this is a UNIX and AIX thread started by someone else, please start your own thread for a windows problem.
Post Reply