cancel
Showing results for 
Search instead for 
Did you mean: 

hmi_cache_refresh_service not working

Former Member
0 Kudos

When I activate a communication channel in ID I get an information message saying "Attempt to determine which Adapter Engines are affected by data changes failed". When I look at the log it says "CPA Cache not updated with directory data.". The detailed trace is

com.sap.aii.af.service.cpa.impl.exception.CPADirectoryCacheException: Couldn't open Directory URL (http://mbsdalxi50.miller.americas.gcn.local:50000/dir/hmi_cache_refresh_service/ext?method=CacheRefresh&mode=C&consumer=af.xid.mbsdalxi50), due to: HTTP 503: Service Unavailable

at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryAccess.getDataFromDirectory(DirectoryAccess.java:382)

at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryAccess.getDeltaCacheUpdateXML(DirectoryAccess.java:547)

at com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(CacheManager.java:581)

at com.sap.aii.af.service.cpa.impl.cache.CacheManager.initializeCPACache(CacheManager.java:265)

at com.sap.aii.af.service.cpa.impl.startup.StartupManager.initializeCPACache(StartupManager.java:220)

at com.sap.aii.af.service.cpa.impl.j2ee.sapengine630.ServiceFrameImpl.startCPACache(ServiceFrameImpl.java:129)

at com.sap.aii.af.service.cpa.impl.j2ee.sapengine630.ServiceFrameImpl.start(ServiceFrameImpl.java:49)

at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:211)

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

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

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:74)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:100)

The HTTP connection & services are OK. I re-created the HTTP connection and bounced the server for couple times.

When I look at the RWB--> Component Monitoring --> Adapter Monitoring, I see most of the adapters (File, JDBC etc) are greyed out. We are on XI 3.0 SP14, we did not applied any Service packs recently too.

I appreciate ypu help in this issue.

Thanks.

Srini Vaidyam

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

Check this SAP note- 764176,741214

Also check SM59->RFC destination type "H" test connection in XI system

Also refer this Cache Refresh Guide-

https://websmp101.sap-ag.de/~sapidb/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf

<i>When I look at the RWB--> Component Monitoring --> Adapter Monitoring, I see most of the adapters (File, JDBC etc) are greyed out.</i>

>>>For this check Adapter Metadata are imported into the Repository.(SAP BASIS Component)

Regards,

Moorthy

Message was edited by: Krishna Moorthy P

Former Member
0 Kudos

Hi Krishna Moorthy,

Thanks for your quick response.

I checked the SM59 for RFC destination type H and the test connection works OK, I get a code 500. I did the full refresh & delta refresh couple of times. But did not work. All the adapter Meta data under SAP Basis components exists in IR. I checked the OSS notes and the pdf document that you sent, but was unable to find a solution.

Thanks.

Srini Vaidyam

moorthy
Active Contributor
0 Kudos

Hi

CHeck these-SAP Note- 803145

Also this-

Go to SLD->Business System->integrationServer and check for the Pipeline URL- it should be like this

<i>http://<hostname>:port/sap/xi/engine?type=entry</i>

Also check SLDCHECK Transaction. check this configuration guide about this-

https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF

Regards,

Moorthy

Former Member
0 Kudos

The Messaging system and messaging servlet are active. http://mbsdalxi50:50000/MessagingSystem/receive/AFW/XI

In SLD the pipeline URL is also correct. SLDCHECK transaction works fine. The system was working fine for last one Year. Suddenly from couple of days the CPA Cache is not getting refreshed. This is happening in Development & system test boxes. Production is good. We have one Central SLD.

Thanks.

Srini Vaidyam