При попытке запустить MQ Explorer появляется и исчезает окно запуска, MQ Explorer не запускается.
MQ Explorer имеет логи, которые находятся в директории workspace:
C:\Users\user_name\IBM\WebSphereMQ\workspace_name\.metadata
Основным логом является файл ".log"
Исследуем его на предмет наличия ошибок, коррелируемых с попытками запустить MQ Explorer:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
!ENTRY org.eclipse.ui.workbench 4 2 2016-02-15 22:58:34.114 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NullPointerException at org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper.getService(ServiceHelper.java:74) at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.updateRoamingProfile(SimpleProfileRegistry.java:156) at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.updateSelfProfile(SimpleProfileRegistry.java:147) at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.getProfileMap(SimpleProfileRegistry.java:344) at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.internalGetProfile(SimpleProfileRegistry.java:248) at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.getProfile(SimpleProfileRegistry.java:178) at org.eclipse.equinox.internal.p2.ui.sdk.scheduler.AutomaticUpdateScheduler.earlyStartup(AutomaticUpdateScheduler.java:88) at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:87) at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2551) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) !ENTRY org.eclipse.core.jobs 4 2 2016-02-15 22:58:34.115 !MESSAGE An internal error occurred during: "Workbench early startup". !STACK 0 java.lang.NullPointerException at org.eclipse.core.internal.runtime.InternalPlatform.getLog(InternalPlatform.java:354) at org.eclipse.core.runtime.Plugin.getLog(Plugin.java:291) at org.eclipse.ui.internal.WorkbenchPlugin.log(WorkbenchPlugin.java:818) at org.eclipse.ui.internal.EarlyStartupRunnable.handleException(EarlyStartupRunnable.java:81) at org.eclipse.core.runtime.SafeRunner.handleException(SafeRunner.java:75) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:44) at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2551) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) |
В основе MQ Explorer находится среда Eclipse, с которой связаны ошибки из лога.
Для решения проблемы необходимо удалить директорию org.eclipse.e4.workbench
, которая находится в:
C:\Users\user_name\IBM\WebSphereMQ\workspace_name\.metadata\.plugins
После этого MQ Explorer успешно запустился.
Leave a Reply