[jboss-user] [Security & JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-16 Thread jogregoire
I will try to put off the FlushSessionListener in the web.xml. I would like to change the code of this class but I don't know the name of jar(I've seen a solution based on a servlet filter). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095498#4095498 Reply

[jboss-user] [Security & JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-15 Thread jogregoire
runtime org.jboss.* View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095251#4095251 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095251 ___ jboss-user mailing list jboss-user@

[jboss-user] [Security & JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-12 Thread jogregoire
the web app isn't accesible, changes made in the file aren't useful. I'm fed up, i'll grant allpermission. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094417#4094417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Security & JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-11 Thread jogregoire
I think that i've solve the problem. I've added the following lines at the end of the file : permission java.lang.RuntimePermission "org.jboss.security.SecurityAssociation.setPrincipalInfo"; permission java.lang.RuntimePermission "org.jboss.security.SecurityAssociation.getPrincipalInfo";

[jboss-user] [Security & JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-10 Thread jogregoire
Jsp are accessible but servlet not View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093602#4093602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093602 ___ jboss-user mailing l

[jboss-user] [Security & JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-10 Thread jogregoire
The server still working but my website isn't accessible. This error is coming from the java policy configuration because when this file is not used, the error don't happen. So I would like to see a java.policy for Hibernate and Struts applications. View the original post : http://www.jboss.c

[jboss-user] [Security & JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-10 Thread [EMAIL PROTECTED]
That error is not the cause of your crash. Most probably it is the heap settings or such. The server may be crashing with out of memory errors or something. * Get the latest version of JBoss. * Follow: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming * Look for tuning the JVM etc a

[jboss-user] [Security & JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-10 Thread jogregoire
I've got this error in the log file 2007-10-08 10:36:27,753 DEBUG [org.jboss.web.tomcat.security.SecurityFlushSessionListener] Obtaining SecurityManagerService failed:: java.lang.ClassCastException: org.jboss.security.plugins.JaasSecurityManager at org.jboss.web.tomcat.security.Security