cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Cache refresh doen't work with XI3.0

Former Member
0 Kudos

Hi,

We are running XI 3.0 / Oracle 9.2 on Linux SUSE SLES8

and we have a problem with the Cache refresh of the adapters.

Somehow the status of the cache remains 'Red', without an error message.

Anyone any ideas?

Björn

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try using:

http://server:port/CPACache/refresh?mode=full

by default port is usually 50000.

you will be required to login using xidiruser, so you will need its password.

Regards,

Bill

Former Member
0 Kudos

Thanks Bill,

Yes we logged into that and it shows error there (RED) and it doesn't get refershed there too. The XML error message shows the following:

<b>com.sap.aii.af.service.cpa.impl.exception.CPADirectoryCacheException: Couldn't open Directory URL (http://vd06cs01.sce.com:50000/dir/hmi_cache_refresh_service/ext?method=CacheRefresh&mode=C&consumer=af.d06.vd06cs01), due to: HTTP 503: Service Unavailable</b>

Please advice, it's a very high priority issue.

Regards,

XIer

agasthuri_doss
Active Contributor
0 Kudos

Hi,

A HTTP Response 503 in the Adapter Framework can be caused by the following:

The J2EE server might be overburdened and cannot accept the call. The 'Receive'servlet is not called. You will find further details on the HTTP status code definitions under "http://www.w3.org". Check the accessibility of the server by calling: http://<hostname>:<port>/MessagingSystem/receive/AFW/XI.

The Listener Beans of the affected connection (AFW, Marketplace, BC,see above) were not registered or the log-specific Event Handler was not found.

Regards

Agasthuri Doss

Former Member
0 Kudos

Welcome back Agasthuri....

XIer