users@glassfish.java.net

Re: http://java.sun.com/javaee/reference/tutorials/

From: Alex Sherwin <alex.sherwin_at_acadiasoft.com>
Date: Sun, 01 Feb 2009 15:17:12 -0500

For #1, I believe this is normal. The *76 port is the OpenMQ Broker
port, when the domain starts up it checks if the broker is already
running, and if it isn't, (ConnectException), it is started. I.E. the
lines around that error probably look like this:

[#|2009-02-01T15:11:35.375-0500|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMS Resource Adapter starting...|#]

[#|2009-02-01T15:11:35.406-0500|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_LB1101:
Looking for Broker Running at:localhost:8076|#]

[#|2009-02-01T15:11:36.406-0500|WARNING|sun-appserver2.1|javax.jms|_ThreadID=10;_ThreadName=main;_RequestID=c97eedbf-7a87-400e-af60-aa042e05dd52;|[C4003]:
Error occurred on connection creation [localhost:8076]. - cause:
java.net.ConnectException: Connection refused: connect|#]

[#|2009-02-01T15:11:39.781-0500|INFO|sun-appserver2.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101:
SJSMQ JMSRA Started:LOCAL|#]



glassfish_at_javadesktop.org wrote:
> Hi,
>
> I am developing the example that comes with the tutorial
>
> http://java.sun.com/javaee/reference/tutorials/
>
> I am meaning to firstcup-dukes-age web service example. You can download the tutorial and following the instructions in it you can download the example as well.
>
> Develop this example take you for some steps. But I have some problems:
>
> #1.- When I start GF v2ur2 I get an error,
>
> [C4003]: An error has occurred while creating then connection [localhost:7676]. - intercepted java.net.ConnectException: Connection refused: connect
> I do not know what it means.
>
> #2.- While developing the WSDL, in the step Creating a Web Service Client for the firstcup-war Web Module I get another error. The tutorial says,
>
> • Into the WSDL URL field, enter the following location of the WSDL file of the web service that the web service client will consume.
> http://localhost:8080/DukesAgeService/DukesAgeService?WSDL
> • Into the Package field, enter the following package where the client files will be generated.
> com.sun.firstcup.webservice
> But I cannot enter the package because the field is disabled, so I let it be and do the first point. Here I get the second error,
>
> Problem with downloading wsdl or schema file.
> Check the URL, proxy settings or whether the server is running.
> URL: http://localhost:8080/DukesAgeService/DukesAgeService?WSDL
> And I stopped here because I could not go on.
>
> I do not know if the error in my GF is related with the application problems.
> Is there anybody who has tried it and could help me?
>
> Regards,
> Jose Alvarez de Lara
> [Message sent by forum member 'josealvarezdelara' (josealvarezdelara)]
>
> http://forums.java.net/jive/thread.jspa?messageID=329504
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>
>
>