Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] 0.4 M1 available

> I'm now on another machine. I was unable to get anything to work. So I
> reinstalled 0.4m1 and erased my serverworkspace. I exited my browser,
> erased my browser profile. Then I started the server and the browser.

What does "was unable to get anything to work" mean? Did you check
javascript errors?

> Just FYI, this problem was probably caused by a bug in preference
> caching that Simon found.

You did plenty of mess in your environment. If caching problem Simon found
is the cause of your problems all you should do is this (for Chrome):
1. Open any Orion page
2. Options -> Under the Hood -> Clear Browsing Data -> choose to clean from
"the beginning of time", tick browsing history, download history, empty the
cache, delete cookies -> Clear browsing data
3. Go back to Orion page
4. F12
5. Go to Console tab
6. Type "localStorage.clear()"
7. you should get "undefined" as an result
8. Refresh the Orion page, twice for just for sure

After this all missing plugins should be installed and their content should
be up to date.
If you are running server on localhost default preferences can be found
under this URL:
http://localhost:8080/defaults.pref

This is the latest version of it:
{
		 "/plugins":{
		 		 "authenticationPlugin.html": true,
		 		 "plugins/fileClientPlugin.html":true,
		 		 "plugins/jslintPlugin.html":true,
		 		 "git/plugins/gitPlugin.html":true,
		 		 "profile/userservicePlugin.html":true,
		 		 "plugins/user/userProfilePlugin.html":true,
		 		 "plugins/git/userProfilePlugin.html":true,
		 		 "plugins/webEditingPlugin.html":true,
		 		 "plugins/landingPageTasks.html":true,
		 		 "plugins/preferencesPlugin.html":true,
		 		 "plugins/taskPlugin.html": true
		 }
}

If you did everything from my list and your defaults.pref content is as
above than this is a different problem and we should investigate it.

best regards,
Malgorzata Janczarska
Software Developer
IBM SWG Lab. Cracow. Poland

IBM Polska Sp. z o.o. oddział w Krakowie
ul. Armii Krajowej 18,
30-150 Kraków

NIP: 526-030-07-24
Sąd Rejonowy dla m.st. Warszawy, XII Wydział Gospodarczy KRS
KRS 0000012941, Kapitał Zakładowy: 33.000.000 PLN

orion-dev-bounces@xxxxxxxxxxx wrote on 2011-12-17 18:50:25:

> From:
>
> John J Barton <johnjbarton@xxxxxxxxxxxxxxx>
>
> To:
>
> Orion developer discussions <orion-dev@xxxxxxxxxxx>
>
> Date:
>
> 2011-12-17 18:52
>
> Subject:
>
> Re: [orion-dev] 0.4 M1 available
>
> Sent by:
>
> orion-dev-bounces@xxxxxxxxxxx
>
>

> 2011/12/14 John J Barton <johnjbarton@xxxxxxxxxxxxxxx>
> 2011/12/14 Malgorzata Tomczyk <Malgorzata.Janczarska@xxxxxxxxxx>:
> >>
> >> On Wed, Dec 14, 2011 at 3:19 AM, Szymon Brandys
> >> <Szymon.Brandys@xxxxxxxxxx> wrote:
> >> > Hi John,
> >> >
> >> > I think that clearing your browser cache may help here.
> >>
> >> Hi Szymon, which specific operation do you recommend?
> >
> > The error you have suggests that there is something wrong with a
> > taskPlugin. Please go to plugins page and check if you have
taskPlugin.html
> > installed.

> I'm now on another machine. I was unable to get anything to work. So I
> reinstalled 0.4m1 and erased my serverworkspace. I exited my browser,
> erased my browser profile. Then I started the server and the browser.
>
> Opening localhost:8080 and creating a new account works, but cloning a
> repo fails:
> Uncaught No Matching TaskService for
location:/task/id/gCQLWn4mABEQAcLeeSiTng
>
> Just FYI, this problem was probably caused by a bug in preference
> caching that Simon found.
>
> jjb _______________________________________________
> orion-dev mailing list
> orion-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/orion-dev



Back to the top