• 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:kingdeeosBOS610osBOSModularjdkinjavaw.exe -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:50132 -Xmx768m -XX:MaxPermSize=256m -Dbos.config=W:changlongprjchanglongprj/runtime/server/profiles/server1/config/bosconfig.xml -Dctrlhome=W:changlongprjchanglongprj/runtime/ctrlhome -Djava.awt.headless=true -Ddatacenter.config=W:changlongprjchanglongprj/runtime/server/properties/datacenters.xml -Dbos.sc2tc.dict=W:changlongprjchanglongprj/runtime/server/properties/sc2tc -Dlistener.config=W:changlongprjchanglongprj/runtime/server/profiles/server1/config/listenerconfig.data -Dportal.config=W:changlongprjchanglongprj/runtime/server/profiles/server1/config/portalConfig/portalConfig.xml -Dormrpc.config=W:changlongprjchanglongprj/runtime/server/profiles/server1/config/ormrpc_eas.properties -Dbluewater.uuid.hostLockPort=5504 -Djava.security.auth.login.config=W:changlongprjchanglongprj/runtime/server/properties/login.config -Djava.security.krb5.conf=W:changlongprjchan?
    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
  • 相关阅读:
    BZOJ1229 USACO2008 Nov toy 玩具 【三分+贪心】*
    BZOJ1304 CQOI2009 叶子的染色 【树形DP】
    BZOJ1131 POI2008 Sta 【树形DP】
    BZOJ1096 ZJOI2007 仓库建设 【斜率优化DP】
    BZOJ4540 Hnoi2016 序列 【莫队+RMQ+单调栈预处理】*
    Codeforces 1012C Hills【DP】*
    POJ1741 Tree + BZOJ1468 Tree 【点分治】
    BZOJ2152 聪聪可可 【点分治】
    HDU1693 Eat the Trees 【插头DP】*
    RUAL1519 Formula 1 【插头DP】
  • 原文地址:https://www.cnblogs.com/kumarson/p/3656348.html
Copyright © 2020-2023  润新知