A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© clh 中级黑马   /  2014-9-9 16:42  /  7316 人查看  /  7 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

  1. !ENTRY org.eclipse.ui 4 4 2014-09-09 16:36:12.875
  2. !MESSAGE Conflicting handlers for org.eclipse.ui.window.showViewMenu: {org.eclipse.ui.internal.ShowViewMenuHandler@ef30b1} vs {org.eclipse.ui.internal.ShowViewMenuHandler}

  3. !ENTRY org.eclipse.ui 4 4 2014-09-09 16:36:13.109
  4. !MESSAGE Conflicting handlers for org.eclipse.ui.file.properties: {org.eclipse.ui.internal.handlers.PropertyDialogHandler} vs {org.eclipse.ui.internal.handlers.PropertyDialogHandler@587e84}

  5. !ENTRY org.eclipse.ui 4 4 2014-09-09 16:36:20.406
  6. !MESSAGE Conflicting handlers for org.eclipse.ui.file.export: {org.eclipse.ui.internal.handlers.WizardHandler$Export@44a11b} vs {org.eclipse.ui.internal.handlers.WizardHandler$Export@5ed71a}

  7. !ENTRY org.eclipse.ui.workbench 4 0 2014-09-09 16:36:20.406
  8. !MESSAGE Incorrect type for activeWorkbenchWindow found while executing org.eclipse.ui.file.export, expected org.eclipse.ui.IWorkbenchWindow found org.eclipse.ui.internal.WorkbenchWindow
  9. !STACK 0
  10. org.eclipse.core.commands.ExecutionException: Incorrect type for activeWorkbenchWindow found while executing org.eclipse.ui.file.export, expected org.eclipse.ui.IWorkbenchWindow found org.eclipse.ui.internal.WorkbenchWindow
  11.         at org.eclipse.ui.handlers.HandlerUtil.incorrectTypeFound(HandlerUtil.java:46)
  12.         at org.eclipse.ui.handlers.HandlerUtil.getActiveWorkbenchWindowChecked(HandlerUtil.java:213)
  13.         at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:269)
  14.         at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
  15.         at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
  16.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19.         at java.lang.reflect.Method.invoke(Method.java:483)
  20.         at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
  21.         at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247)
  22.         at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229)
  23.         at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
  24.         at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149)
  25.         at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
  26.         at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
  27.         at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
  28.         at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:343)
  29.         at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:159)
  30.         at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:174)
  31.         at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:119)
  32.         at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:170)
  33.         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
  34.         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
  35.         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
  36.         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
  37.         at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
  38.         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
  39.         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)
  40.         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
  41.         at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
  42.         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  43.         at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
  44.         at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
  45.         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
  46.         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  47.         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
  48.         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
  49.         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
  50.         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  51.         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
  52.         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
  53.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
  54.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236)
  55.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  57.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  58.         at java.lang.reflect.Method.invoke(Method.java:483)
  59.         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
  60.         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
  61.         at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
复制代码
上面是我eclipse的异常日志,我安装eclipse搞了一下午,还是有问题,目前能够编译,运行,但我还是害怕,有隐藏的问题,我不知道,有哪位大神能够帮忙解决一下,小弟感激不尽。。。。。上诉异常只是最近一次的部分,

7 个回复

倒序浏览
你不是在WINDOW上的安装的?,为什么直接下一步也能正常使用
回复 使用道具 举报
{:3_49:}当时装的时候貌似没什么错误。。。
回复 使用道具 举报
孤鸢 发表于 2014-9-9 17:26
你不是在WINDOW上的安装的?,为什么直接下一步也能正常使用

我是在windows xp上装的,,,,我点file-->export的时候,eclipse都没有弹出一个框来(理论上应该有一个供我们选择的框,),林外在编程的有时会运行出错
回复 使用道具 举报
cherry@cookie 来自手机 中级黑马 2014-9-9 19:30:38
报纸
还能这样,,,学习了
回复 使用道具 举报
你可以试一下重新装,把原来的都清理干净。我记得我装MyEclipse的时候,就正常装就能用,至今仍还好。注意一下版本吧,现在还在用xp的确实比较少。
回复 使用道具 举报
路过,瞧一瞧
回复 使用道具 举报
clh 中级黑马 2014-9-9 22:45:25
8#
逍遥呆 发表于 2014-9-9 20:24
你可以试一下重新装,把原来的都清理干净。我记得我装MyEclipse的时候,就正常装就能用,至今仍还好。注意 ...

家里的老台式,懒的换系统,,,你怎么看出我的是winxp啊,不过感觉winxp的软件吃资源少,开好几个程序好几个网页,完全没压力
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马