Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 73707 invoked from network); 2 Jul 2005 08:49:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jul 2005 08:49:21 -0000 Received: (qmail 60562 invoked by uid 500); 2 Jul 2005 08:49:15 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 60511 invoked by uid 500); 2 Jul 2005 08:49:14 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 60478 invoked by uid 99); 2 Jul 2005 08:49:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2005 01:49:13 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 825C615 for ; Sat, 2 Jul 2005 10:49:10 +0200 (CEST) Message-ID: <1609087820.1120294150532.JavaMail.jira@ajax.apache.org> Date: Sat, 2 Jul 2005 10:49:10 +0200 (CEST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-672) EJB Web Service Endpoint WSDL problem In-Reply-To: <398079170.1118644786571.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-672?page=all ] David Jencks closed GERONIMO-672: --------------------------------- Fix Version: 1.0-M4 Resolution: Fixed Assign To: David Jencks There was a severe problem in agreeing on what the wsdl location might be -- a jar url or the wsdl-file element from the webservices.xml. Agreeing on the latter solved the problem. > EJB Web Service Endpoint WSDL problem > ------------------------------------- > > Key: GERONIMO-672 > URL: http://issues.apache.org/jira/browse/GERONIMO-672 > Project: Geronimo > Type: Bug > Components: webservices > Versions: 1.0-M4 > Environment: Windows XP SP2 > Reporter: Stefan Schmidt > Assignee: David Jencks > Fix For: 1.0-M4 > > When trying to read the WSDL file of a deployed EJB Endpoint (http://localhost:8080/hello-ejb/Hello?wsdl) I get the following error msg in the geronimo.log: > 15:49:08,717 DEBUG [HttpServer] Try HttpContext[/hello-ejb/Hello,null],0 > 15:49:08,717 WARN [HttpConnection] GET /hello-ejb/Hello?wsdl HTTP/1.1 HttpException(500,Internal Server Error,Could not fetch wsdl!) > 15:49:08,717 DEBUG [HttpConnection] EXCEPTION > HttpException(500,Internal Server Error,Could not fetch wsdl!) > at org.apache.geronimo.jetty.JettyEJBWebServiceContext.handle(JettyEJBWebServiceContext.java:139) > at org.mortbay.http.HttpServer.service(HttpServer.java:954) > at org.mortbay.http.HttpConnection.service(HttpConnection.java:814) > at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981) > at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831) > at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) > Caused by: java.lang.IllegalStateException: No wsdl or schema known at location: ETA-INF/wsdl/HelloService.wsdl > at org.apache.geronimo.axis.server.AxisWebServiceContainer.getWsdl(AxisWebServiceContainer.java:253) > at org.apache.geronimo.jetty.JettyEJBWebServiceContext.handle(JettyEJBWebServiceContext.java:134) > ... 7 more > 15:49:08,717 DEBUG [HttpConnection] RESPONSE: > HTTP/1.1 500 Internal Server Error > Date: Mon, 13 Jun 2005 05:49:08 GMT > Server: Jetty/5.1.4rc0 (Windows XP/5.1 x86 java/1.4.2_08 > Connection: close > The hello-ejb.jar EJB is a simple example taken from jBoss 4 WS examples. > Stefan Schmidt -- 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