Sorry but - whats the problem, exactly? I've never seen the "cannot create wave as no backend" error before. Can you reproduce the problem in an entirely clean checkout, without making a custom config file at all? (It should default to using the run-nofed-config.sh configuration file, and you should be able to access it on http://localhost:9898/
The whole "Cannot create user because user already exists" problem exists because of the fake user store. You can just login with any username and a blank password. If that bothers you, change this line in the config file: ACCOUNT_STORE_TYPE=fake to: ACCOUNT_STORE_TYPE=memory or ACCOUNT_STORE_TYPE=mongodb (if you have mongodb installed) -J On Tue, Oct 26, 2010 at 10:55 PM, DanielS <[email protected]> wrote: > What's the solution? > > On Oct 21, 12:24 am, Matt Richards <[email protected]> wrote: >> I have similar issues when testing in this manner, as my hostname is >> @Desktop.. >> >> >> >> >> >> >> >> >> >> On Wed, Oct 20, 2010 at 3:00 PM, DanielS <[email protected]> wrote: >> > I tried this and same error - wave not created as no backend... >> >> > And I don't have quotes in my domain...It's @Dantop, I just used >> > 'hostname' as a generic filler >> >> > On Oct 20, 1:03 am, Joseph Gentle <[email protected]> wrote: >> > > Thats weird. And I don't know why you have quotes in your domain name. >> > > Can you try removing / moving away your run-config.sh and then run >> > > ./run-server.sh ? >> >> > > (That'll use the run-nofed-config.sh settings, which have more sane >> > defaults.) >> >> > > -J >> >> > > On Wed, Oct 20, 2010 at 3:40 AM, DanielS <[email protected]> wrote: >> > > > Thanks Joeseph Gentle, that was it - I hadn't compiled it...I think I >> > > > missed the underscore and overlooked the BUILD failed message. >> >> > > > Still have a problem when I try to create a wave: >> >> > > > Tue Oct 19 19:33:35 GMT+300 2010[INFO] Attemping to reconnect >> > > > Tue Oct 19 19:35:48 GMT+300 2010[INFO] WaveCreationEvent received >> > > > Tue Oct 19 19:35:48 GMT+300 2010[INFO] Not creating wave since there >> > > > is no backend >> >> > > > I logged in without providing any details so my username is just >> > > > @'hostname'. I can login as anything I want so long as I don't provide >> > > > a password. >> >> > > > I still can't seem to register (You can only create users at the >> > > > 'hostname' domain) and I haven't added the @domain part (it seems >> > > > outside the field anyway). >> >> > > > On 19 oct., 01:35, Joseph Gentle <[email protected]> wrote: >> > > >> You need to run >> > > >> % ant compile_gwt >> > > >> as well, to compile the web client. >> >> > > >> When you register a user, leave out the @domain part and it'll be >> > > >> added automatically. >> >> > > >> -J >> >> > > >> On Mon, Oct 18, 2010 at 7:45 PM, DanielS <[email protected]> wrote: >> > > >> > Hi all, >> >> > > >> > Does it do anything yet? Does anyone have any screenshots of what I >> > > >> > should be seeing for the web client? >> >> > > >> > I tried running the wave server and localhost:9898 loaded just fine >> > (I >> > > >> > can see the wave logo top left and login / register links top >> > > >> > right)...but other than that it doesn't seem to have any >> > > >> > functionality... >> >> > > >> > I also get an error when I try to register: " Can only create user >> > on >> > > >> > domain 'hostname' " >> >> > > >> > Cheers, >> >> > > >> > Dan >> >> > > >> > -- >> > > >> > 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]<wave-protocol%[email protected]> >> > . >> > > >> > For more options, visit this group athttp:// >> > groups.google.com/group/wave-protocol?hl=en. >> >> > > > -- >> > > > 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]<wave-protocol%[email protected]> >> > . >> > > > For more options, visit this group athttp:// >> > groups.google.com/group/wave-protocol?hl=en. >> >> > -- >> > 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]<wave-protocol%[email protected]> >> > . >> > For more options, visit this group at >> >http://groups.google.com/group/wave-protocol?hl=en. >> >> -- >> --Matt > > -- > 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. > > -- 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.
