Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin Directory fails to load
Right now (20:37 MSK) the Directory seems to be down. Hope Vaadin guys already know about it.
Loads for me. Do you get some sort of an error message or...?
Thanks for fast reply!
Firebug says:
missing ; before statement
),a).ctrlKey&&!a.altKey&&!a.shiftKey&&...$new Object( );a.preventDefault()}}}}\n
http://vaadin.com/html/VAADIN/widgetsets/com.vaadin.directory.DirectoryApplicationWidgetset/4A5F9212529E73333A7A77389BB82826.cache.html (line 1305)
Chrome:
Uncaught
SyntaxError: Unexpected identifier
http://vaadin.com/html/VAADIN/widgetsets/com.vaadin.directory.DirectoryApplicationWidgetset/1FEC0E1CA7153A42E69F18C244BC17A0.cache.html:1333
Tried clearing the cache, didn't help.
Yesterday everything worked as it should.
Which browser are you using? Or did you try with multiple browsers and get the same error?
I tried Firefox 3.6.3, Chrome (latest stable) and Opera 10.0. You can see error messages in my previous post.
Not sure where the problem was but now it works fine. May be some GWT surprise? Hope not.
BTW, what should we do if such error appears in Vaadin/GWT application? Recompile/redeploy or wait and pray?
Excuse me for disturbing you. The problem is somewhere in my environment and the Directory is not the only app affected.
update: problem solved, uninstalled AVG.
Such behavior was brought to us with the latest AVG updates. Sure, they will fix it some day but just imagine how many users were affected. It took me 4-5 hours to determine who is to blame bacause the first thing I tried was disabling AVG components and it didn't help. When I saw the difference between broken and original (retrieved via https) pages, the solution was obvious.
Original: $wnd.open(this.k,this.l,c);
Broken: $new Object( );