Moe Jalali created AXIS2-5421:
---------------------------------

             Summary: Axis2 Can't find ServletConfigParameter
                 Key: AXIS2-5421
                 URL: https://issues.apache.org/jira/browse/AXIS2-5421
             Project: Axis2
          Issue Type: Bug
          Components: Addressing, deployment, wsdl
    Affects Versions: 1.4
         Environment: Weblogic 12.1 , spring
            Reporter: Moe Jalali


I am migrating a web service to WebLogic 12.1 from WebSphere. I am getting the 
error: 
Axis2 Can't find ServletConfigParameter 
which causes
DeploymentException: The following error occurred during schema generation: null

I am using 1xis2 1.4 and spring. I have implemented the recommendations on the 
site
http://axis.apache.org/axis2/java/core/docs/spring.html
to resolve weblogic and axis2 jar conflicts. Addressing and Rampart modules 
engage okay. Error happens when making this call from the client
                
ConfigurationContextFactory.createConfigurationContextFromFileSystem("c:EdlService.ear/EdlService/WEB-INF","c:/EdlService.ear/EdlService/WEB-INF/conf/axis2.xml");


2012-09-13 12:58:46,112 ERROR org.apache.axis2.deployment.ServiceDeployer - The 
EdlService service, which is not valid, caused The following error occurred 
during schema generation: null
org.apache.axis2.deployment.DeploymentException: The following error occurred 
during schema generation: null
        at 
org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:106)
        at 
org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:110)
        at 
org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:179)
        at 
org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:81)
        at 
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
        at 
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:597)
        at 
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
        at 
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:330)
        at 
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:227)
        at 
org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:131)
        at 
org.apache.axis2.deployment.FileSystemConfigurator.loadServices(FileSystemConfigurator.java:147)
        at 
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:82)
        at 
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
        at 
cbp.pspo.tm.edl.ws.externalWSClientStub.CbsaEdlService.createServiceStub(CbsaEdlService.java:109)
        at 
cbp.pspo.tm.edl.ws.externalWSClientStub.CbsaEdlService.init(CbsaEdlService.java:96)

CAUSED BY:

Caused by: org.apache.axis2.AxisFault: Axis2 Can't find ServletConfigParameter
        at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
        at 
org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier.getServiceObject(SpringServletContextObjectSupplier.java:86)
        ... 127 more


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to