1 2 Previous Next 21 Replies Latest reply on Mar 14, 2011 8:23 AM by jaikiran Go to original post
      • 15. Re: new to JBoss
        parthapratim.blog

        Thanks. my jboss.xml is in the ejb module only.

        My jboss-app.xml is just blank like this:

        <?xml version="1.0" encoding="UTF-8"?>
        <jboss-app/>

        It also seems to me that this is a new error from some other xml file.

         

        Thank you once again.

        Regards

        Partha

        • 16. Re: new to JBoss
          wolfgangknauf

          Hi,

           

          I think you should modify the xml file to contain a DTD version:

           

          <?xml version="1.0" encoding="UTF-8"?>

          <!DOCTYPE jboss-app
              PUBLIC "-//JBoss//DTD Java EE Application 5.0//EN"
              "http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd">

          <jboss-app/>

           

          But if it is empfy, then remove it - less trouble ;-)

           

          Best regards

           

          Wolfgang

          • 17. Re: new to JBoss
            parthapratim.blog

            I removed the Jboss-app.xml. Also tried with the jboss-app_5.0.dtd both giving similar type of error. Can it be a problem with ejb-jar.xml?

             

            Thanks & Regards

            Partha

            • 18. Re: new to JBoss
              wolfgangknauf

              Oops, your posts were parallel to mine, so I was not up to date when replying ;-).

               

              The error message "Set attribute has class class javax.management.ObjectName..." is strange.

               

              So a whole series of questions:

              -Do you use a standard JBoss or did you modify the config?

              -Do you use the "default" profile?

              -Any specials in your app like classloader config?

              -Do you bundle any JAR files that are part of JBoss (maybe from an older version)?

              -Maybe you could post the file content of your ear/jar/war files (mainly config files and JARs). There is a "jar" command argument which produces this list, but I don't know it currently.

               

              Best regards

               

              Wolfgang

              • 19. Re: new to JBoss
                parthapratim.blog

                Hi,

                Right now I have switched to JBoss AS 5.1.0 from JBoss 6.0.0 M5 and update the required xml files. But when i want to deploy the EAR, it starts executing [EjbDeployer] and at last failed to deploy. I am getting an error message like this.

                 

                :54:27,084 ERROR [AbstractKernelController] Error installing to Configured: name=jboss.jacc:id="vfszip:/C:/jboss-5.1.0.GA/ser
                r/default/deploy/Partha.ear/Partha-ejb.jar/",parent="Partha.ear",service=jacc state=Instantiated mode=Manual requiredState=Configur

                 

                va.lang.RuntimeException: No Attribute found with name: PolicyConfigurationFacadeMBean for jboss.jacc:service=jacc,id="vfszip
                C:/jboss-5.1.0.GA/server/default/deploy/Partha.ear/Partha-ejb.jar/",parent="Partha.ear", attributes: [JaccContextID, PolicyConfigur
                ion]
                      at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:142)
                      at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)
                      at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)
                      at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:42)
                      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.
                va:62)
                      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
                      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
                      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                      at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
                      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                      at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
                      at org.jboss.system.ServiceController.install(ServiceController.java:274)
                      at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:90)
                      at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
                      at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:6

                 

                      at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
                      at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
                      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
                      at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
                      at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
                      at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
                      at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
                      at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
                      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                      at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java
                06)
                      at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
                      at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
                      at org.jboss.Main.boot(Main.java:221)
                      at org.jboss.Main$1.run(Main.java:556)
                      at java.lang.Thread.run(Thread.java:662)
                :54:28,353 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/ET
                .ear/ state=PreReal mode=Manual requiredState=Real
                g.jboss.deployers.spi.DeploymentException: Error deploying: jboss.jacc:service=jacc,id="vfszip:/C:/jboss-5.1.0.GA/server/defa
                t/deploy/Partha.ear/Partha-ejb.jar/",parent="Partha.ear"
                      at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
                      at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:118)
                      at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
                      at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:6

                 

                      at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
                      at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
                      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                      at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
                      at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
                      at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
                      at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
                      at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
                      at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
                      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                      at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java
                06)
                      at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
                      at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
                      at org.jboss.Main.boot(Main.java:221)
                      at org.jboss.Main$1.run(Main.java:556)
                      at java.lang.Thread.run(Thread.java:662)
                used by: java.lang.RuntimeException: No Attribute found with name: PolicyConfigurationFacadeMBean for jboss.jacc:service=jacc
                d="vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/Partha.ear/Partha-ejb.jar/",parent="Partha.ear", attributes: [JaccContextID, Pol
                yConfiguration]
                      at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:142)
                      at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)
                      at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)
                      at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:42)
                      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.
                va:62)
                      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
                      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
                      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                      at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
                      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                      at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
                      at org.jboss.system.ServiceController.install(ServiceController.java:274)
                      at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:90)
                      ... 35 more
                :54:28,556 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR
                ETAILS):

                 

                PLOYMENTS IN ERROR:
                Deployment "vfszip:/C:/jboss-5.1.0.GA/server/default/deploy/Partha.ear/" is in error due to the following reason(s): java.lang.
                ntimeException: No Attribute found with name: PolicyConfigurationFacadeMBean for jboss.jacc:service=jacc,id="vfszip:/C:/jboss
                .1.0.GA/server/default/deploy/Partha.ear/Partha-ejb.jar/",parent="Partha.ear", attributes: [JaccContextID, PolicyConfiguration]

                 

                :54:28,650 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-192.168.1.205-8080
                :54:28,713 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-192.168.1.205-8009
                :54:28,729 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 2
                49s:893ms

                 

                Thanks in Advance

                Partha

                • 20. Re: new to JBoss
                  wolfgangknauf

                  Hi,

                   

                  sounds like this error: http://www.coderanch.com/t/421479/JBoss/EJB-JBOSS-Deployment (see the latest reply).

                   

                  Do you have an empty "jboss.xml" in your ejb-jar?

                   

                  Best regards

                   

                  Wolfgang

                  • 21. Re: new to JBoss
                    jaikiran

                    Wolfgang Knauf wrote:

                     

                    By the way: "jboss_6_0.dtd" is not published to the website

                    Just a FYI - It's now available online at http://www.jboss.org/j2ee/dtd/jboss_6_0.dtd

                    1 2 Previous Next