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

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. 


Back to the top