Note that there are some explanatory texts on larger screens.

plurals
  1. POTerracotta console not showing my application when remote
    primarykey
    data
    text
    <p>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 and stats. When I deploy the same setup to a different server, it seems to be working but when I connect the developer console to the remote server, I am able to see a server in the server array under the Topology node, but I do not have a 'My Application' node as I do when running it locally. Is this correct, are you not able to see this when connecting remotely or have a messed up the configuration?</p> <pre><code>&lt;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-6.xsd"&gt; &lt;system&gt; &lt;configuration-model&gt;production&lt;/configuration-model&gt; &lt;/system&gt; &lt;servers&gt; &lt;server host="xxx.xxx.xxx.xxx" name="MyWorkLife Test"&gt; &lt;data&gt;/home/mwltest/Terracotta/server-data&lt;/data&gt; &lt;logs&gt;/home/mwltest/Terracotta/server-logs&lt;/logs&gt; &lt;index&gt;/home/mwltest/Terracotta/server-index&lt;/index&gt; &lt;statistics&gt;/home/mwltest/Terracotta/server-statistics&lt;/statistics&gt; &lt;dso-port bind="127.0.0.1"&gt;9510&lt;/dso-port&gt; &lt;jmx-port bind="xxx.xxx.xxx.xxx"&gt;9520&lt;/jmx-port&gt; &lt;!-- &lt;authentication/&gt; --&gt; &lt;dso&gt; &lt;client-reconnect-window&gt;120&lt;/client-reconnect-window&gt; &lt;persistence&gt; &lt;mode&gt;permanent-store&lt;/mode&gt; &lt;/persistence&gt; &lt;garbage-collection&gt; &lt;enabled&gt;true&lt;/enabled&gt; &lt;verbose&gt;false&lt;/verbose&gt; &lt;interval&gt;3600&lt;/interval&gt; &lt;/garbage-collection&gt; &lt;/dso&gt; &lt;/server&gt; &lt;update-check&gt; &lt;enabled&gt;false&lt;/enabled&gt; &lt;/update-check&gt; &lt;/servers&gt; &lt;clients&gt; &lt;logs&gt;logs-%i&lt;/logs&gt; &lt;/clients&gt; &lt;/tc:tc-config&gt; </code></pre> <p><img src="https://i.stack.imgur.com/KBoel.png" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/tDcvO.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload