Foros del Web

Foros del Web (http://www.forosdelweb.com/)
-   Java (http://www.forosdelweb.com/f45/)
-   -   problema con webservice (http://www.forosdelweb.com/f45/problema-con-webservice-603665/)

07JoseLuis 07/07/2008 14:41

problema con webservice
 
Hola a todos!!
Me encuentro realizando un webservice en netbeans, y con un servidor glassfish V2 ya tengo mis dos aplicaciones mi service y mi cliente, me arroja este error en el explorador pero en el codigo no marca ningun error; me podrian dar algunas ideas para poder checar donde podria estar mi error, gracias:

Código:

HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

descriptionThe server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: PWC1391: Servlet.init() for servlet WebServiceClient threw exception
root cause

java.lang.RuntimeException: WEB5002: Exception in handleBeforeEvent.
root cause

com.sun.enterprise.InjectionException: Exception attempting to inject Env-Prop: com.portomx.webservice.application.test.WebServiceClient/service@Field-Injectable Resource. Class name = com.portomx.webservice.application.test.WebServiceClient Field [email protected]@@@ into class com.portomx.webservice.application.test.WebServiceClient
root cause

javax.naming.NamingException [Root exception is java.lang.reflect.InvocationTargetException]
root cause

java.lang.reflect.InvocationTargetException
root cause

javax.xml.ws.WebServiceException: Failed to access the WSDL at: http://localhost:8080/WebServiceApplication/WebServiceNombresService?wsdl. It failed with:
        http://localhost:8080/WebServiceApplication/WebServiceNombresService?wsdl.
root cause

java.io.FileNotFoundException: http://localhost:8080/WebServiceApplication/WebServiceNombresService?wsdl
note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1_01 logs.


--------------------------------------------------------------------------------

Sun Java System Application Server 9.1_01



La zona horaria es GMT -6. Ahora son las 22:07.

Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.