Page 1 of 1

Configuring a new project in V8.0.1

Posted: Wed Oct 28, 2009 2:56 am
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.

Posted: Wed Oct 28, 2009 3:32 am
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.

Re: Configuring a new project in V8.0.1

Posted: Wed Oct 28, 2009 3:52 am
by jammala.ds
Hi,

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

Thanks,
Krishna

Posted: Wed Oct 28, 2009 4:02 am
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?

Re: Configuring a new project in V8.0.1

Posted: Wed Oct 28, 2009 4:34 am
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

Posted: Thu Mar 17, 2011 1:50 am
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.

Posted: Thu Mar 17, 2011 1:55 am
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.

Posted: Thu Mar 17, 2011 2:06 am
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.

Posted: Thu Mar 17, 2011 3:46 pm
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.

Posted: Fri Mar 25, 2011 1:08 am
by highpoint
I am able to ping to the server now, still the issue exists.

All WAS, ASBAgent, Datastage are all running.

Posted: Fri Mar 25, 2011 1:12 am
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?

Posted: Fri Mar 25, 2011 1:49 am
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.