1 Reply Latest reply on Nov 29, 2004 5:36 PM by dimitris

    Failed to create xmbean

    danielkopp

      In boot.log, running the default server instance on UNIX, I get the following debug messages:


      13:42:16,186 DEBUG [Server] Failed to create xmbean for: org.jboss.system.server.ServerInfo
      13:42:16,381 DEBUG [Server] Failed to create xmbean for: org.jboss.system.ServiceController
      13:42:18,590 DEBUG [Server] Failed to create xmbean for: org.jboss.deployment.JARDeployer
      13:42:19,083 DEBUG [Server] Failed to create xmbean for: org.jboss.deployment.SARDeployer


      Everything appears to be working correctly, but I would still like to understand why this is happening. Since it's related to XMBeans, I thought this might be the right forwum. Any insight would be greatly appreciated, thank you.

        • 1. Re: Failed to create xmbean
          dimitris

          Nothing to worry about - for the very first MBeans that boot the kernel, it attempts to find an xmbean descriptor (at ./conf/xmdesc) in order to further configure that MBean. The only descriptor available is for:

          org.jboss.deployment.MainDeployer-xmbean.xml

          for which you don't get a message.