I installed tomcat 6.0.13, later I followed the reference "seam_reference.pdf" in part 25.5.1 page 236 of JBoss Seam 2.0.0.BETA1
but I did not have success. downloaded Embedded JBoss Beta 2 Notes http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=228977 When start tomcat I have the following error: | java.lang.reflect.InvocationTargetException | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) | Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Unable to bootstrap: | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.innerStart(EmbeddedJBossBootstrapListener.java:82) | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.lifecycleEvent(EmbeddedJBossBootstrapListener.java:55) | at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) | at org.apache.catalina.core.StandardServer.start(StandardServer.java:703) | at org.apache.catalina.startup.Catalina.start(Catalina.java:566) | ... 6 more | Caused by: java.lang.RuntimeException: Unable to bootstrap: | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:167) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.innerStart(EmbeddedJBossBootstrapListener.java:76) | ... 10 more | Caused by: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: MainDeployer | at org.jboss.kernel.plugins.registry.AbstractKernelRegistry.getEntry(AbstractKernelRegistry.java:89) | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:163) | ... 13 more | Please they help me because necessary to use they seam it with tomcat Thank you. Pedro Neves - Brazil. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072199#4072199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072199 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
