Re: Compile error and can't run from the tip

2011-08-29 Thread Yuri Z
Thanks for investigating this. Actually I already checked about switching to Jetty7 but it seems like they changed some classes, so it would require significant refactoring of existing code. On Mon, Aug 29, 2011 at 4:47 PM, Thomas Broyer wrote: > For the server-side code, Socket.IO-Java seems to

Re: Compile error and can't run from the tip

2011-08-29 Thread Thomas Broyer
For the server-side code, Socket.IO-Java seems to rely on Jetty's own implementation, so upgrading Jetty might/should be enough (would be if we, at least temporarily, switch to no longer use Socket.IO). There might be a need to upgrade the client-side too though, because the SWF talks in WebSocket

Re: Compile error and can't run from the tip

2011-08-29 Thread Yuri Z
If so, it seems like it poses a real issue for us. Maybe we would have to replace Socket.IO with other framework, like Comet.d. On Mon, Aug 29, 2011 at 2:41 PM, Ruxiao Ma wrote: > If it's because of the incompatibility of different WebSockets protocol > version it won't work either... > > At lea

Re: Compile error and can't run from the tip

2011-08-29 Thread Ruxiao Ma
If it's because of the incompatibility of different WebSockets protocol version it won't work either... At least, I'm running wiab with use_socketio = false today and used a clean copy of chromium. No luck. On Mon, Aug 29, 2011 at 19:36, Yuri Z wrote: > Maybe we should change the default value

Re: Compile error and can't run from the tip

2011-08-29 Thread Yuri Z
Maybe we should change the default value of use.socketio fllag in server.config to false? On Mon, Aug 29, 2011 at 12:30 PM, Thomas Broyer wrote: > On Mon, Aug 29, 2011 at 7:44 AM, Ruxiao Ma wrote: > > The computer I'm using now is Chromium 15.0.866.0 (build 98596) on > Windows > > XP. > > > >

Re: Compile error and can't run from the tip

2011-08-29 Thread Thomas Wrobel
If thats stable and secure I'll start nagging Opera again to support Websockets seeing as thats why they droped it [/semi-offtopic] ~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and give feedback :) On 29 August 2011 11:30, Thomas Broyer wrote: > On Mon

Re: Compile error and can't run from the tip

2011-08-29 Thread Thomas Broyer
On Mon, Aug 29, 2011 at 7:44 AM, Ruxiao Ma wrote: > The computer I'm using now is Chromium 15.0.866.0 (build 98596) on Windows > XP. > > My home computer is using Windows 7 with Chrome dev-channel (15.something, > will check when I arrive home tonight). Haven't tried under Linux. It's expected th

Re: Compile error and can't run from the tip

2011-08-28 Thread Ruxiao Ma
The computer I'm using now is Chromium 15.0.866.0 (build 98596) on Windows XP. My home computer is using Windows 7 with Chrome dev-channel (15.something, will check when I arrive home tonight). Haven't tried under Linux. On Mon, Aug 29, 2011 at 13:40, Yuri Z wrote: > Just for the record, what i

Re: Compile error and can't run from the tip

2011-08-28 Thread Yuri Z
Just for the record, what is your version of Chrome/OS? On Mon, Aug 29, 2011 at 8:01 AM, Ruxiao Ma wrote: > Tests are working now and compiling process is working smoothly (at least > in > my eyes, I don't know much about the compiling process yet). Thanks for the > fix. > > I still can't get On

Re: Compile error and can't run from the tip

2011-08-28 Thread Ruxiao Ma
Tests are working now and compiling process is working smoothly (at least in my eyes, I don't know much about the compiling process yet). Thanks for the fix. I still can't get Online on the newest version of Chromium. I can even get my status to Online on IE6. On Mon, Aug 29, 2011 at 01:55, Yuri

Re: Compile error and can't run from the tip

2011-08-28 Thread Yuri Z
I pushed a fix (revision 7e7b23fdf009). Please update from the tip and try again. On Sun, Aug 28, 2011 at 7:15 PM, Michael MacFadden < michael.macfad...@gmail.com> wrote: > I just verified that this test fails for me also. > > On Aug 28, 2011, at 8:59 AM, Yuri Z wrote: > > > Hmm, just tried to ru

Re: Compile error and can't run from the tip

2011-08-28 Thread Michael MacFadden
I just verified that this test fails for me also. On Aug 28, 2011, at 8:59 AM, Yuri Z wrote: > Hmm, just tried to run the ClientFrontendImplTest and all tests passed for > me... Strange. I ll try to investigate it. > > On Sun, Aug 28, 2011 at 5:55 PM, Ruxiao Ma wrote: > >> Now recloning the re

Re: Compile error and can't run from the tip

2011-08-28 Thread Yuri Z
Hmm, just tried to run the ClientFrontendImplTest and all tests passed for me... Strange. I ll try to investigate it. On Sun, Aug 28, 2011 at 5:55 PM, Ruxiao Ma wrote: > Now recloning the repo to get a clean copy. > > But what about those testing errors? without manually disabling that test I >

Re: Compile error and can't run from the tip

2011-08-28 Thread Michael MacFadden
I have been intermitently seeing this on chrome as well. I am on Mac OSX 10.7. I was also having an issue testing a recent patch on Chrome, when I tested the patch on safari it worked fine. So, we may be having some issues with chrome. On Aug 28, 2011, at 8:28 AM, Ruxiao Ma wrote: > Thanks

Re: Compile error and can't run from the tip

2011-08-28 Thread Ruxiao Ma
Thanks for the suggestion! With 1018 I can get it up and running and keeping deltas. I tried Firefox 4 (haven't got time to upgrade) and it worked! However even I cleaned the cache of Chrome 15 I still keep offline all the time. On Sun, Aug 28, 2011 at 22:55, Ruxiao Ma wrote: > Now recloning th

Re: Compile error and can't run from the tip

2011-08-28 Thread Ruxiao Ma
Now recloning the repo to get a clean copy. But what about those testing errors? without manually disabling that test I can't even compile it... On Sun, Aug 28, 2011 at 22:52, Yuri Z wrote: > Try to clean the browse rcache. > > On Sun, Aug 28, 2011 at 5:49 PM, Ruxiao Ma wrote: > > > Update: >

Re: Compile error and can't run from the tip

2011-08-28 Thread Yuri Z
Try to clean the browse rcache. On Sun, Aug 28, 2011 at 5:49 PM, Ruxiao Ma wrote: > Update: > > Went back to 1018 , no more test errors, but still get turbulence. > > Went back to 1015, still can't get it running. > > Got lots of DBUG::EOF org.eclipse.jetty.io.EofException in the output. > > Sin

Re: Compile error and can't run from the tip

2011-08-28 Thread Ruxiao Ma
Update: Went back to 1018 , no more test errors, but still get turbulence. Went back to 1015, still can't get it running. Got lots of DBUG::EOF org.eclipse.jetty.io.EofException in the output. Since there is no xorg on the server, I've bound the server to 0.0.0.0:9898to access it. I'm confused