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!

Unknown user type:com.tangosol.coherence.component.net.Member

3402301Feb 22 2017 — edited Feb 23 2017

Hi!

I am new with OSA and Coherence, I am trying to deploy a simple application into OSA that connect with a coherence cache having pof configuration. If I deploy the application without pof I don't have any problem but when I deploy the application into OSA with pof I get the next error:

Caused by: java.lang.IllegalArgumentException: unknown user type: com.tangosol.c

oherence.component.net.Member

        at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(Conf

igurablePofContext.java:438)

        at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(Conf

igurablePofContext.java:427)

        at com.tangosol.coherence.component.net.extend.Channel.getUserTypeIdenti

fier(Channel.CDB:7)

        at com.tangosol.io.pof.PofBufferWriter.writeUserType(PofBufferWriter.jav

a:1677)

        at com.tangosol.io.pof.PofBufferWriter.writeObject(PofBufferWriter.java:

1624)

If I use a simple client application with pof I don't have any problem so I think that the problem is not in coherence layer. Do you know something about this?

Regards!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2017
Added on Feb 22 2017
1 comment
867 views