Terracotta is an open source JVM-level clustering software for Java developed by Terracotta, Inc.
0
votes
2answers
134 views
How to configure quartz job to run on terracotta cluster?
I am trying to configure our quartz job in Tomcat to run on terracotta cluster. Spring terracotta prop config looks like this
<prop ...
0
votes
2answers
358 views
Distributed Cache that supports incr
I'm looking for a distributed key/value store that supports a balanced load of reads and writes.
Necessary Features:
Get, Set, Incr
Disk backed
Blazingly fast (i.e. eventual consistency is OK)
High ...
2
votes
1answer
62 views
What Protocol do Terracotta and Quartz Scheduler Nodes use?
I am using Quartz Scheduler with TerracottaJobStore and I'm trying to figure out which protocol the Scheduler Nodes and Server use to communicate.
To explain it another way, in a web application ...
2
votes
1answer
260 views
Grails 1.3.4 / Terracotta 3.5.1: Deploying a .war file fails
We have a Grails (1.3.4) app running with Terracotta Ehcache 3.3. We are trying to update our Terracotta installation to the latest one, 3.5.1. I added these lines in the BuildConfig.groovy:
...
2
votes
1answer
245 views
Using Hibernate between different threads,JVMs and servers
I'm working on a system which has a 4 modules, each working on its own server and each should be able to clustered.
What I basically need is to have the ability to work on the same entities on the ...
1
vote
1answer
158 views
Quartz JobExecutionContext not persisting when run in terracotta jobstore
I would like to persist retry count data across Triggers which are running same job.
I tried storing it in to JobExectionContext.JobDetails.JobDataMap, which is a DirtyHashMap. It gets stored but ...
1
vote
1answer
190 views
Need universal/dynamic serialization/marshaling, similar to Terracotta
Problem: The Software I use, Lift, has "user sessions", where one can put any kind of objects, which are preserved between user requests (with a GC timeout). While it's easy to use and powerful, it ...
1
vote
1answer
130 views
Restart terracotta after adding/modifying domain classes in Grails app
We have a Grails app, and we are using Terracotta for caching. We have noticed that every time we add some fields in existing domain classes or add new domain classes, the app crashes with "unexpected ...
0
votes
1answer
86 views
Terracotta toolkit missing class prevents EHCache from starting
I am new to EHCache and tried to use it as our cache server. I wrote the code trying to get started:
public class CacheMap {
private static CacheManager cacheManager=new ...
0
votes
1answer
84 views
Can we use ehcache replication and terracotta together?
I am using distributed ehcache with terracotta on two servers. In my cache manager I have multiple caches. But now I have a requirement that whenever an element is added into 1 particular cache on 1 ...
0
votes
1answer
100 views
Grails 2.1.1 with Terracotta and Ehcache integration
I'm trying to integrate Grails 2.1.1 with Terracotta and Ehcache but I'm not getting any good results whatsoever.
Could anybody give me some advice in order to configure it? I'm a little bit ...
0
votes
1answer
31 views
Terracotta L2 cache invalidation by messaging
I am trying to evaluate Terracotta Disctributed Cache with ehcache. I have the following query. There are 20+ apps which will use a TAS distributed cache. As I understand there will be a L1 cache in ...
0
votes
1answer
391 views
IgnoreSizeOf annotation when using ehcache with terracotta
I am using ehcache with terracotta in my application. My response time increased by 700 folds when i am using ehcache with terracotta. I think the terracotta is taking time in measuring the size of ...
0
votes
1answer
60 views
Moving ehcache server from one machine to another
We have been using ehcache.server.1.0.0.war for almost a year.
This week we moved to new computer. We copied cache and changed ehcache.xml accordingly.
However, the new server is now not starting. ...
0
votes
1answer
107 views
Terracotta Disabling L2 cache and object serialization
I'm quite new to Terracotta and I've installed and made it work properly with EHcache for distribute caching, but what I'm getting now is not what I really want.
In my application I would like to ...
0
votes
1answer
73 views
Would Terracota be a good solution for fast changing large data made up of fine objects?
I am evaluating Terracotta for my current problem statement. The process is CPU intensive and takes about 5-10 GB working memory(RAM). Each object in memory is 1 kilobyte fine and consists of a ...
0
votes
1answer
311 views
Session Clustering Tomcat + terracotta on single server
I want to make session clustering with terracotta and 2 tomcat on single server.
i following instruction from :
...
0
votes
1answer
174 views
EhCache terracottaConfig url in https
Can I work with secured environments (eg. HTTPS) using Terracota server Arrays ?
I 've tried to configure ehcache.xml file like this:
<terracottaConfig rejoin="true" ...
0
votes
1answer
377 views
EhCache POM is misbehaving
Last month I asked this question because I couldn't get the EhCache jar to pull down into my local Maven cache using the M2E Eclipse plugin.
Now, I am trying to convert several EhCache/Terracotta POM ...
0
votes
1answer
300 views
Ehcache: How to swap to the diskStore when Terracotta server is off-line?
I need to configure my app to swap from the Terracotta server configuration to the diskStore when the Terracotta server is unavailable. Is there a way to do this?
When I configure the terracottaConfig ...
0
votes
1answer
67 views
caching system with search query option
I am looking for a distributed cache solution that will also support some sort of basic query languages like "get the objects which has object.id > 10" kind of.
I did a hands on with terracotta ...
0
votes
1answer
199 views
can I use other distributed cache in place of jboss cache for session replication in jboss
I am using jboss-cache for session replication in jboss 4.0.4. How do I use a different distributed cache(Terracotta or any other) in place of jboss cache?
0
votes
1answer
59 views
Share spring beans in teracotta
Wondering why we need to share spring beans in case if there are no static data inside?
2
votes
0answers
409 views
Terracotta Web Sessions - dynamically reload configuration and/or change configured webapps on the fly
Is there a way to dynamically reload the Terracotta configuration file without restarting Terracotta and losing Session replication for every web app?
More Info: I'm in charge of about 30 unruly, ...
1
vote
0answers
103 views
Terracotta CacheException during restart Tomcat
In our project based o Liferay running on Tomcat7 we use Terracotta.
During Tomcat restart we got Terracotta exception:
15:38:54,281 ERROR [CacheFilter:59] net.sf.ehcache.CacheException: ...
1
vote
0answers
242 views
Terracotta 3.7 DSO Clustered Quartz 2.1 ClassNotFoundException: com.terracotta.express.ClientFactoryImpl
I am trying to upgrade quartz from 1.7 to 2.1 and Terracotta from 3.3 to 3.7. I cannot get quartz to cluster properly with Terracotta 3.7 DSO (TerracottaJobStore). My application runs just fine ...
1
vote
0answers
353 views
Terracotta DSO with spring security THROWS NotSerializableException for SessionRegistryImpl.java
Our application stack is hibernate/ spring / spring security/JSF running inside tomcat 7.
I have downloaded and installed the Open source Terracotta 3.6.2.
We want to configure Terracotta DSO. we ...
1
vote
0answers
178 views
Why am I getting error while trying to access a portal on Liferay 4.2.1?
I'm trying to cluster Web Session on Liferay 4.2.1. I've followed the specifications in the documentation.
When I try to access the portal I get a :
ERROR ...
1
vote
0answers
335 views
Has anyone integrated Terracotta EHcache + WebSession with JBoss?
I`m using JBoss 5.1.0 GA with Terracotta EHcache(with Hibernate). This setup works fine but when I try to add Terracotta WebSessions I get
09:28:11,894 ERROR [CoyoteAdapter] An exception or error ...
0
votes
0answers
11 views
Terracotta client running on Linux
I am running terracotta server on Linux. My client program does run sucessfully from Windows (Eclipse-IntelliJ) but same program when deployed on linux throws error and cannot connect to server.
Any ...
0
votes
0answers
19 views
Terracotta: List of all Logically Managed Classes
The Terracotta DSO Documentation states the following:
Subclasses of logically-managed classes cannot be shared.
Now, it would seem that by default all collection classes are logically managed ...
0
votes
0answers
81 views
Spring session and terracotta
I am trying to create a session replication with tomcat and spring over terracotta. I put the Valve in the context.xml as instructed and when a request comes through i can see that it contains a ...
0
votes
0answers
235 views
Getting java heap space error when using ehcache with terracotta
I am trying to use terracotta with ehcache. My project setup is like i am using 2 instances of tomcat where my application integrated with ehcache is deployed. I need synchronization between these two ...
0
votes
0answers
74 views
Terracotta cache Event Replication
I developed an application which use Terracotta distributed cache for hibernate objects. 2 instances of this app run at the same time (A and B).
I would like to add a new feature to notify app B ...
0
votes
0answers
239 views
Terracotta unexpected CommonShutDownHook and client exiting
I use Weblogic 9 + app with distributed ehcache.
During some tests the following event was occured:
2012-07-04 13:28:52,498 [TC Memory Monitor] INFO com.tc.runtime.TCMemoryManagerImpl - Sleep time ...
0
votes
0answers
47 views
How To bind Port with node in Quartz Scheduler with TerraccotaJobStore
I have use Quartz Scheduler with TerraccotaJobStore.
I have two Nodes in one cluster.
When both Node connect Terraccota the Port are selected Randomly on Terraccota.
Is there any way to bind Port with ...
0
votes
0answers
217 views
Data Caching in Java
I'm trying to develop a distributed application in java.
Which tool for data caching is better ??
JBoss cache
Infinispan
Ehcache
Terracotta cache ??
