users@jax-rpc.java.net

Re: Missing port information (no endpoint specified)

From: Zhan Yi <zhanyi_at_vanlink.com.cn>
Date: Tue, 27 Apr 2004 09:10:18 +0800

I found out the problem by print out from modified source code. The problem is i am using a relative url, for example:
instead of using direct url: http://localhost:8080/nms/wsTopoDb, I used http://localhost:8080/nms/applets/../wsTopoDb,
although trying the endpoint address in a browser is ok, using this code will fail. But it does work in jax-rpc 1.0.

Thanks.
Zhan Yi



----- Original Message -----
From: "Bobby Bissett - Javasoft" <robert.bissett_at_sun.com>
To: <users_at_jax-rpc.dev.java.net>
Sent: Tuesday, April 27, 2004 12:28 AM
Subject: Re: Missing port information (no endpoint specified)


> Zhan Yi wrote:
> > in launcher.server.log there is:
> > 2004-4-26 12:20:43 com.sun.xml.rpc.server.http.JAXRPCServletDelegate
> > doPost
> > ÑÏÖØ: JAXRPC.JAXRPCSERVLET.22: no endpoint specified
> > please help.
>
> Normally this means you have a typo in one of your config files -- the
> request that is coming in does not match any of the endpoints that are
> deployed. Check all the files to make sure you spell the endpoint names
> and other information the same in each one. You can verify that the
> service is deployed by trying the endpoint address in a browser as well.
>
> Cheers,
> Bobby
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>