cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Admin - Dispatcher - Monitoring Node issue

Former Member
0 Kudos

Hi all,

On a PI 7.0 SP13,

In visual admin, the monitoring node of the dispatcher section doesn't start fully :

Only both tabs "Properties" and "Additional Infos" are available.

When we try to start the Monitoring service manually, we got the following error message :

-


Start service Monitoring

java.rmi.RemoteException: Could not start service monitor on cluster ID 4226000; nested exception is:

	com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='Service monitor error. Nested exception is: java.lang.NoClassDefFoundError: com/sap/mona/api/MonitoringNode

	at com.sap.engine.services.monitor.common.MonitorServiceRuntime.installCcmsConnector(MonitorServiceRuntime.java:662)

	at com.sap.engine.services.monitor.dispatcher.MonitorDispatcherFrame.start(MonitorDispatcherFrame.java:53)

	at com.sap.engine.frame.CommunicationFrameAdaptor.start(CommunicationFrameAdaptor.java:31)

	at com.sap.engine.core.service630.container.ServiceRunner.startCommunicationServiceFrame(ServiceRunner.java:228)

	at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:158)

	at com.sap.engine.frame.core.thread.Task.run(Task.java:64)

	at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)

	at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)

', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key Service monitor error. Nested exception is: java.lang.NoClassDefFoundError: com/sap/mona/api/MonitoringNode

	at com.sap.engine.services.monitor.common.MonitorServiceRuntime.installCcmsConnector(MonitorServiceRuntime.java:662)

	at com.sap.engine.services.monitor.dispatcher.MonitorDispatcherFrame.start(MonitorDispatcherFrame.java:53)

	at com.sap.engine.frame.CommunicationFrameAdaptor.start(CommunicationFrameAdaptor.java:31)

	at com.sap.engine.core.service630.container.ServiceRunner.startCommunicationServiceFrame(ServiceRunner.java:228)

	at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:158)

	at com.sap.engine.frame.core.thread.Task.run(Task.java:64)

	at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)

	at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)

-


Do you have an idea to solve this issue.

Thanks a lot in advance

Edited by: Jean-Charles on Feb 14, 2008 5:02 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Jean,

I think the logon details u provide may be incorrect. just cross check.

Former Member
0 Kudos

It is correct one

sorry

The monitoring service is red cross marked as it is not started. when we do rigth click and start we have the message quoted above...

Former Member
0 Kudos

what is the status of Dispatcher In MMC?

Former Member
0 Kudos

status is running

thanks

Former Member
0 Kudos

Then,

I would restart the J2EE Engine using SMICM tcode.

Former Member
0 Kudos

A jar file was missing.

We copy it from another XI instance. All is ok now.

Thanks to all