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"><<a href="mailto:kpfoote@iup.edu" target="_blank">kpfoote@iup.edu</a>></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>
<?xml version="1.0" encoding="UTF-8"?><br>
<tc:tc-config xmlns:tc="<a href="http://www.terracotta.org/config" target="_blank">http://www.terracotta.org/config</a>"<br>
xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br>
xsi:schemaLocation="<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>"><br>
<tc-properties><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>
-> I am trying to get terracotta working and I am getting an error when I run:<br>
-> 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:<br>
-> <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster" target="_blank">https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster</a><br>
-><br>
-> I run the command: ./make-boot-jar.sh -f<br>
-> /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<br>
-> '/var/services/shibboleth/shibboleth-idp/conf/tc-config.xml' does not obey<br>
-> the Terracotta schema:<br>
-> [0]: Line 1, column 1: Expected element 'tc-config@<br>
-> <a href="http://www.terracotta.org/config" target="_blank">http://www.terracotta.org/config</a>' instead of 'server' here<br>
-> [1]: Line 10, column 5: Expected element 'tc-config@<br>
-> <a href="http://www.terracotta.org/config" target="_blank">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" target="_blank">shibb-dev-1.uis.georgetown.edu</a>" name="idpNode1"<br>
-> 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>
<div class="im">-> any advise is greatly appreciated.<br>
</div>-><br>
-> Thanks,<br>
-><br>
-> Dave Massie<br>
-><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>