Bonjour,

j'essaie de déployer un web service sur une machine autre que la machine de travail. Le problème semble que mon web service contient un path indiqué en dur (un path qui est a lorigine contenu sur machine de travail)...J'ai regardé partout il n'y a rien de tout ca...

Voici le message d'erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
WSSERVLET11: failed to parse runtime descriptor: java.lang.ExceptionInInitializerError java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at com.sun.xml.ws.transport.http.DeploymentDescriptorParser.getImplementorClass(DeploymentDescriptorParser.java:549) at
com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) at java.lang.Thread.run(Thread.java:679) Caused by: javax.xml.ws.WebServiceException: Failed to access the WSDL at: file:/C:/Data/CoLivingII/trunk-sebastien/git-trunk/co-living/MPOWER-Security/ws/src/main/webapp/WEB-INF/wsdl/Authorization/Authorization.wsdl. It failed with: Got /C:/Data/CoLivingII/trunk-sebastien/git-trunk/co-living/MPOWER-Security/ws/src/main/webapp/WEB-INF/wsdl/Authorization/Authorization.wsdl (Aucun fichier ou dossier de ce type) while opening stream from file:/C:/Data/CoLivingII/trunk-sebastien/git-trunk/co-living/MPOWER-Security/ws/src/main/webapp/WEB-INF/wsdl/Authorization/Authorization.wsdl. at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:188) at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:170) at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:135) at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:275) at 
...
com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:155) ... 
91 more Caused by: java.io.FileNotFoundException: /C:/Data/CoLivingII/trunk-sebastien/git-trunk/co-living/MPOWER-Security/ws/src/main/webapp/WEB-INF/wsdl/Authorization/Authorization.wsdl (Aucun fichier ou dossier de ce type) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:137) at java.io.FileInputStream.(FileInputStream.java:96) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:87) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:178) at java.net.URL.openStream(URL.java:1029) at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:842) ... 93 more
Merci de m'apporter votre aide.
Babas007