Skip to Content
0
Former Member
Dec 01, 2009 at 10:52 AM

CTS + error RFC_ERROR_SYSTEM_FAILURE: The ASSERT condition was violated

469 Views

Hello expert

We try to export JAVA objects into a Transport request, some objects are entered into the TR, but most of them are not entered.

A dump is generated and JAVA exception too

com.sap.tc.di.draft.ts.TsExecutionException: Error executing function (check stacktrace for details): CTS_WBO_RELEASE_REQUEST [EXECUTION_ERROR_CHECK_STACKTRACE] (service=com.sap.tms)

....

Caused by: com.sap.conn.jco.JCoException: (104) RFC_ERROR_SYSTEM_FAILURE: The ASSERT condition was violated.(Remote shortdump: ASSERTION_FAILED) at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:612) at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1688) at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:1017) at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:1123) at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:1098) at com.sap.conn.jco.rt.AbapFunction.execute(AbapFunction.java:251) at com.sap.tc.di.draft.cts.impl.adapters.jco.JCoAdapter.executeFunction(JCoAdapter.java:159) at com.sap.tc.di.draft.cts.impl.adapters.jco.TmsJCoAdapterNew.releaseRequest(TmsJCoAdapterNew.java:739) at com.sap.tc.di.draft.cts.impl.adapters.jco.TmsJCoAdapterNew.releaseRequest(TmsJCoAdapterNew.java:655) ... 40 more Caused by: RfcException: [null] message: The ASSERT condition was violated. Return code: RFC_SYS_EXCEPTION(3) error group: 104 key: RFC_ERROR_SYSTEM_FAILURE message class: 00 message type: X message number: 341 message parameter 0: ASSERTION_FAILED at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:1926) at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1639) ... 47 more Caused by: com.sap.conn.rfc.exceptions.RfcGetException: The ASSERT condition was violated. at com.sap.conn.rfc.engine.RfcImp.ab_rfcerror(RfcImp.java:1233) at com.sap.conn.rfc.engine.RfcGet.rfcget_run(RfcGet.java:128) at com.sap.conn.rfc.engine.RfcGet.ab_rfcget(RfcGet.java:23) at com.sap.conn.rfc.engine.RfcRcv.ab_rfcreceive(RfcRcv.java:32) at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:1883)

The ABAP dump is

ASSERTION_FAILED

Short text

The ASSERT condition was violated.

Do you have any idea?

Many thanks