Problem getting terracotta working

David Massie dhm24 at hoyamail.georgetown.edu
Wed Jun 27 19:26:05 BST 2012


I am trying to get terracotta working and I am getting an error when I run:
make-boot-jar.sh

I am hoping someone can help me.

Here are the details.

I am using shibboleth idp v 2.3.5
tomcat v 6.0.33
jre v Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)

and Terracotta v 3.6.2

I am using the instruction from the shibb wiki at:
https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster

I run the command: ./make-boot-jar.sh -f
/var/services/shibboleth/shibboleth-idp/conf/tc-config.xml

And I get the following error (truncated):

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:
  [0]: Line 1, column 1: Expected element 'tc-config@
http://www.terracotta.org/config' instead of 'server' here
  [1]: Line 10, column 5: Expected element 'tc-config@
http://www.terracotta.org/config' before the end of the content


Here is the config file I am using (tc-config.xml):

<server host="shibb-dev-1.uis.georgetown.edu" name="idpNode1"
bind="141.161.245.198">
    <dso>
        <persistence>
            <mode>permanent-store</mode>
        </persistence>
    </dso>

    <logs>$IDP_HOME$/cluster/server/logs</logs>
    <data>$IDP_HOME$/cluster/server/data</data>
    <statistics>$IDP_HOME$/cluster/server/stats</statistics>
</server>

any advise is greatly appreciated.

Thanks,

Dave Massie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120627/8c203fdd/attachment.html 


More information about the users mailing list