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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Is it possible that com.tangosol.util.processor.AsynchronousProcessor is not supported through POF s

962259Oct 11 2018 — edited Oct 12 2018

From an extend client application, I am running an asynchronous entry processor on a cache and getting the following error:

2018-10-11 13:21:59.928/5.126 Oracle Coherence GE 12.2.1.2.1 <Error> (thread=main, member=n/a): An exception occurred while encoding a InvokeRequest for Service=TcpExtendCSP:TcpInitiator: java.lang.IllegalArgumentException: unknown user type: com.tangosol.util.processor.AsynchronousProcessor

at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(ConfigurablePofContext.java:441)

at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(ConfigurablePofContext.java:430)

at com.tangosol.coherence.component.net.extend.Channel.getUserTypeIdentifier(Channel.CDB:7)

at com.tangosol.io.pof.PofBufferWriter.writeUserType(PofBufferWriter.java:1927)

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

at com.tangosol.coherence.component.net.extend.messageFactory.NamedCacheFactory$InvokeRequest.writeExternal(NamedCacheFactory.CDB:3)

at com.tangosol.coherence.component.net.extend.Codec.encode(Codec.CDB:36)

at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.encodeMessage(Peer.CDB:23)

at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.send(Peer.CDB:17)

at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.post(Peer.CDB:16)

at com.tangosol.coherence.component.net.extend.Channel.post(Channel.CDB:25)

at com.tangosol.coherence.component.net.extend.Channel.request(Channel.CDB:18)

at com.tangosol.coherence.component.net.extend.Channel.request(Channel.CDB:1)

at com.tangosol.coherence.component.net.extend.RemoteNamedCache$BinaryCache.invoke(RemoteNamedCache.CDB:12)

at com.tangosol.util.ConverterCollections$ConverterInvocableMap.invoke(ConverterCollections.java:620)

at com.tangosol.util.ConverterCollections$ConverterNamedCache.invoke(ConverterCollections.java:1104)

at com.tangosol.coherence.component.net.extend.RemoteNamedCache.invoke(RemoteNamedCache.CDB:1)

at com.tangosol.coherence.component.util.SafeNamedCache.invoke$Router(SafeNamedCache.CDB:1)

at com.tangosol.coherence.component.util.SafeNamedCache.invoke(SafeNamedCache.CDB:5)

POF is enabled everywhere.

Runs fine with a regular entry processor.

Is it possible that com.tangosol.util.processor.AsynchronousProcessor is not supported with POF serialization?

I am using Coherence version 12.2.1.2.3 (actually coherence-java-12.2.1.2.3b72246-Int)

This post has been answered by User_AA37N on Oct 12 2018
Jump to Answer

Comments

Post Details

Added on Oct 11 2018
7 comments
332 views