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