Exception thrown when running ant targets in samples/userguide
--------------------------------------------------------------
Key: AXIS2-1700
URL: http://issues.apache.org/jira/browse/AXIS2-1700
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: samples
Affects Versions: 1.1
Environment: Win XP, JDK 1.5
Reporter: Charitha Kankanamge
Service deployed successfuly and client returned correct results when running
ant targets defined in Axis2_home/sample/userguide. However following exception
can be seen in the console.
For example if I run ant run.client.blocking, I get the following exception
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging
module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed
[java] at org.apache.axis2.deployment.repository.util.ArchiveReader.pro
cessServiceGroup(ArchiveReader.java:139)
[java] at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deploym
entEngine.java:528)
[java] at org.apache.axis2.deployment.repository.util.WSInfoList.update
(WSInfoList.java:196)
[java] at org.apache.axis2.deployment.RepositoryListener.update(Reposit
oryListener.java:227)
[java] at org.apache.axis2.deployment.RepositoryListener.checkServices(
RepositoryListener.java:174)
[java] at org.apache.axis2.deployment.DeploymentEngine.loadServices(Dep
loymentEngine.java:88)
[java] at org.apache.axis2.deployment.FileSystemConfigurator.loadServic
es(FileSystemConfigurator.java:129)
[java] at org.apache.axis2.context.ConfigurationContextFactory.createCo
nfigurationContext(ConfigurationContextFactory.java:72)
[java] at org.apache.axis2.context.ConfigurationContextFactory.createCo
nfigurationContextFromFileSystem(ConfigurationContextFactory.java:180)
[java] at org.apache.axis2.client.ServiceClient.initializeTransports(Se
rviceClient.java:189)
[java] at org.apache.axis2.client.ServiceClient.configureServiceClient(
ServiceClient.java:118)
[java] at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.ja
va:114)
[java] at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.ja
va:207)
[java] at userguide.clients.EchoBlockingClient.main(Unknown Source)
[java] Caused by: org.apache.axis2.deployment.DeploymentException: Processi
ng Operations Modules logging module is invalid or has not been deployed; nested
exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed
[java] at org.apache.axis2.deployment.ServiceBuilder.populateService(Se
rviceBuilder.java:329)
[java] at org.apache.axis2.deployment.repository.util.ArchiveReader.bui
ldServiceGroup(ArchiveReader.java:91)
[java] at org.apache.axis2.deployment.repository.util.ArchiveReader.pro
cessServiceGroup(ArchiveReader.java:133)
[java] SEVERE: Invalid service sample-MyServiceWithModule.aar due to
Proce
ssing Operations Modules logging module is invalid or has not been deployed; nes
ted exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: Processing Oper
ations Modules logging module is invalid or has not been deployed; nested except
ion is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed
[java] org.apache.axis2.deployment.DeploymentException: Processing Operatio
ns Modules logging module is invalid or has not been deployed; nested exception
is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: Processing Oper
ations Modules logging module is invalid or has not been deployed; nested except
ion is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed
[java] at org.apache.axis2.deployment.repository.util.ArchiveReader.pro
cessServiceGroup(ArchiveReader.java:139)
[java] at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deploym
entEngine.java:528)
[java] at org.apache.axis2.deployment.repository.util.WSInfoList.update
(WSInfoList.java:196)
[java] at org.apache.axis2.deployment.RepositoryListener.update(Reposit
oryListener.java:227)
[java] at org.apache.axis2.deployment.RepositoryListener.checkServices(
RepositoryListener.java:174)
[java] at org.apache.axis2.deployment.DeploymentEngine.loadServices(Dep
loymentEngine.java:88)
[java] at org.apache.axis2.deployment.FileSystemConfigurator.loadServic
es(FileSystemConfigurator.java:129)
[java] at org.apache.axis2.context.ConfigurationContextFactory.createCo
nfigurationContext(ConfigurationContextFactory.java:72)
[java] at org.apache.axis2.context.ConfigurationContextFactory.createCo
nfigurationContextFromFileSystem(ConfigurationContextFactory.java:180)
[java] at org.apache.axis2.client.ServiceClient.initializeTransports(Se
rviceClient.java:189)
[java] at org.apache.axis2.client.ServiceClient.configureServiceClient(
ServiceClient.java:118)
[java] at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.ja
va:114)
[java] at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.ja
va:207)
[java] at userguide.clients.EchoBlockingClient.main(Unknown Source)
[java] Caused by: org.apache.axis2.deployment.DeploymentException: Processi
ng Operations Modules logging module is invalid or has not been deployed; nested
exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed
[java] at org.apache.axis2.deployment.ServiceBuilder.populateService(Se
rviceBuilder.java:329)
[java] at org.apache.axis2.deployment.repository.util.ArchiveReader.bui
ldServiceGroup(ArchiveReader.java:91)
[java] at org.apache.axis2.deployment.repository.util.ArchiveReader.pro
cessServiceGroup(ArchiveReader.java:133)
[java] ... 13 more
[java] Caused by: org.apache.axis2.deployment.DeploymentException: logging
module is invalid or has not been deployed; nested exception is:
[java] org.apache.axis2.deployment.DeploymentException: logging module
is invalid or has not been deployed
[java] at org.apache.axis2.deployment.ServiceBuilder.processModuleRefs(
ServiceBuilder.java:496)
[java] at org.apache.axis2.deployment.ServiceBuilder.populateService(Se
rviceBuilder.java:250)
[java] ... 15 more
[java] Caused by: org.apache.axis2.deployment.DeploymentException: logging
module is invalid or has not been deployed
[java] at org.apache.axis2.deployment.ServiceBuilder.processModuleRefs(
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
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]