Retroceder   Foros del Web > Programación para sitios web > Java y JSP

Respuesta
 
Herramientas Desplegado
Antiguo 07-jul-2008, 14:41   #1 (permalink)
07JoseLuis no se puede cailificar en este momento
 
Fecha de Ingreso: junio-2008
Mensajes: 14
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 name=service@javax.jws.WebServiceRef@@@ 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
07JoseLuis está desconectado   Responder Citando
Respuesta

No hay votos aún.


Herramientas
Desplegado

Normas de Publicación
No puedes crear nuevos temas
No puedes responder temas
No puedes subir archivos adjuntos
No puedes editar tus mensajes

BB code is Activado
Caritas están Activado
[IMG] está Desactivado
Código HTML está Desactivado


La Zona horaria es GMT -6. Ahora son las 13:06.


Message Board Statistics

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93