You need to update your source to latest version. On Jan 23, 1:26 am, IanC <[email protected]> wrote: > David, > 1) I'm using Firefox > 2) No I did not run ant compile-gwt. I ran it and got some errors as > below, full error output at the end. > > [ERROR] Resource BlipLinkPopupWidget.css not found. Is the name > specified as Class.getResource() would expect? > I did a file search and found bin/org/waveprotocol/wave/client/ > wavepanel/view/dom/BlipLinkPopupWidget.css > > [ERROR] Unable to find resource: org/waveprotocol/wave/client/ > wavepanel/view/dom/full/BlipLinkPopupWidget.ui.xml > I navigated there and didn't find that file. > > Yuri > in my configuration > use_socketio = true > which was the default. > > More output from ant compile-gwt > > compile-gwt: > [java] Compiling module > org.waveprotocol.box.webclient.WebClientProd > [java] Scanning for additional dependencies: file:src/org/ > waveprotocol/wave/client/wavepanel/view/dom/full/ > BlipLinkPopupWidget.java > [java] Computing all possible rebind results for > 'org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Resources' > [java] Rebinding > org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Resources > [java] Invoking generator > com.google.gwt.resources.rebind.context.InlineClientBundleGenerator > [java] Preparing method style > [java] Finding resources > [java] [ERROR] Resource > BlipLinkPopupWidget.css not found. Is the name specified as > Class.getResource() would expect? > [java] Computing all possible rebind results for > 'org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Binder' > [java] Rebinding > org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Binder > [java] Invoking generator > com.google.gwt.uibinder.rebind.UiBinderGenerator > [java] [ERROR] Unable to find resource: org/ > waveprotocol/wave/client/wavepanel/view/dom/full/ > BlipLinkPopupWidget.ui.xml > [java] [ERROR] Errors in 'file:src/org/waveprotocol/wave/ > client/wavepanel/view/dom/full/BlipLinkPopupWidget.java' > [java] [ERROR] Line 69: Failed to resolve > 'org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Binder' > via deferred binding > [java] [ERROR] Line 72: Failed to resolve > 'org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget.Resources' > via deferred binding > [java] Scanning for additional dependencies: file:src/org/ > waveprotocol/wave/client/widget/profile/ProfilePopupWidget.java > [java] [WARN] For the following type(s), generated source > was never committed (did you forget to call commit()?) > [java] [WARN] > org.waveprotocol.wave.client.wavepanel.view.dom.full.BlipLinkPopupWidget_BinderImpl > [java] [ERROR] Cannot proceed due to previous errors > > BUILD FAILED > build.xml:326: Java returned: 1 > > On Jan 19, 12:48 am, "Yuri Z. (a.k.a Vega)" <[email protected]> wrote: > > > and did you set sockets.io to true or false in the server.config > > property file. > > > On Jan 15, 2:59 pm, David Hearnden <[email protected]> wrote: > > > > Hi Ian, > > > > A few questions: > > > 1) What browser are you using? > > > 2) Did you run ant compile-gwt? > > > > -Dave > > > > On Jan 15, 9:36 pm, IanC <[email protected]> wrote: > > > > > In short, the web client for wave in a box is only displaying the > > > > header and no waves. I am wondering why this is and how to resolve it? > > > > > Some detail: > > > > > I have installed the wave in a box app on Linux (Ubuntu 10.10, clean > > > > vm) and on Mac (10.6.5) by the instructions > > > > athttps://sites.google.com/a/waveprotocol.org/wave-protocol/code/instal... > > > > and both installations have the same problem that they do not display > > > > the web client fully. > > > > > The web client displays the sign-in and register pages fine, and I can > > > > create accounts. However, once logged in, the page only displays the > > > > header that contains my username with the status of offline (it never > > > > goes to online) - the frame that is supposed to contain the waves (as > > > > seen on this video) does not appear with either service. > > > > > The console client works. When I create waves in the console client, > > > > this works and they persist. However the web client still does not > > > > display waves, even though from console I can confirm that waves > > > > exist. > > > > > The following page suggests that I need to wait until the status says > > > > online but on my server the login never gets to > > > > onlinehttp://www.google.com/support/forum/p/wave/thread?tid=0ca7406ac67c8f1... > > > > > Below is a sample of my server console output from a webclient request > > > > to login to the wave in a box server. I guess the line "RESPONSE / > > > > webclient/webclient.nocache.js 404" has something to do with it, but > > > > that's as far as I can get with the debugging. > > > > > Any suggestion of how to resolve this problem so I can see waves in > > > > the web client will be much appreciated. > > > > > Also any tips on where to begin with where to begin with editing / > > > > customising the web client would be appreciated no matter how simple. > > > > > 2011-01-15 20:44:41.928:DBUG::REQUEST / on > > > > org.eclipse.jetty.server.nio.SelectChannelConnector$2@b4d39c > > > > 2011-01-15 20:44:41.928:DBUG::Got Session ID > > > > 141uyyhyqmsli1c0a0anr0u0d4 from cookie > > > > 2011-01-15 > > > > 20:44:41.928:DBUG::sessionManager=org.eclipse.jetty.server.session.HashSess > > > > ionManager@e06ce > > > > 2011-01-15 > > > > 20:44:41.928:DBUG::session=org.eclipse.jetty.server.session.HashSessionMana > > > > ger > > > > $Session:141uyyhyqmsli1c0a0anr0u0d4@18859192 > > > > 2011-01-15 > > > > 20:44:41.928:DBUG::servlet=org.waveprotocol.box.server.rpc.WaveClientServle > > > > t-10054858 > > > > 2011-01-15 20:44:41.928:DBUG::servlet holder= > > > > org.waveprotocol.box.server.rpc.WaveClientServlet-10054858 > > > > 2011-01-15 20:44:41.928:DBUG::chain= null > > > > 2011-01-15 20:44:41.930:DBUG::RESPONSE / 200 > > > > 2011-01-15 20:44:41.941:DBUG::REQUEST /webclient/webclient.nocache.js > > > > on org.eclipse.jetty.server.nio.SelectChannelConnector$2@b4d39c > > > > 2011-01-15 20:44:41.941:DBUG::Got Session ID > > > > 141uyyhyqmsli1c0a0anr0u0d4 from cookie > > > > 2011-01-15 > > > > 20:44:41.941:DBUG::sessionManager=org.eclipse.jetty.server.session.HashSess > > > > ionManager@e06ce > > > > 2011-01-15 > > > > 20:44:41.941:DBUG::session=org.eclipse.jetty.server.session.HashSessionMana > > > > ger > > > > $Session:141uyyhyqmsli1c0a0anr0u0d4@18859192 > > > > 2011-01-15 > > > > 20:44:41.942:DBUG::servlet=org.eclipse.jetty.servlet.DefaultServlet-4873336 > > > > 2011-01-15 20:44:41.942:DBUG::servlet holder= > > > > org.eclipse.jetty.servlet.DefaultServlet-4873336 > > > > 2011-01-15 20:44:41.942:DBUG::chain= null > > > > 2011-01-15 20:44:41.943:DBUG::RESOURCE /webclient/ > > > > webclient.nocache.js=null > > > > 2011-01-15 20:44:41.943:DBUG::RESOURCE /webclient/ > > > > webclient.nocache.js=null > > > > 2011-01-15 20:44:41.943:DBUG::resource=null > > > > 2011-01-15 20:44:41.944:DBUG::RESPONSE /webclient/ > > > > webclient.nocache.js 404 > > > > 2011-01-15 20:44:41.949:DBUG::REQUEST /static/logo.png on > > > > org.eclipse.jetty.server.nio.SelectChannelConnector$2@b4d39c > > > > 2011-01-15 20:44:41.949:DBUG::Got Session ID > > > > 141uyyhyqmsli1c0a0anr0u0d4 from cookie > > > > 2011-01-15 > > > > 20:44:41.949:DBUG::sessionManager=org.eclipse.jetty.server.session.HashSess > > > > ionManager@e06ce > > > > 2011-01-15 > > > > 20:44:41.949:DBUG::session=org.eclipse.jetty.server.session.HashSessionMana > > > > ger > > > > $Session:141uyyhyqmsli1c0a0anr0u0d4@18859192 > > > > 2011-01-15 > > > > 20:44:41.949:DBUG::servlet=org.eclipse.jetty.servlet.DefaultServlet-4873336 > > > > 2011-01-15 20:44:41.949:DBUG::servlet holder= > > > > org.eclipse.jetty.servlet.DefaultServlet-4873336 > > > > 2011-01-15 20:44:41.949:DBUG::chain= null > > > > 2011-01-15 20:44:41.949:DBUG::resource=file:/home/ian/wave/war/static/ > > > > logo.png content > > > > 2011-01-15 20:44:41.950:DBUG::RESPONSE /static/logo.png 304 > > > > 2011-01-15 20:44:41.928:DBUG::REQUEST / on > > > > org.eclipse.jetty.server.nio.SelectChannelConnector$2@b4d39c > > > > 2011-01-15 20:44:41.928:DBUG::Got Session ID > > > > 141uyyhyqmsli1c0a0anr0u0d4 from cookie > > > > 2011-01-15 > > > > 20:44:41.928:DBUG::sessionManager=org.eclipse.jetty.server.session.HashSess > > > > ionManager@e06ce > > > > 2011-01-15 > > > > 20:44:41.928:DBUG::session=org.eclipse.jetty.server.session.HashSessionMana > > > > ger > > > > $Session:141uyyhyqmsli1c0a0anr0u0d4@18859192 > > > > 2011-01-15 > > > > 20:44:41.928:DBUG::servlet=org.waveprotocol.box.server.rpc.WaveClientServle > > > > t-10054858 > > > > 2011-01-15 20:44:41.928:DBUG::servlet holder= > > > > org.waveprotocol.box.server.rpc.WaveClientServlet-10054858 > > > > 2011-01-15 20:44:41.928:DBUG::chain= null > > > > 2011-01-15 20:44:41.930:DBUG::RESPONSE / 200 > > > > 2011-01-15 20:44:41.941:DBUG::REQUEST /webclient/webclient.nocache.js > > > > on org.eclipse.jetty.server.nio.SelectChannelConnector$2@b4d39c > > > > 2011-01-15 20:44:41.941:DBUG::Got Session ID > > > > 141uyyhyqmsli1c0a0anr0u0d4 from cookie > > > > 2011-01-15 > > > > 20:44:41.941:DBUG::sessionManager=org.eclipse.jetty.server.session.HashSess > > > > ionManager@e06ce > > > > 2011-01-15 > > > > 20:44:41.941:DBUG::session=org.eclipse.jetty.server.session.HashSessionMana > > > > ger > > > > $Session:141uyyhyqmsli1c0a0anr0u0d4@18859192 > > > > 2011-01-15 > > > > 20:44:41.942:DBUG::servlet=org.eclipse.jetty.servlet.DefaultServlet-4873336 > > > > 2011-01-15 20:44:41.942:DBUG::servlet holder= > > > > org.eclipse.jetty.servlet.DefaultServlet-4873336 > > > > 2011-01-15 20:44:41.942:DBUG::chain= null > > > > 2011-01-15 20:44:41.943:DBUG::RESOURCE /webclient/ > > > > webclient.nocache.js=null > > > > 2011-01-15 20:44:41.943:DBUG::RESOURCE /webclient/ > > > > webclient.nocache.js=null > > > > 2011-01-15 20:44:41.943:DBUG::resource=null > > > > 2011-01-15 > > ... > > read more »
-- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
