[ 
https://issues.apache.org/jira/browse/AXIS2-5079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055004#comment-13055004
 ] 

Hudson commented on AXIS2-5079:
-------------------------------

Integrated in axis2-1.5 #151 (See 
[https://builds.apache.org/job/axis2-1.5/151/])
    AXIS2-5079: Merged r1064552 to the 1.5 branch.

veithen : 
Files : 
* /axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/pom.xml
* /axis/axis2/java/core/branches/1_5/modules/transport/http/pom.xml
* 
/axis/axis2/java/core/branches/1_5/modules/kernel/src/org/apache/axis2/deployment/ServiceBuilder.java
* 
/axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/src/main/java/org/apache/axis2/handlers
* /axis/axis2/java/core/branches/1_5
* 
/axis/axis2/java/core/branches/1_5/modules/saaj/test/org/apache/axis2/saaj/TestUtils.java
* 
/axis/axis2/java/core/branches/1_5/modules/kernel/src/org/apache/axis2/transport/http/util/QueryStringParser.java
* 
/axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/src/main/resources/META-INF/module.xml
* 
/axis/axis2/java/core/branches/1_5/modules/kernel/test/org/apache/axis2/transport/http/util/QueryStringParserTest.java
* 
/axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/servlet
* /axis/axis2/java/core/branches/1_5/modules/tool/axis2-repo-maven-plugin
* /axis/axis2/java/core/branches/1_5/modules/transport/http/src
* /axis/axis2/java/core/branches/1_5/modules/distribution
* 
/axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/applet
* /axis/axis2/java/core/branches/1_5/modules/transport/local
* 
/axis/axis2/java/core/branches/1_5/modules/webapp/src/main/java/org/apache/axis2/webapp/AxisAdminServlet.java
* /axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet
* 
/axis/axis2/java/core/branches/1_5/modules/webapp/src/main/java/org/apache/axis2/webapp/AdminAgent.java
* /axis/axis2/java/core/branches/1_5/modules/parent
* /axis/axis2/java/core/branches/1_5/modules/soapmonitor/module


> 1.5.5 (and probably 1.6) does not alow exploaded services to be dropped in 
> services directory
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-5079
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5079
>             Project: Axis2
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 1.5.5, 1.6.0
>         Environment: windows tomcat 7
>            Reporter: nadir amra
>            Priority: Critical
>
> Dropped 1.5.5 WAR file in tomcat webapp directory.
> Everything looks good. Then I deleted the version aar file shipped, and it 
> gets undeployed.  I ended the tomcat server and restarted the server.  Then I 
> exploaded the version aar file, and then moved the directory to the axis2 
> services directory.  I click on the list webservices link and I get:
> Available services
> Faulty Services
> C:\Program Files\Apache Software Foundation\Tomcat 
> 7.0\webapps\axis2-1.5.5\WEB-INF\services\version
> In the tomcat stdout log file, I see the following:
> INFO] Deploying module: jaxws-1.5.5 - file:/C:/Program Files/Apache Software 
> Foundation/Tomcat 
> 7.0/webapps/axis2-1.5.5/WEB-INF/modules/axis2-jaxws-mar-1.5.5.mar
> [INFO] Deploying module: metadataExchange-1.5.5 - file:/C:/Program 
> Files/Apache Software Foundation/Tomcat 
> 7.0/webapps/axis2-1.5.5/WEB-INF/modules/mex-1.5.5.mar
> [INFO] Deploying module: mtompolicy-1.5.5 - file:/C:/Program Files/Apache 
> Software Foundation/Tomcat 
> 7.0/webapps/axis2-1.5.5/WEB-INF/modules/mtompolicy-1.5.5.mar
> [INFO] Deploying module: ping-1.5.5 - file:/C:/Program Files/Apache Software 
> Foundation/Tomcat 7.0/webapps/axis2-1.5.5/WEB-INF/modules/ping-1.5.5.mar
> [INFO] Deploying module: script-1.5.5 - file:/C:/Program Files/Apache 
> Software Foundation/Tomcat 
> 7.0/webapps/axis2-1.5.5/WEB-INF/modules/scripting-1.5.5.mar
> [INFO] Deploying module: soapmonitor-1.5.5 - file:/C:/Program Files/Apache 
> Software Foundation/Tomcat 
> 7.0/webapps/axis2-1.5.5/WEB-INF/modules/soapmonitor-1.5.5.mar
> [INFO] The version service, which is not valid, caused 
> java.lang.ClassCastException: org.apache.axis2.classloader.JarFileClassLoader 
> incompatible with org.apache.axis2.deployment.DeploymentClassLoader
>       at 
> org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:131)
>       at 
> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:101)
>       at 
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:178)
>       at 
> org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:82)
>       at 
> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>       at 
> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:661)
>       at 
> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
>       at 
> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:337)
>       at 
> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:241)
>       at 
> org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:331)
>       at 
> org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:64)
>       at 
> org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:71)
>       at 
> org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:90)
>       at java.util.Timer$TimerImpl.run(Timer.java:291)
> [INFO] org.apache.axis2.deployment.DeploymentException: 
> org.apache.axis2.classloader.JarFileClassLoader incompatible with 
> org.apache.axis2.deployment.DeploymentClassLoader
> This works using Axis 1.5.4.  The only major differences between the 1.5.4 
> source and the 1.5.5 source is the addition of code relating to:
>     <parameter name="EnableChildFirstClassLoading">false</parameter>
> which seems to affect lots of the files relating to deployment.

--
This message is automatically generated by JIRA.
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