[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Messages posted by: hari  XML
Profile for hari -> Messages posted by hari [4]
Author Message
I came across this thread and wanted to add to it.

I am also seeing the exact issue with the tc server memory growing continuously and finally going non-responsive.

I see these statements
2015-03-11 10:01:58,096 [WorkerThread(respond_to_request_stage, 5, 0)] WARN com.tc.net.core.TCConnection - Warning: Attempting to send a message (com.tc.net.protocol.delivery.OOOProtocolMessageImpl) of size 18689321 bytes
a lot on the tc log.

My use case : I use a distributed queue to push "jobs" which are are executed by the worker nodes. the jobs have data in xml (size is not relevant) that is executed by the worker nodes by executing a jni call.

my process xmx is 12 G and the process easily eats that up and goes upto 15G (machine is 16G).

i have attached my tc-config.xml
When I try to download using the direct link I see

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>B0611944F894B358</RequestId>
<HostId>
MH+tdRww4mymFVBD6hpUIj2PfijzrrTcrMQV+bfdAGIWCozlPvSTYlgvh4VvUR3D
</HostId>
</Error>
Thanks man, it works :)
Hi, I also have the same problem. i am using jboss 4.2.1.

The configuration data in the file at '/tmp/haris/terracotta-2.6.2/tc-config.xml' does not obey the Terracotta schema:
[0]: Line 14, column 8: Element not allowed: server in element servers


my tc-config.xml -

<tc:tc-config xmlns:tc="http://www.terracotta.org/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.terracotta.org/schema/terracotta-4.xsd">

<servers>

<!-- The <update-check> element helps ensure that you're using the latest version of Terracotta DSO.
Out-of-date versions trigger a message to log and standard output. -->

<update-check>
<enabled>true</enabled>
</update-check>

<server host="10.1.30.65">
<dso-port>9510</dso-port>
</server>
</servers>

<application>
<dso>
<web-applications>
<web-application>ROOT</web-application>
</web-applications>
</dso>
</application>
</tc:tc-config>
 
Profile for hari -> Messages posted by hari [4]
Go to:   
Powered by JForum 2.1.7 © JForum Team