Problem getting terracotta working
David Massie
dhm24 at hoyamail.georgetown.edu
Wed Jun 27 19:46:33 BST 2012
Thanks! I made the change (plus putting the correct paths on the log,
stats, and data sections) and it did compile.
Dave
On Wed, Jun 27, 2012 at 2:42 PM, Kevin P. Foote <kpfoote at iup.edu> wrote:
>
> tc-config has to be a file that terracotta can understand..
> Base your file off the one in the 2.3.5 release
>
> IE it needs to start...
>
> <?xml version="1.0" encoding="UTF-8"?>
> <tc:tc-config xmlns:tc="http://www.terracotta.org/config"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.terracotta.org/config
> http://www.terracotta.org/schema/terracotta-4.xsd">
> <tc-properties>
> ....
>
>
> I hope you were not just omitting that part from your email .. :)
>
> ------
> thanks
> kevin.foote
>
> On Wed, 27 Jun 2012, David Massie wrote:
>
> -> 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
> ->
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120627/e1f49675/attachment.html
More information about the users
mailing list