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. Bu

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 Jose I. Icaza
Hi, On Sat, Jul 16, 2011 at 4:27 AM, Yuri Z wrote: > Actually it looks like totally normal log. What happens when you navigate > your browser to http://localhost:9898 ? Haven't got a browser or GUI installed in the server; but when I access that port from my lap via putty (http://kasparov.mty.

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 > Jose, > > can't you show your server config file? > > On Thu, Jul 14, 2011 at 7:05 PM, Jose I. Icaza wrote: > > > Thanks for answering Yuri - > > > > On W

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 wrote: > Thanks for answering Yuri - > > On Wed, Jul 13, 2011 at 2:34 PM, Yuri Z wrote: > > > Hi > > Can you please try the following sequence of commands? > > sudo ant clean > > sudo compile-gwt > > s

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 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 finished OK, but

Re: Installing WIAB: jetty hangs

2011-07-13 Thread Yuri Z
Hi Can you please try the following sequence of commands? sudo ant clean sudo compile-gwt sudo dist-server ./run-server.sh Also, you can try to test the extensions on this demo WIAB server: http://waveinabox.net 2011/7/13 Jose I. Icaza > Hi, > I had two students working on WIAB a month ago (Jos

Installing WIAB: jetty hangs

2011-07-13 Thread Jose I. Icaza
Hi, I had two students working on WIAB a month ago (Jose Antonio Osorio and Gerardo Lozano). They have now left, so I tried to update our WIAB server (running on ubuntu 10.04.2 server) to the latest version. This is what I did: $ cd /opt/WIAB -that's where everything is... $ sudo hg pull $ sudo