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