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)