<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 '/var/services/shibboleth/shibboleth-idp/conf/tc-config.xml' does not obey the Terracotta schema:<br>
[0]: Line 1, column 1: Expected element 'tc-config@<a href="http://www.terracotta.org/config">http://www.terracotta.org/config</a>' instead of 'server' here<br> [1]: Line 10, column 5: Expected element 'tc-config@<a href="http://www.terracotta.org/config">http://www.terracotta.org/config</a>' before the end of the content<br>
<br><br>Here is the config file I am using (tc-config.xml):<br><br><server host="<a href="http://shibb-dev-1.uis.georgetown.edu">shibb-dev-1.uis.georgetown.edu</a>" name="idpNode1" bind="141.161.245.198"><br>
<dso><br> <persistence><br> <mode>permanent-store</mode><br> </persistence><br> </dso><br><br> <logs>$IDP_HOME$/cluster/server/logs</logs><br>
<data>$IDP_HOME$/cluster/server/data</data><br> <statistics>$IDP_HOME$/cluster/server/stats</statistics><br></server><br><br>any advise is greatly appreciated.<br><br>Thanks,<br><br>Dave Massie<br>
<br>