logo       

Re: latest jbossweb-jetty: msg#00016

java.jetty.general

Subject: Re: latest jbossweb-jetty

I'll need to find out how to force JBoss to log stack trace. Meanwhile This is <category name="org.jboss.jetty">
<priority value="TRACE" class="org.jboss.jetty.security.JBossUserRealm" />
</category>
output:

2004-09-05 08:29:47,419 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
JBossUserPrincipal: ondruska
2004-09-05 08:29:47,422 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
created JBossUserRealm::JBossUserPrincipal: ondruska
2004-09-05 08:29:47,422 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
authenticating: Name:ondruska Password:****
2004-09-05 08:29:47,698 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
authenticated: ondruska
2004-09-05 08:29:47,699 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
setting JAAS subjectAttributeName(j_subject) : Subject:
Principal: ondruska
Principal: Roles(members:fajx)

2004-09-05 08:29:47,716 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
authenticating: Name:ondruska Password:****
2004-09-05 08:29:47,716 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
authenticated: ondruska
2004-09-05 08:29:47,726 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
JBossUserPrincipal: ondruska is NOT in Role: role1
2004-09-05 08:29:47,726 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
JBossUserPrincipal: ondruska is NOT in Role: role2
2004-09-05 08:29:47,726 DEBUG [org.jboss.jetty.security.JBossUserRealm#null]
JBossUserPrincipal: ondruska is in Role: fajx
2004-09-05 08:29:53,471 INFO [org.jboss.jetty.security.JBossUserRealm#null]
logout for ondruska
2004-09-05 08:29:53,474 ERROR [org.jboss.jetty.security.JBossUserRealm#null]
RuntimeMBeanException: java.lang.NullPointerException
Cause: java.lang.NullPointerException


The logout servlet is just a Struts action:

// Invalidate the current session and create a new one
HttpSession session = request.getSession();
session.invalidate();
session = request.getSession(true);
// Forward control back home
return (mapping.findForward("home"));


Jan Bartel wrote:

Peter,

can you send a full stack trace of this?

thanks
Jan


Peter Ondruska wrote:

I just upgraded to latest jboss-jetty (3.2.5 - 4.2.22) and after logout (either timout or forced) I get this error:

[13:51:43,844,JBossUserRealm#null] RuntimeMBeanException:
java.lang.NullPointerException
Cause: java.lang.NullPointerException

Nothing else happens. Can this be ignored?


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
jetty-discuss mailing list
jetty-discuss@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/jetty-discuss




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
jetty-discuss mailing list
jetty-discuss@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/jetty-discuss




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise