dev@glassfish.java.net

Re: [Fwd: Glassfish QL EE hangs]

From: Bhavanishankar <bshankar_at_sun.com>
Date: Wed, 13 Aug 2008 16:50:16 +0530

Hi Magnus,

Try accessing http://localhost:39080/TestApp/MiscService/Misc?wsdl from
your browser. If it loads then check if the the WSDL document has any
host names (usually the schema where your WSDL is pointing to). And see
if that host name resolves to correct IP (i.e., your current IP). If
not, you should have to put a correct name resolution for it in
/etc/hosts (something similar file in Windows, not sure of the exact
file name though...).

For example, in my system I have /etc/hosts with :

129.158.xxx.xxx myhost.india.sun.com myhost

HTH,
Bhavani.

Prasad Subramanian wrote:
> Fwding to the GlassFish mailing list as well
>
> -------- Original Message --------
> Subject: Glassfish QL EE hangs
> Date: Tue, 12 Aug 2008 15:09:47 +0200
> From: Magnus Hessel XX <magnus.xx.hessel_at_ericsson.com>
> Reply-To: dev_at_sailfin.dev.java.net
> To: dev_at_sailfin.dev.java.net
>
>
>
> I'm running Glassfish QL EE against a clean sandbox om my Win2000
> machine, but it doesn't work properly. It hangs. I've tried several times.
>
> What I get just before it hangs is:
>
> #########################################################################################################################
>
> [java] wsimport-local:
> [java] [mkdir] Created dir:
> C:\cvs\sailfin-trunk-verify\glassfish\appserv-tests\build\module\classes
> [java] [exec] parsing WSDL...
> [java]
> [java]
> [java] [exec] [ERROR] Connection refused: connect
> [java]
> [java] [exec] Failed to read the WSDL document:
> _http://localhost:39080/TestApp/MiscService/Misc?wsdl_, because 1)
> could not find the document; /2) the document could not be read; 3)
> the root element of the document is not <wsdl:definitions>.
>
> [java]
> [java]
> [java] [exec] [ERROR] failed.noservice=Could not find
> wsdl:service in the provided WSDL(s):
> [java]
> [java] [exec] At least one WSDL with at least one service
> definition needs to be provided.
> [java]
> [java]
> [java] [exec] Failed to parse the WSDL.
> [java]
> ###########################################################################################################################
>
> According to the QuickLook-README.txt this is an issue but there don't
> seems to be a solution.
>
> *Does someone know how to make these tests work?*
>
> What I do is:
> ...sailfin\bootstrap>maven bootstrap
> ...sailfin\bootstrap>maven configure-cluster
> ...glassfish\appserv-tests>maven runtest-ee-standalone
>
> /Magnus
>
>
> Note!!!! The PE version works fine by doing
> ...sailfin\bootstrap>maven bootstrap
> ...sailfin\bootstrap>maven configure-runtime
> ...glassfish\appserv-tests>maven runtest
>
>
>
>
> <<EE_hung.zip>>
>
>
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_sailfin.dev.java.net
> For additional commands, e-mail: dev-help_at_sailfin.dev.java.net
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net