Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java callout in OSB returning error

Ashish RaneJun 6 2014 — edited Jun 17 2014

Hi,

I am receiving the below error when having java call out to JAR from OSB proxy.

Input is JSON request and output is XML.

Callout to java method "public static java.lang.String XMLJSONConverter.json2XMLConverter(java.lang.String)" resulted in exception: null

java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at stages.transform.runtime.JavaCalloutRuntimeStep$1.run(JavaCalloutRuntimeStep.java:183)

at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

at weblogic.security.Security.runAs(Security.java:61)

at stages.transform.runtime.JavaCalloutRuntimeStep.processMessage(

Can you please suggest any solution to resolve this.

This post has been answered by Ankit kalanoria on Jun 13 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2014
Added on Jun 6 2014
6 comments
4,162 views