Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Monitoring Weblogic OSB environment

Status
Not open for further replies.

WakeX

IS-IT--Management
Oct 25, 2014
5
0
0
BR
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:

Code:
Out 23 09:49:09:431 [attach_socket, weblogic] Service Url: service:jmx:rmi:///jndi/iiop://10.0.0.131:7001/weblogic.management.mbeanservers.domainruntime

Below you find the error in my log

Code:
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 in advance for your help
 
Difficult to guess, you'll need to find out what is doing that WAK software. From the exception (StackOverflow) I'd say it's a recursive call with no ending, but it's just a guess

Cheers,
Dian
 

Hi,

The software attempts a connection to the OSB WebLogic environment, to make reading the tree.
After connecting I visualize every tree of the weblogic on my screen, I expand it through until you reach the messaging (JMS)

Below is more of the connection log:


Code:
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
 
Hi

I managed to pick up a new level of information in the Log with more error information

Out 28 17:29:25:102 [Thread-8, weblogic] find resource (-1): Try to connect the resource
Out 28 17:29:25:102 [Thread-8, weblogic] connect()
Out 28 17:29:25:102 [Thread-8, weblogic] find resource (-1): Connected
Out 28 17:29:25:118 [Thread-8, weblogic] uri = service:jmx:rmi:///jndi/iiop://10.0.202.15:13001/weblogic.management.mbeanservers.domainruntime
Out 28 17:29:25:305 [Thread-8, weblogic] stderr: 28/10/2014 17:29:25 com.sun.corba.se.impl.legacy.connection.SocketFactoryConnectionImpl <init>
AVISO: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: xbcx1-dssagp03-adm; port: 13001"
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
 
That looks like a communication problem while opening the socket. Make sure that host and port are accesible from the caller machine (a simple telnet from command line would do the trick).

Cheers,
Dian
 
Hi,

As the log shows, it's not connecting, it connects to the server, do not find any more information
 
Then you should take a look at the network connectivity to that port (subnets, firewalls, proxies, ...)

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top