cancel
Showing results for 
Search instead for 
Did you mean: 

Error while Activating Message Mapping

Former Member
0 Kudos

Hi All,

I am getting error while activating message mapping, please find the error below.

#52 20:03:03 [AWT-EventQueue-0] ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable

Thrown:

MESSAGE ID: com.sap.aii.ib.server.cmpl.CompilerException

com.sap.aii.ib.core.mapping.exec.ExecuteException: Cannot CreateProcess: javac @C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map81aaea609c5811dda5a702004c4f4f50/O1224253983796.txt @C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map81aaea609c5811dda5a702004c4f4f50/S1224253983796.txt error=2

at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:195)

at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52)

at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.execute(MapServiceRemoteObjectImpl0.java:259)

at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:146)

at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:291)

at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)

at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)

at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)

Thanks in Advance,

Nagesh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

since this is a compiler exception

"MESSAGE ID: com.sap.aii.ib.server.cmpl.CompilerException

com.sap.aii.ib.core.mapping.exec.ExecuteException: Cannot CreateProcess: javac"

I'd suggest try checking the java path on your XI machine

if this will not work contact the SAP via an OSS note

if this is a new XI server it probably means it

was incorrectly installed

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Michal,

But SAP Basis 6.40 SWC (Demo) mappings are working fine for eg

( BookingOrder_Agency2Airline ) mapping is working fine when i am testing, but when i am testing simple message mapping created by ne its showing the error.,

Cannot CreateProcess: javac @C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map5856e9a09c5f11dd9ace02004c4f4f50/O1224256920921.txt

@C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map5856e9a09c5f11dd9ace02004c4f4f50/S1224256920921.txt

error=2

STACKTRACE:

com.sap.aii.ib.core.mapping.exec.ExecuteException: Cannot CreateProcess: javac @C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map5856e9a09c5f11dd9ace02004c4f4f50/O1224256920921.txt @C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map5856e9a09c5f11dd9ace02004c4f4f50/S1224256920921.txt error=2

at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:195)

at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52)

at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.execute(MapServiceRemoteObjectImpl0.java:259)

at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:146)

at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:291)

at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)

at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)

at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)

Former Member
0 Kudos

looks like there is a problem in your mapping. Is it just message mapping or java or XSLT mapping?

Former Member
0 Kudos

Hi Archana,

Its a simple graphical mapping, i think there is some problem with server itself even runtime workbench is also showing exception.

Thanks and regards.

Nagesh