Hi all, <br><br> I tried configuring IDP cluster with Terracotta 3.6 and followed the steps as mentioned in the Wiki<br><br><a href="https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster">https://wiki.shibboleth.net/confluence/display/SHIB2/IdPCluster</a><br>
<br>I did some variations based on a previous discussion in the blog <br><br><a href="http://shibboleth.1660669.n2.nabble.com/Clustering-with-Terracotta-3-4-1-td6077871.html">http://shibboleth.1660669.n2.nabble.com/Clustering-with-Terracotta-3-4-1-td6077871.html</a><br>
<br><ul><li>i installed <tt>tim-vector 2.7.1 and tim-tomcat 6.0 2.3.0 which are latest versions available.</tt></li><li><tt>make-boot-jar.sh had been moved to <TC_HOME>/platform/bin/. I used that version.</tt></li></ul>
The boot jar got created successfully and when i tried to start the tomcat server with the sample script provided in the setup page , the startup is failing with the below entry in catalina.out<br><br>Error occurred during initialization of VM<br>
java.lang.NoSuchMethodError: java.util.LinkedHashMap$Entry.<init>(ILjava/lang/Object;Ljava/lang/Object;Ljava/util/HashMap$Entry;)V<br> at java.util.LinkedHashMap.init(Unknown Source)<br> at java.util.HashMap.<init>(Unknown Source)<br>
at java.util.LinkedHashMap.<init>(Unknown Source)<br> at java.io.ExpiringCache$1.<init>(ExpiringCache.java:47)<br> at java.io.ExpiringCache.<init>(ExpiringCache.java:47)<br> at java.io.ExpiringCache.<init>(ExpiringCache.java:42)<br>
at java.io.UnixFileSystem.<init>(UnixFileSystem.java:127)<br> at java.io.FileSystem.getFileSystem(Native Method)<br> at java.io.File.<clinit>(File.java:127)<br> at java.lang.Runtime.loadLibrary0(Runtime.java:819)<br>
at java.lang.System.loadLibrary(System.java:1028)<br> at java.lang.System.initializeSystemClass(System.java:1086)<br><br><br>Please find attached the tc-config.xml i used for the setup.<br><br>I am using java 1.6.0.25.<br>
<br>Any idea why this error is occurring. i am not sure if its because of the Java version i am using.<br><br><br><br><br><br><br>