cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Server AI_Runtime_<SID> RFC_ERROR_COMMUNICATION

former_member301120
Active Participant
0 Kudos

Hello,

we've got a syncronous scenario: RFC <> XI <> JDBC.

Somtimes the data exchange breaks und I get following errors ins J2EE logviewer:

-


Error in Server "AI_RUNTIME_XIP" :

com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: CPIC-CALL: CMSEND on convId: 98937200

no SAP ErrInfo available

com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: CPIC-CALL: CMSEND on convId: 98937200

no SAP ErrInfo available

at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:414)

at com.sap.mw.jco.MiddlewareJRfc$Server.listen(MiddlewareJRfc.java:1681)

at com.sap.mw.jco.JCO$Server.listen(JCO.java:7215)

at com.sap.mw.jco.JCO$Server.run(JCO.java:7144)

at java.lang.Thread.run(Thread.java:534)

Error in Server "AI_RUNTIME_XIP" :

RfcException:

message: CPIC-CALL: 'CMSEND'

; connection closed

Return code: RFC_FAILURE(1)

error group: 102

key: RFC_ERROR_COMMUNICATION

RfcException:

message: CPIC-CALL: 'CMSEND'

; connection closed

Return code: RFC_FAILURE(1)

error group: 102

key: RFC_ERROR_COMMUNICATION

at com.sap.mw.rfc.api.RfcApi.rfcAbort(RfcApi.java:873)

at com.sap.mw.rfc.api.RfcApi.RfcAbort(RfcApi.java:911)

at com.sap.mw.jco.MiddlewareJRfc.abort(MiddlewareJRfc.java:449)

at com.sap.mw.jco.MiddlewareJRfc$Server.abort(MiddlewareJRfc.java:1705)

at com.sap.mw.jco.JCO$Server.abort(JCO.java:6986)

at com.sap.mw.jco.JCO$Server.listen(JCO.java:7326)

at com.sap.mw.jco.JCO$Server.run(JCO.java:7144)

at java.lang.Thread.run(Thread.java:534)

-


There are no entries in SM21.

In visual administrator number of processes of parameter "AI_Runtime_<SID>" is set to "10".

Best regards

Christian

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Christian,

Check these threads, Its very helpful for solving the issue.

/thread/348833 [original link is broken]

Regards,

Skumar

former_member301120
Active Participant
0 Kudos

Hello,

I've checked these blogs.

I specified the problem. I'ts the mapping. We use a XSL-transformation to map the source message to the target structure. This takes about 5 minutes or more. And then I get an HTTP-timeout 500.

The error described obove occured twice at the same szenario. I'm not sure whats the real problem.

I think its the http-timeout.

I've set the icm-parameters in the profile (rz10) to recommendations of sap.

I't at loss. Has any body an idea?

Best regards

Christian

Former Member
0 Kudos

hi,

may be ur user does not have the permisions to login remotely,

check this once.

Thanks,

Madhav

Note: Points if useful

former_member301120
Active Participant
0 Kudos

Hi,

I don't think that this is a problem with the password. Because of all destinations are shown in tx. smgw at

Goto -> Logged on clients.

Other ideas?

Regards.

former_member301120
Active Participant
0 Kudos

Hello,

additionally I get now an timeout error in message monitoring.

com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500 : Timeout

I've always read blog

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3802] [original link is broken] [original link is broken] [original link is broken];

and other sap notes.

This helped temporarily.

Regards.

former_member301120
Active Participant
0 Kudos

Hello Arun,

the tests in SM59 were successful. How could they be tested in visual admin?

Regards

Former Member
0 Kudos

hi

test these destinations from sm59 and the equivalents in visual admin

AI_DIRECTORY_JCOSERVER

AI_RUNTIME_JCOSERVER

LCRSAPRFC

rgds,

Arun