cancel
Showing results for 
Search instead for 
Did you mean: 

CBS Fails to communicate

Former Member
0 Kudos

Hello,

we are using Netweaver 2004s and Developper Studio 2.0.16. Our JDI setup is on a JAVA/ABAP installation and the UME data store is in the ABAP system.

We made a simple Hello World Servlet application and added it to the Demo application that is created by the configuration of type DI.

In the developper studio, when we try to activate an activity we get the following error :

Retrieving pending activities failed: CBS Server Error: CBS failed to communicate with some other server( internal code: COMMUNICATION_ERROR)

We did the tests by logging into the developper studio with NWDI_ADM and NWDI_CMSADM.

In the logs we have an com.sap.tc.cbs.api.CommunicationException : Unexpected response status [401 Unauthorized]

With the trace in eclipse on the CBS, we get the following exception :

2007-02-16 13:40:19 com.sap.ide.eclipse.cbs.activation.internal.ActivationRuntimeDataStorage [Thread[main,5,main]] ERROR:

com.sap.tc.cbs.client.error.CBSServerSideCommunicationException: CBS Server Error: CBS failed to communicate with some other server( internal code: COMMUNICATION_ERROR)

at com.sap.tc.cbs.client.error.ErrorMapper.throwError(ErrorMapper.java:309)

at com.sap.tc.cbs.client.impl.BuildSpace.listPendingActivitiesWithFiles(BuildSpace.java:860)

at com.sap.ide.eclipse.cbs.activation.internal.ActivationRuntimeDataStorage.cacheInactiveActivities(ActivationRuntimeDataStorage.java:519)

We checked the security settings mentionned in note 840523 and they are

ok.

Thanks

Message was edited by:

Thierry Dagnino

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Have you changed the password of CMS Admin? This may also cause problem..

Also refer to the thread below which discusses the same issue.

Hope this helps.

Regards,

Rathna

Answers (1)

Answers (1)

Jordan_Stanchev
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

may be you should check this <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/de/a4214174abef23e10000000a155106/frameset.htm">page</a> too. Sounds like your problem...

HTH.

Jordan

Former Member
0 Kudos

Hello,

note 896427 and using fully qualified domain names (exp : http://server.company.com/dtr intead of http://server/dtr) solves the problem.

The note is not released though.

Thanks for your help.