You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/13 06:56:40 UTC

[DO NOT REPLY: Bug 3578] New: Manager Applications broken

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3578

*** shadow/3578	Wed Sep 12 21:56:40 2001
--- shadow/3578.tmp.29145	Wed Sep 12 21:56:40 2001
***************
*** 0 ****
--- 1,62 ----
+ +============================================================================+
+ | Manager Applications broken                                                |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3578                        Product: Tomcat 4                |
+ |       Status: NEW                         Version: 4.0 Release Candidate 1 |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Major                    OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Webapps                 |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: tomcat-dev@jakarta.apache.org                                |
+ |  Reported By: rimovm@centercomp.com                                        |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL: http://localhost:8080/manager/list                           |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I was able to set up the manager application for Beta 8, but RC1 seems to be 
+ broken.  I get a NullPointerException [stack trace included below].  I tried 
+ reinstalling into a new directory just in case I had libaray miss-matches, and 
+ I cleared out my system's classpath all together. [I used the .exe installation]
+ 
+ Thanks!
+ 
+ -Mike
+ Stacktrace:
+ java.lang.NullPointerException
+ 	at org.apache.catalina.realm.MemoryRealm.authenticate
+ (MemoryRealm.java:213)
+ 	at org.apache.catalina.authenticator.BasicAuthenticator.authenticate
+ (BasicAuthenticator.java:161)
+ 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke
+ (AuthenticatorBase.java:493)
+ 	at org.apache.catalina.core.StandardPipeline.invokeNext
+ (StandardPipeline.java:564)
+ 	at org.apache.catalina.core.StandardPipeline.invoke
+ (StandardPipeline.java:472)
+ 	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
+ 	at org.apache.catalina.core.StandardContext.invoke
+ (StandardContext.java:2366)
+ 	at org.apache.catalina.core.StandardHostValve.invoke
+ (StandardHostValve.java:164)
+ 	at org.apache.catalina.core.StandardPipeline.invokeNext
+ (StandardPipeline.java:566)
+ 	at org.apache.catalina.valves.AccessLogValve.invoke
+ (AccessLogValve.java:462)
+ 	at org.apache.catalina.core.StandardPipeline.invokeNext
+ (StandardPipeline.java:564)
+ 	at org.apache.catalina.core.StandardPipeline.invoke
+ (StandardPipeline.java:472)
+ 	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
+ 	at org.apache.catalina.core.StandardEngineValve.invoke
+ (StandardEngineValve.java:163)
+ 	at org.apache.catalina.core.StandardPipeline.invokeNext
+ (StandardPipeline.java:566)
+ 	at org.apache.catalina.core.StandardPipeline.invoke
+ (StandardPipeline.java:472)
+ 	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
+ 	at org.apache.catalina.connector.http.HttpProcessor.process
+ (HttpProcessor.java:1005)
+ 	at org.apache.catalina.connector.http.HttpProcessor.run
+ (HttpProcessor.java:1098)
+ 	at java.lang.Thread.run(Unknown Source)