org.eclipse.core.runtime.CoreException: 处理调试异步队列时发生异常 (EAS BOS 问题)

1、更新bos工具 或者 合并lib包

 1 org.eclipse.core.runtime.CoreException: 处理调试异步队列时发生异常
 2 at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:802)
 3 at org.eclipse.jdt.launching.AbstractVMRunner.exec(AbstractVMRunner.java:70)
 4 at org.eclipse.jdt.internal.launching.StandardVMDebugger.run(StandardVMDebugger.java:249)
 5 at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:101)
 6 at com.kingdee.bos.bim.launch.EASProgrammeConfigurationDelegate.launch(EASProgrammeConfigurationDelegate.java:51)
 7 at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:764)
 8 at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:614)
 9 at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:607)
10 at com.kingdee.bos.bim.launch.JavaProgrammeLauncher.launch(JavaProgrammeLauncher.java:247)
11 at com.kingdee.bos.bim.launch.JavaProgrammeLauncher.debug(JavaProgrammeLauncher.java:255)
12 at com.kingdee.bos.bim.launch.EASProgrammeLauncher.launch(EASProgrammeLauncher.java:147)
13 at com.kingdee.bos.bim.launch.LaunchConfig.startDefaultClient(LaunchConfig.java:188)
14 at com.kingdee.bos.bim.actions.run.StartTestAction.run(StartTestAction.java:41)
15 at com.kingdee.bos.md.actions.base.BaseMDResourceAction.run(BaseMDResourceAction.java:309)
16 at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
17 at org.eclipse.ui.actions.RetargetAction.runWithEvent(RetargetAction.java:230)
18 at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:234)
19 at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
20 at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
21 at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
22 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
23 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
24 at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
25 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
26 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
27 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
28 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
29 at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
30 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
31 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
32 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
33 at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
34 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
35 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
36 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
37 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
38 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
39 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
40 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
41 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
42 at java.lang.reflect.Method.invoke(Method.java:585)
43 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
44 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
45 at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
46 at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
47 Caused by: java.io.IOException: CreateProcess: F:\kingdee\bos\BOS610\bos\BOSModular\jdk\bin\javaw.exe -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:50132 -Xmx768m -XX:MaxPermSize=256m -Dbos.config=W:\changlongprj\changlongprj/runtime/server/profiles/server1/config/bosconfig.xml -Dctrlhome=W:\changlongprj\changlongprj/runtime/ctrlhome -Djava.awt.headless=true -Ddatacenter.config=W:\changlongprj\changlongprj/runtime/server/properties/datacenters.xml -Dbos.sc2tc.dict=W:\changlongprj\changlongprj/runtime/server/properties/sc2tc -Dlistener.config=W:\changlongprj\changlongprj/runtime/server/profiles/server1/config/listenerconfig.data -Dportal.config=W:\changlongprj\changlongprj/runtime/server/profiles/server1/config/portalConfig/portalConfig.xml -Dormrpc.config=W:\changlongprj\changlongprj/runtime/server/profiles/server1/config/ormrpc_eas.properties -Dbluewater.uuid.hostLockPort=5504 -Djava.security.auth.login.config=W:\changlongprj\changlongprj/runtime/server/properties/login.config -Djava.security.krb5.conf=W:\changlongprj\chan?
48 at java.lang.ProcessImpl.create(Native Method)
49 at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
50 at java.lang.ProcessImpl.start(ProcessImpl.java:30)
51 at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
52 at java.lang.Runtime.exec(Runtime.java:591)
53 at org.eclipse.debug.core.DebugPlugin.exec(DebugPlugin.java:798)
54 ... 44 more

 

org.eclipse.core.runtime.CoreException: 处理调试异步队列时发生异常 (EAS BOS 问题),古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。