Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » TPTP crashes eclipse help
TPTP crashes eclipse help [message #56923] Thu, 09 March 2006 13:04 Go to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I verified this twice now (by adding/removing a link to the TPTP install
directory in eclipse's links subdirectory):
enabling TPTP causes eclipse's built-in help to fail.

To reproduce: just click Help => Help Contents.

The error message is:
Help can not be displayed. The embedded application server could not run
help web application. Check the log for details. [OK]

The corresponding entry in the log reads:
-----------------------------------
....
!ENTRY org.eclipse.tomcat 4 0 2006-03-09 14:03:20.436
!MESSAGE Exception occurred starting the embedded application server.
!STACK 0
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:532)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(L ogFactoryImpl.java:272)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java :414)
at org.apache.commons.digester.Digester.<init>(Digester.java:346)
at
org.apache.catalina.realm.MemoryRealm.getDigester(MemoryReal m.java:278)
at org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java :348)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1173)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine .java:363)
at org.apache.catalina.startup.Embedded.addEngine(Embedded.java :464)
at
org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppS erver.java:146)
at
org.eclipse.help.internal.appserver.AppserverPlugin.startWeb appServer(AppserverPlugin.java:143)
at
org.eclipse.help.internal.appserver.AppserverPlugin.getAppSe rver(AppserverPlugin.java:41)
at
org.eclipse.help.internal.appserver.WebappManager.start(Weba ppManager.java:58)
at
org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning(BaseHelpSystem.java:246)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(He lpDisplay.java:164)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpD isplay.java:54)
at
org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(Defau ltHelpUI.java:122)
at
org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp (WorkbenchHelpSystem.java:822)
at
org.eclipse.ui.internal.actions.HelpContentsAction$1.run(Hel pContentsAction.java:83)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.actions.HelpContentsAction.run(HelpC ontentsAction.java:81)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled
Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3287)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2907)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:85)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:416)
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:525)
... 47 more
Caused by: org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:412)
... 48 more
-----------------------------------

Hints / ideas / work-arounds?

Michael
Re: TPTP crashes eclipse help [message #57121 is a reply to message #56923] Thu, 09 March 2006 18:45 Go to previous messageGo to next message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
As the prior message indicated, Help => Search worked... so I went and
tried Help => Help Contents... popped up fine. Difference between mine
and yours would be the links subdirectory, presumably... I think my TPTP
is installed in the default plugins location. I'd file a bugzilla, and
make sure to indicate the use of the links.
--
RDS

Michael Moser wrote:
> I verified this twice now (by adding/removing a link to the TPTP install
> directory in eclipse's links subdirectory):
> enabling TPTP causes eclipse's built-in help to fail.
>
> To reproduce: just click Help => Help Contents.
>
> The error message is:
> Help can not be displayed. The embedded application server could not run
> help web application. Check the log for details. [OK]
>
> The corresponding entry in the log reads:
> -----------------------------------
> ...
> !ENTRY org.eclipse.tomcat 4 0 2006-03-09 14:03:20.436
> !MESSAGE Exception occurred starting the embedded application server.
> !STACK 0
> org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Class
> org.apache.commons.logging.impl.Log4JLogger does not implement Log
> at
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:532)
>
> at
> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(L ogFactoryImpl.java:272)
>
> at org.apache.commons.logging.LogFactory.getLog(LogFactory.java :414)
> at org.apache.commons.digester.Digester.<init>(Digester.java:346)
> at org.apache.catalina.realm.MemoryRealm.getDigester(MemoryReal m.java:278)
> at org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java :348)
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1173)
> at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:363)
> at org.apache.catalina.startup.Embedded.addEngine(Embedded.java :464)
> at
> org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppS erver.java:146)
> at
> org.eclipse.help.internal.appserver.AppserverPlugin.startWeb appServer(AppserverPlugin.java:143)
>
> at
> org.eclipse.help.internal.appserver.AppserverPlugin.getAppSe rver(AppserverPlugin.java:41)
>
> at
> org.eclipse.help.internal.appserver.WebappManager.start(Weba ppManager.java:58)
>
> at
> org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning(BaseHelpSystem.java:246)
>
> at
> org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(He lpDisplay.java:164)
>
> at
> org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpD isplay.java:54)
> at
> org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(Defau ltHelpUI.java:122)
>
> at
> org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp (WorkbenchHelpSystem.java:822)
>
> at
> org.eclipse.ui.internal.actions.HelpContentsAction$1.run(Hel pContentsAction.java:83)
>
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.actions.HelpContentsAction.run(HelpC ontentsAction.java:81)
>
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
>
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
>
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled
> Code))
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3287)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2907)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:85)
>
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:58)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:60)
>
> at java.lang.reflect.Method.invoke(Method.java:391)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> Caused by: org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Class
> org.apache.commons.logging.impl.Log4JLogger does not implement Log
> at
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:416)
>
> at
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:525)
>
> ... 47 more
> Caused by: org.apache.commons.logging.LogConfigurationException: Class
> org.apache.commons.logging.impl.Log4JLogger does not implement Log
> at
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:412)
>
> ... 48 more
> -----------------------------------
>
> Hints / ideas / work-arounds?
>
> Michael
>
Re: TPTP crashes eclipse help [message #57335 is a reply to message #56923] Fri, 10 March 2006 16:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Navid_Mehregani_nmehrega.ca.ibm.com

This is a multipart message in MIME format.
--=_alternative 005971398525712D_=
Content-Type: text/plain; charset="US-ASCII"

Hi Michael,

This is not a TPTP problem. I was actually having this problem as well.
According to the Eclipse Project Release Notes this problem is caused by a
conflict between libraries in org.eclipse.tomcat and JARS that are
optionally installed in JRE, specifically in the jre/lib/ext directory. To
fix the problem, either start Eclipse with a clean JDK install or make
sure that the JRE used for running Eclipse doesn't contain any J2EE or
Apache jars in the jre/lib/ext directory.

I experience this problem when I use the IBM JDK , but it's fine with
Sun's JDK.

Navid Mehregani
--=_alternative 005971398525712D_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hi Michael,</font>
<br>
<br><font size=2 face="sans-serif">This is not &nbsp;a TPTP problem. &nbsp;I
was actually having this problem as well. &nbsp;According to the </font><font size=3><tt>Eclipse
Project Release Notes</tt></font><font size=2 face="sans-serif"> this problem
is caused by a conflict between libraries in org.eclipse.tomcat and JARS
that are optionally installed in JRE, specifically in the jre/lib/ext directory.
&nbsp;To fix the problem, either start Eclipse with a clean JDK install
or make sure that the JRE used for running Eclipse doesn't contain any
J2EE or Apache jars in the jre/lib/ext directory.</font>
<br>
<br><font size=2 face="sans-serif">I experience this problem when I use
the IBM JDK , but it's fine with Sun's JDK.</font>
<br>
<br><font size=2 face="sans-serif">Navid Mehregani</font>
--=_alternative 005971398525712D_=--
Re: TPTP crashes eclipse help [message #57486 is a reply to message #57335] Fri, 10 March 2006 22:46 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_0024_01C6449C.E7F18570
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Nope, I can't confirm this. It does NOT seem to depend on the JRE =
(alone).

I tried with 3 different JRE's (IBM 1.4.2, Sun 1.4.2, Sun 1.5.0) and it =
did not work with any of those.=20
I then re-installed an older eclipse (3.1.2) and with that it worked =
with ALL three JREs listed above.

From these few experiments I would rather conclude it's some eclipse =
version thing. To probe further I am right now re-installing a plain =
3.2.0M5a again and will try again from scratch and with ONLY TPTP and =
its prereqs installed and then adding misc. other plugins I am using and =
thereby hopefully being able to pinpoint the culprit. I'll keep you =
posted...

Michael


<Navid_Mehregani_nmehrega@ca.ibm.com> wrote in message =
news:dus8r3$b5h$1@utils.eclipse.org...

Hi Michael,=20

This is not a TPTP problem. I was actually having this problem as =
well. According to the Eclipse Project Release Notes this problem is =
caused by a conflict between libraries in org.eclipse.tomcat and JARS =
that are optionally installed in JRE, specifically in the jre/lib/ext =
directory. To fix the problem, either start Eclipse with a clean JDK =
install or make sure that the JRE used for running Eclipse doesn't =
contain any J2EE or Apache jars in the jre/lib/ext directory.=20

I experience this problem when I use the IBM JDK , but it's fine with =
Sun's JDK.=20

Navid Mehregani
------=_NextPart_000_0024_01C6449C.E7F18570
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Nope, I can't confirm this. It does NOT =
seem to=20
depend on the JRE (alone).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I tried with 3 different JRE's (IBM =
1.4.2, Sun=20
1.4.2, Sun 1.5.0) and it did not work with any of those. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I then&nbsp;re-installed an older =
eclipse (3.1.2)=20
and with that it worked with ALL three JREs listed above.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>From these few experiments&nbsp;I would =
rather=20
conclude it's&nbsp;some eclipse version thing. To probe further I am =
right=20
now&nbsp;re-installing a plain 3.2.0M5a again and will try again from =
scratch=20
and with ONLY TPTP and its prereqs installed and then adding misc. other =
plugins=20
I am using and&nbsp;thereby hopefully being able to pinpoint the =
culprit.=20
</FONT><FONT face=3DArial size=3D2>I'll keep you posted...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Michael</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&lt;<A=20
href=3D"mailto:Navid_Mehregani_nmehrega@ca.ibm.com">Navid_Mehregani_nmehr=
ega@ca.ibm.com</A>&gt;=20
wrote in message <A=20
href=3D"news:dus8r3$b5h$1@utils.eclipse.org">news:dus8r3$b5h$1@utils.ecli=
pse.org</A>...</DIV><BR><FONT=20
face=3Dsans-serif size=3D2>Hi Michael,</FONT> <BR><BR><FONT =
face=3Dsans-serif=20
size=3D2>This is not &nbsp;a TPTP problem. &nbsp;I was actually having =
this=20
problem as well. &nbsp;According to the </FONT><FONT =
size=3D3><TT>Eclipse Project=20
Release Notes</TT></FONT><FONT face=3Dsans-serif size=3D2> this problem =
is caused by=20
a conflict between libraries in org.eclipse.tomcat and JARS that are =
optionally=20
installed in JRE, specifically in the jre/lib/ext directory. &nbsp;To =
fix the=20
problem, either start Eclipse with a clean JDK install or make sure that =
the JRE=20
used for running Eclipse doesn't contain any J2EE or Apache jars in the=20
jre/lib/ext directory.</FONT> <BR><BR><FONT face=3Dsans-serif size=3D2>I =
experience=20
this problem when I use the IBM JDK , but it's fine with Sun's =
JDK.</FONT>=20
<BR><BR><FONT face=3Dsans-serif size=3D2>Navid =
Mehregani</FONT></BODY></HTML>

------=_NextPart_000_0024_01C6449C.E7F18570--
Re: TPTP crashes eclipse help [message #57511 is a reply to message #57486] Fri, 10 March 2006 23:17 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_003A_01C644A1.2EC25930
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

As I already wrote: it's NOT the JRE!

I just installed another plain copy of eclipse 3.2.0M5 plus TPTP =
(tptp.runtime-TPTP-4.2.0-200602281515) and its prereqs =
(emf-sdo-SDK-2.1.0, xsd-SDK-2.1.0) onl and already that does not work. =
And that's with Sun JDK's...

On first search I would say the version conflict is between=20
eclipse's own =
....\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-log 4j.jar=20
and TPTP's =
....\eclipse\plugins\org.apache.jakarta_log4j_logging_1.2.8. v200602281515.=
jar

Michael



"Michael Moser" <mmo@zurich.ibm.com> wrote in message =
news:dusvm7$g5i$1@utils.eclipse.org...
Nope, I can't confirm this. It does NOT seem to depend on the JRE =
(alone).

I tried with 3 different JRE's (IBM 1.4.2, Sun 1.4.2, Sun 1.5.0) and it =
did not work with any of those.=20
I then re-installed an older eclipse (3.1.2) and with that it worked =
with ALL three JREs listed above.

From these few experiments I would rather conclude it's some eclipse =
version thing. To probe further I am right now re-installing a plain =
3.2.0M5a again and will try again from scratch and with ONLY TPTP and =
its prereqs installed and then adding misc. other plugins I am using and =
thereby hopefully being able to pinpoint the culprit. I'll keep you =
posted...

Michael


<Navid_Mehregani_nmehrega@ca.ibm.com> wrote in message =
news:dus8r3$b5h$1@utils.eclipse.org...

Hi Michael,=20

This is not a TPTP problem. I was actually having this problem as =
well. According to the Eclipse Project Release Notes this problem is =
caused by a conflict between libraries in org.eclipse.tomcat and JARS =
that are optionally installed in JRE, specifically in the jre/lib/ext =
directory. To fix the problem, either start Eclipse with a clean JDK =
install or make sure that the JRE used for running Eclipse doesn't =
contain any J2EE or Apache jars in the jre/lib/ext directory.=20

I experience this problem when I use the IBM JDK , but it's fine with =
Sun's JDK.=20

Navid Mehregani
------=_NextPart_000_003A_01C644A1.2EC25930
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>As I already wrote: </FONT><FONT =
face=3DArial=20
size=3D2>it's NOT the JRE!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I just installed another plain copy of =
eclipse=20
3.2.0M5 plus TPTP (tptp.runtime-TPTP-4.2.0-200602281515) and its prereqs =

(emf-sdo-SDK-2.1.0, xsd-SDK-2.1.0) onl and already that&nbsp;does not =
work.=20
</FONT><FONT face=3DArial size=3D2><FONT face=3DArial size=3D2>And=20
that's&nbsp;with&nbsp;Sun JDK's...</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;</DIV></FONT>
<DIV><FONT face=3DArial size=3D2>On&nbsp;first search&nbsp;I would say =
the version=20
conflict is between </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>eclipse's own &nbsp;</FONT><FONT =
face=3DArial=20
size=3D2> ...\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-log4 j.ja=
r=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>and&nbsp;</FONT><FONT face=3DArial =
size=3D2>TPTP's=20
....\eclipse\plugins\org.apache.jakarta_log4j_logging_1.2.8. v200602281515.=
jar</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Michael</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>"Michael Moser" &lt;<A=20
href=3D"mailto:mmo@zurich.ibm.com">mmo@zurich.ibm.com</A>&gt; wrote in =
message <A=20
href=3D"news:dusvm7$g5i$1@utils.eclipse.org">news:dusvm7$g5i$1@utils.ecli=
pse.org</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Nope, I can't confirm this. It does NOT =
seem to=20
depend on the JRE (alone).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I tried with 3 different JRE's (IBM =
1.4.2, Sun=20
1.4.2, Sun 1.5.0) and it did not work with any of those. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I then&nbsp;re-installed an older =
eclipse (3.1.2)=20
and with that it worked with ALL three JREs listed above.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>From these few experiments&nbsp;I would =
rather=20
conclude it's&nbsp;some eclipse version thing. To probe further I am =
right=20
now&nbsp;re-installing a plain 3.2.0M5a again and will try again from =
scratch=20
and with ONLY TPTP and its prereqs installed and then adding misc. other =
plugins=20
I am using and&nbsp;thereby hopefully being able to pinpoint the =
culprit.=20
</FONT><FONT face=3DArial size=3D2>I'll keep you posted...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Michael</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&lt;<A=20
href=3D"mailto:Navid_Mehregani_nmehrega@ca.ibm.com">Navid_Mehregani_nmehr=
ega@ca.ibm.com</A>&gt;=20
wrote in message <A=20
href=3D"news:dus8r3$b5h$1@utils.eclipse.org">news:dus8r3$b5h$1@utils.ecli=
pse.org</A>...</DIV><BR><FONT=20
face=3Dsans-serif size=3D2>Hi Michael,</FONT> <BR><BR><FONT =
face=3Dsans-serif=20
size=3D2>This is not &nbsp;a TPTP problem. &nbsp;I was actually having =
this=20
problem as well. &nbsp;According to the </FONT><FONT =
size=3D3><TT>Eclipse Project=20
Release Notes</TT></FONT><FONT face=3Dsans-serif size=3D2> this problem =
is caused by=20
a conflict between libraries in org.eclipse.tomcat and JARS that are =
optionally=20
installed in JRE, specifically in the jre/lib/ext directory. &nbsp;To =
fix the=20
problem, either start Eclipse with a clean JDK install or make sure that =
the JRE=20
used for running Eclipse doesn't contain any J2EE or Apache jars in the=20
jre/lib/ext directory.</FONT> <BR><BR><FONT face=3Dsans-serif size=3D2>I =
experience=20
this problem when I use the IBM JDK , but it's fine with Sun's =
JDK.</FONT>=20
<BR><BR><FONT face=3Dsans-serif size=3D2>Navid Mehregani</FONT> =
</BODY></HTML>

------=_NextPart_000_003A_01C644A1.2EC25930--
Re: TPTP crashes eclipse help [message #57690 is a reply to message #57511] Mon, 13 March 2006 00:06 Go to previous messageGo to next message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
After responding to another message where the person was running Eclipse
3.2M5a with EMF/XSD/SDO 2.1, thinking those were the pre-reqs for TPTP
of 200602281515 (TPTP 4.2M5), I'm confused... where is this info coming
from? The info from the 200602281515 download page for TPTP says:

# Java runtime (JRE) or Java development kit (JDK) 1.4
# Eclipse SDK 3.2.0 M5a
# Eclipse Modeling Framework (EMF and XSD) SDK 2.2.0 M5

That's cut-and-pasted, with the newsreader changing the bullet to #.
Note that it is EMF/XSD 2.2.0 M5 ...

How come people keep saying they're running with 2.1.0 EMF/XSD? As I
said, I'm confused... and others appear to be as well!
--
RDS


Michael Moser wrote:
> As I already wrote: it's NOT the JRE!
>
> I just installed another plain copy of eclipse 3.2.0M5 plus TPTP
> (tptp.runtime-TPTP-4.2.0-200602281515) and its prereqs
> (emf-sdo-SDK-2.1.0, xsd-SDK-2.1.0) onl and already that does not work.
> And that's with Sun JDK's...
>
> On first search I would say the version conflict is between
> eclipse's own
> ...\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-log4 j.jar
> and TPTP's
> ...\eclipse\plugins\org.apache.jakarta_log4j_logging_1.2.8.v 200602281515.jar
>
> Michael
>
>
>
> "Michael Moser" <mmo@zurich.ibm.com <mailto:mmo@zurich.ibm.com>> wrote
> in message news:dusvm7$g5i$1@utils.eclipse.org...
> Nope, I can't confirm this. It does NOT seem to depend on the JRE (alone).
>
> I tried with 3 different JRE's (IBM 1.4.2, Sun 1.4.2, Sun 1.5.0) and it
> did not work with any of those.
> I then re-installed an older eclipse (3.1.2) and with that it worked
> with ALL three JREs listed above.
>
> From these few experiments I would rather conclude it's some eclipse
> version thing. To probe further I am right now re-installing a plain
> 3.2.0M5a again and will try again from scratch and with ONLY TPTP and
> its prereqs installed and then adding misc. other plugins I am using
> and thereby hopefully being able to pinpoint the culprit. I'll keep you
> posted...
>
> Michael
>
>
> <Navid_Mehregani_nmehrega@ca.ibm.com
> <mailto:Navid_Mehregani_nmehrega@ca.ibm.com>> wrote in message
> news:dus8r3$b5h$1@utils.eclipse.org...
>
> Hi Michael,
>
> This is not a TPTP problem. I was actually having this problem as
> well. According to the Eclipse Project Release Notes this problem is
> caused by a conflict between libraries in org.eclipse.tomcat and JARS
> that are optionally installed in JRE, specifically in the jre/lib/ext
> directory. To fix the problem, either start Eclipse with a clean JDK
> install or make sure that the JRE used for running Eclipse doesn't
> contain any J2EE or Apache jars in the jre/lib/ext directory.
>
> I experience this problem when I use the IBM JDK , but it's fine with
> Sun's JDK.
>
> Navid Mehregani
Re: TPTP crashes eclipse help [message #57739 is a reply to message #57690] Mon, 13 March 2006 08:01 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
Just a guess trying to recap how I came up with this mix:
Probably by working through this article
http://www.eclipse.org/articles/Article-TPTP-Profiling-Tool/ tptpProfilingArticle.html
but already having 3.2.0M5 installed and noting that there is also a
newer 4.2 available for that eclipse version, but not scrolling down far
enough on the download page to also read the prereq's section for that
TPTP version.

But also downloading the newer EMF/XSD/SDO 2.2.0M5 version doesn't fix
the problem...

Michael



"Randy D. Smith" <randy.d.smith@intel.com> wrote in message
news:dv2d5f$9c7$1@utils.eclipse.org...
> After responding to another message where the person was running
> Eclipse 3.2M5a with EMF/XSD/SDO 2.1, thinking those were the pre-reqs
> for TPTP of 200602281515 (TPTP 4.2M5), I'm confused... where is this
> info coming from? The info from the 200602281515 download page for
> TPTP says:
>
> # Java runtime (JRE) or Java development kit (JDK) 1.4
> # Eclipse SDK 3.2.0 M5a
> # Eclipse Modeling Framework (EMF and XSD) SDK 2.2.0 M5
>
> That's cut-and-pasted, with the newsreader changing the bullet to #.
> Note that it is EMF/XSD 2.2.0 M5 ...
>
> How come people keep saying they're running with 2.1.0 EMF/XSD? As I
> said, I'm confused... and others appear to be as well!
> --
> RDS
>
>
> Michael Moser wrote:
>> As I already wrote: it's NOT the JRE!
>> I just installed another plain copy of eclipse 3.2.0M5 plus TPTP
>> (tptp.runtime-TPTP-4.2.0-200602281515) and its prereqs
>> (emf-sdo-SDK-2.1.0, xsd-SDK-2.1.0) onl and already that does not
>> work. And that's with Sun JDK's...
>> On first search I would say the version conflict is between
>> eclipse's own
>> ...\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-log4 j.jar
>> and TPTP's
>> ...\eclipse\plugins\org.apache.jakarta_log4j_logging_1.2.8.v 200602281515.jar
>> Michael
>> "Michael Moser" <mmo@zurich.ibm.com <mailto:mmo@zurich.ibm.com>>
>> wrote in message news:dusvm7$g5i$1@utils.eclipse.org...
>> Nope, I can't confirm this. It does NOT seem to depend on the JRE
>> (alone).
>> I tried with 3 different JRE's (IBM 1.4.2, Sun 1.4.2, Sun 1.5.0) and
>> it did not work with any of those.
>> I then re-installed an older eclipse (3.1.2) and with that it worked
>> with ALL three JREs listed above.
>> From these few experiments I would rather conclude it's some eclipse
>> version thing. To probe further I am right now re-installing a plain
>> 3.2.0M5a again and will try again from scratch and with ONLY TPTP and
>> its prereqs installed and then adding misc. other plugins I am using
>> and thereby hopefully being able to pinpoint the culprit. I'll keep
>> you posted...
>> Michael
>> <Navid_Mehregani_nmehrega@ca.ibm.com
>> <mailto:Navid_Mehregani_nmehrega@ca.ibm.com>> wrote in message
>> news:dus8r3$b5h$1@utils.eclipse.org...
>>
>> Hi Michael,
>>
>> This is not a TPTP problem. I was actually having this problem as
>> well. According to the Eclipse Project Release Notes this problem is
>> caused by a conflict between libraries in org.eclipse.tomcat and JARS
>> that are optionally installed in JRE, specifically in the jre/lib/ext
>> directory. To fix the problem, either start Eclipse with a clean JDK
>> install or make sure that the JRE used for running Eclipse doesn't
>> contain any J2EE or Apache jars in the jre/lib/ext directory.
>>
>> I experience this problem when I use the IBM JDK , but it's fine with
>> Sun's JDK.
>>
>> Navid Mehregani
Re: TPTP crashes eclipse help [message #57953 is a reply to message #57121] Tue, 14 March 2006 13:44 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
"Randy D. Smith" <randy.d.smith@intel.com> wrote in message
news:dupt4j$d8o$2@utils.eclipse.org...
> As the prior message indicated, Help => Search worked... so I went and
> tried Help => Help Contents... popped up fine. Difference between mine
> and yours would be the links subdirectory, presumably... I think my
> TPTP is installed in the default plugins location. I'd file a
> bugzilla, and make sure to indicate the use of the links.

Since working without documentation and no online help working was too
cumbersome I have bitten the bullet and installed TPTP directly into
eclipse's plugin directory and - surprise, surprise - this made the
online help working. So it's obviously a version conflict in the logging
between the eclipse base (3.2M5a) and TPTP-4.2.0-200602281515.

My assumption is, that installing TPTP directly into eclipse's plugin
folder overwrites some .jar of the base version and then both use the
same version and are happy, while having two different log4j jars
around, as is the case when using the links mechanism, surfaces this
version conflict.

I've filed a corresponding bugzilla since I *hate* to have to install
plugins directly into eclipse! If each plugin simply comes and
overwrites existing .jars in the eclipse-plugins directory this IMHO
creates a similar potential for problems and version conflicts as
Windows did with its DLL hell. These times should be history!

Michael
Re: TPTP crashes eclipse help [message #58051 is a reply to message #57953] Tue, 14 March 2006 15:21 Go to previous messageGo to next message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
Agree on all points. Thanks for filing the bugzilla.
--
RDS


Michael Moser wrote:
> "Randy D. Smith" <randy.d.smith@intel.com> wrote in message
> news:dupt4j$d8o$2@utils.eclipse.org...
>
>> As the prior message indicated, Help => Search worked... so I went and
>> tried Help => Help Contents... popped up fine. Difference between mine
>> and yours would be the links subdirectory, presumably... I think my
>> TPTP is installed in the default plugins location. I'd file a
>> bugzilla, and make sure to indicate the use of the links.
>
>
> Since working without documentation and no online help working was too
> cumbersome I have bitten the bullet and installed TPTP directly into
> eclipse's plugin directory and - surprise, surprise - this made the
> online help working. So it's obviously a version conflict in the logging
> between the eclipse base (3.2M5a) and TPTP-4.2.0-200602281515.
>
> My assumption is, that installing TPTP directly into eclipse's plugin
> folder overwrites some .jar of the base version and then both use the
> same version and are happy, while having two different log4j jars
> around, as is the case when using the links mechanism, surfaces this
> version conflict.
>
> I've filed a corresponding bugzilla since I *hate* to have to install
> plugins directly into eclipse! If each plugin simply comes and
> overwrites existing .jars in the eclipse-plugins directory this IMHO
> creates a similar potential for problems and version conflicts as
> Windows did with its DLL hell. These times should be history!
>
> Michael
>
Re: TPTP crashes eclipse help [message #58350 is a reply to message #57739] Wed, 15 March 2006 08:13 Go to previous messageGo to next message
kiril mitov is currently offline kiril mitovFriend
Messages: 128
Registered: July 2009
Senior Member
I am having the same problem.
I use eclipse3.2M5, OS = linux, sun-jre-1.5.0.06
with tptp:
http://www.eclipse.org/tptp/home/downloads/drops/TPTP-4.2.0- 200603140100.html
and emf-2.2.0-v200602241148

The problem occures only after installing the tptp plugins.

once again this is the exception :

org.eclipse.core.runtime.CoreException[0]:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:532)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(L ogFactoryImpl.java:272)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java :414)
at org.apache.commons.digester.Digester.<init>(Digester.java:346)
at org.apache.catalina.realm.MemoryRealm.getDigester(MemoryReal m.java:278)
at org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java :348)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1173)
at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:363)
at org.apache.catalina.startup.Embedded.addEngine(Embedded.java :464)
at
org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppS erver.java:146)
at
org.eclipse.help.internal.appserver.AppserverPlugin.startWeb appServer(AppserverPlugin.java:143)
at
org.eclipse.help.internal.appserver.AppserverPlugin.getAppSe rver(AppserverPlugin.java:41)
at
org.eclipse.help.internal.appserver.WebappManager.start(Weba ppManager.java:58)
at
org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning(BaseHelpSystem.java:246)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(He lpDisplay.java:164)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpD isplay.java:54)
at
org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(Defau ltHelpUI.java:122)
at
org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp (WorkbenchHelpSystem.java:822)
at
org.eclipse.ui.internal.actions.HelpContentsAction$1.run(Hel pContentsAction.java:83)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.actions.HelpContentsAction.run(HelpC ontentsAction.java:81)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1074)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3158)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2838)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:416)
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:525)
... 46 more
Caused by: org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:412)
... 47 more

and following the exception:

org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:532)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(L ogFactoryImpl.java:272)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java :414)
at org.apache.commons.digester.Digester.<init>(Digester.java:346)
at org.apache.catalina.realm.MemoryRealm.getDigester(MemoryReal m.java:278)
at org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java :348)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1173)
at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:363)
at org.apache.catalina.startup.Embedded.addEngine(Embedded.java :464)
at
org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppS erver.java:146)
at
org.eclipse.help.internal.appserver.AppserverPlugin.startWeb appServer(AppserverPlugin.java:143)
at
org.eclipse.help.internal.appserver.AppserverPlugin.getAppSe rver(AppserverPlugin.java:41)
at
org.eclipse.help.internal.appserver.WebappManager.start(Weba ppManager.java:58)
at
org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning(BaseHelpSystem.java:246)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(He lpDisplay.java:164)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpD isplay.java:54)
at
org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(Defau ltHelpUI.java:122)
at
org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp (WorkbenchHelpSystem.java:822)
at
org.eclipse.ui.internal.actions.HelpContentsAction$1.run(Hel pContentsAction.java:83)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.actions.HelpContentsAction.run(HelpC ontentsAction.java:81)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1074)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3158)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2838)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:416)
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:525)
... 46 more
Caused by: org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:412)
... 47 more
Re: TPTP crashes eclipse help [message #58394 is a reply to message #58350] Wed, 15 March 2006 09:13 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I "solved" this by directly extracting TPTP into eclipse's folder. See
my yesterday's append (news:dv6hgj$lkd$1@utils.eclipse.org) on this (in
the same thread).
Michael

"kiril mitov" <kiril_mitov@abv.bg> wrote in message
news:3b7f50c83fccfec2e33318a3474a6684$1@www.eclipse.org...
>I am having the same problem.
> ...
Re: TPTP crashes eclipse help [message #58414 is a reply to message #58394] Wed, 15 March 2006 09:40 Go to previous messageGo to next message
kiril mitov is currently offline kiril mitovFriend
Messages: 128
Registered: July 2009
Senior Member
My ecilpse directory is /home/kiril/local/eclipse
The tptp download is located in /home/kiril/down/eclipse

What I do is the following:
unzip /home/kiril/down/eclipse/tptp.sdk-TPTP-4.2.0-200603140100.zi p -d
/home/kiril/local/

Isnt this the right way to extract the archive...

Thanks...
Re: TPTP crashes eclipse help [message #58494 is a reply to message #58414] Wed, 15 March 2006 10:43 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I assume so (I am using windows' built-in extractor, so I can't really
comment on whether this is the correct command & option).

What I wanted to say is that I had to actually copy the TPTP stuff into
eclipse's subdirectories and not only link to it (a different mechanism
using which one can normally install plugins without polluting the
original eclipse installation. This allows to more easily upgrade
eclipse, remove plugins and/or change combinations of plugins if need
is).

With the latest TPTP this does not work because it obviously comes with
a different logging library version than what base eclipse is using and
those two then conflict, unless TPTP's installation/unzipping actually
overwrites eclipse's own version.

Michael


"kiril mitov" <kiril_mitov@abv.bg> wrote in message
news:73913f64ded1726d88a732f631b1402b$1@www.eclipse.org...
> My ecilpse directory is /home/kiril/local/eclipse
> The tptp download is located in /home/kiril/down/eclipse
>
> What I do is the following:
> unzip /home/kiril/down/eclipse/tptp.sdk-TPTP-4.2.0-200603140100.zi p -d
> /home/kiril/local/
>
> Isnt this the right way to extract the archive...
>
> Thanks...
>
Re: TPTP crashes eclipse help [message #58616 is a reply to message #58494] Wed, 15 March 2006 20:02 Go to previous messageGo to next message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
It looks like kiril is extracting over ecilpse properly in his Linux
environment, and the EMF/XSD/SDO version is the right one for that
version of TPTP. But the original message from kiril mentioned Eclipse
3.2M5 ... again, the "M5" train requires Eclipse 3.2M5a <== NOTE THE
"a". I just checked the 4.2 TPTP download page, followed the link to the
Eclipse requirement, and verified that there was indeed an "a" version
for Linux... so make sure you're using THAT Eclipse.

--
RDS


Michael Moser wrote:
> I assume so (I am using windows' built-in extractor, so I can't really
> comment on whether this is the correct command & option).
>
> What I wanted to say is that I had to actually copy the TPTP stuff into
> eclipse's subdirectories and not only link to it (a different mechanism
> using which one can normally install plugins without polluting the
> original eclipse installation. This allows to more easily upgrade
> eclipse, remove plugins and/or change combinations of plugins if need is).
>
> With the latest TPTP this does not work because it obviously comes with
> a different logging library version than what base eclipse is using and
> those two then conflict, unless TPTP's installation/unzipping actually
> overwrites eclipse's own version.
>
> Michael
>
>
> "kiril mitov" <kiril_mitov@abv.bg> wrote in message
> news:73913f64ded1726d88a732f631b1402b$1@www.eclipse.org...
>
>> My ecilpse directory is /home/kiril/local/eclipse
>> The tptp download is located in /home/kiril/down/eclipse
>>
>> What I do is the following:
>> unzip /home/kiril/down/eclipse/tptp.sdk-TPTP-4.2.0-200603140100.zi p -d
>> /home/kiril/local/
>>
>> Isnt this the right way to extract the archive...
>>
>> Thanks...
>>
>
Re: TPTP crashes eclipse help [message #59321 is a reply to message #58616] Mon, 20 March 2006 15:24 Go to previous messageGo to next message
kiril mitov is currently offline kiril mitovFriend
Messages: 128
Registered: July 2009
Senior Member
I have downloaded eclipse 3.2M5a from
http://download.eclipse.org/eclipse/downloads/drops/S-3.2M5a -200602231656/index.php

But the exception still occures. A have again made a full new
installation. This are the commands as I have executed (in this order)
them in the shell:

# mkdir eclipse3.2M5a_64
# cd eclipse3.2M5a_64/
# tar -xzvf
/home/kiril/down/eclipse/eclipse-SDK-3.2M5a-linux-gtk-x86_64 .tar.gz
# unzip /home/kiril/down/eclipse/GEF-SDK-3.2M5.zip -d .
# unzip /home/kiril/down/eclipse/emf-sdo-xsd-SDK-2.2.0M5.zip -d .
# unzip /home/kiril/down/eclipse/tptp.sdk-TPTP-4.2.0-200603140100.zi p -d .
# cd eclipse/
# ./eclipse &

I have tried to install eclipse without unziping tptp.sdk and then there
is no such exception.

This is the session data for the exception:

eclipse.buildId=I20060223-1656
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64

Althought the build is for x86_64 the same error occures on x86 that is
not 64

This again is the stack trace:

Message :
The embedded application server could not run help web application.

Exception Stack Trace:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:532)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(L ogFactoryImpl.java:272)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java :414)
at org.apache.commons.digester.Digester.<init>(Digester.java:346)
at org.apache.catalina.realm.MemoryRealm.getDigester(MemoryReal m.java:278)
at org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java :348)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1173)
at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:363)
at org.apache.catalina.startup.Embedded.addEngine(Embedded.java :464)
at
org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppS erver.java:146)
at
org.eclipse.help.internal.appserver.AppserverPlugin.startWeb appServer(AppserverPlugin.java:143)
at
org.eclipse.help.internal.appserver.AppserverPlugin.getAppSe rver(AppserverPlugin.java:41)
at
org.eclipse.help.internal.appserver.WebappManager.start(Weba ppManager.java:58)
at
org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning(BaseHelpSystem.java:246)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(He lpDisplay.java:164)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpD isplay.java:54)
at
org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(Defau ltHelpUI.java:122)
at
org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp (WorkbenchHelpSystem.java:822)
at
org.eclipse.ui.internal.actions.HelpContentsAction$1.run(Hel pContentsAction.java:83)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.actions.HelpContentsAction.run(HelpC ontentsAction.java:81)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1074)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3158)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2838)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:416)
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:525)
... 46 more
Caused by: org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:412)
... 47 more

In the Plug-in column in the error log for this exception is shown:
org.eclips.base.help



This exception is shown in the error log as a child of the previouse:
Message:
Exception occurred starting application server.

Exception Stack Trace:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:532)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(L ogFactoryImpl.java:272)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java :414)
at org.apache.commons.digester.Digester.<init>(Digester.java:346)
at org.apache.catalina.realm.MemoryRealm.getDigester(MemoryReal m.java:278)
at org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java :348)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1173)
at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:363)
at org.apache.catalina.startup.Embedded.addEngine(Embedded.java :464)
at
org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppS erver.java:146)
at
org.eclipse.help.internal.appserver.AppserverPlugin.startWeb appServer(AppserverPlugin.java:143)
at
org.eclipse.help.internal.appserver.AppserverPlugin.getAppSe rver(AppserverPlugin.java:41)
at
org.eclipse.help.internal.appserver.WebappManager.start(Weba ppManager.java:58)
at
org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning(BaseHelpSystem.java:246)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(He lpDisplay.java:164)
at
org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpD isplay.java:54)
at
org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(Defau ltHelpUI.java:122)
at
org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp (WorkbenchHelpSystem.java:822)
at
org.eclipse.ui.internal.actions.HelpContentsAction$1.run(Hel pContentsAction.java:83)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.actions.HelpContentsAction.run(HelpC ontentsAction.java:81)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1074)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3158)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2838)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:416)
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:525)
... 46 more
Caused by: org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:412)
... 47 more

I dont have an idea why this is happening...
Hope you could help me...
Re: TPTP crashes eclipse help [message #66722 is a reply to message #56923] Fri, 14 April 2006 17:42 Go to previous messageGo to next message
Joel Rosi-Schwartz is currently offline Joel Rosi-SchwartzFriend
Messages: 624
Registered: July 2009
Location: London. England
Senior Member
This is a multi-part message in MIME format.
--------------030507050101000303010505
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi,

I have just spent the last few hours beating my head against the
proverbial wall, sure do will I had read this thread sooner :'( My
circumstances, however, are slightly different and may help to figure
out what the real underlying problem is.

The plugin we are developing depends on common-logging.jar. All works
fine in Eclipse 3.1.x, but in 3.2.M5a with TPTP 4..2.0 we experience the
reported exception. At first I figured it was a versioning problem with
the commons-logging shipped in org.apache.jakarta_commons_logging_1.0.3
so I replaced ours with the one shipped by TPTP. Guess what? It still
caused the exception. If I remove my plugin help works fine, if I
remove only commons-logging.jar from my plugin help works fine, but of
course my plugin is broken. Of point of interest we do *not* export this
jars packages in the Manifest, which I thought was supposed to give us
the control over exactly this type of problem

Has a bug report been opened on this yet? If so a pointer to it would be
appreciated.

Cheers,
Joel



Michael Moser wrote:
> I verified this twice now (by adding/removing a link to the TPTP
> install directory in eclipse's links subdirectory):
> enabling TPTP causes eclipse's built-in help to fail.
>
> To reproduce: just click Help => Help Contents.
>
> The error message is:
> Help can not be displayed. The embedded application server could not run
> help web application. Check the log for details. [OK]
>
> The corresponding entry in the log reads:
> -----------------------------------
> ...
> !ENTRY org.eclipse.tomcat 4 0 2006-03-09 14:03:20.436
> !MESSAGE Exception occurred starting the embedded application server.
> !STACK 0
> org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Class
> org.apache.commons.logging.impl.Log4JLogger does not implement Log
> at
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:532)
>
> at
> org.apache.commons.logging.impl.LogFactoryImpl.getInstance(L ogFactoryImpl.java:272)
>
> at org.apache.commons.logging.LogFactory.getLog(LogFactory.java :414)
> at org.apache.commons.digester.Digester.<init>(Digester.java:346)
> at
> org.apache.catalina.realm.MemoryRealm.getDigester(MemoryReal m.java:278)
> at org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java :348)
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1173)
> at org.apache.catalina.core.StandardEngine.start(StandardEngine .java:363)
> at org.apache.catalina.startup.Embedded.addEngine(Embedded.java :464)
> at
> org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppS erver.java:146)
>
> at
> org.eclipse.help.internal.appserver.AppserverPlugin.startWeb appServer(AppserverPlugin.java:143)
>
> at
> org.eclipse.help.internal.appserver.AppserverPlugin.getAppSe rver(AppserverPlugin.java:41)
>
> at
> org.eclipse.help.internal.appserver.WebappManager.start(Weba ppManager.java:58)
>
> at
> org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning(BaseHelpSystem.java:246)
>
> at
> org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(He lpDisplay.java:164)
>
> at
> org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpD isplay.java:54)
>
> at
> org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(Defau ltHelpUI.java:122)
>
> at
> org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp (WorkbenchHelpSystem.java:822)
>
> at
> org.eclipse.ui.internal.actions.HelpContentsAction$1.run(Hel pContentsAction.java:83)
>
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.actions.HelpContentsAction.run(HelpC ontentsAction.java:81)
>
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
>
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
>
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
>
> at
> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled
> Code))
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3287)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2907)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
>
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:85)
>
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:58)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:60)
>
> at java.lang.reflect.Method.invoke(Method.java:391)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
> Caused by: org.apache.commons.logging.LogConfigurationException:
> org.apache.commons.logging.LogConfigurationException: Class
> org.apache.commons.logging.impl.Log4JLogger does not implement Log
> at
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:416)
>
> at
> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:525)
>
> ... 47 more
> Caused by: org.apache.commons.logging.LogConfigurationException: Class
> org.apache.commons.logging.impl.Log4JLogger does not implement Log
> at
> org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:412)
>
> ... 48 more
> -----------------------------------
>
> Hints / ideas / work-arounds?
>
> Michael
>

--------------030507050101000303010505
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi,<br>
<br>
I have just spent the last few hours beating my head against the
proverbial wall, sure do will I had read this thread sooner <span
class="moz-smiley-s15"><span> :'(&nbsp;&nbsp; </span></span>&nbsp; My circumstances,
however, are slightly different and may help to figure out what the
real underlying problem is.<br>
<br>
The plugin we are developing depends on common-logging.jar. All works
fine in Eclipse 3.1.x, but in 3.2.M5a with TPTP 4..2.0 we experience
the reported exception. At first I figured it was a versioning problem
with the commons-logging shipped in <font color="#3333ff">o</font><font
color="#3333ff">rg.apache.jakarta_commons_logging_1.0.3</font > so I
replaced ours with the one shipped by TPTP. Guess what? It still caused
the exception.&nbsp; If I remove my plugin help works fine, if I remove only
commons-logging.jar from my plugin help works fine, but of course my
plugin is broken. Of point of interest we do <b>not</b> export this
jars packages in the Manifest, which I thought was supposed to give us
the control over exactly this type of problem<br>
<br>
Has a bug report been opened on this yet? If so a pointer to it would
be appreciated.<br>
<br>
Cheers,<br>
Joel<br>
<br>
<br>
</font><br>
Michael Moser wrote:
<blockquote cite="middup968$r94$1@utils.eclipse.org" type="cite">I
verified this twice now (by adding/removing a link to the TPTP install
directory in eclipse's links subdirectory):
<br>
enabling TPTP causes eclipse's built-in help to fail.
<br>
<br>
To reproduce: just click Help =&gt; Help Contents.
<br>
<br>
The error message is:
<br>
Help can not be displayed. The embedded application server could not
run
<br>
help web application. Check the log for details.&nbsp;&nbsp; [OK]
<br>
<br>
The corresponding entry in the log reads:
<br>
-----------------------------------
<br>
....
<br>
!ENTRY org.eclipse.tomcat 4 0 2006-03-09 14:03:20.436
<br>
!MESSAGE Exception occurred starting the embedded application server.
<br>
!STACK 0
<br>
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
<br>
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:532)
<br>
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(L ogFactoryImpl.java:272)
<br>
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java :414)
<br>
at org.apache.commons.digester.Digester.&lt;init&gt;(Di gester.java:346)
<br>
at
org.apache.catalina.realm.MemoryRealm.getDigester(MemoryReal m.java:278)
<br>
at org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java :348)
<br>
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.j ava:1173)
<br>
at
org.apache.catalina.core.StandardEngine.start(StandardEngine .java:363)
<br>
at org.apache.catalina.startup.Embedded.addEngine(Embedded.java :464)
<br>
at
org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppS erver.java:146)
<br>
at
org.eclipse.help.internal.appserver.AppserverPlugin.startWeb appServer(AppserverPlugin.java:143)
<br>
at
org.eclipse.help.internal.appserver.AppserverPlugin.getAppSe rver(AppserverPlugin.java:41)
<br>
at
org.eclipse.help.internal.appserver.WebappManager.start(Weba ppManager.java:58)
<br>
at
org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRu nning(BaseHelpSystem.java:246)
<br>
at
org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(He lpDisplay.java:164)
<br>
at
org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpD isplay.java:54)
<br>
at
org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(Defau ltHelpUI.java:122)
<br>
at
org.eclipse.ui.internal.help.WorkbenchHelpSystem.displayHelp (WorkbenchHelpSystem.java:822)
<br>
at
org.eclipse.ui.internal.actions.HelpContentsAction$1.run(Hel pContentsAction.java:83)
<br>
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
<br>
at
org.eclipse.ui.internal.actions.HelpContentsAction.run(HelpC ontentsAction.java:81)
<br>
at org.eclipse.jface.action.Action.runWithEvent(Action.java:492 )
<br>
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:530)
<br>
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:480)
<br>
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:392)
<br>
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled
Code))
<br>
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925)
<br>
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3287)
<br>
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2907)
<br>
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1899)
<br>
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
<br>
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:417)
<br>
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
<br>
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
<br>
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:99)
<br>
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
<br>
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
<br>
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:374)
<br>
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:169)
<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
<br>
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:85)
<br>
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:58)
<br>
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:60)
<br>
at java.lang.reflect.Method.invoke(Method.java:391)
<br>
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
<br>
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
<br>
at org.eclipse.core.launcher.Main.run(Main.java:977)
<br>
at org.eclipse.core.launcher.Main.main(Main.java:952)
<br>
Caused by: org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
<br>
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:416)
<br>
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(L ogFactoryImpl.java:525)
<br>
.... 47 more
<br>
Caused by: org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JLogger does not implement Log
<br>
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstru ctor(LogFactoryImpl.java:412)
<br>
.... 48 more
<br>
-----------------------------------
<br>
<br>
Hints / ideas / work-arounds?
<br>
<br>
Michael
<br>
<br>
</blockquote>
</body>
</html>

--------------030507050101000303010505--
Re: TPTP crashes eclipse help [message #66743 is a reply to message #66722] Fri, 14 April 2006 21:04 Go to previous message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
Joel Rosi-Schwartz wrote:
> Hi,
>
> I have just spent the last few hours beating my head against the
> proverbial wall, sure do will I had read this thread sooner :'( My
> circumstances, however, are slightly different and may help to figure
> out what the real underlying problem is.
> ...
> Has a bug report been opened on this yet? If so a pointer to it would be
> appreciated.

All the dupes point to bugzilla_#132020 <
https://bugs.eclipse.org/bugs/show_bug.cgi?id=132020 > as "the
original", and it shows as fixed in 3.2M6.

--
RDS

Randy D. Smith randy (dot) d (dot) smith (at) intel (dot) com
Eclipse TPTP Committer, Platform Proj (data collection/agent controller)
Previous Topic:AGR - problems with view menus
Next Topic:how to profile java application on RAC
Goto Forum:
  


Current Time: Tue Apr 23 09:56:37 GMT 2024

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

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

Back to the top