You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike Hedman <mi...@yahoo.com> on 2002/12/21 09:14:51 UTC

Can't run Admin app

Hi,

When I try to run the Admin app my browser returns with the following 404
error:
type Status report
message /admin
description The requested resource (/admin) is not available.

Here's my environment:
Win2000 - running as a service
j2sdk1.4.1_01
jakarta-tomcat-4.1.18

The Manager app and the examples work fine.  I've tried reinstalling both Java
and Tomcat, with no improvement.

Here are some sections of some of the log files:
Localhost_log...
2002-12-21 00:03:24 HostConfig[localhost]: Deploying configuration descriptor
admin.xml
2002-12-21 00:03:27 StandardHost[localhost]: Error deploying application at
context path null
java.lang.reflect.InvocationTargetException
	at org.apache.commons.digester.Digester.createSAXException(Digester.java:2312)
	at org.apache.commons.digester.Digester.createSAXException(Digester.java:2332)
	at org.apache.commons.digester.Digester.endElement(Digester.java:1039)
...

and right after that error:
2002-12-21 00:03:27 HostConfig[localhost] Error deploying configuration
descriptor admin.xml
java.io.IOException: java.lang.reflect.InvocationTargetException
	at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:341)
	at org.apache.catalina.core.StandardHost.install(StandardHost.java:803)
	at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:452)

Here's the entire contents of localhost_admin_log.2002-12-21.txt: 
2002-12-21 00:03:24 WebappLoader[/admin]: Deploying class repositories to work
directory C:\Program Files\Apache Group\Tomcat
4.1\work\Standalone\localhost\admin
2002-12-21 00:03:24 WebappLoader[/admin]: Deploy class files /WEB-INF/classes
to C:\Program Files\Apache Group\Tomcat
4.1\webapps\..\server\webapps\admin\WEB-INF\classes
2002-12-21 00:03:24 WebappLoader[/admin]: Deploy JAR /WEB-INF/lib/struts.jar to
C:\Program Files\Apache Group\Tomcat
4.1\webapps\..\server\webapps\admin\WEB-INF\lib\struts.jar
2002-12-21 00:03:26 ContextConfig[/admin]: Configured an authenticator for
method FORM
2002-12-21 00:03:26 StandardManager[/admin]: Seeding random number generator
class java.security.SecureRandom
2002-12-21 00:03:26 StandardManager[/admin]: Seeding of random number generator
has been completed
2002-12-21 00:03:26 StandardWrapper[/admin:default]: Loading container servlet
default


Any ideas?
Thanks,
Mike


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Problem with Admin application

Posted by Mike Hedman <mi...@yahoo.com>.
I've been having nothing but trouble getting Admin to work - ugh.  I just
re-installed 4.1.18, and Tomcat is running (the Manager app works).

But when I run Admin I'm getting the following:
org.apache.jasper.JasperException: Missing message for key application.title
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)

I've checked and the resources files are there - it's a new, complete install.

I've got JAVA_HOME and CATALINA_HOME set.

Here's my current setup:
Win2000 - running as a service
j2sdk1.4.1_01
jakarta-tomcat-4.1.18

Any ideas, I have to believe it's something pretty simple,
Thanks!
Mike


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>