| Author |
startNodeManager.sh and startWeblogic.sh doesn't start to execute
|
R Patel
Greenhorn
Joined: May 24, 2010
Posts: 13
|
|
Hi All,
Since last 2 days in one of my environment, I am not able to start my weblogic server. Sometimes when similar situation occur. i used to kill the process id of WL server (if i found process id by lsof). and then same way restarting of node manager. and it works. But this time something happening strange.
when i try to execute startNodeManager.sh or startWeblogic.sh , it doesnt even start executing. just it stands as blank after hitting enter.
Here is some logs which i found before this situation happened. As it shows heap size issue, is there any way to clear up heap? As i dont think i need to increase heap as this is working environment since long time.
main problem is I am not able to startNodeManager.sh and startWeblogic.sh,,
Any help/hint will helpout me a lot.
Environment Info
Weblogic 10
OS : Unix
Thanks in advance !!!
-Ronak
Exception in thread "[ACTIVE] ExecuteThread: '266' for queue: 'weblogic.kernel.Default (self-tuning)'" Exception in thread "[ACTIVE] ExecuteThread: '264' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
Exception in thread "[ACTIVE] ExecuteThread: '265' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
<Mar 26, 2011 4:02:05 AM UTC> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
java.lang.OutOfMemoryError: Java heap space.
java.lang.OutOfMemoryError: Java heap space
>
Exception in thread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" java.lang.OutOfMemoryError: Java heap space
Exception in thread "[ACTIVE] ExecuteThread: '260' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
Exception in thread "DynamicListenThread[Default]" java.lang.OutOfMemoryError: Java heap space
<Mar 29, 2011 1:56:51 PM UTC> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
java.lang.OutOfMemoryError: Java heap space.
java.lang.OutOfMemoryError: Java heap space
>
Exception in thread "[ACTIVE] ExecuteThread: '234' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
<Mar 29, 2011 2:27:04 PM UTC> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
java.lang.OutOfMemoryError: Java heap space.
java.lang.OutOfMemoryError: Java heap space
>
<Mar 29, 2011 2:28:14 PM UTC> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
java.lang.OutOfMemoryError: Java heap space.
java.lang.OutOfMemoryError: Java heap space
>
Exception in thread "[ACTIVE] ExecuteThread: '250' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
Exception in thread "[ACTIVE] ExecuteThread: '235' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
<Mar 29, 2011 2:34:39 PM UTC> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
java.lang.OutOfMemoryError: Java heap space.
java.lang.OutOfMemoryError: Java heap space
>
Exception in thread "[ACTIVE] ExecuteThread: '244' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
<Mar 29, 2011 2:42:23 PM UTC> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
java.lang.OutOfMemoryError: Java heap space.
java.lang.OutOfMemoryError: Java heap space
>
Exception in thread "[ACTIVE] ExecuteThread: '237' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
<Mar 30, 2011 11:10:40 AM UTC> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
java.lang.OutOfMemoryError: Java heap space.
java.lang.OutOfMemoryError: Java heap space
>
Exception in thread "[ACTIVE] ExecuteThread: '242' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError: Java heap space
Killed
|
 |
Ravish Mody
Greenhorn
Joined: Mar 30, 2011
Posts: 7
|
|
Hi Ronak,
As you can see you are getting outofmemory issue this means that your application/server needs more heap to run, hence do let us know what are the memory arguments have you given.
Also I would suggest you to have a look at the below link which would give a brief information about the out of memory issue, so do have a look it would surly help you.
Topic: Causes and First Aid of JVM Crash Issues?
http://middlewaremagic.com/weblogic/?p=4482
Topic: Parts Of JVM And JVM Architecture Diagram?
http://middlewaremagic.com/weblogic/?p=4456
|
Regards,
Ravish Mody
http://middlewaremagic.com/weblogic
Come, Join Us and Experience The Magic…
|
 |
R Patel
Greenhorn
Joined: May 24, 2010
Posts: 13
|
|
Hi Ravish,
Thanks for your reply, I agree that i need to increase the heap by Xms and Xmx arguments.
But I am wondering that, even Node manager script execution is not getting start. even if its memory related issue then it should display the error messages on screen when execution starts, but instead it stick at blank screen, not even printing any info/error/warn messages. and this situation is for both startNodeManager.sh and startWeblogic.sh , please note its UNIX environment.
Please let me know if any suggestions.
Thanks,
Ronak.
|
 |
 |
|
|
subject: startNodeManager.sh and startWeblogic.sh doesn't start to execute
|
|
|