You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by de...@geronimo.apache.org on 2004/06/29 04:53:54 UTC

[jira] Closed: (GERONIMO-243) NoClassDefFoundError using demo application

Message:

   The following issue has been closed.

   Resolver: Alan Cabrera
       Date: Mon, 28 Jun 2004 7:53 PM

There should be no challenge for this directory
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-243

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-243
    Summary: NoClassDefFoundError using demo application
       Type: Bug

     Status: Closed
   Priority: Trivial
 Resolution: FIXED

    Project: Apache Geronimo
 Components: 
             web
             security

   Assignee: Alan Cabrera
   Reporter: Philip Mark Donaghy

    Created: Thu, 10 Jun 2004 11:00 AM
    Updated: Mon, 28 Jun 2004 7:53 PM
Environment: Java 1.4.2_01-b06 Sun Microsystems Inc.
Linux 2.4.20-8 i386

Description:
Using 2004/06/04 Start Geronimo using the command.

java -jar bin/server.jar org/apache/geronimo/Demo

Access the address http://localhost:8080/demo/auth/logon.html

Login using user george password bone

19:46:31,389 WARN  [ServletHandler] Error for /demo/auth/j_security_check
java.lang.NoClassDefFoundError: org/mortbay/jaas/callback/DefaultCallbackHandler
        at org.apache.geronimo.jetty.JAASJettyRealm.authenticate(JAASJettyRealm.java:81)
        at org.apache.geronimo.jetty.JettyServer$RealmDelegate.authenticate(JettyServer.java:78)
        at org.mortbay.jetty.servlet.FormAuthenticator$FormCredential.authenticate(FormAuthenticator.java:287)
        at org.mortbay.jetty.servlet.FormAuthenticator.authenticate(FormAuthenticator.java:138)
        at org.mortbay.jetty.servlet.ServletHttpContext.jSecurityCheck(ServletHttpContext.java:114)
        at org.mortbay.jetty.servlet.ServletHttpContext.checkSecurityConstraints(ServletHttpContext.java:130)
        at org.apache.geronimo.jetty.JettyWebApplicationContext.checkSecurityConstraints(JettyWebApplicationContext.java:210)
        at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:411)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:512)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1442)
        at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:490)
        at org.apache.geronimo.jetty.JettyWebApplicationContext.handle(JettyWebApplicationContext.java:193)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1394)
        at org.mortbay.http.HttpServer.service(HttpServer.java:879)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:821)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:988)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:838)
        at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:212)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:315)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:510)


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira