Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Websphere server startup problem

When I start my websphere server6.1 in debug mode, I am getting following error in RAD.

Server WebSphere Application Server v6.1 at localhost was unable to start within 1800 seconds. If the server requires more time, try increasing the timeout in the server editor.

Please help me to resolve this.

like image 702
Srinivasan Avatar asked Jan 06 '11 12:01

Srinivasan


People also ask

Was server is not starting?

Enable the security from administrative console. Once the needed corrections are made, you can re-enable security in the admin console and then restart WebSphere. NOTE: To restart the servers, you will first need to manually kill the java process since security is still enabled in the currently running process.


1 Answers

I resolved this issue by setting the start up timeout limit to 2000 seconds from 1800 sec in websphere server setup.

Todo this,

1) Double click the websphere server in RAD. 2) Click the "Timeouts" link 3) Change the start up limit to something higher than previous In my case, I changed from 1800 sec to 2000 sec

like image 170
Srinivasan Avatar answered Oct 05 '22 23:10

Srinivasan