Weblogic Console not coming to login page

3.1k Views Asked by At

When I try to launch the weblogic console page in my browser after starting weblogic using command prompt, the login page isn't coming up for a long time.

I see the "Deploying application for /console" message followed by a long sequence of "." (dot/period). This is going on for a long time.

I observed this message printed on the command prompt from where I launched the startWebLogic.cmd file

<Warning> <Socket> <BEA-000449> <Closing socket as
no data read from it during the configured idle timeout of 5 secs>"

Is this the reason for the console not coming up? If yes, how to resolve it?

1

There are 1 best solutions below

0
On BEST ANSWER

If the console app is deploying extremely slow, you can change to following setting:

  • Login to the WebLogic admin console
  • Click your domain name link on the left hand side
  • Open Configuration tab and General sub-tab
  • Uncheck the box labeled Enable on-demand deployment of internal applications
  • Save
  • Activate changes