Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Unknown user type:com.tangosol.coherence.component.net.Member

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!
Answers
-
It was a problem with casspath, removing coherence.jar from my classpath fixed the problem.