Tagged Questions

**Oracle Coherence** provides replicated and distributed (partitioned) data management and caching services on top of a reliable, highly scalable peer-to-peer clustering protocol. Coherence has no single points of failure; it automatically and transparently fails over and redistributes its clustered data management services when a server becomes inoperative or is disconnected from the network. When a new server is added, or when a failed server is resta...

learn more… | top users | synonyms

6
votes
7answers
4k views

open source alternatives to oracle coherence?

Are there any open source alternatives to oracle coherence? (btw, how much does coherence cost anyways?)
4
votes
3answers
793 views

Can Tangosol Coherence cache non-serializable objects?

I'm using Tangosol Coherence v3.2.2b371. Can I cache objects that do not implement Serializable through the NamedCache api? Or this depends on configuration? Edit: For clarification, I'm trying to ...
4
votes
3answers
645 views

Is Oracle Coherence stable?

Has anyone used Oracle Coherence? It looks very promising at the roadshows. My concern is whether it's a stable and robust enough to implement mission-critical financial solutions. I'd be grateful ...
3
votes
2answers
312 views

Is there a way to look into L2 hibernate cache?

I have a task to attach Oracle Coherence (it is cache software) in my project. One way of using it is Level2 Hibernate cache. I want to see when hibernate takes results from L2 cache. How can i do ...
3
votes
2answers
3k views

What is the difference between Cassandra vs Oracle Coherence?

Assume that Oracle Coherence is free :) Which one do you prefer? What are the architectural and feature capability differences between Oracle Coherence(Tangosol) and Cassandra? Best Regards
3
votes
2answers
1k views

Problem with JMX query of Coherence node MBeans visible in JConsole

I'm using JMX to build a custom tool for monitoring remote Coherence clusters at work. I'm able to connect just fine and query MBeans directly, and I've acquired nearly all the information I need. ...
2
votes
1answer
117 views

Coherence Topology Suggestion

Data to be cached: 100 Gb data Objects of size 500-5000 bytes 1000 objects updated/inserted in average per minute (peak 5000) Need suggestion for Coherence topology in production and test ...
2
votes
2answers
272 views

Is there a tool to inspect / debug contents of Oracle Coherence caches?

I'm new to Oracle Coherence, and I'm trying to find a development / debug tool to help me validate my application. It feels like there should be a straight-forward way of viewing the keys and/or ...
2
votes
0answers
241 views

java class creation dynamically and make it accessible across the network different jvms i.e. serializable

I have a requirement of creating java classes dynamically and make it accessible different jvms across the network. I tried to use reflection and javassist tool,but nothing worked. Let me explain the ...
1
vote
1answer
134 views

Oracle coherence with weblogic server?

Hi i am new to oracle coherence, Question 1 : my scenario is, i have to implement the oracle coherence replicated cache in my webapplication.(with weblogic server).the coherence should be the part ...
1
vote
3answers
113 views

How to use SWIG with “using”

I am attempting to use SWIG 2.0.4 on a C++ library, I have the following in my .i file: %module coh %{ #include "coherence/lang.ns" #include "coherence/net/CacheFactory.hpp" #include ...
1
vote
0answers
387 views

Coherence clustering configuration

I am new to oracle coherence and trying out a POC to use coherence as a distributed cache for our application. This is in my dev environment, I am trying to have a clustered setup with two coherence ...
1
vote
1answer
175 views

Overhead of using coherence cache

I consider caching key-value lists stored in database. Right now for rendering of JSF pages, a lot of redundant queries are executed to find the names to be displayed for some keys (O/R-Mapper: ...
1
vote
1answer
153 views

How can I get statistics back from a Coherence cache?

All, I'm looking into Oracle Coherence for a client, and one of the things they are interested in is getting statistical information back from it to understand usage patterns etc. I know I can get ...
1
vote
1answer
139 views

Oracle Coherence = Is this a library free of charge and can be used in my programm?

sorry for asking such a question: But I was not able to figure out if the Coherence http://www.oracle.com/technetwork/middleware/coherence/downloads/coherence-101246.html can be used in my programs. ...
1
vote
3answers
100 views

Is OracleCoherence the only product that supports complex (non only key-based) queries?

As you may know Coherence provides "filtering" api against its cache-cluster, like this: // assuming cache cluster is full of ProductEntity objects NamedCache c = CacheFactory.getCache("products"); ...
1
vote
1answer
168 views

Accessing a Coherence named cache from Clojure

Having problems accessing caches from the REPL. I can do (import '(com.tangosol.net CacheFactory) '(com.tangosol.net NamedCache)) and then (. CacheFactory VERSION) without problems. However when I ...
1
vote
1answer
43 views

PortableObjectSerializer is being inaccurate by 1s when serializing and deserializing java.util.Date

For the code like below, I notice a difference of ~ 1sec (long time before serialization=1298298092890; long time after deserialization=1298298093432) public void readExternal(PofReader pReader) ...
1
vote
1answer
240 views

How do i connect to multiple Oracle Coherence cache's from a single application?

I have an application(written in CSharp) which currently connects to just one coherence cluster. This cluster is fed in data and when the application see's this in the cluster's cache it uses this to ...
1
vote
2answers
306 views

How to define the EclipseLink annotation for the following?

I'm relativly new to the world of EclipseLink, I've been reading through the documentation, however I'm having a real problem trying to represent the following table. PTY_NO | REF_OBG 6544 ...
1
vote
1answer
468 views

JCache with Oracle Coherence

Oracle Coherence states that it is "JCache-compliant". How can I take my code written against JSR-107, specifically the ehcache-jcache jar, and run it against Oracle Coherence?
1
vote
2answers
349 views

Coherence cache | ConcurrentHashMap in, HashMap out

I just started working with Oracle's Coherence cache and I noticed this: If I put in a ConcurrentHashMap object in the cache, when I retreive it, I could see that it is converted to a normal HashMap. ...
1
vote
2answers
585 views

coherence/memcache/AppFabric for pub/sub

Looking for advice/pro's/con's on using the memory cache servers for pub/sub esp wrt a high-throughput system ( 1000's of updates/sec ) Coherence seems to have pub/sub as a use-case, not sure about ...
1
vote
2answers
602 views

Distributed Cache with Serialized File as DataStore in Oracle Coherence

Weired but I am investigating the Oracle Coherence as a substitue for distribute cache. My primarr problem is that we dont have distribituted cache as such as of now in our app. Thats my major ...
1
vote
1answer
495 views

Client and Cache configuration for Oracle coherence

I have the specific scenario for which we want to use Coherence as sitributed cache. Which I am gonna describe here. I have 20+ standalone processes which are going to put the data in cache ...
1
vote
2answers
373 views

Oracle Coherence w/ ASP.NET application

Is it possible to use Oracle Coherence to provide distributed caching to an ASP.NET application? We would like to use Coherence to scale out an ASP.NET application which does not have distributed ...
1
vote
3answers
766 views

Oracle Coherence License Issue

Are there any restrictions for using coherence.jar without any license? coherence.jar is open for downloading without any fee.
0
votes
1answer
57 views

Coherence cache client accessing different caches on different clusters

We have 2 caches on different clusters. I want to access both of them via my extend client. I can access the first cache fine (any one), but then access to second one fails. For example: NamedCache ...
0
votes
0answers
32 views

Oracle Coherence error “request was canceled”

I am running a Coherence Cache server and it is throwing the following error Exception in thread "main" java.lang.ExceptionInInitializerError at ...
0
votes
1answer
101 views

Oracle coherence “Unable to refresh sockets: …”

i'm running coherence cache server and it throws the following error after showing the member set and the member list info. And i'm not sure what's up. :( Here is the exception that I'm getting. ...
0
votes
0answers
31 views

Configuring Cache Loader for a replicated cache

Is it possible to configure a CacheLoader for a Replicated cache in coherence?? Or cacheLoader is meant only for Distributed cache?? Any info on this will be really usefull
0
votes
0answers
23 views

Coherence processing pattern help needed

I have been trying to evaluate coherence processing pattern. Has any one used it? What kind of setup is required? Our business logic is complex and is data intensive? Any short comings of pattern, ...
0
votes
0answers
64 views

coherence global transactions

all I have an web application deployed to weblogic as a part of ear. Spring MDP facility is used to receive messages from JMS queues. Everything is fine except one thing - i have to have transaction ...
0
votes
1answer
116 views

Sampler Result setResponseData not setting in JMeter

Alright guys, I am writing a custom java class to grab objects from a Coherence grid. It works well through JMeter, but the response data isn't filling it's place in the JMeter GUI. This is how I'm ...
0
votes
1answer
203 views

Query Coherence using JMeter

This is the situation I'm in: I have a web service that is using the Coherence grid to store data for faster results. The grid holds specific DTO objects -- When new data comes in from the users, I ...
0
votes
0answers
96 views

How to hook a get?

Is there a class similar to AbstractCacheLoader which will allow me to modify the cached data associated with the key before returning it to the client? If so, what is its name and how do I add to ...
0
votes
1answer
233 views

Coherence: Gracefully navigate a POF Path with potential null elements

In POF-serialized .NET objects, I have Class A containing Class B, and Class B has an Attribute X which I want to extract and use in a filter. I can use a SimplePofPath to navigate through the POF ...
0
votes
0answers
335 views

Failed to instantiate class<My_Class_Name> using org.apache.maven.surefire.booter.IsolatedClassLoader@135ae7e

I am trying to test that my two coherence clusters are communicating with each other successfully. Everything seems to be running fine besides the Proxys which throw the exception. Failed to ...
0
votes
2answers
233 views

Oracle Coherence - Data change not reflected in cache

I am using Oracle Coherence cache with Java and am running into an issue. When I put something in the cache (like a map) and get it back using a get call and then modify the object (say, add a value ...
0
votes
1answer
1k views

DTD is prohibited in this XML document — how to change permissions?

I am using a 3rd-party .NET component which requires an XML configuration file. I'm am using this in an ASP.NET application. I get an error when configure the XML with the following dtd: ...
0
votes
1answer
347 views

Testing an Oracle Coherence IPortableObject Implementation in .NET

In order to get good test coverage, I want to test the WriteExternal and ReadExternal methods of IPortableObject (as described at Creating an IPortableObject Implementation (.NET) ). Here is code ...