Is there a difference between starting a WebLogic Admin Server through the command-line or through t

Posted by lindelof on Server Fault See other posts from Server Fault or by lindelof
Published on 2010-04-19T09:19:05Z Indexed on 2010/04/19 9:24 UTC
Read the original article Hit count: 276

Filed under:
|

I have WebLogic 11g installed on my machine under /srv/wls, and I start Node manager on it with /srv/wls/wlserver_10.3/server/bin/startNodeManager.sh.

I create my domain with config.sh, and then I want to start the Admin Server of that domain with Node Manager. So I open a WLST session and do the following:

> nmConnect(...)
> nmStart('AdminServer')

But when I then visit localhost:7001/console, and login, the screen on the browser remains blank and the server logs tell me the server has run out of PermGen space.

I don't encounter this problem when starting the Admin Server through the shell script under $DOMAIN/startWebLogic.sh. Then it works fine.

Any idea what I am doing wrong? I couldn't find anything in Google nor on the Oracle forums...

© Server Fault or respective owner

Related posts about weblogic

Related posts about java