cancel
Showing results for 
Search instead for 
Did you mean: 

Application logs in Netweaver Administrator of EP 7.01.

Former Member
0 Kudos

Dear All,

We have and Enterprise Portal 7.01 SP7 which was a Homogenous System Copy on HP Unix/Oracle 11g environment.

When we try to start or stop an Application from Netweaver Administrator of the portal, we get an error "500 Internal Server Error" .

The Java Server is up and running without any issue.

Could you please suggest a solution to this.

The initial exception that caused the request to fail, was:

com.sap.engine.frame.cluster.message.DestinationNotAvailableException: Participant 37,844,850 is not available.

at com.sap.engine.core.cluster.impl6.ClusterManagerImpl.ms_sendRequest(ClusterManagerImpl.java:2436)

at com.sap.engine.core.service630.context.cluster.message.MessageContextImpl.sendAndWaitForAnswer(MessageContextImpl.java:93)

at com.sap.engine.services.jmx.JmxFrame.sendAndWaitForAnswer(JmxFrame.java:695)

at com.sap.engine.services.jmx.JmxServiceConnectorServerInvoker.invokeMbs(JmxServiceConnectorServerInvoker.java:47)

at com.sap.engine.services.jmx.MBeanServerConnectionImpl.invokeMbsInternal(MBeanServerConnectionImpl.java:512)

Detailed exception chain :

com.sap.engine.services.jmx.exception.MBeanServerClusterException: Exception during invocation of remote MBeanServer method, target node: 37844850

at com.sap.engine.services.jmx.ClusterInterceptor.queryNames(ClusterInterceptor.java:1063)

at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.queryNames(MBeanServerInterceptorChain.java:282)

Caused by: com.sap.engine.services.jmx.exception.JmxConnectorException: Sending message synchronously failed, target node 37844850, message [ JMX request (java) v1.0 len: 165 | src: cluster target-node: 37844850 req: queryNames params-number: 2 params-bytes: 0 | :name=deploy,j2eeType=SAP_J2EEServiceRuntimePerNode,SAP_J2EEClusterNode=37844850, null ]

Regards,

Renu

Edited by: Renu Bhutoria on Dec 16, 2011 8:55 AM

Edited by: Renu Bhutoria on Dec 16, 2011 8:56 AM

<< moved by moderator - check out the list of other forums on top of portal forum >>

Edited by: Anja Engelhardt on Dec 16, 2011 11:18 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Renu,

could you please check if instance ID "37,844,850" is part of your cluster.

It is possible that after the system copy, there is some mixture of old/new instance ID's.

In configtool you could see the instance ID's of all instances part of your cluster.

There the ID does not include the last 2 digits, so it should be something like "378448"

Regards,

Ventsi Tsachev

Former Member
0 Kudos

Thanks Ventsi.

The issue is resolved, it was indeed an issue with the Instance Id.

Renu

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

It seems that not all server nodes are running.

Do you have more than one server node?

Markus

nicholas_chang
Active Contributor
0 Kudos

as what markus said, you can check the java status via SIDadm:

> cdpro

> jcmon pf=<InstanceProfile>

Cheers,

Nicholas Chang