<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    JBoss 5.1 Web Services Problem
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/developer.gubler">developer.gubler</a> in <i>Beginner's Corner</i> - <a href="http://community.jboss.org/message/613996#613996">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I have been assigned to work on a Web Services project in which I must use JBoss 5.1.&#160; I can run my web service underneath GlassFish without any problems.&#160; However, when I attempt to run the same Web Service underneath JBoss it fails.&#160; I am going with the assumption that it is a configuration problem because I am new to using JBoss.&#160; 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.&#160; 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.&#160; In any event, the errors I am seeing are:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>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</p><p>java.lang.NoSuchMethodException:&#160; org.jboss.deployment.security.WarPolicyConfigurationFacade.&lt;init&gt;(java.lang.String, org.jboss.metadata.web.jboss.JBossWebMetaData)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>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</p><p>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"</p><p>Caused by: java.lang.NoSuchMethodException: org.jboss.deployment.security.WarPolicyConfigurationFacade.&lt;init&gt;(java.lang.String, org.jboss.metadata.web.jboss.JBossWebMetaData)</p><p> .</p><p> .</p><p>2011-07-07 12:26:46,583 ERROR [org.apache.catalina.core.StandardContext] (HDScanner) Context [/WS-TAViewJBoss] startup failed due to previous errors</p><p>java.lang.RuntimeException: mapped-name is required for org.apache.cxf.binding.AbstractBindingFactory/bus of deployment WS-TAViewJBoss.war</p><p> .</p><p> .</p><p>2011-07-07 12:26:46,583 ERROR [org.apache.catalina.core.StandardContext] (HDScanner) Context [/WS-TAViewJBoss] startup failed due to previous errors</p><p>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</p><p>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</p><p> .</p><p> .</p><p>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</p><p>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</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Any help would be greatly appreciated!!!</p><p>dg</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/613996#613996">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Beginner's Corner at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>