eclipse help not working [message #145049] |
Sun, 26 March 2006 01:01 |
Eclipse User |
|
|
|
Originally posted by: go.away.com
win xp eclipse 3.1.1
the menu help does not work and dynamic help
brings up page cannont be displayed.
when i try to surf the net in general everything seems fine.
i am playing with php dbg getting it configured in the debug
perspective.
my localhost is ok when i try to access php content on the abyss web server.
any ideas?
thanks,
jim
|
|
|
Re: eclipse help not working [message #145254 is a reply to message #145049] |
Sun, 26 March 2006 01:22 |
Eclipse User |
|
|
|
Originally posted by: go.away.com
i went and looked at the plug-ins directory and saw how all the php help
topics
are in a zip file. so the help files are there and that is not the problem.
"3rdshiftcoder" <go@away.com> wrote in message
news:e04p5s$1t9$1@utils.eclipse.org...
> win xp eclipse 3.1.1
>
> the menu help does not work and dynamic help
> brings up page cannont be displayed.
>
> when i try to surf the net in general everything seems fine.
> i am playing with php dbg getting it configured in the debug
> perspective.
>
> my localhost is ok when i try to access php content on the abyss web
> server.
>
> any ideas?
> thanks,
> jim
>
>
>
|
|
|
Re: eclipse help not working [message #145257 is a reply to message #145254] |
Sun, 26 March 2006 01:55 |
Eclipse User |
|
|
|
Originally posted by: go.away.com
this snipped article talks about a help server that is different from
localhost or abyss web server maybe.
"The Platform utilizes its own help server to provide the actual web pages
from within the document web. A help server allows the Platform to handle
the wide variety of web browsers in a browser independent way while also
providing plug-in aware support. The Platform's help server allows the
documentation to also be packaged in zip files thus avoiding problems that
may result when a large number of files are present. In our example, we put
the HTML files in subdirectories of the plug-in directory. Alternatively, we
could have placed them in a .zip file, called doc.zip, in the plug-in
directory, maintaining the directory structure underneath. In general, the
recommended way is to actually zip all the documentation."
is that why i localhost and abyss webserver and my internet surfing is not
affected.
maybe there is a problem of some setting with the help server.
this is crazy.
help!
thanks,
jim
"3rdshiftcoder" <go@away.com> wrote in message
news:e04qe0$aa2$1@utils.eclipse.org...
>i went and looked at the plug-ins directory and saw how all the php help
>topics
> are in a zip file. so the help files are there and that is not the
> problem.
>
>
> "3rdshiftcoder" <go@away.com> wrote in message
> news:e04p5s$1t9$1@utils.eclipse.org...
>> win xp eclipse 3.1.1
>>
>> the menu help does not work and dynamic help
>> brings up page cannont be displayed.
>>
>> when i try to surf the net in general everything seems fine.
>> i am playing with php dbg getting it configured in the debug
>> perspective.
>>
>> my localhost is ok when i try to access php content on the abyss web
>> server.
>>
>> any ideas?
>> thanks,
>> jim
>>
>>
>>
>
>
|
|
|
Re: eclipse help not working--narrowing it down [message #145262 is a reply to message #145257] |
Sun, 26 March 2006 03:39 |
Eclipse User |
|
|
|
Originally posted by: go.away.com
The help server is a service on Windows. Open the service manager and locate
the ISC Help Server service. To start the service, right click on the server
and select Start from the pop-up menu. To stop the service, right click on
the service name and select Stop from the pop-up menu.
This service (ISC Help Server) isnt listed on my computer in the service
manager.
EclipseSrv.exe is not showing up in the process window.
eclipse.exe is showing up.
i tried going into window preference help help server and changing the
values
to 127.0.0.1 and 80 (they were blank before)
i shut down my web server when i made those changes and tried once it was
shut down.
something just isnt right with the help server failing to launch.
i tried a netstat command and saw no port interference.
any ideas? do i have the right service name for the help server?
thanks,
jim
|
|
|
|
Re: eclipse help not working [message #145351 is a reply to message #145049] |
Wed, 29 March 2006 02:29 |
Eclipse User |
|
|
|
Originally posted by: panajotis.freemail.gr
Hi,
the problem is not on the help server.
I had the same problem every now and then, but now I know why this happens.
One useful view is the "Error Log", open it and see the error.
I bet that there is an exception like this:
"org.apache.commons.logging.impl.Log4JLogger does not implement Log"
This error appears because some of your plugins includes the
commons-logging.jar in its library jars and it shouldn't.
There's a number of plugins that include it and it's a different version
of the one in your eclipse distribution. For some reason that I don't
know, the classloader is confused. And for some even more weird reason
this comes up when you access the help system.
One plugin that I know of and does that is SQLExplorer.
The solution is to find the problematic plugin and remove the
commons-logging.jar from its files.
Just go through the plugin folder and look only for external plugins.
Close Eclipse browse their directories remove the file.
I hope this will help you.
|
|
|
Re: eclipse help not working [message #145360 is a reply to message #145351] |
Wed, 29 March 2006 05:12 |
Eclipse User |
|
|
|
Originally posted by: go.away.com
Hi pana-
i found the offending programs. a person at sourceforge had me install 2
jars in the ext
directory of the jre kind of recently. once i removed those 2, help works
fine.
your tip on using the error log file in eclipse is what enabled me to solve
this.
i saw the offending file name in the error log and knew exactly at that
moment
what was causing this.
thanks for the very kind help,
jim
"pana" <panajotis@freemail.gr> wrote in message
news:06a4d94d920ed10cc54f6651a56a9964$1@www.eclipse.org...
> Hi,
>
> the problem is not on the help server.
> I had the same problem every now and then, but now I know why this
> happens.
> One useful view is the "Error Log", open it and see the error.
> I bet that there is an exception like this:
> "org.apache.commons.logging.impl.Log4JLogger does not implement Log"
>
> This error appears because some of your plugins includes the
> commons-logging.jar in its library jars and it shouldn't.
> There's a number of plugins that include it and it's a different version
> of the one in your eclipse distribution. For some reason that I don't
> know, the classloader is confused. And for some even more weird reason
> this comes up when you access the help system.
>
> One plugin that I know of and does that is SQLExplorer.
> The solution is to find the problematic plugin and remove the
> commons-logging.jar from its files.
> Just go through the plugin folder and look only for external plugins.
> Close Eclipse browse their directories remove the file.
>
> I hope this will help you.
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.07996 seconds