Configuring a new project in V8.0.1

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

Configuring a new project in V8.0.1

Post by jammala.ds »

Hi,

We have successfully installed DataStage Server V8.0.1, but we are unable to proceed further with configuring a new project with it.

We are facing the below error while trying to login using Administrator Client:

javax.security.auth.login.LoginException: Could not connect to server [hydhtc100643d] 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)
... 4 more

Request someone to help us in avoiding the above problem and help us in proceeding with the Project creation. Also please send us the details document showing the configuration (if there is anything available).

Thanks in Advance,
Krishna.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Are you certain that the installation was successful, and are your UNIX processes all running? Check "ps -ef | grep server1" to see if you have one java process running on that.
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

Re: Configuring a new project in V8.0.1

Post by jammala.ds »

Hi,

We have installed on Windows.
The final screen during installation showed as "successful installation".

Thanks,
Krishna
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Is everything, including the metadata repository database, installed on the same system? When you attach to http://hydhtc100643d:9080 do you get a login screen?
jammala.ds
Participant
Posts: 38
Joined: Thu Jul 03, 2008 3:42 am

Re: Configuring a new project in V8.0.1

Post by jammala.ds »

Hi,

Everything including server/client components, repository metadata and also the database are installed on the same machine (hydhtc100643d).

After successful installation we also logged into Web Console using isadmin id/pwd (this is successful), and created an user mapping with "isadmin". Then, we tried to login with the newly created user through Designer Client/Administrator Client but we are not able to login.

We are facing with the following error " Cannot connect to the Datastage server. User id/pwd incorrect (80011)"

Thanks,
Krishna
highpoint
Premium Member
Premium Member
Posts: 123
Joined: Sat Jun 19, 2010 12:01 am
Location: Chicago

Post by highpoint »

ArndW wrote:Is everything, including the metadata repository database, installed on the same system? When you attach to http://hydhtc100643d:9080 do you get a login screen?
This is an old post, but since issues I am facing is exactly same and since this is unresolved trailed. I am hijacking this thread :)


I tried the link http://<our server ip config>:9080 and wasn't able to see any login screen. Does this mean WebAppServer is not functioning properly. I checked and seems like AppServer is working.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try it with the name of the server, rather than the IP address. Make sure (with ping, perhaps) that the hostname can be resolved.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
highpoint
Premium Member
Premium Member
Posts: 123
Joined: Sat Jun 19, 2010 12:01 am
Location: Chicago

Post by highpoint »

I am not able to ping to the ip address.

Went through the /etc/hosts and found the hostname in the second field [after the ip address].

Code: Select all

http://hostname:9080
The link is not opening.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you can't ping the problem is in your network. Have your network administrator advise on subnet mask, bridge or whatever other method is desirable for making your server machine visible from your client machine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
highpoint
Premium Member
Premium Member
Posts: 123
Joined: Sat Jun 19, 2010 12:01 am
Location: Chicago

Post by highpoint »

I am able to ping to the server now, still the issue exists.

All WAS, ASBAgent, Datastage are all running.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It is very unusual that isadmin has been given any DataStage project role. Perhaps a different user should be used. Are DataStage credentials set up correctly in Web Console?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
highpoint
Premium Member
Premium Member
Posts: 123
Joined: Sat Jun 19, 2010 12:01 am
Location: Chicago

Post by highpoint »

All users are not able to login to datastage, including dsadm. Previously it used to work. We didn't change anything to retrace.

The webconsole is not opening, I mean the page itself is not displaying. But the WAP Server is running fine.
Post Reply