<br>I am trying to get terracotta working and I am getting an error when I run: make-boot-jar.sh<br><br>I am hoping someone can help me.<br><br>Here are the details.<br><br>I am using shibboleth idp v 2.3.5<br>tomcat v 6.0.33<br>
jre v Java(TM) SE Runtime Environment (build 1.6.0_29-b11)<br>Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)<br><br>and Terracotta v 3.6.2<br><br>I am using the instruction from the shibb wiki at: <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster">https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster</a><br>
<br>I run the command: ./make-boot-jar.sh -f /var/services/shibboleth/shibboleth-idp/conf/tc-config.xml<br><br>And I get the following error (truncated): <br><br>The configuration data in the base configuration from file at &#39;/var/services/shibboleth/shibboleth-idp/conf/tc-config.xml&#39; does not obey the Terracotta schema:<br>
  [0]: Line 1, column 1: Expected element &#39;tc-config@<a href="http://www.terracotta.org/config">http://www.terracotta.org/config</a>&#39; instead of &#39;server&#39; here<br>  [1]: Line 10, column 5: Expected element &#39;tc-config@<a href="http://www.terracotta.org/config">http://www.terracotta.org/config</a>&#39; before the end of the content<br>
<br><br>Here is the config file I am using (tc-config.xml):<br><br>&lt;server host=&quot;<a href="http://shibb-dev-1.uis.georgetown.edu">shibb-dev-1.uis.georgetown.edu</a>&quot; name=&quot;idpNode1&quot;  bind=&quot;141.161.245.198&quot;&gt;<br>
    &lt;dso&gt;<br>        &lt;persistence&gt;<br>            &lt;mode&gt;permanent-store&lt;/mode&gt;<br>        &lt;/persistence&gt;<br>    &lt;/dso&gt;<br><br>    &lt;logs&gt;$IDP_HOME$/cluster/server/logs&lt;/logs&gt;<br>
    &lt;data&gt;$IDP_HOME$/cluster/server/data&lt;/data&gt;<br>    &lt;statistics&gt;$IDP_HOME$/cluster/server/stats&lt;/statistics&gt;<br>&lt;/server&gt;<br><br>any advise is greatly appreciated.<br><br>Thanks,<br><br>Dave Massie<br>
<br>