Can you please ensure that you compiled the GWT? Please try the following:
ant clean compile-gwt dist-server ./run-server.sh On Tue, Jun 5, 2012 at 3:23 AM, Ben Power <[email protected]> wrote: > Hi, > > First time trying to check out and build the project: I'm stuck once > logged into WIAB, my user appears offline and I can't see any options > to add a new wave or join an existing one (I'm under the impression an > introductory wave is meant to show?). > > Here are the steps I followed: > 0- Windows Vista user, and using chrome/IE/firefox (guess neither > doesn't matter anymore) > 1- used protoc, SVN and ant but had too obsolete a JDK version... so > got the latest one... then discovered that the branch is no longer > compatible (issue 310) > 2- so used Paulo Pires' latest jdk7-compatible branch from GitHub > 3- ran a clean install with Maven (mvn clean package), all subprojects > stating a successful build > 4- rebuilt oauth (generated pom files), socketio-java and > websocket-java-client, no errors logged (not sure whether necessary) > 5- ran the run-server script** > 6- logged onto the local host, signed up and logged in as a user > and... blank page (well except the top status bar) :-( > > Did I miss anything or perform a step in the wrong order? Are there > any particular settings in the server/federation configs which can be > tweaked (everything currently at their defaults)? > > Thanks, > Ben > > > ** I do see the first blip being generated in the log per the below so > I'm hoping that I'm almost there and that it is a client-side issue? > > Infos: Response returned: > > [{"id":"op3","data":{}},{"id":"op1","data":{"blipId":"b+1x2ijdpnp1bnjB","message":null,"waveletId":" > local.net/conv+root","waveId":"local.net/w+x8aetce566q8A"}},null] > > End of log which doesn't mean much to me but may speak to experts here: > > 2012-06-05 00:50:31.121:DBUG:oejs.session:Got Session ID > 1kfd120yxx0s0xa9fvb2bgab from cookie > 2012-06-05 > 00:50:31.121:DBUG:oejs.session:sessionManager=org.eclipse.jetty.server.session.HashSessionManager@109afb8 > 2012-06-05 > 00:50:31.121:DBUG:oejs.session:session=org.eclipse.jetty.server.session.HashedSession:1kfd120yxx0s0xa9fvb2bgab@19123685 > 2012-06-05 00:50:31.121:DBUG:oejs.ServletHandler:servlet > |/webclient/webclient.nocache.js|null -> default > 2012-06-05 > 00:50:31.121:DBUG:oejs.ServletHandler:chain=com.google.inject.servlet.GuiceFilter-29962774->org.eclipse.jetty.servlets.GzipFilter-28512351->default > 2012-06-05 00:50:31.122:DBUG:oejs.ServletHandler:call filter > com.google.inject.servlet.GuiceFilter-29962774 > 2012-06-05 00:50:31.123:DBUG:oejs.DefaultServlet:Resource > /webclient/webclient.nocache.js.gz=null > 2012-06-05 00:50:31.124:DBUG:oejs.DefaultServlet:Resource > /webclient/webclient.nocache.js=null > 2012-06-05 > 00:50:31.125:DBUG:oejs.DefaultServlet:uri=/webclient/webclient.nocache.js > resource=null > 2012-06-05 00:50:31.126:DBUG:oejs.Server:RESPONSE > /webclient/webclient.nocache.js 404 > 2012-06-05 00:50:31.127:DBUG:oejs.AsyncHttpConnection:Enabled read > interest SCEP@3542dc{l(/127.0.0.1:52276)<->r(/127.0.0.1:9898 > ),d=true,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=1r}-{AsyncHttpConnection@b8a5bb > ,g=HttpGenerator{s=4,h=0,b=0,c=-1},p=HttpParser{s=0,l=35,c=0},r=8} > 2012-06-05 00:50:31.127:DBUG:oejh.HttpParser:filled 0/0 > 2012-06-05 00:50:33.634:DBUG:oejin.ChannelEndPoint:ishut > SCEP@15f7b70{l(/127.0.0.1:52287)<->r(/127.0.0.1:9898 > ),d=true,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=1r}-{AsyncHttpConnection@1a10e5c > ,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=-3},r=1} > 2012-06-05 00:50:33.635:DBUG:oejh.HttpParser:filled -1/0 > 2012-06-05 00:50:33.635:DBUG:oejs.AsyncHttpConnection:Disabled read > interest while writing response > SCEP@15f7b70{l(/127.0.0.1:52287)<->r(/127.0.0.1:9898 > ),d=true,open=true,ishut=true,oshut=false,rb=false,wb=false,w=true,i=1r}-{AsyncHttpConnection@1a10e5c > ,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=1} > 2012-06-05 00:50:33.636:DBUG:oejin.ChannelEndPoint:close > SCEP@15f7b70{l(/127.0.0.1:52287)<->r(/127.0.0.1:9898 > ),d=true,open=true,ishut=true,oshut=false,rb=false,wb=false,w=true,i=1!}-{AsyncHttpConnection@1a10e5c > ,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=1} > 2012-06-05 00:50:33.637:DBUG:oeji.nio:destroyEndPoint > SCEP@15f7b70{l(null)<->r(0.0.0.0/0.0.0.0:9898 > ),d=false,open=false,ishut=true,oshut=true,rb=false,wb=false,w=true,i=1!}-{AsyncHttpConnection@1a10e5c > ,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=1} > 2012-06-05 00:50:33.638:DBUG:oejs.AbstractHttpConnection:closed > AsyncHttpConnection@1a10e5c > ,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=1 >
