IS Shutting down on submitting IDoc from SAP

Hi ,

The IS is shutting down with a core file when an IDoc is submitted from SAP.

It says the IS shutdown because of a missing notification for a XXXXX msg type or because their is no corresponding publishable document or its not publishable.

We were able to set all of these right and send IDocs from SAP to wM.
our question here is 1) is this an expected behaviour in the above mentioned cases? or are we missing something ? may be a property or a fix

IS version 6.5 SP2
SAP adapter version 6.5 sp1 fix5

Regards
Sridhar

Hi Sridhar,

the latest known Fix for WmSAP Adapter is 6.5 SP1 Fix8

Can you check the Version of your sap - libs (sapidoc.jar, sapjco.jar, sapidocjco.jar) against the current versions on SAP Marketplace?
Maybe you will need a newer version for one of the native libs as well.

Are there any Fixes installed to IS 6.5 SP2? Maybe you need to upgrade to IS 6.5 SP3.

Regards,
Holger

Hi Holger,

Thank you for the reply. Actually we are running on IS 6.5 SP1.

I will check the version of sapidoc.jar, sapjco.jar, sapidocjco.jar to start with.

Thank You
Sridhar

Hi,

Please look at the SAP server logs as IS was going down.

2008-04-03 11:32:15 MDT [SAP.0110.0001V1] Transaction state changed: Created >> Rolledback
2008-04-03 11:32:15 MDT [SAP.0106.0004W] Error in inbound call for IDOC_INBOUND_ASYNCHRONOUS from TestPost: [SAP.111.9506] WmSAP Adapter: Missing notification - MsgType: ORDERS (ECDCLNT120 >> 0000100103).
2008-04-03 11:32:15 MDT [SAP.0106.0005V3] Time for marshalling (ms)…0
2008-04-03 11:32:15 MDT [SAP.0106.0006V3] Time for unmarshalling (ms)…0
2008-04-03 11:32:15 MDT [SAP.0106.0007V3] Time for preparing (ms)…0
2008-04-03 11:32:15 MDT [SAP.0106.0008V3] Time for rfc calls (ms)…0
2008-04-03 11:32:15 MDT [SAP.0106.0009V3] Time for SAP Adapter service calls (ms)…6934
2008-04-03 11:32:15 MDT [SAP.0106.0010V3] Total time for function calls (ms)…6947
2008-04-03 11:32:15 MDT [SAP.0102.0001V3] [JNI-LAYER] RFC.incomingRequestHandler() caught the following exception: java.lang.RuntimeException: [SAP.111.9506] WmSAP Adapter: Missing notification - MsgType: ORDERS (ECDCLNT120 >> 0000100103).
2008-04-03 11:32:15 MDT [SAP.0102.0001V3] [JNI-LAYER] RFC.incomingRequestHandler() Exception.message = “[SAP.111.9506] WmSAP Adapter: Missing notification - MsgType: ORDERS (ECDCLNT120 >> 0000100103).”
2008-04-03 11:32:15 MDT [SAP.0102.0001V3] [JNI-LAYER] RFC.abort()

Please look at the thread dump as well

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xC019B4E0
Function=free
Library=/usr/lib/libc.2

Current Java thread:
“sap.rfc.Listener ciecd_ECD_00 ciecd 0” prio=4 tid=012c51e8 nid=247 lwp_id=9906996 runnable [0x220ff000…0x220ff4f0

We updated the JCo files to 2.1.8.

we are not seeing issues since then.

Thank you
Sridhar