cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping problem...

Former Member
0 Kudos

Hi Guru’s,

I am using the Java mapping in my XI system and it works fine in my Development.

I just moved all my objects in to QA and I am getting some problem in my Java mapping. It is not behaving like the dev the output format.

Is their anything have to do for Java mapping while importing in to the QA system.

I did the file transport and imported in to my QA.

Please give me your comments and solution to resolve this issue.

Thanks,

Jane.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

I had a problem with my http adapter was pointing to my Dev system and my SRM system was pointing to QA system. Their is some conflict with Dev and QA

Thanks,

Jane.

henrique_pinto
Active Contributor
0 Kudos

What is the error you're getting?

Does your java mappings have any dependencies on external objects/packages?

Regards,

Henrique.

Former Member
0 Kudos

Getting the below error in my response.

- <ResponseMessage>

- <Status>

<StatusCode>500</StatusCode>

<StatusText>Error while parsing the input</StatusText>

- <Errors>

- <Error type="Error">

<ErrorMessage>Fatal Error: Internal server error - 1187224995259871</ErrorMessage>

</Error>

</Errors>

</Status>

</ResponseMessage>

Thanks,

Jane.

justin_santhanam
Active Contributor
0 Kudos

Jane,

Have u tested the mapping program in Test tab?

Best regards,

raj.

henrique_pinto
Active Contributor
0 Kudos

As Raj has recommended, test your mapping in interface mapping test tab with the input payload data from the QA system.

If it fails, test the mapping in DEV system with the input data from QA system.

Probably it is a new scenario that you had not comprised in DEV system.

Regards,

Henrique.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Status Code - 500

Kindly check whether Empty request is sent

Regards

Agasthuri Doss