Tagged Questions
0
votes
1answer
82 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
0answers
17 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
80 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 ...
1
vote
2answers
65 views
How to use extra RAM of my box on existing java app ( not exposing it to GC ) or to a third party tool I use?
These days we have lots of cheap RAM available but we cant use it as it causes huge garbage collection and halting the application which is not desirable.
When I was reading Terracotta; I felt that ...
2
votes
5answers
216 views
How can I allocate 8 GB ( not 1 GB ) RAM to my JDK on windows
JDK on Windows takes max around 2 GB RAM. Even if we allocate more RAM to our JDK; it doesnt take it. If I need to run a process which need 8 GB RAM on Windows; how can I achieve it ?
Do we have any ...
1
vote
1answer
72 views
Clustered Terracotta Cache Not Updated Across Modules
The problem has a lot of components, and I'll try not to miss any:
EhCache is used with Terracotta for clustering
EhCache is used both for spring caching and for hibernate 2nd level cache
in order ...
1
vote
2answers
186 views
Can Terracotta's BigMemory Go be used without EHCache?
For an upcoming project I will keep a large amount of data (up to 10GB) in RAM, but not as a cache. Is is possible to use BigMemory (in particular Go, i.e. the free edition) without EH Cache, simply ...
0
votes
0answers
230 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 ...
1
vote
2answers
361 views
Does Big Memory compliments EhCache & Terracotta server?
I am using EHCache as second level cache for my application's Hibernate DAO layer. To implement distributed cache I am planning to include Terracotta Server.
Recently I came to know about ...
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 ...
0
votes
1answer
87 views
UpdateTimestampsCache not appearing in Terracotta Dev Console
I have configured ehcache for hibernate 2nd level cache to use a Terracotta server. Everything is working fine, except the UpdateTimestampsCache for the query cache is just not showing up in the Dev ...
0
votes
2answers
131 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 ...
1
vote
0answers
155 views
What are the limitations of Opensource ehcache? [closed]
I am looking for terracotta ehcache,
I want to know the limitations of opensource distributed ehcache.
Does opensource distributed ehcache version has any limitations on number of Terracotta servers ...
3
votes
4answers
270 views
Open-source Distribued Cache for Java
What is the best open source distributed cache that can be used in Java?
I thought it was EHCache, but apparently it can be scaled on multiple nodes only when using Terracotta Server Array, which is ...
1
vote
0answers
241 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 ...
2
votes
1answer
303 views
ehcache program not running
I am new to EHcache. I recently installed EHcache-2.6.0 on my Ubuntu 12.04 system. I have been trying to run a simple cache put,get program in java, but it is giving me following error:
We couldn't ...
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 ...
1
vote
2answers
424 views
Modifying Ehcache configuration at runtime
I am using ehcache in Spring framework. I am using ehcache.xml to initialize ehcache. However I want to add certain properties such as terracottaconfig at runtime. For this purpose I overridden the ...
4
votes
1answer
1k views
JGroups, Terracotta & Hazelcast
Trying to wrap my head around these 3 projects and they all seem to handle slightly different problems that arise when trying to cluster. But all the documentation for them is sort of written for ...
1
vote
1answer
522 views
externalizing terracottaconfig property in ehcache.xml file inside Spring framework
There is this tag <terracottaConfig url="host1:9510,host2:9510,host3:9510"/> in ehcache.xml file inside spring web application. I want to externalize url attribute of this tag. Value of URL ...
0
votes
0answers
236 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 ...
2
votes
1answer
60 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 ...
0
votes
0answers
46 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 ...
1
vote
1answer
491 views
Hazelcast scheduled jobs (Quartz support?)
I know it's unfair with the terracotta guys, but has anyone tried to use Hazelcast in order to use scheduled jobs in a clustered environment?
The simplest implementation I can image is the following ...
1
vote
2answers
616 views
App Server Clustering vs Terracotta
I've heard the term "clustering" used for application servers like GlassFish, as well as with Terracotta; and I'm trying to understand what the word clustering implies when used in conjunction with ...
2
votes
2answers
528 views
Distributed caching for Mybatis
Anyone had production experience with distributed caching for Mybatis? I saw some suggestions for ehcache/Terracotta, but previous experience with Terracotta would make me want to stay away from it ...
0
votes
1answer
230 views
Terracotta Ehcache: server disconnects during debug
I found out, that when I connect by debugger to the application, and starting to debug,
the connection to terracotta server is lost (?) and in the terracotta server logs next messages are appeared:
...
3
votes
3answers
1k views
Do we need terracotta on top of ehcache for clustering?
I am doing to a proof of concept using ehcache as the cache provider.
Read somewhere saying we need terracotta server running, ALONG WITH ehcache to provide clustering.
Does ehcache alone provide ...
1
vote
1answer
130 views
For persistent data in Terracotta, how to evolve classes?
We are considering Terracotta for our next project. I am intrigued by its potential to provide data persistence without the need for a separate DBMS. (See also On using Terracotta as a persistence ...
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 ...
3
votes
4answers
497 views
Can several threads hold a lock on the same monitor in Java?
Currently we are analyzing a tomcat thread dump. A single thread dump of all threads running at that same
time on a tomcat contains the following lines:
...
"soldOutJmsConsumerContainer-1" prio=10 ...
2
votes
2answers
280 views
Java & the Different Types/Methods of Clustering
I'm relatively new to Java EE and have already began to hear about the many different types of systems that can be clustered:
Virtual Machines (i.e. "that appliance is a cluster of VMs...")
...
4
votes
2answers
147 views
What does “it deltas memory” mean in the context of Terracotta?
I am reading the book Spring Recipes. I am not able to comprehend certain things said about terracota.
The following is a paragraph from the book
Terracotta is different than most clustered ...
0
votes
1answer
299 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
453 views
Logging Ehcache get requests
I am trying to write a class that would trace all Ehcache GET requests. For the performance obsessed - this would only be switched on for debugging purposes.
I can see following three options ...
3
votes
2answers
763 views
Java Frameworks in the Cloud
So I'm trying to finally grasp how cloud-based, enterprise applications work, and what their architectures typically look like. Say I use a cloud provider like Amazon. I assume (please correct me if ...
15
votes
1answer
685 views
Write-Behind Cache for JPA
It would appear from searching around here and the web at large that it is not possible to implement EHCache as a write-behind cache for Hibernate, as that would require substantial changes to the ...
1
vote
1answer
418 views
Clustering Glassfish Web Sessions with Terracotta
Can Terracotta 3.5.x be configured to cluster web sessions in Glassfish 3.1?
I would like to secure a clustered Jersey application using a JDBC Realm. Multicasting for native Clustering is not ...
1
vote
1answer
572 views
Error building jetty with maven?
I'm trying to build jetty 6.1.26 from source using maven, i'm running the command "mvn" to build it however at the end of the build process i'm getting a terracotta build error.
The output is at: ...
5
votes
3answers
776 views
Is Java Native Memory Faster than the heap?
I'm exploring options to help my memory-intensive application, and in doing so I came across Terracotta's BigMemory. From what I gather, they take advantage of non-garbage-collected, off-heap "native ...
1
vote
1answer
189 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 ...
0
votes
2answers
57 views
Minimizing Customer Interruption During Deployment
How do you deploy new code into production so that the customer experience is not interrupted?
Let's assume an e-commerce website that's in a load balanced environment, where no session state is ...
0
votes
2answers
406 views
Does it make sense to combine Terracotta with Java EE Application Server Cluster?
Terracotta is used for scaling JVM applications. Here is the short description of Wikipedia:
Terracotta is an open source
JVM-level clustering software for
Java. It delivers clustering as a
...
0
votes
1answer
240 views
Does Tanuki wrapper software work with a bootclasspath jar that does instrumentation?
We are using AS3 and Java and the SmartFox Server and have used the Tanuki wrapper on linux successfully for several months. However now we are trying to add Terracotta to our project. Terracotta ...
1
vote
1answer
129 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 ...
2
votes
1answer
785 views
How does EHCache using Terracotta handle eviction from the distributed heap?
We've recently started using EHCache with Terracotta to run a distributed data cache for application data. Let's say that any client node has about 2gb for their heaps, whereas server nodes have 8gb. ...
5
votes
2answers
1k views
What does a Terracotta server do when it is used as a backend for EHCache with Hibernate?
My DAL is implemented with Hibernate and I want to use EHCache as its second level cache with its distributed capabilities (for scalability and HA).
Seeing as EHCache provides distributed caching ...
0
votes
1answer
63 views
Can Terracotta let peers negotiate who is master?
I have a need for multiple peer processes (for redundancy), where only one should ever be actively processing. I know that Terracotta can help with master -> slave relationships, but can it help in ...
4
votes
1answer
2k views
JPA2.0 support of custom user-types and second level cache
I'm trying to decide whether to switch from having Hibernate sprinkled all over to using JPA2.0 and thus be provider portable.
1.Does JPA2.0 support custom user-types?
2.I'm on the verge of ...
2
votes
1answer
241 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 ...

