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
2 answers

BigMemory 4.0.5 Terrocatta Distributed + hibernate second level cache not able to configure

I am using Bigmemory Max 4.0.5 As terracotta distributes cache for my application as hibernate second level caching but I am getting the below exception on server startup. Caused by: com.tc.config.schema.setup.ConfigurationSetupException: The…
0
votes
2 answers

what happens when a new ehcache cachemanager is created?

In my application I use ehcache with several caches that are backed by a terracotta server. I noticed that there is a correlation between the size of the data that is saved in the server and the time it takes to create a cache manager instance in…
inbald
  • 115
  • 8
0
votes
1 answer

Resend JMS message if response is not received

I am trying to build a simple chat app using Java Servlets and JMS. I have set up two channels(msg and ack). msg to send the message and ack to receive the acknowledgement. How do I send the message again if the acknowledgement is not received…
aBhijit
  • 5,261
  • 10
  • 36
  • 56
0
votes
1 answer

Terracotta - What is saved in server-data directory?

We use terracotta 3.6 and configure the persistence-mode as "temporary-swap-only". But our "server-data" directory grow a lot with binary files, the configuration reference from terracotta said: "This element specifies the path where the server…
0
votes
2 answers

How to avoid lost data in Terracotta BigMemory Go

I'm testing BigMemory Go performances, and I notice lost of data. This is the unit test: public class BigMemoryGoPerformanceTest { public static void main(String[] args) throws IOException { BigMemoryGoPerformanceTest test = new…
angelcervera
  • 3,699
  • 1
  • 40
  • 68
0
votes
3 answers

Terracotta and shiro

I want to use terracotta + Shiro in order to implement SSO. When I try to test it, I have the error: The configuration data in the base configuration from server at 'localhost:9510' does not obey the Terracotta schema: [0]: Line 4, column 5:…
borigue
  • 121
  • 1
  • 10
0
votes
1 answer

Is there any way to configure disk store for terracotta BigMemory to remove all data store on service/cache manager start up?

Question relative to terracotta BigMemory GO configuration Q: Is there any way to configure disk store to remove all data store on service/cache manager start up ? Description: I have BigMemory configure with overflow to OffHeap, so Lucene index…
kislo_metal
  • 446
  • 10
  • 27
0
votes
1 answer

Can't connect to terracotta maven plugin with ehcache

I have a maven project with the following in the pom: org.terracotta.maven.plugins tc-maven-plugin 1.6.1
James
  • 1,237
  • 4
  • 22
  • 43
0
votes
2 answers

Asynchronous Requests not working with Tomcat 7 / Terracotta 3.6

I'm working on a Tomcat 7 web application that includes an asynchronous call using a DeferredResponse object. All was fine until we introduced Terracotta into the mix for session sharing in our cluster. I'm now getting this in our Catalina…
QueyJoh
  • 146
  • 1
  • 9
0
votes
1 answer

teracotta client server reconnection

I am running a single instance of terracotta server 3.7.5 with two java clients. I have few questions related to this configuration. 1) If Teracotta Server goes down I want to receive an exception in clients. Is it possible ? 2) If Teraacotta…
AmbGup
  • 731
  • 1
  • 9
  • 23
0
votes
1 answer

Same diskstore for the same application deployed on different clustered servers

I was installing ehcache on my application deployed on a Tomcat 6. I succesfuly saved on diskstore, re-used the saved data and catched an unclean shutdown of server. Now i moved to the second step, which was the reason why im storing on disk. it's…
Rami
  • 328
  • 1
  • 13
0
votes
1 answer

Ehcache with Terracotta - Guidelines required

Im using maven, hibernate3, struts and spring in my application and have successfully used ehcache. Caching is done locally and now i want to go distributed. I'm not able to find a good tutorial where it's explained step by step how i would be able…
user2462203
0
votes
2 answers

Terracotta console not showing my application when remote

My application uses terracotta/ehcache for hibernate 2nd level cache as well as 'custom' application caching, when running the terracotta server locally and connecting to it with the developer console I can see my application and the various caches…
Clinton Bosch
  • 2,497
  • 4
  • 32
  • 46
0
votes
1 answer

maxElementsOnDisk when using ehcache with terracotta

I am using ehcache with terracotta, and I wonder what is the meaning of the attribute maxElementsOnDisk in such cotext. Does it mean the max elemnts allowed on the terracotta layer? If not, what is the attribute controlling the number of elements…
yosi
  • 639
  • 1
  • 12
  • 21
0
votes
1 answer

Grails. ehcache throws `Cache foo already exist` during startup

Have such ehcache configuration:
Archer
  • 5,073
  • 8
  • 50
  • 96
1 2 3
14
15