[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
client error on tomcat  XML
Forum Index -> Terracotta Platform
Author Message
dhm24

neo

Joined: 07/26/2012 08:10:57
Messages: 6
Offline


I an setting up a cluster using terracotta, and tomcat 6 to run the shibboleth application.

The servers start correctly. The clients start correctly. (I could see them on dev-console).

When I try to use the shibboleth application I get the following error in the shibb logs:

IllegalStateException: This classloader instance has not been registered (loader class:org.apache.catalina.loader.WebappClassLoader).

The correct Terracotta Integration Module (TIM) may be missing from this
installation of Terracotta, or an unsupported platform is being used.
See the current list of supported platforms at
http://www.terracotta.org/web/display/docs/Platform+Support.

.... and so on .....

it advises me to add module statements to tc-config.xml. but it dosent's say where.

I am using:

tomcat: apache-tomcat-6.0.33
and
jave: jre1.6.0_25

I have the following tim's installed:

(+) tim-session-ui 2.3.2
(+) tim-tomcat-5.5 2.3.2
(+) tim-tomcat-6.0 2.3.2
(+) tim-vector 2.7.1
(+) terracotta-toolkit-1.5-runtime 4.2.0 [org.terracotta]
(+) terracotta-toolkit-1.5 4.2.0 [org.terracotta.toolkit]

Can someone tell me if this is correct? Do I list them all in the modules section of tc-config.xml?

Where in the body of tc-config.xml does the modules section go?

Any help is much appreciated.

Thanks,

Dave

I have the following modules installed
rajoshi

seraphim

Joined: 07/04/2011 04:36:10
Messages: 1478
Offline

Which terracotta version you are using .

In tc-config.xml , we need to specify following in the <modules/> section like:

<module group-id="org.terracotta.modules" name="tim-tomcat-6.0 2.3.2"/>

Also if you are using tomcat 6 i don't think u need tim-tomcat-5.5 2.3.2 here.

Rakesh Joshi
Terracotta.
hhuynh

ophanim

Joined: 06/16/2006 11:54:06
Messages: 737
Offline

I think you're mixing Express and DSO mode here. You don't need any TIM if you're using toolkit runtime. Express mode is the way to go.

Please follow this doc (note that it has no mention of TIM in it)
http://terracotta.org/documentation/web-sessions/get-started
 
Forum Index -> Terracotta Platform
Go to:   
Powered by JForum 2.1.7 © JForum Team