cancel
Showing results for 
Search instead for 
Did you mean: 

getting error - "Error while refreshing the XI runtime cache"

Former Member
0 Kudos

Hi,

for both inbound and outbound I am getting error - "Error while refreshing the XI runtime cache". Please find the error details below:

<u><b>FOR INBOUND:</b></u>

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Receiver Identification

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="XICACHE">UPDATE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error while refreshing the XI runtime cache</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

<u><b>FOR OUTBOUND</b></u>

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Receiver Identification

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="XICACHE">UPDATE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>HTTP status code401 Unauthorized</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error while refreshing the XI runtime cache</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

thanks in advance for your inputs..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go to SM59 and test connection your HTTP destination "INTEGRATION_DIRECTORY_HMI". Recheck the logon credetials and make sure the Id used is not locked.

Regards,

Jai Shankar

Former Member
0 Kudos

Thanks for the quick response. I tried this , with my ID that i used to logon to the XI server and also it has access to R3 server, and getting error-

500 Internal Server Error

Application error occurred during request processing.

Details: Error [javax.servlet.ServletException: REQID not found].

Exception id: [001279CFE174006E000000B900001D3C0004275E9952BCCA]

Is this issue with my id setup - access problem??

Former Member
0 Kudos

Rajesh,

>>500 Internal Server Error

Application error occurred during request processing.

Details: Error [javax.servlet.ServletException: REQID not found].

Exception id: [001279CFE174006E000000B900001D3C0004275E9952BCCA]

This is not an error status. This is an expected result. You can see this in XI configuration guide.

Regards,

Jai Shankar

Former Member
0 Kudos

Thanks a lot Shankar for clarification. Yes, i verified, it's not an error.

Then, do you have any idea why i am geting error -

"Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI."

along "with Error while refreshing the XI runtime cache"

Former Member
0 Kudos

Any updates on solving this problem? We're getting the same error message.

Former Member
0 Kudos

Rajesh,

Go to transaction called "swf_xi_customizing" and see if you any RED cross there. Maintain Prefix Nubmers, check number ranges and activate use of XM objects and everything in the "maintain runtime enviroment" should be green.

Please check the post installation guide or let me know.

Regards,

Ramesh

Former Member
0 Kudos

I have exactly the same error as above and when I go to RFC destinations and check that connection I also get a 500 code...

I went to swf_xi_customizing and I have a red cross in the maintain runtime environment...

When I drill down into it I see that Schedule Background Job for Event Queue and Set Up Workflow Runtime have red crosses next to them... could this be the reason for my error?

how do I fix it?

Former Member
0 Kudos

Hello,

we are facing the exactly same issue after upgrading XI 3.0 to PI.

Did anyone found any solution for this?

regards

Nesimi

Former Member
0 Kudos

HI,

But this is closed..??

any way see the below links

/people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena

Regards

Chilla..

Former Member
0 Kudos

Hi Chilla,

unfortunately the links did not solved our issues.

Did others had the same error after an upgrade from XI 3.0 to PI?

regards

Nesimi

Former Member
0 Kudos

We are getting this error after setting up a new dev SLD after moving from XI to PI. Were there any new recommendations for the problem?

Former Member
0 Kudos

Hi ,

Check this blog..

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Sekhar

Former Member
0 Kudos

Hi Sekhar, this link is very useful. thanks for sharing it.

I could find following details on user ids in sap notes for "HTTP STATUS_CODE_NOT_OK 401 Unauthorized ":

Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER

May be wrong password for user XIISUSER

May be wrong password for user XIAFUSER

I am using my id to logon to both XI and R3 servers. Even then, do I have to verify these details? please advice.