I have followed the instructions on 
http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndTomcat
for installing embedded jboss on tomcat 5.5 and i have the same stactrace:

Can anybody help me out? I'm getting tired of trying to get Seam up and running.

java.lang.reflect.InvocationTargetException
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:585)
  |     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
  |     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
  | 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:120)
  |     at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:693)
  |     at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
  |     ... 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
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079223#4079223

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079223
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to