Monitoring Weblogic OSB environment [message #626383] |
Mon, 27 October 2014 08:46 |
|
WakeX
Messages: 3 Registered: October 2014 Location: Curitiba
|
Junior Member |
|
|
Hi
Need to monitor the messages from Oracle Service Bus, I'm using a monitoring software for this, but when I try to create the connection, I get a return with the message "no entities"
Below is the command used by:
Out 27 10:22:45:173 [attach_socket, weblogic] Status in checkAndSetStatus = true
Out 27 10:22:46:112 [attach_socket, weblogic] Status in checkAndSetStatus = true
Out 27 10:22:46:115 [attach_socket, weblogic] Into connect method for resource : find resource
Out 27 10:22:46:117 [attach_socket, weblogic] find resource (-1): Try to connect the resource
Out 27 10:22:46:119 [attach_socket, weblogic] find resource (-1): connect Before get Handeler
Out 27 10:22:46:121 [attach_socket, weblogic] connect()
Out 27 10:22:46:123 [attach_socket, weblogic] find resource (-1): Connected
Out 27 10:22:46:125 [attach_socket, weblogic] TimerCach: Get(entities);null
Out 27 10:22:46:127 [attach_socket, weblogic] getEntities() for 10.0.0.15:7001
Out 27 10:22:46:129 [attach_socket, weblogic] mbeanserver=null(find resource10.0.0.15:7001 testtest014@2014service:jmx:rmi:///jndi/iiop://<host>:<port>/weblogic.management.mbeanservers.domainruntimecacertschangeitfalse)
Out 27 10:22:46:132 [attach_socket, weblogic] Service Url: service:jmx:rmi:///jndi/iiop://10.0.0.15:7001/weblogic.management.mbeanservers.domainruntime
Below you find the error in my log
Out 23 09:49:44:629 [attach_socket, weblogic] User exception in callback for public void com.waksoft.wak.probe.application.extractbase.Extract.cbFindEntities(com.waksoft.wak.NimSession,com.waksoft.wak.PDS) throws com.waksoft.wak.NimException: java.lang.StackOverflowError
I already have permission from "Admin" in the User
Someone could tell me what this error is and how to solve?
Thank you for your help
|
|
|
|
Re: Monitoring Weblogic OSB environment [message #626933 is a reply to message #626383] |
Wed, 05 November 2014 07:19 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
A StackOverflowError typically points to a possible infinite loop of calls (method a -> method b -> method c -> method a)
I don't know waksoft.com, but judging by your avatar, my guess is that the Extract class could be your own.
See if you can make a jstack before the error occurs, or set a breakpoint to detect the call-loop
|
|
|