datastage login error

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
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

datastage login error

Post by ag_ram »

Hi,
until recently i was able to login to the datastage server from the client but all of a sudden i am getting an error message "failed to authenticate the current user against the selected domain".I am sure that username and pwd are correct and have not expired.I have observed that the server was stopping after starting it manually so i created another profile for the server,this sever on node2 is runnning without any problem.I have restarted the server even then the same problem persisits.


Please find the error log below


javax.security.auth.login.LoginException: Could not connect to server [dsserver] on port [9080].
at com.ascential.acs.security.auth.client.AuthenticationService.getLoginException(AuthenticationService.java:965)
at com.ascential.acs.security.auth.client.AuthenticationService.doLogin(AuthenticationService.java:358)
Caused by: com.ascential.acs.registration.client.RegistrationContextManagerException: Caught an unexpected exception.
at com.ascential.acs.registration.client.RegistrationContextManager.setContext(RegistrationContextManager.java:67)
at com.ascential.acs.security.auth.client.AuthenticationService.doLogin(AuthenticationService.java:352)
Caused by: com.ascential.acs.registration.client.RegistrationHelperException: Caught an unexpected exception.
at com.ascential.acs.registration.client.RegistrationHelper.getBindingProperties(RegistrationHelper.java:567)
at com.ascential.acs.registration.client.RegistrationHelper.getBindingConfigProperties(RegistrationHelper.java:534)
at com.ascential.acs.registration.client.RegistrationContextManager.setContext(RegistrationContextManager.java:167)
at com.ascential.acs.registration.client.RegistrationContextManager.setContext(RegistrationContextManager.java:65)
... 1 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:336)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:201)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:188)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.connect(Socket.java:428)
at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:435)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:649)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:339)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:300)
at sun.net.www.http.HttpClient.New(HttpClient.java:372)
at sun.net.www.http.HttpClient.New(HttpClient.java:353)
at sun.net.www.http.HttpClient.New(HttpClient.java:348)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:562)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:539)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:667)
at com.ascential.acs.registration.client.RegistrationHelper.getBindingProperties(RegistrationHelper.java:559)

Please provide a solution to this problem.

Thanks.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I would hope you've already done this, but for the record: did you try searching? An exact search for failed to authenticate the current user against the selected domain turned up 13 other posts, many of which were marked as Resolved. Did none of them help?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Post by ag_ram »

Chulett,
I ve tried all the solutions suggested for a similar problem.There was one post which had a mention to exactly the same problem but no definitive answer has been suggested.
Thanks.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: datastage login error

Post by ray.wurlod »

ag_ram wrote:Please provide a solution to this problem.
Aren't you paying an official support provider to do just this?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
RAI ROUSES
Participant
Posts: 176
Joined: Wed Nov 15, 2006 5:48 am

Post by RAI ROUSES »

Hi ag_ram,
how did you resolved yhis problem ?

Now i have the same problem. Same people can't login to DataStage, and other work's weel.

Any suggestion to resolved this problem it will wellcome.

Rai
Post Reply