Skip to Main Content

Security Software

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!

OIA - OIM 11g R2 Integration - java.io.InvalidClassException

User475652-OCDec 2 2013 — edited Dec 18 2013

Hello,

i have OIA 11.1.1.5.6 and OIM 11.1.2.1.3 integrated with preferred mode. If i want to import Resource Metadata i got the following error:

Any ideas? Is OIA compatible with OIM 11g R2?

16:25:07,914 ERROR [DBIAMSolution] Error importing roles:: Error importing roles: failed to unmarshal interface Thor.API.tcResultSet; nested exception is:

        java.io.InvalidClassException: Thor.API.tcMetaDataSet; local class incompatible: stream classdesc serialVersionUID = 497665130057943698, local class serialVersionUID = -2604260793729521479; nested exception is: java.io.InvalidClassException: Thor.API.tcMetaDataSet; local class incompatible: stream classdesc serialVersionUID = 497665130057943698, local class serialVersionUID = -2604260793729521479

16:25:07,918 ERROR [DBIAMSolution] Error reading roles --->

javax.ejb.EJBException: failed to unmarshal interface Thor.API.tcResultSet; nested exception is:

        java.io.InvalidClassException: Thor.API.tcMetaDataSet; local class incompatible: stream classdesc serialVersionUID = 497665130057943698, local class serialVersionUID = -2604260793729521479; nested exception is: java.io.InvalidClassException: Thor.API.tcMetaDataSet; local class incompatible: stream classdesc serialVersionUID = 497665130057943698, local class serialVersionUID = -2604260793729521479

java.io.InvalidClassException: Thor.API.tcMetaDataSet; local class incompatible: stream classdesc serialVersionUID = 497665130057943698, local class serialVersionUID = -2604260793729521479

        at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:560)

        at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1599)

        at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1494)

        at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1748)

        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1327)

        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)

        at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:208)

        at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:599)

        at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:204)

        at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)

        at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:240)

        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)

        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)

        at Thor.API.Operations.tcGroupOperationsIntf_13pobh_tcGroupOperationsIntfRemoteImpl_1036_WLStub.findGroupsFilteredx(Unknown Source)

        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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)

        at com.sun.proxy.$Proxy174.findGroupsFilteredx(Unknown Source)

        at Thor.API.Operations.tcGroupOperationsIntfDelegate.findGroupsFiltered(Unknown Source)

        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 Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2014
Added on Dec 2 2013
3 comments
910 views