You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Franck HUGOT (JIRA)" <ji...@apache.org> on 2006/02/15 17:15:10 UTC

[jira] Created: (AXIS2-449) Can't deploy web service

Can't deploy web service
------------------------

         Key: AXIS2-449
         URL: http://issues.apache.org/jira/browse/AXIS2-449
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
  Components: deployment  
    Versions: 0.94    
 Environment: Windows XP + Tomcat 5.5.11
    Reporter: Franck HUGOT
    Priority: Blocker


Hello,
 
 
I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
But when I deploy the web service I get this error :
 
This Web axisService has deployment faults
Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
 
 
 
I don' understand what's the problem.
 
 
Thanks in advance.
 
Franck HUGOT
 
 
 
 

-- 
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


[jira] Commented: (AXIS2-449) Can't deploy web service

Posted by "Deepak Bhole (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-449?page=comments#action_12366503 ] 

Deepak Bhole commented on AXIS2-449:
------------------------------------

Your services.xml is in the wrong directory. It should be in META-INF/ not meta-inf/ (it is case sensitive).

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Commented: (AXIS2-449) Can't deploy web service

Posted by "Deepak Bhole (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-449?page=comments#action_12366512 ] 

Deepak Bhole commented on AXIS2-449:
------------------------------------

Actually, META-INF is case sensitive (atleast AFAIK). The jar spec is not clear on this, and jdk 1.3 didn't care, but from then on, it does. Here is a related bug on sun.com: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4425788

I verified sensitivity with another jar; if I specify Main-Class in META-INF/MANIFEST.MF, java -jar <...> works, if I rename META-INF to meta-inf, it doesn't.  However, I don't use Windows, so I cannot confirm jvm behavior on it...

I tried Franck's aar on my machine, the original failed, but when I moved services.xml to META-INF, it started working.

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Resolved: (AXIS2-449) Can't deploy web service

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-449?page=all ]
     
Deepal Jayasinghe resolved AXIS2-449:
-------------------------------------

    Fix Version: 0.95
     Resolution: Fixed

I tested in different ways and I couldn't able to re-generate the problem. I am sure that meta-inf file is not case sensitive , so I don't think this is a bug any more.   

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>      Fix For: 0.95
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Reopened: (AXIS2-449) Can't deploy web service

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-449?page=all ]
     
Eran Chinthaka reopened AXIS2-449:
----------------------------------


It is NOT case sensitive and he has named it as META-INF. Deepak, you seems to be using Windows ;).
Anyway, I saw another meta-inf folder within com.sofinco. That may not be the reason, exploring.

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Commented: (AXIS2-449) Can't deploy web service

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-449?page=comments#action_12366510 ] 

Eran Chinthaka commented on AXIS2-449:
--------------------------------------

Hi Franck,

I think I got the problem. You have put a META-INF folder under com.sofinco, mistakenly I think, in addition to the root level META-INF folder. I removed the META-INF under com.sofinco and deployed again, it worked fine for me. 

Let us know if that doesn't work for you.

-- Chinthaka

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Updated: (AXIS2-449) Can't deploy web service

Posted by "Franck HUGOT (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-449?page=all ]

Franck HUGOT updated AXIS2-449:
-------------------------------

    Attachment: WSConcerto.aar

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Commented: (AXIS2-449) Can't deploy web service

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-449?page=comments#action_12366516 ] 

Eran Chinthaka commented on AXIS2-449:
--------------------------------------

I just deleted the additional META-INF.

Who is Erin ??? ;)

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Commented: (AXIS2-449) Can't deploy web service

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-449?page=comments#action_12366511 ] 

Eran Chinthaka commented on AXIS2-449:
--------------------------------------

BTW, please do not default your bugs to blockers. Its unfair to put user errors as blocker issues of a project.

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Commented: (AXIS2-449) Can't deploy web service

Posted by "Deepak Bhole (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-449?page=comments#action_12366513 ] 

Deepak Bhole commented on AXIS2-449:
------------------------------------

Erin, sorry I didn't see your other comments when I posted mine. The fact that it started working for you after removing the META-INF in com.sofinco is interesting though (I hadn't tried that one myself). Did you also move the services.xml in the root directory from meta-inf to META-INF by chance?

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Commented: (AXIS2-449) Can't deploy web service

Posted by "Deepak Bhole (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-449?page=comments#action_12366530 ] 

Deepak Bhole commented on AXIS2-449:
------------------------------------

Ah, I see now what you meant by not case sensitive, my bad. I thought the META-INF directory was accessed via some internal java method (I assumed something like that existed), and since the jvm treats META-INF case-sensitive, I figured axis would as well.

re: Erin, sorry about that heh. I didn't realize the mistake until after I had hit Add :(

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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


[jira] Resolved: (AXIS2-449) Can't deploy web service

Posted by "Deepak Bhole (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-449?page=all ]
     
Deepak Bhole resolved AXIS2-449:
--------------------------------

    Resolution: Invalid

Not a bug.

> Can't deploy web service
> ------------------------
>
>          Key: AXIS2-449
>          URL: http://issues.apache.org/jira/browse/AXIS2-449
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: deployment
>     Versions: 0.94
>  Environment: Windows XP + Tomcat 5.5.11
>     Reporter: Franck HUGOT
>     Priority: Blocker
>  Attachments: WSConcerto.aar
>
> Hello,
>  
>  
> I'm trying to use Axis 2 (installed on tomcat 5.5.11 + jdk1.4.2_02) but the deployment for my web service does not work.
> I only duplicate the example, rename the class, compile and generate the aar (in attachment). 
> But when I deploy the web service I get this error :
>  
> This Web axisService has deployment faults
> Error: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar'; nested exception is: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:234) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:391) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.update(RepositoryListenerImpl.java:140) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.checkServices(RepositoryListenerImpl.java:90) at org.apache.axis2.deployment.listener.RepositoryListenerImpl.startListener(RepositoryListenerImpl.java:132) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepositary(SchedulerTask.java:62) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:69) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Caused by: org.apache.axis2.deployment.DeploymentException: services.xml not found for service 'C:\Dev\Java\serveurs\jakarta-tomcat-5.5.11\webapps\axis2\WEB-INF\services\concerto.aar' at org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:231) ... 10 more 
>  
>  
>  
> I don' understand what's the problem.
>  
>  
> Thanks in advance.
>  
> Franck HUGOT
>  
>  
>  
>  

-- 
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