- This topic has 2 replies, 3 voices, and was last updated 17 years, 11 months ago by leepd.
-
AuthorPosts
-
Bob SkinnerMemberHi
I’m doing the web services tutorial, which tells you to open up the web services browser. I use the icon on the task bar and it always produces a web browser instead. There are no messages in the error log. I’ve got Tomcat set up and the tutorial deployed to it.
Thanks a lot.
Here’s the Installation Summary
*** Date:
Tuesday, November 21, 2006 8:44:46 PM EST** System properties:
OS=mac os x
OS version=10.4.8
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.0 GA
Build id: 20061111-5.1.0-GAEclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse startup command=-os
macosx
-ws
carbon
-launcher
/Users/robertskinner/Desktop/eclipse/Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS/eclipse
-name
Eclipse
-showsplash
600
-exitdata
10001
-keyring
/Users/robertskinner/.eclipse_keyring
-consoleLog
-showlocation
-product
com.genuitec.myeclipse.product.ide
-product
com.genuitec.myeclipse.product.ide
-product
com.genuitec.myeclipse.product.ide
-vm
/usr/bin/javaWeb > Contents fails with this error:
Error
Tue Nov 21 20:23:58 EST 2006
The embedded application server could not run help web application.org.eclipse.core.runtime.CoreException: Exception occurred adding webapp help based at /Users/robertskinner/Desktop/eclipse/plugins/org.eclipse.help.webapp_3.2.1.R321_v20060803/.
at org.eclipse.tomcat.internal.TomcatAppServer.start(TomcatAppServer.java:469)
at org.eclipse.help.internal.appserver.WebappManager.start(WebappManager.java:60)
at org.eclipse.help.internal.base.BaseHelpSystem.ensureWebappRunning(BaseHelpSystem.java:246)
at org.eclipse.help.internal.base.HelpDisplay.displayHelpURL(HelpDisplay.java:164)
at org.eclipse.help.internal.base.HelpDisplay.displayHelp(HelpDisplay.java:54)
at org.eclipse.help.ui.internal.DefaultHelpUI.displayHelp(DefaultHelpUI.java:124)
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:499)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1496)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1520)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1505)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3312)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2941)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
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(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
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.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
klingmankMemberI was having trouble as well. It turns out I downloaded the 5.1 without the embedded Eclipse app. It turns out that 5.1 uses Eclipse 3.2.1 not Eclipse 3.2.0. I removed my install of 5.1 and got the full downloaded the full installation. That solved that problem. Now on to the next….
leepdMemberI have the same question with you guys, I think that’s maybe some conflict with your old version eclipse… In my machine I install two eclipse, I change the old one the directory’s name( so the classpath do not include the old directory), so the webservice browser work now (-:
-
AuthorPosts