Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Help Viewer Error
Help Viewer Error [message #470850] Thu, 08 November 2007 11:59 Go to next message
Eclipse UserFriend
Originally posted by: wojtekmichalik.softtellco.com.pl

Help -> Help Contents
Opens browser window with title "Problems Viewing Page"
with contents:

Unable to connect
Firefox can't establish a connection to the server at 127.0.0.1:59233.
* The site could be temporarily unavailable or too busy. Try again
in a few moments.
* If you are unable to load any pages, check your computer's network
connection.

* If your computer or network is protected by a firewall or proxy,
make sure that Firefox is permitted to access the Web.

There are no problems viewing the same help from another user account.

I use eclipse Eclipse Platform

Version: 3.3.1.1
Build id: M20071023-1652
Linux with gtk.
It was installed in /usr/local/eclipse directory
This error does not appear when I set install directory access rights as
drwxrwxrwx
when directory access rights are drwxr-xr-x following exeption appears


ENTRY org.eclipse.help.base 4 0 2007-11-04 10:56:35.881
!MESSAGE An error occured while starting the help server
!STACK 0
java.lang.IllegalArgumentException: Bad temp directory: /usr/local/
eclipse/configuration/org.eclipse.osgi/bundles/600/data/jett ywork/
pid_2070971114
at org.mortbay.http.HttpContext.setTempDirectory
(HttpContext.java:975)
at
org.eclipse.equinox.http.jetty.internal.HttpServerManager.cr eateHttpContext
(HttpServerManager.java:247)
at
org.eclipse.equinox.http.jetty.internal.HttpServerManager.up dated
(HttpServerManager.java:103)
at org.eclipse.equinox.http.jetty.internal.Activator.startServe r
(Activator.java:208)
at org.eclipse.equinox.http.jetty.JettyConfigurator.startServer
(JettyConfigurator.java:60)
at org.eclipse.help.internal.server.WebappManager.start
(WebappManager.java:43)
at
org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning
(BaseHelpSystem.java:187)
at org.eclipse.help.internal.base.HelpDisplay.displayHelpURL
(HelpDisplay.java:152)
at org.eclipse.help.internal.base.HelpDisplay.displayHelp
(HelpDisplay.java:42)
at org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp
(DefaultHelpUI.java:125)
at org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp
(WorkbenchHelpSystem.java:833)
at org.eclipse.ui.internal.actions.HelpContentsAction$1.run
(HelpContentsAction.java:83)
at org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:67)
at org.eclipse.ui.internal.actions.HelpContentsAction.run
(HelpContentsAction.java:81)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection
(ActionContributionItem.java:546)
at org.eclipse.jface.action.ActionContributionItem.access$2
(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEven t
(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent
(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
at org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:3319)
at org.eclipse.swt.widgets.Display.readAndDispatch
(Display.java:2971)
at org.eclipse.ui.internal.Workbench.runEventLoop
(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 19)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault
(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench
(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start
(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run
(EclipseAppHandle.java:169)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication
(EclipseAppLauncher.java:106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start
(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework
(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Re: Help Viewer Error [message #470851 is a reply to message #470850] Thu, 08 November 2007 16:55 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
This looks like an error because Eclipse is unable to write to the
configuration area. Eclipse needs writable areas for its configuration
as well as for the workspace.

Try launching eclipse with a -configuration parameter set to a writable
directory and see if it makes a difference. Inability to write to the
configuration can have more bad side effects so it's important that it
points to a writable area.

See
http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.user/tasks/running_eclipse.htm
Re: Help Viewer Error [message #470852 is a reply to message #470851] Thu, 08 November 2007 18:49 Go to previous message
Eclipse UserFriend
Originally posted by: wojtekmichalik.softtellco.com.pl

Dnia Thu, 08 Nov 2007 08:55:55 -0800, Chris Goldthorpe napisał(a):

> This looks like an error because Eclipse is unable to write to the
> configuration area. Eclipse needs writable areas for its configuration
> as well as for the workspace.
>
> Try launching eclipse with a -configuration parameter set to a writable
> directory and see if it makes a difference. Inability to write to the
> configuration can have more bad side effects so it's important that it
> points to a writable area.
>
> See
> http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.user/
tasks/running_eclipse.htm

Everything works ok without -configuration parameter.
The problem was caused by changes in plugin directory access rights
part of files was owned by normal user - part by root.
After changing ownership of all files in install dir to root
and setting access rights to rwxr-xr-x everything works fine


Regards

Wojtek
Re: Help Viewer Error [message #593674 is a reply to message #470850] Thu, 08 November 2007 16:55 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
This looks like an error because Eclipse is unable to write to the
configuration area. Eclipse needs writable areas for its configuration
as well as for the workspace.

Try launching eclipse with a -configuration parameter set to a writable
directory and see if it makes a difference. Inability to write to the
configuration can have more bad side effects so it's important that it
points to a writable area.

See
http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.user/tasks/running_eclipse.htm
Re: Help Viewer Error [message #593688 is a reply to message #470851] Thu, 08 November 2007 18:49 Go to previous message
Eclipse UserFriend
Originally posted by: wojtekmichalik.softtellco.com.pl

Dnia Thu, 08 Nov 2007 08:55:55 -0800, Chris Goldthorpe napisał(a):

> This looks like an error because Eclipse is unable to write to the
> configuration area. Eclipse needs writable areas for its configuration
> as well as for the workspace.
>
> Try launching eclipse with a -configuration parameter set to a writable
> directory and see if it makes a difference. Inability to write to the
> configuration can have more bad side effects so it's important that it
> points to a writable area.
>
> See
> http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.user/
tasks/running_eclipse.htm

Everything works ok without -configuration parameter.
The problem was caused by changes in plugin directory access rights
part of files was owned by normal user - part by root.
After changing ownership of all files in install dir to root
and setting access rights to rwxr-xr-x everything works fine


Regards

Wojtek
Previous Topic:Re: Help Viewer Error
Next Topic:Eclipse IDE Help Documentation
Goto Forum:
  


Current Time: Thu Apr 25 01:07:24 GMT 2024

Powered by FUDForum. Page generated in 0.03226 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top