• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

BEA 00037

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to use the console monitor execute request feature.
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Morrison wrote:How to use the console monitor execute request feature.



Can you elaborate on that ?
 
David Morrison
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got this error info. Happens in multitude. Thank you.


Message ID


BEA-000337

Subsystem


WebLogicServer

Message


ExecuteThread: '19' for queue: 'weblogic.

kernel.Default' has been busy for "927"

seconds working on the request "Http Request:

/eSales_System_Shared/MyHome.jsp", which is more

than the configured time (StuckThreadMaxTime)

of "800" seconds.

Detail


It was found that a thread is busy for longer than

the configured warning timeout.

Cause


Either the server is extremely busy or the thread is

hung.

Action


Monitor the method the hung thread is running. Use

the console monitor execute request feature or take a

thread-dump (weblogic.Admin THREAD_DUMP).
 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One of your threads is getting STUCK. Weblogic marks threads in the STUCK state when it does not finish within 10 minutes (this time is configurable). If you have a debugger like eclipse you can use that to analyze which app thread is getting stuck and what it is doing.
 
David Morrison
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, how does eclipse work? Thank you.
 
David Morrison
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are these code related? Thanks.
 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Morrison wrote:Are these code related? Thanks.



Yes this is a code related problem. Eclipse is a IDE that can be used to develop java applications. I take it that you are an admin rather than a developer or something like that ?
 
David Morrison
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you, Yes. But learning to to become one.
 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can get eclipse for J2EE here

http://www.eclipse.org/downloads/

BEA / Oracle also supports the workshop IDE. It is better integrated with weblogic.
 
So there I was, trapped in the jungle. And at the last minute, I was saved by this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic