2 Replies Latest reply on Dec 27, 2012 11:23 AM by ndipiazza

    JBoss 5.1 Question

    developer.gubler

      I have been assigned to work on a Web Services project in which I must use JBoss 5.1.  I can run my web service underneath GlassFish without any problems.  However, when I attempt to run the same Web Service underneath JBoss it fails.  I am going with the assumption that it is a configuration problem because I am new to using JBoss.  Additionally, I haven't been able to find anything on the web with regard to the errors that I am seeing in the server.log.  What I don't understand is that the first error seems to be referring to a class that is in the common/lib/jboss.jar file; I would have thought that these files are automatically added to the classpath of the application server.  In any event, the errors I am seeing are:

       

      2011-07-07 11:43:43,328 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Instantiated: name=jboss.jacc:id="vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/WS-TAViewJBossEAR.ear/WS-TAViewJBoss.war/",parent="WS-TAViewJBossEAR.ear",service=jacc state=Described mode=Manual requiredState=Configured

      java.lang.NoSuchMethodException: org.jboss.deployment.security.WarPolicyConfigurationFacade.<init>(java.lang.String, org.jboss.metadata.web.jboss.JBossWebMetaData)

       

       

      2011-07-07 11:43:53,765 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Real: name=vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/WS-TAViewJBossEAR.ear/ state=PreReal mode=Manual requiredState=Real

      org.jboss.deployers.spi.DeploymentException: Error deploying: jboss.jacc:service=jacc,id="vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/WS-TAViewJBossEAR.ear/WS-TAViewJBoss.war/",parent="WS-TAViewJBossEAR.ear"

      Caused by: java.lang.NoSuchMethodException: org.jboss.deployment.security.WarPolicyConfigurationFacade.<init>(java.lang.String, org.jboss.metadata.web.jboss.JBossWebMetaData)

      .

      .

      2011-07-07 12:26:46,583 ERROR [org.apache.catalina.core.StandardContext] (HDScanner) Context [/WS-TAViewJBoss] startup failed due to previous errors

      java.lang.RuntimeException: mapped-name is required for org.apache.cxf.binding.AbstractBindingFactory/bus of deployment WS-TAViewJBoss.war

      .

      .

      2011-07-07 12:26:46,583 ERROR [org.apache.catalina.core.StandardContext] (HDScanner) Context [/WS-TAViewJBoss] startup failed due to previous errors

      2011-07-07 12:26:46,583 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (HDScanner) Error installing to Start: name=jboss.web.deployment:war=/WS-TAViewJBoss state=Create mode=Manual requiredState=Installed

      org.jboss.deployers.spi.DeploymentException: URL file:/C:/JBoss/jboss-5.1.0.GA/server/default/tmp/a5n345s-72u7j6-gpty3now-1-gptznpqc-9t/WS-TAViewJBoss.war/ deployment failed

      .

      .

      2011-07-07 12:26:54,380 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (HDScanner) Error installing to Real: name=vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/WS-TAViewJBossEAR.ear/ state=PreReal mode=Manual requiredState=Real

      org.jboss.deployers.spi.DeploymentException: URL file:/C:/JBoss/jboss-5.1.0.GA/server/default/tmp/a5n345s-72u7j6-gpty3now-1-gptznpqc-9t/WS-TAViewJBoss.war/ deployment failed

       

      Any help would be greatly appreciated!!!

      dg