• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

startNodeManager.sh and startWeblogic.sh doesn't start to execute

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 7
Oracle Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
R Patel
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
When people don’t understand what you are doing they call you crazy. But this tiny ad just doesn't care:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic