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

I've been trying to reproduce this, without success. The change I mentioned in my last message isn't enough to break the navigator, so there must've been something else going on.
Opened a bug anyway: https://bugs.eclipse.org/bugs/show_bug.cgi?id=356232

Mark

Inactive hide details for John Arthorne---08/29/2011 04:13:43 PM---Thanks Mark. Can you enter an Orion bug for this? The end usJohn Arthorne---08/29/2011 04:13:43 PM---Thanks Mark. Can you enter an Orion bug for this? The end user shouldn't have to manually clear sto

From: John Arthorne/Ottawa/IBM@IBMCA
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 08/29/2011 04:13 PM
Subject: Re: [orion-dev] Action required: clear your localStorage
Sent by: orion-dev-bounces@xxxxxxxxxxx





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
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev

GIF image

GIF image


Back to the top