You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wave-dev@incubator.apache.org by Darin Willits <da...@gmail.com> on 2016/11/08 14:32:09 UTC

Wave in a box setup

Hi, 

I’m trying to setup a quick demo server so that I can start evaluating Wave for possible use in a project I am looking at.

I cloned the repo, ran "grade run” and then connected to the server on localhost:9898 but after I log in, I can’t edit any wave.  I always get an error message in the browser:

Stack trace:

Token:  1478615439668
 StringMap/StringSet cannot contain null keys
  Unknown.jj (webclient-0.js@8917:??)
  Unknown.nj (webclient-0.js@30:??)
  Unknown.rj (webclient-0.js@19:??)
  Unknown.Aec (webclient-0.js@20:??)
  Unknown.s6i (webclient-0.js@37:??)
  Unknown.D9c (webclient-0.js@5017:??)
  Unknown.Pfd (webclient-0.js@481:??)
  Unknown.Gfd (webclient-0.js@79:??)
  Unknown.Ffd (webclient-0.js@80:??)
  Unknown.HXd (webclient-0.js@13696:??)
  Unknown.eval (webclient-0.js@67:??)
  Unknown.tk (webclient-0.js@29:??)
  Unknown.xk (webclient-0.js@57:??)
  Unknown.eval (webclient-0.js@54:??)

Any ideas on what I am doing wrong?

Thanks,
Darin


Re: Wave in a box setup

Posted by Darin Willits <da...@gmail.com>.
That’s got it!

Thanks,
Darin

> On Nov 8, 2016, at 9:41 AM, Pablo Ojanguren <pa...@gmail.com> wrote:
> 
> Hi Darin,
> 
> That error is because Chrome 54 has removed the deprecated
> Keyboard.KeyIdentifier event property, this prevents the Wave's editor to
> process key events.
> You can patch Wave's code with this SwellRT commit:
> https://github.com/P2Pvalue/swellrt/commit/330326c1fc13d47699a552eab8be7ef4d8bb10fd
> 
> ;)
> 
> 
> 
> 2016-11-08 15:32 GMT+01:00 Darin Willits <da...@gmail.com>:
> 
>> Hi,
>> 
>> I’m trying to setup a quick demo server so that I can start evaluating
>> Wave for possible use in a project I am looking at.
>> 
>> I cloned the repo, ran "grade run” and then connected to the server on
>> localhost:9898 but after I log in, I can’t edit any wave.  I always get an
>> error message in the browser:
>> 
>> Stack trace:
>> 
>> Token:  1478615439668
>> StringMap/StringSet cannot contain null keys
>>  Unknown.jj (webclient-0.js@8917:??)
>>  Unknown.nj (webclient-0.js@30:??)
>>  Unknown.rj (webclient-0.js@19:??)
>>  Unknown.Aec (webclient-0.js@20:??)
>>  Unknown.s6i (webclient-0.js@37:??)
>>  Unknown.D9c (webclient-0.js@5017:??)
>>  Unknown.Pfd (webclient-0.js@481:??)
>>  Unknown.Gfd (webclient-0.js@79:??)
>>  Unknown.Ffd (webclient-0.js@80:??)
>>  Unknown.HXd (webclient-0.js@13696:??)
>>  Unknown.eval (webclient-0.js@67:??)
>>  Unknown.tk (webclient-0.js@29:??)
>>  Unknown.xk (webclient-0.js@57:??)
>>  Unknown.eval (webclient-0.js@54:??)
>> 
>> Any ideas on what I am doing wrong?
>> 
>> Thanks,
>> Darin
>> 
>> 


Re: Wave in a box setup

Posted by Pablo Ojanguren <pa...@gmail.com>.
Hi Darin,

That error is because Chrome 54 has removed the deprecated
Keyboard.KeyIdentifier event property, this prevents the Wave's editor to
process key events.
You can patch Wave's code with this SwellRT commit:
https://github.com/P2Pvalue/swellrt/commit/330326c1fc13d47699a552eab8be7ef4d8bb10fd

;)



2016-11-08 15:32 GMT+01:00 Darin Willits <da...@gmail.com>:

> Hi,
>
> I’m trying to setup a quick demo server so that I can start evaluating
> Wave for possible use in a project I am looking at.
>
> I cloned the repo, ran "grade run” and then connected to the server on
> localhost:9898 but after I log in, I can’t edit any wave.  I always get an
> error message in the browser:
>
> Stack trace:
>
> Token:  1478615439668
>  StringMap/StringSet cannot contain null keys
>   Unknown.jj (webclient-0.js@8917:??)
>   Unknown.nj (webclient-0.js@30:??)
>   Unknown.rj (webclient-0.js@19:??)
>   Unknown.Aec (webclient-0.js@20:??)
>   Unknown.s6i (webclient-0.js@37:??)
>   Unknown.D9c (webclient-0.js@5017:??)
>   Unknown.Pfd (webclient-0.js@481:??)
>   Unknown.Gfd (webclient-0.js@79:??)
>   Unknown.Ffd (webclient-0.js@80:??)
>   Unknown.HXd (webclient-0.js@13696:??)
>   Unknown.eval (webclient-0.js@67:??)
>   Unknown.tk (webclient-0.js@29:??)
>   Unknown.xk (webclient-0.js@57:??)
>   Unknown.eval (webclient-0.js@54:??)
>
> Any ideas on what I am doing wrong?
>
> Thanks,
> Darin
>
>