Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Action required: clear your localStorage

Thanks Mark. Can you enter an Orion bug for this? The end user shouldn't have to manually clear storage like this. Describe the change you made that required the refresh. We handle the obvious cases like bundles being added/removed but there is obviously something we are missing here.

I got into this state after pulling today and it was quite broken - the Navigator was always blank and there were no errors or warnings in the browser console. End users will never be able to figure out they need to do this and it will just appear to be busted when orionhub, etc, are upgraded.

John





Mark MacDonald/Ottawa/IBM@IBMCA
Sent by: orion-dev-bounces@xxxxxxxxxxx

08/29/2011 03:53 PM

Please respond to
Orion developer discussions <orion-dev@xxxxxxxxxxx>

To
orion-dev@xxxxxxxxxxx
cc
Subject
[orion-dev] Action required: clear your localStorage





This is of interest to anyone who's pulling the Orion client code from Git.

I released a change last night that may require clearing and refreshing your browser's local storage.

If you find that the Orion Navigator won't load after you log in, do this:

1. Open your local Orion server in your browser.
2. Open a Firebug (or WebKit Inspector) debug console.
3. Type
     localStorage.clear()
 into the console and press Enter.
4. Reload your server root (eg.
http://localhost:8080/) and the navigator should work again.

Sorry for the inconvenience.

Mark
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


Back to the top