[
https://issues.apache.org/jira/browse/AXIS2-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010023#comment-16010023
]
Nupur commented on AXIS2-5850:
------------------------------
Hi,
I noticed that the class SecureApplicationXMLBuilder is not there in
org.apache.axis2.builder package. I even checked the latest 1.7.4
axis2-kernel-1.7.4.jar.
The only classes available in the package are as shown in the screenshot below:
!screenshot-1.png!
And that's why when JBoss tries to deploy axis2.war in our case it is throwing
an exception as below:
14:55:10,816 ERROR [WarBasedAxisConfigurator] A ClassNotFoundException error
occurred while validating the message builder
org.apache.axis2.builder.SecureApplicationXMLBuilder
org.apache.axis2.deployment.DeploymentException: A ClassNotFoundException error
occurred while validating the message builder
org.apache.axis2.builder.SecureApplicationXMLBuilder
at
org.apache.axis2.deployment.DescriptionBuilder$2.run(DescriptionBuilder.java:306)
at
org.apache.axis2.java.security.AccessController.doPrivileged(AccessController.java:132)
at
org.apache.axis2.deployment.DescriptionBuilder.findAndValidateSelectorClass(DescriptionBuilder.java:291)
at
org.apache.axis2.deployment.DescriptionBuilder.processMessageBuilders(DescriptionBuilder.java:228)
at
org.apache.axis2.deployment.AxisConfigBuilder.processMessageBuilders(AxisConfigBuilder.java:767)
at
org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:233)
at
org.apache.axis2.deployment.DeploymentEngine.populateAxisConfiguration(DeploymentEngine.java:857)
at
org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBasedAxisConfigurator.java:156)
at
org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:584)
at org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:454)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4069)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4362)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:732)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
Where exactly is this class defined?
Because of this exception, some functionality is broken. We cannot access the
URL: http://<PCP_SERVER_IP>:8080/axis2/services now which are used by some
external application
> could not find SecureApplicationXMLBuilder
> ------------------------------------------
>
> Key: AXIS2-5850
> URL: https://issues.apache.org/jira/browse/AXIS2-5850
> Project: Axis2
> Issue Type: Bug
> Reporter: Nupur
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]