3 Replies Latest reply on Aug 11, 2002 9:53 PM by rroland

    jboss 3.0.1 does not boot with default conf out-of-the-box!

    chris.obyrne

      While trying to boot jboss-3.0.1 (downloaded yesterday from sourceforge) with the included default configuration -


      18:56:58,543 DEBUG [ServiceCreator] About to create bean: jboss.system:type=Log4jService,service=Logging
      18:56:58,543 DEBUG [ServiceCreator] code: org.jboss.logging.Log4jService
      18:56:58,628 DEBUG [ServiceCreator] Created bean: jboss.system:type=Log4jService,service=Logging
      18:56:58,636 INFO [ServiceConfigurator] Problem configuring service jboss.system:type=Log4jService,service=Logging
      18:56:58,781 DEBUG [NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
      18:56:58,788 DEBUG [NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=true
      18:56:58,789 DEBUG [NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
      org.jboss.deployment.DeploymentException: No property editor for attribute: ConfigurationURL; type=class java.net.URL
      at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:328)
      at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:187)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:130)
      at org.jboss.system.ServiceController.install(ServiceController.java:224)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
      at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
      at $Proxy3.install(Unknown Source)
      at org.jboss.deployment.SARDeployer.create(SARDeployer.java:209)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:749)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:615)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:580)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:564)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:319)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)
      at org.jboss.Main.boot(Main.java:142)
      at org.jboss.Main$1.run(Main.java:375)
      at java.lang.Thread.run(Thread.java:484)

      This error has reprecussions further down the line.

      I'm guessing that I need to take the contents of deploy/properties-service.xml and place it in conf/jboss-service.xml above the place where the Log4J service is configured, and configure it with -



      org.jboss.util.propertyeditor


      Unfortunately, that still does not work. I think it's because the classes in the org.jboss.util.propertyeditor package are not in any of the supplied .jar files?

      The bottom line is that I'm trying to upgrade to JBoss 3.0 (I desperately need some of the enhancements), but I simply cannot get it to boot cleanly.

      Chris.