[JBoss-user] [Clustering/JBoss] - Re: TreeCacheSSOClusterManager, NullPointer in addSession, 4

2005-12-09 Thread AndiWausS
thank you very much, that was fast and helpful!

you might want to consider to comment in the jboss-service.xml that the 
dependsjboss.cache:service=TomcatClusteringCache/depends
is needed for SSO since 4.0.3.
Just proposing to maintain the excellent quality of comments in all the other 
config-elements! :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3911672#3911672

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911672


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: TreeCacheSSOClusterManager, NullPointer in addSession, 4

2005-12-09 Thread [EMAIL PROTECTED]
Thanks for the good suggestion and for letting me know that that was the root 
cause of your issue.  I'll look into modifying TreeCacheSSOClusterManager as 
well so it throws a more meaningful exception rather than the NPE.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3911764#3911764

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911764


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: TreeCacheSSOClusterManager, NullPointer in addSession, 4

2005-12-08 Thread [EMAIL PROTECTED]
The NPE is because their is no TransactionManager available.  Not sure how the 
valve started without this (the 
jbossweb-tomcat55.sar/META-INF/jboss-service.xml should have a 
dependsjboss.cache:service=TomcatClusteringCache/depends  element; with 
that the valve shouldn't start without the TransactionManager).

In any case, in 4.0.3 TreeCacheSSOClusterManager gets its TransactionManager 
reference from the underlying TreeCache. Be sure that in your 
tc5-cluster-service.xml you have the following (which is there by default):

attribute 
name=TransactionManagerLookupClassorg.jboss.cache.JBossTransactionManagerLookup/attribute

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3911548#3911548

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911548


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user