cancel
Showing results for 
Search instead for 
Did you mean: 

java mapping problem

Former Member
0 Kudos

hi forum,

i made a java mapping for a file to file scenario, by referring a blog,

i compiled the program and even tested outside Xi, its working fine, taking input as an XML file and producing another output XMl,

but when i uploaded it in the imported archive and used it in the scnario, there was a runtime error(linking error) in the sxmb_moni..pls help

- <!-- Request Message Mapping -->

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

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">LINKAGE_ERROR</SAP:Code>

<SAP:P1>JMAP/JMap</SAP:P1>

<SAP:P2>http://zpoc.com.test/rana2</SAP:P2>

<SAP:P3>e1328420-52a4-11db-8338-f4320a0a089f</SAP:P3>

<SAP:P4>-1</SAP:P4>

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Class versions are incompatible (linkage error)</SAP:Stack>

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

</SAP:Error>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi-

Did you specify the correct adapters here.

Former Member
0 Kudos

Dhar,

Please see this threads where they have the same issue:

---Satish

Former Member
0 Kudos

hey

refer SAP note 755302

thanx

ahmad

Former Member
0 Kudos

ahmad....thanks, but i dont have access to service market-place.....i cant see these sap notes right now..... can u tell me what the problem is

Former Member
0 Kudos

guess we are not allowed to copy the contents of SAP note:)

if u look at the second link in the earlier post u will find a copy of OSS note.

thanx

ahmad

Former Member
0 Kudos

sorry friends..

problem solved

it was not any other problem,,,,,

while uploading .....i made a jar.....by keeping the file in a folder...and i didnt mention the pacakage statement in the java source file before compiling...

its done now...anyway thanks a lot quick response