Re: eclipse 3.0 and wolips 1.0.6: Exception when trying to view Help

From: Christian Mittendorf (christian.mittendor..reenet.de)
Date: Mon Aug 25 2003 - 15:30:13 EDT

  • Next message: Ulrich Köster: "Re: eclipse 3.0 I20030820 and wolips 1.0.6: can not find Main"

    Eclipse 3 is currently reorganizing its HTML browsing capabilities with
    the SWT
    framework. On Windows its using IE, on Linux its using an embedded
    Mozilla
    component. However, there is currently no support for this kind of
    component
    on the Mac and I think therefore you receive this exception.

    However, with the public release of WebKit for Mac OS X it should be
    quite simple
    to embed this browsing component into Eclipse.

    On Sonntag, August 24, 2003, at 02:43 PM, Kaj Hejer wrote:

    > Hi!
    >
    > I'm testing eclipse 3.0 (I20030820) and the latest WOLips from cvs.
    > I'm on osx 10.2.6.
    >
    > So far I have only found one problem and it might not be WOLips
    > releated but I ask on this list just in case it is.
    >
    > When installing WOLips I just installed WOLips, not Profiling and
    > Tests.
    >
    > When trying to view Help in eclipse I get the following errormessage
    > in console.log:
    >
    >
    > !MESSAGE Exception occurred starting application server.
    > !STACK 0
    > org.apache.commons.logging.LogConfigurationException:
    > java.lang.ClassNotFoundException:
    > org.objectstyle.wolips.logging.WOLipsLogFactory
    > at
    > org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:558)
    > at
    > org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:279)
    > at
    > org.apache.commons.logging.LogFactory.getLog(LogFactory.java:409)
    > at
    > org.apache.commons.digester.Digester.<init>(Digester.java:352)
    > at
    > org.apache.catalina.realm.MemoryRealm.getDigester(MemoryRealm.java:278)
    > at
    > org.apache.catalina.realm.MemoryRealm.start(MemoryRealm.java:348)
    > at
    > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1173)
    > at
    > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)
    > at
    > org.apache.catalina.startup.Embedded.addEngine(Embedded.java:464)
    > at
    > org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppServer.java:
    > 98)
    > at
    > org.eclipse.help.internal.appserver.AppserverPlugin.startWebappServer(A
    > ppserverPlugin.java:171)
    > at
    > org.eclipse.help.internal.appserver.AppserverPlugin.getAppServer(Appser
    > verPlugin.java:53)
    > at
    > org.eclipse.help.internal.appserver.WebappManager.start(WebappManager.j
    > ava:50)
    > at
    > org.eclipse.help.internal.HelpSystem.ensureWebappRunning(HelpSystem.jav
    > a:220)
    > at
    > org.eclipse.help.internal.DefaultHelpSupport.displayHelpURL(DefaultHelp
    > Support.java:197)
    > at
    > org.eclipse.help.internal.DefaultHelpSupport.displaySearch(DefaultHelpS
    > upport.java:190)
    > at
    > org.eclipse.help.ui.internal.search.SearchOperation$2.run(SearchOperati
    > on.java:155)
    > at
    > org.eclipse.search.internal.ui.SearchResultViewer.openCurrentSelection(
    > SearchResultViewer.java:543)
    > at
    > org.eclipse.search.internal.ui.SearchResultViewer.showResult(SearchResu
    > ltViewer.java:448)
    > at
    > org.eclipse.search.internal.ui.SearchResultViewer$2.open(SearchResultVi
    > ewer.java:152)
    > at
    > org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:
    > 392)
    > at
    > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform
    > .java:1016)
    > at org.eclipse.core.runtime.Platform.run(Platform.java:420)
    > at
    > org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.ja
    > va:390)
    > at
    > org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.
    > java:600)
    > at
    > org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewe
    > r.java:689)
    > at
    > org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:209
    > )
    > at
    > org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:204)
    > at
    > org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:233
    > )
    > at
    > org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    > at
    > org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1027)
    > at
    > org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2180)
    > at
    > org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1878)
    > at
    > org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1676)
    > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1659)
    > at
    > org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoade
    > r.java:858)
    > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    > at
    > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
    > va:39)
    > at
    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso
    > rImpl.java:25)
    > at java.lang.reflect.Method.invoke(Method.java:324)
    > at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
    > at org.eclipse.core.launcher.Main.run(Main.java:747)
    > at org.eclipse.core.launcher.Main.main(Main.java:583)
    > Caused by: java.lang.ClassNotFoundException:
    > org.objectstyle.wolips.logging.WOLipsLogFactory
    > at
    > org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(Deleg
    > atingURLClassLoader.java:866)
    > at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    > at
    > org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:550)
    > ... 43 more
    > !ENTRY org.eclipse.help.ui 4 0 Aug 24, 2003 14:30:02.121
    > !MESSAGE Help cannot be displayed. The embedded application server
    > could not run help web application. Check the log for details.
    > !ENTRY org.eclipse.help.ui 4 0 Aug 24, 2003 14:30:37.469
    > !MESSAGE Help cannot be displayed. The embedded application server
    > could not run help web application. Check the log for details.
    > !ENTRY org.eclipse.help.ui 4 0 Aug 24, 2003 14:30:42.00
    > !MESSAGE Help cannot be displayed. The embedded application server
    > could not run help web application. Check the log for details.
    >
    >
    >
    > -Kaj :)
    >



    This archive was generated by hypermail 2.0.0 : Mon Aug 25 2003 - 15:20:56 EDT