Thanks! I made the change (plus putting the correct paths on the log, stats, and data sections) and it did compile.<br><br>Dave<br><br><div class="gmail_quote">On Wed, Jun 27, 2012 at 2:42 PM, Kevin P. Foote <span dir="ltr">&lt;<a href="mailto:kpfoote@iup.edu" target="_blank">kpfoote@iup.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
tc-config has to be a file that terracotta can understand..<br>
Base your file off the one in the 2.3.5 release<br>
<br>
IE it needs to start...<br>
<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;tc:tc-config xmlns:tc=&quot;<a href="http://www.terracotta.org/config" target="_blank">http://www.terracotta.org/config</a>&quot;<br>
xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
    xsi:schemaLocation=&quot;<a href="http://www.terracotta.org/config" target="_blank">http://www.terracotta.org/config</a><br>
<a href="http://www.terracotta.org/schema/terracotta-4.xsd" target="_blank">http://www.terracotta.org/schema/terracotta-4.xsd</a>&quot;&gt;<br>
    &lt;tc-properties&gt;<br>
....<br>
<br>
<br>
I hope you were not just omitting that part from your email .. :)<br>
<br>
------<br>
thanks<br>
  kevin.foote<br>
<br>
On Wed, 27 Jun 2012, David Massie wrote:<br>
<br>
-&gt; I am trying to get terracotta working and I am getting an error when I run:<br>
-&gt; make-boot-jar.sh<br>
-&gt;<br>
-&gt; I am hoping someone can help me.<br>
-&gt;<br>
-&gt; Here are the details.<br>
-&gt;<br>
-&gt; I am using shibboleth idp v 2.3.5<br>
-&gt; tomcat v 6.0.33<br>
-&gt; jre v Java(TM) SE Runtime Environment (build 1.6.0_29-b11)<br>
-&gt; Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)<br>
-&gt;<br>
-&gt; and Terracotta v 3.6.2<br>
-&gt;<br>
-&gt; I am using the instruction from the shibb wiki at:<br>
-&gt; <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster" target="_blank">https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster</a><br>
-&gt;<br>
-&gt; I run the command: ./make-boot-jar.sh -f<br>
-&gt; /var/services/shibboleth/shibboleth-idp/conf/tc-config.xml<br>
-&gt;<br>
-&gt; And I get the following error (truncated):<br>
-&gt;<br>
-&gt; The configuration data in the base configuration from file at<br>
-&gt; &#39;/var/services/shibboleth/shibboleth-idp/conf/tc-config.xml&#39; does not obey<br>
-&gt; the Terracotta schema:<br>
-&gt;   [0]: Line 1, column 1: Expected element &#39;tc-config@<br>
-&gt; <a href="http://www.terracotta.org/config" target="_blank">http://www.terracotta.org/config</a>&#39; instead of &#39;server&#39; here<br>
-&gt;   [1]: Line 10, column 5: Expected element &#39;tc-config@<br>
-&gt; <a href="http://www.terracotta.org/config" target="_blank">http://www.terracotta.org/config</a>&#39; before the end of the content<br>
-&gt;<br>
-&gt;<br>
-&gt; Here is the config file I am using (tc-config.xml):<br>
-&gt;<br>
-&gt; &lt;server host=&quot;<a href="http://shibb-dev-1.uis.georgetown.edu" target="_blank">shibb-dev-1.uis.georgetown.edu</a>&quot; name=&quot;idpNode1&quot;<br>
-&gt; bind=&quot;141.161.245.198&quot;&gt;<br>
-&gt;     &lt;dso&gt;<br>
-&gt;         &lt;persistence&gt;<br>
-&gt;             &lt;mode&gt;permanent-store&lt;/mode&gt;<br>
-&gt;         &lt;/persistence&gt;<br>
-&gt;     &lt;/dso&gt;<br>
-&gt;<br>
-&gt;     &lt;logs&gt;$IDP_HOME$/cluster/server/logs&lt;/logs&gt;<br>
-&gt;     &lt;data&gt;$IDP_HOME$/cluster/server/data&lt;/data&gt;<br>
-&gt;     &lt;statistics&gt;$IDP_HOME$/cluster/server/stats&lt;/statistics&gt;<br>
-&gt; &lt;/server&gt;<br>
-&gt;<br>
<div class="im">-&gt; any advise is greatly appreciated.<br>
</div>-&gt;<br>
-&gt; Thanks,<br>
-&gt;<br>
-&gt; Dave Massie<br>
-&gt;<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div><br>