Is there a difference between starting a WebLogic Admin Server through the command-line or through t
- by lindelof
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...