Questions tagged [terracotta]

Terracotta is an open source JVM-level clustering software for Java developed by Terracotta, Inc.

Terracotta is an open source solution for enterprise Java clustering. Terracotta supports standard HTTP session clustering in Apache Tomcat and Oracle WebLogic, as well as open source projects such as Struts, Spring, and Hibernate.

Home Page: http://terracotta.org/

Downloads: http://terracotta.org/downloads

224 questions
0
votes
1 answer

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 server , I want to get notified of that put on…
user1147070
  • 491
  • 7
  • 21
0
votes
2 answers

distributed caching on mono

I'm searching for a distributed caching solution on mono similar to java's terracotta and infinispan. I want to use it as a level 2 cache for nhibernate. Velocity and sharedcache have no mono support, and memcached isn't distributed nor have high…
sirmak
  • 3,749
  • 4
  • 30
  • 34
0
votes
1 answer

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 confused.
Analia
  • 1
  • 1
0
votes
1 answer

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 each of these apps and a L2 in the cluster. The…
user1734741
  • 111
  • 1
  • 1
  • 3
0
votes
1 answer

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. It throws the error: SEVERE:…
Mugoma J. Okomba
  • 3,185
  • 1
  • 26
  • 37
0
votes
1 answer

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 Console. We are using Hibernate 3.6.10 and ehcache…
Marc
  • 3,243
  • 3
  • 23
  • 26
0
votes
1 answer

Terracotta Web Sessions JDBC Datasource not Serializable

I've been working on integrating Terracotta web sessions into our application architechture. Everything is correctly running and talking properly, however the application servers keep throwing a huge exception. Basically it is saying the JDBC…
Michael Dillon
  • 1,037
  • 6
  • 16
0
votes
2 answers

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 org.terracotta.quartz.TerracottaJobStore
SShinde
  • 11
  • 6
0
votes
1 answer

Frequent GC (ParNew) when indexing 500,000 users in Lucene

We are indexing a lot of user information in Lucene, running 500 in batches a time. While indexing I see very frequent GCs (ParNew). Is this normal behavior or should I look into GC tuning? 2012-08-15 10:33:06,136 INFO LuceneIndex-INFO - Indexing…
pkhamre
  • 371
  • 1
  • 16
0
votes
1 answer

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 have several client caches (L1) with ehcache, and…
Rohi
  • 385
  • 6
  • 22
0
votes
1 answer

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 handful of primitive data types. The whole RAM data…
0
votes
1 answer

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 : http://artur.ejsmont.org/blog/content/how-to-setup-terracotta-session-clustering-and-replication-for-apache-tomcat-6 This is my…
troya_adromeda
  • 647
  • 4
  • 15
  • 33
0
votes
2 answers

how to know on which node job will executes in Quartz-Scheduler with TerracottaJobStore?

I have bind terracotteJobStore with Quartz-Scheduler how can terracotteJobStore determine which job should next for which node for execution? which algorithm uses for node selection in terracotteJobStore any idea ??
Ankur Loriya
  • 3,276
  • 8
  • 31
  • 58
-1
votes
1 answer

Where to download Terracotta

I am completely new to Terracotta and trying to understand it by following an example given in this post - Integrating Terracotta EHCache for Hibernate with Spring PetClinic I was able to download and make the Sprin's petclinic application up and…
Chaitanya
  • 15,403
  • 35
  • 96
  • 137
1 2 3
14
15