Websphere server startup problem

25,532

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

Share:
25,532
Srinivasan
Author by

Srinivasan

Java Developer

Updated on December 28, 2020

Comments

  • Srinivasan
    Srinivasan over 3 years

    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.

  • Srinivasan
    Srinivasan almost 13 years
    I am able to set max of 1800 sec in the startup timeoyt field. If I give more than 1800, it does not accept my change. For example if I give 1801, it gets as 180. If I give 2000, it gets as 200. What to do now?