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 > > 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 then sudo ./run-server.sh produced exactly the same results as > before: > > (...) > 2011-07-13 21:23:35.218:DBUG::starting > org.eclipse.jetty.server.Server@4b4c28db > 2011-07-13 21:23:35.219:DBUG::Starting > SelectChannelConnector@127.0.1.1:9898 > 2011-07-13 21:23:35.219:DBUG::Starting > org.eclipse.jetty.server.nio.SelectChannelConnector$1@41e22632 > 2011-07-13 21:23:35.220:DBUG::STARTED > org.eclipse.jetty.server.nio.SelectChannelConnector$1@41e22632 > 2011-07-13 21:23:35.224:INFO::Started > SelectChannelConnector@127.0.1.1:9898 > 2011-07-13 21:23:35.224:DBUG::STARTED > SelectChannelConnector@127.0.1.1:9898 > org.eclipse.jetty.server.Server@4b4c28db STOPPED > +-WebAppContext@6335605a@6335605a/,[file:/opt/WIAB/war/] started > +-SessionHandler@41e3a0ec started > +-ConstraintSecurityHandler@67b2b131 started > +-ServletHandler@475a07bf started > > +-[/*]/[]==0=>com.google.inject.servlet.GuiceFilter-1410500149{} > +-[/]=>default{maxCacheSize=256000000, dirAllowed=true, > gzip=true, maxCachedFileSize=10000000, redirectWelcome=false, > cacheType=both, acceptRanges=true, welcomeServlets=false, aliases=false, > useFileMappedBuffer=true, maxCachedFiles=1000} > +-[*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF, *.JSPX, > *.XSP]=>jsp{logVerbosityLevel=DEBUG, fork=false, xpoweredBy=false, > scratchdir=/tmp/Jetty_127_0_1_1_9898_war____kbyn2b/jsp} > +=roles=[] > +=/={TRACE={RoleInfo,F,C[]}} > > 2011-07-13 21:23:35.239:DBUG::STARTED > org.eclipse.jetty.server.Server@4b4c28db > (hangs) > > >Also, you can try to test the extensions on this demo WIAB server: > http://waveinabox.net > > I will, but some parts of our system interact with the datastores used by > the bots so it would be best if we have our own server. > > Is there anything else I can try? > > --jose > > > > > > 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 > > > > Also, you can try to test the extensions on this demo WIAB server: > > http://waveinabox.net > > > > 2011/7/13 Jose I. Icaza <jose...@gmail.com> > > > > > 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 hg update > > > $ sudo ant clean > > > $ sudo ant (it reports "build successful"; none of the tests report > > errors) > > > $ ./run-server.sh > > > > > > after that came a couple of screens of quick DBUG messages, then it > hangs > > > up > > > here: > > > > > > (...) > > > 2011-07-08 09:54:53.933:DBUG::starting > > > org.eclipse.jetty.server.Server@a2bccb2 > > > 2011-07-08 09:54:53.933:DBUG::Starting > > > SelectChannelConnector@127.0.1.1:9898 > > > 2011-07-08 09:54:53.933:DBUG::Starting > > > org.eclipse.jetty.server.nio.SelectChannelConnector$1@76136c55 > > > 2011-07-08 09:54:53.934:DBUG::STARTED > > > org.eclipse.jetty.server.nio.SelectChannelConnector$1@76136c55 > > > 2011-07-08 09:54:53.939:INFO::Started > > > SelectChannelConnector@127.0.1.1:9898 > > > 2011-07-08 09:54:53.939:DBUG::STARTED > > > SelectChannelConnector@127.0.1.1:9898 > > > org.eclipse.jetty.server.Server@a2bccb2 STOPPED > > > +-WebAppContext@19195c2b@19195c2b/,[file:/opt/WIAB/war/] started > > > +-SessionHandler@26d510e8 started > > > +-ConstraintSecurityHandler@7b751a9e started > > > +-ServletHandler@6e490342 started > > > > > > +-[/*]/[]==0=>com.google.inject.servlet.GuiceFilter-1085183940{} > > > +-[/]=>default{maxCacheSize=256000000, dirAllowed=true, > > > gzip=true, maxCachedFileSize=10000000, redirectWelcome=false, > > > cacheType=both, acceptRanges=true, welcomeServlets=false, > aliases=false, > > > useFileMappedBuffer=true, maxCachedFiles=1000} > > > +-[*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF, *.JSPX, > > > *.XSP]=>jsp{logVerbosityLevel=DEBUG, fork=false, xpoweredBy=false, > > > scratchdir=/tmp/Jetty_127_0_1_1_9898_war____kbyn2b/jsp} > > > +=roles=[] > > > +=/={TRACE={RoleInfo,F,C[]}} > > > > > > 2011-07-08 09:54:53.955:DBUG::STARTED > > > org.eclipse.jetty.server.Server@a2bccb2 > > > > > > (hangs, no further messages. WIAB from Chrome ( > > > http://kasparov.mty.itesm.mx:9898): Could not connect) > > > > > > > > > Can you help me please? Unfortunately I have no time to delve into the > > > code; > > > just want to have WIAB running again to test some gadgets and bots we > > have > > > been developing on Wave for the Google-sponsored project "Wave-enabled > > > coach > > > for ER modeling". > > > > > > --jose > > > > > >