如何解决?我安装了Java 7,这在启动我的应用程序的tomcat时发生了。我认为问题是基于我的申请。 (
Tomcat 7之前成功运行。我发现安装问题后安装了java 7并卸载了java 6)
SEVERE: A child container failed during start
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/m.apus]]
Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/m.apus]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
... 7 more
Caused by: java.lang.NoClassDefFoundError: javax/ejb/FinderException
at java.lang.Class.getDeclaredFields0(Native Method)org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1556)
... 21 more
在安装Java 7之前发生了LifecycleException。我认为此异常不是基于此。但我不知道为什么会遇到这种例外。