Re: Installing WIAB: jetty hangs

2011-07-16 Thread Yuri Z
Actually it looks like totally normal log. What happens when you navigate your browser to http://localhost:9898 ? 2011/7/14 Victor Leschuk vlesc...@gmail.com Jose, can't you show your server config file? On Thu, Jul 14, 2011 at 7:05 PM, Jose I. Icaza jose...@gmail.com wrote: Thanks for

Re: Installing WIAB: jetty hangs

2011-07-16 Thread Yuri Z
Hi The server doesn't print debug messages unless something happens. So it seems like there's no problem with WIAB server, it's just that your network settings prevent you from accessing it. Anyway, to be sure, please send the whole server.config file attached to reply. 2011/7/16 Jose I. Icaza

Re: Installing WIAB: jetty hangs

2011-07-16 Thread Michael MacFadden
Is it possible that jetty is binding only to localhost. For example in my server.config I have the following: http_frontend_public_address = localhost:9898 http_frontend_addresses = ${http_frontend_public_address} Basically in this configuration if I hit http://localhost:9898 it will work.

Re: Installing WIAB: jetty hangs

2011-07-14 Thread Jose I. Icaza
Thanks for answering Yuri - On Wed, Jul 13, 2011 at 2:34 PM, Yuri Z vega...@gmail.com wrote: Hi Can you please try the following sequence of commands? sudo ant clean sudo compile-gwt sudo dist-server ./run-server.sh didn't work -both $ sudo ant compile-gwt and $ sudo ant dist-server

Re: Installing WIAB: jetty hangs

2011-07-14 Thread Victor Leschuk
Jose, can't you show your server config file? On Thu, Jul 14, 2011 at 7:05 PM, Jose I. Icaza jose...@gmail.com wrote: Thanks for answering Yuri - On Wed, Jul 13, 2011 at 2:34 PM, Yuri Z vega...@gmail.com wrote: Hi Can you please try the following sequence of commands? sudo ant clean