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!

Coherence upgrade (3.4.1 to 3.5.2) issue : UnsupportedOperationException

646219Jan 18 2010 — edited Jan 20 2010
We call entry.extract(extractor) from the aggregator as -

com.tangosol.util.InvocableMap.Entry entry;
entry.extract(extractor)

This call worked perfectly fine with ver 3.4.1, but throws the following exception with ver 3.5.2.

Please note that we use TCP-Extend.

cation=site:amrs.win.ml.com,machine:USWMAPXPRTD02,process:4480,member:DEV.NY.D02.FI_NODE6)) java.lang.UnsupportedOperationException
at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.tagException(Grid.CDB:36)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onAggregateFilterRequest(DistributedCache.CDB:62)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$AggregateFilterRequest.run(DistributedCache.CDB:1)
at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheRequest.onReceived(DistributedCacheRequest.CDB:12)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:136)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onNotify(DistributedCache.CDB:3)
at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.UnsupportedOperationException
at com.tangosol.util.extractor.AbstractExtractor.extract(AbstractExtractor.java:55)
at com.tangosol.util.extractor.AbstractExtractor.extractFromEntry(AbstractExtractor.java:114)
at com.tangosol.util.InvocableMapHelper.extractFromEntry(InvocableMapHelper.java:292)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage$BinaryEntry.extract(DistributedCache.CDB:28)
at com.ml.xAnltx.cache.common.coherence.util.TopNAggregator.aggregate(TopNAggregator.java:33)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onAggregateFilterRequest(DistributedCache.CDB:41)
... 7 more

Please advice if anybody have experienced this problem. Do we have to make any API changes while upgrading from 3.4.1 to 3.5.2
Thanks in advance.

-Bharat
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2010
Added on Jan 18 2010
7 comments
1,803 views