Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] client connection times out

I have never set the server WITHOUT specifying the port.

I just tested it, and it seems that you MUST specify the port.

JimW 

-----Original Message-----
From: corona-dev-bounces@xxxxxxxxxxx
[mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Bryan Hunt
Sent: Monday, March 05, 2007 8:57 AM
To: Corona development
Subject: Re: [corona-dev] client connection times out

Yes, I'm specifying the server in the corona preferences panel.  I'm
using the format:

http://192.169.0.10

My trial was with the server running on my desktop (the IP address
above) and the client running on my laptop.  I didn't specify a port on
either the client or server so the defaults as you indicate should
match.  Is there a good spot to set a breakpoint to try to get better
information on root cause?

Bryan

PS, are questions like this suitable for the mailing list, or are these
questions preferred in the newsgroup?

On Mar 5, 2007, at 5:23 AM, Wright, Jim wrote:

> Bryan
>
> The default port on the client and server is: 3000
>
> First verify that you have specified the server setting in the client.
>
> This setting can be found under Window->Preferences->Corona->Server
> settings.
>
> The value should be something like http://servername:3000.  Example 
> http://localhost:3000
>
>
>
> -----Original Message-----
> From: corona-dev-bounces@xxxxxxxxxxx
> [mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Bryan Hunt
> Sent: Friday, March 02, 2007 4:56 PM
> To: corona-dev@xxxxxxxxxxx
> Subject: [corona-dev] client connection times out
>
> When I try to get the client to connect to the server, it's timing out

> when it calls:
>
> OMElement result = sender.sendReceive(payload)  RPCProxyhandler line 
> 376.
>
> Is the default port number on the client and the server the same?
> How would I debug this further?
>
> Bryan
>
> _______________________________________________
> corona-dev mailing list
> corona-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/corona-dev
>
> The contents of this e-mail are intended for the named addressee only.

> It contains information that may be confidential. Unless you are the 
> named addressee or an authorized designee, you may not copy or use it,

> or disclose it to anyone else. If you received it in error please 
> notify us immediately and then destroy it.
> _______________________________________________
> corona-dev mailing list
> corona-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/corona-dev

_______________________________________________
corona-dev mailing list
corona-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/corona-dev

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. 


Back to the top