[jira] Created: (GERONIMO-3443) Error in Tomcat-Version: Webfront + Admin console stopped working

2007-08-27 Thread Karsten Voges (JIRA)
Error in Tomcat-Version: Webfront + Admin console stopped working
-

 Key: GERONIMO-3443
 URL: https://issues.apache.org/jira/browse/GERONIMO-3443
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Affects Versions: 2.0.x
 Environment: Windows XP
SUN JDK 1.6.0_02

Reporter: Karsten Voges


Error in Tomcat-Version: Webfront + Admin console stopped working. Pluto errors 
and nothing works after I tried to restart dojo-Application. After a complete 
Geronimo restart even the admin web console was not working.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-3443) Error in Tomcat-Version: Webfront + Admin console stopped working

2007-08-27 Thread Karsten Voges (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karsten Voges updated GERONIMO-3443:


Attachment: 0.0.0.0_access_log.2007-08-27.txt
geronimo.log

See attached the Geronimo log for the errors and the access log where all the 
requests are captured, that lead to the error.
Hope that helps.
If you need further help, do not hesitate to contact me.

 Error in Tomcat-Version: Webfront + Admin console stopped working
 -

 Key: GERONIMO-3443
 URL: https://issues.apache.org/jira/browse/GERONIMO-3443
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.0.x
 Environment: Windows XP
 SUN JDK 1.6.0_02
Reporter: Karsten Voges
 Attachments: 0.0.0.0_access_log.2007-08-27.txt, geronimo.log


 Error in Tomcat-Version: Webfront + Admin console stopped working. Pluto 
 errors and nothing works after I tried to restart dojo-Application. After a 
 complete Geronimo restart even the admin web console was not working.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-1602) Switching from Tomcat causes error in JAAS module: Unable to instantiate login module

2007-08-27 Thread Karsten Voges (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522986
 ] 

Karsten Voges commented on GERONIMO-1602:
-

Sorry for not replying earlier. I have switched companies, so I cannot test the 
problem anymore. Sorry.

 Switching from Tomcat causes error in JAAS module: Unable to instantiate 
 login module
 ---

 Key: GERONIMO-1602
 URL: https://issues.apache.org/jira/browse/GERONIMO-1602
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security, Tomcat
Affects Versions: 1.0
 Environment: Windows XP Prof, JDK 1.5.0_06, Geronimo 1.0 (Tomcat, 
 .zip)
Reporter: Karsten Voges
 Fix For: 1.1.x

 Attachments: geronimo-JAAS-login-error.txt


 I have a problem with porting a Tomcat application to Geronimo. The error 
 stacktrace is attached.
 I deployed the war without any deployment plan and the app seams to be 
 working (JSPs work and the startup-servlet works as well)
 But the JAASLoginModule was missing, so I could not log in. - so far no 
 Problem!
 Afterwards I configured a security realm with the console and after a restart 
 my app does not complain about a missing LoginModule but throws the attached 
 error stacktrace.
 For Tomcat I do the following:
 in catalina.properties I set
 ###JAAS
 java.security.auth.login.config=${catalina.base}/conf/login.config
 and the login.config looks like this:
 MyApp {
 de.jato.security.auth.module.JatoServletLoginModule Sufficient 
 loginServlet=/login/login.jsp;
 };
 I tried to use a special geronimo-web.xml where I set the
 context-priority-classloadertrue/context-priority-classloader
 But I still get the same error:
 javax.security.auth.login.LoginException: 
 org.apache.geronimo.common.GeronimoSecurityException: Unable to instantiate 
 login module
 Caused by: java.lang.ClassNotFoundException: 
 de.jato.security.auth.module.JatoServletLoginModule
 Am I doing something wrong? The class is in the war I deployed, and 
 everything works fine in Tomcat.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-1602) Switching from Tomcat causes error in JAAS module: Unable to instantiate login module

2006-02-08 Thread Karsten Voges (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1602?page=all ]

Karsten Voges updated GERONIMO-1602:


Attachment: geronimo-JAAS-login-error.txt

 Switching from Tomcat causes error in JAAS module: Unable to instantiate 
 login module
 ---

  Key: GERONIMO-1602
  URL: http://issues.apache.org/jira/browse/GERONIMO-1602
  Project: Geronimo
 Type: Bug
   Components: security, Tomcat
 Versions: 1.0
  Environment: Windows XP Prof, JDK 1.5.0_06, Geronimo 1.0 (Tomcat, .zip)
 Reporter: Karsten Voges
  Attachments: geronimo-JAAS-login-error.txt

 I have a problem with porting a Tomcat application to Geronimo. The error 
 stacktrace is attached.
 I deployed the war without any deployment plan and the app seams to be 
 working (JSPs work and the startup-servlet works as well)
 But the JAASLoginModule was missing, so I could not log in. - so far no 
 Problem!
 Afterwards I configured a security realm with the console and after a restart 
 my app does not complain about a missing LoginModule but throws the attached 
 error stacktrace.
 For Tomcat I do the following:
 in catalina.properties I set
 ###JAAS
 java.security.auth.login.config=${catalina.base}/conf/login.config
 and the login.config looks like this:
 MyApp {
 de.jato.security.auth.module.JatoServletLoginModule Sufficient 
 loginServlet=/login/login.jsp;
 };
 I tried to use a special geronimo-web.xml where I set the
 context-priority-classloadertrue/context-priority-classloader
 But I still get the same error:
 javax.security.auth.login.LoginException: 
 org.apache.geronimo.common.GeronimoSecurityException: Unable to instantiate 
 login module
 Caused by: java.lang.ClassNotFoundException: 
 de.jato.security.auth.module.JatoServletLoginModule
 Am I doing something wrong? The class is in the war I deployed, and 
 everything works fine in Tomcat.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (GERONIMO-1602) Switching from Tomcat causes error in JAAS module: Unable to instantiate login module

2006-02-08 Thread Karsten Voges (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-1602?page=comments#action_12365559
 ] 

Karsten Voges commented on GERONIMO-1602:
-

thanks for clarifying and providing a workaround. Still, I am looking forward 
to a general solution.

 Switching from Tomcat causes error in JAAS module: Unable to instantiate 
 login module
 ---

  Key: GERONIMO-1602
  URL: http://issues.apache.org/jira/browse/GERONIMO-1602
  Project: Geronimo
 Type: Bug
   Components: security, Tomcat
 Versions: 1.0
  Environment: Windows XP Prof, JDK 1.5.0_06, Geronimo 1.0 (Tomcat, .zip)
 Reporter: Karsten Voges
  Attachments: geronimo-JAAS-login-error.txt

 I have a problem with porting a Tomcat application to Geronimo. The error 
 stacktrace is attached.
 I deployed the war without any deployment plan and the app seams to be 
 working (JSPs work and the startup-servlet works as well)
 But the JAASLoginModule was missing, so I could not log in. - so far no 
 Problem!
 Afterwards I configured a security realm with the console and after a restart 
 my app does not complain about a missing LoginModule but throws the attached 
 error stacktrace.
 For Tomcat I do the following:
 in catalina.properties I set
 ###JAAS
 java.security.auth.login.config=${catalina.base}/conf/login.config
 and the login.config looks like this:
 MyApp {
 de.jato.security.auth.module.JatoServletLoginModule Sufficient 
 loginServlet=/login/login.jsp;
 };
 I tried to use a special geronimo-web.xml where I set the
 context-priority-classloadertrue/context-priority-classloader
 But I still get the same error:
 javax.security.auth.login.LoginException: 
 org.apache.geronimo.common.GeronimoSecurityException: Unable to instantiate 
 login module
 Caused by: java.lang.ClassNotFoundException: 
 de.jato.security.auth.module.JatoServletLoginModule
 Am I doing something wrong? The class is in the war I deployed, and 
 everything works fine in Tomcat.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira