Tomcat Console can't find TomcatManagerImpl class during display of ServerLogs
------------------------------------------------------------------------------
Key: GERONIMO-2344
URL: http://issues.apache.org/jira/browse/GERONIMO-2344
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 1.2
Reporter: Bill Dudney
Attachments: GERONIMO-2344.bdudney.patch
Console classpath problems prevent the class from being found.
Here are the error messages;
10:12:39,240 WARN [BasicProxyManager] Could not load interface
org.apache.geronimo.tomcat.TomcatManagerImpl in provided ClassLoader for
org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car,j2eeType=GBean,name=TomcatWebManager
10:12:39,298 WARN [BasicProxyManager] Could not load interface
org.apache.geronimo.tomcat.TomcatWebContainer in provided ClassLoader for
org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car,j2eeType=GBean,name=TomcatWebContainer
10:12:39,305 WARN [BasicProxyManager] Could not load interface
org.apache.geronimo.tomcat.TomcatContainer in provided ClassLoader for
org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car,j2eeType=GBean,name=TomcatWebContainer
The patch simply removes the <scope>provided</scope> from the tomcat-deployer
dependency.
--
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