1 Reply Latest reply on Jul 18, 2007 3:15 AM by sam.roberton

    Tomcat 6.0, Embedded JBoss Beta; errors on start up

    raviies

      Hi all,

      Please let me know if this post doesn't belong here:

      1. I've downloaded embedded-jboss-beta2

      2. I followed all steps form
      http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#config.install.embedded

      * Copy all files and directories under the Embedded JBoss bootstrap and lib directories, except for the jndi.properties file, into the Tomcat lib directory.

      * Remove the annotations-api.jar file from the Tomcat lib directory.

      * Add the Embedded JBoss listener to conf/server.xml. It should appear after all other listeners in the file.


      * WAR file scanning should be enabled by adding a listener to conf/context.xml.


      Unfortunately I'm getting following errors on Tomcat 6.0 start-up:

      ERROR 04-07 13:28:34,276 (AbstractController.java:incrementState:456) -Error installing to Start: name=ServerConfig state=Create
      java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files/Apache Software Foundation/Tomcat 6.0/lib/
       at java.net.URI$Parser.fail(Unknown Source)
       at java.net.URI$Parser.checkChars(Unknown Source)
       at java.net.URI$Parser.parsePath(Unknown Source)
       at java.net.URI$Parser.parseHierpart(Unknown Source)
      .....
      
      ERROR 04-07 13:28:35,087 (AbstractController.java:incrementState:456) -Error installing to Instantiated: name=DeploymentFilter state=Described
      java.lang.IllegalStateException: Class not found: [Ljava.lang.String;
       at org.jboss.metadata.spi.signature.Signature.stringsToClasses(Signature.java:174)
       at org.jboss.metadata.spi.signature.Signature.stringsToClasses(Signature.java:125)
       at
      ......
      
      Caused by: java.lang.ClassNotFoundException: [Ljava.lang.String;
       at java.net.URLClassLoader$1.run(Unknown Source)
       at java.security.AccessController.doPrivileged(Native Method)
      ......
      
      java.lang.reflect.InvocationTargetException
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      .......
      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)
      ......
      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
      .......
      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