ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Intermittent problem starting MQExplorer v6

Post new topic  Reply to topic
 Intermittent problem starting MQExplorer v6 « View previous topic :: View next topic » 
Author Message
jsware
PostPosted: Thu May 17, 2007 7:08 am    Post subject: Intermittent problem starting MQExplorer v6 Reply with quote

Chevalier

Joined: 17 May 2001
Posts: 455

I have an intermittent problem starting WMQ Explorer v6.0.2.1 on Windows XP professional. I am running MQ Explorer nuder a different user ID that I am logged on using the "Run with different credentials" option on the shortcut. I log on using a local account that is part of the mqm/Administrators group.

Most of the time it works, but sometimes I get a message "An error has occurred when creating this view" in the WMQ Navigator pane. I did a search on ibm.com and fonud the reference to http://www-1.ibm.com/support/docview.wss?rs=171&context=SSFKSJ&context=SSWHKB&q1=%22An+error+has+occurred+when+creating+this+view%22&uid=swg21208670&loc=en_US&cs=utf-8&lang=en

This is not an exact match to my problem (I am not uninstalling/reinstalling MQ) but I tried what it suggests and this had no effect. In my eclipse .log file I get the following error:
Code:

!SESSION May 17, 2007 15:53:22.364 ---------------------------------------------
eclipse.buildId=I200406192000
java.fullversion=J2RE 1.4.2 IBM J9 2.2 Windows XP x86-32 j9n142-20040917 (JIT enabled)
J9VM - 20040916_0908_lHdSMR
JIT  - r7_level20040915_1801
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -perspective com.ibm.mq.explorer.ui.internal.perspective.mqperspective

!ENTRY org.eclipse.core.runtime 4 2 May 17, 2007 15:53:22.364
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
   at com.ibm.mq.explorer.core.internal.event.DmMonitor.notifyNewListener(DmMonitor.java:1499)
   at com.ibm.mq.explorer.core.internal.event.DmMonitor.addQueueManagerListener(DmMonitor.java:311)
   at com.ibm.mq.explorer.core.internal.base.DataModel.addQueueManagerListener(DataModel.java:630)
   at com.ibm.mq.explorer.core.internal.base.DataModel.addQueueManagerListener(DataModel.java:651)
   at com.ibm.mq.explorer.clusterplugin.internal.ExplorerRegistrationRoot.pluginEnabled(ExplorerRegistrationRoot.java:315)
   at com.ibm.mq.explorer.ui.internal.base.NotificationManager.notifyPluginEnabled(NotificationManager.java:770)
   at com.ibm.mq.explorer.ui.internal.base.UiPlugin.sendPluginEnablementEvents(UiPlugin.java:2725)
   at com.ibm.mq.explorer.ui.internal.base.UiPlugin.addNavigatorView(UiPlugin.java:1482)
   at com.ibm.mq.explorer.ui.internal.views.MQNavigatorView.createPartControl(MQNavigatorView.java:245)
   at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
   at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
   at org.eclipse.core.runtime.Platform.run(Platform.java:747)
   at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
   at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:135)
   at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:205)
   at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:119)
   at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:349)
   at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
   at org.eclipse.core.runtime.Platform.run(Platform.java:747)
   at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:273)
   at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:530)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
   at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:528)
   at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:102)
   at org.eclipse.ui.internal.ViewFactory$ViewReference.getView(ViewFactory.java:166)
   at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2550)
   at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1372)
   at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1224)
   at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1185)
   at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1096)
   at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
   at org.eclipse.core.runtime.Platform.run(Platform.java:747)
   at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1029)
   at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167)
   at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652)
   at org.eclipse.ui.internal.Workbench.init(Workbench.java:819)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1325)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
   at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
   at java.lang.reflect.Method.invoke(Method.java:391)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
   at org.eclipse.core.launcher.Main.run(Main.java:704)
   at org.eclipse.core.launcher.Main.main(Main.java:688)
Has anybody else encountered this? If so did you find a resolution.

Normally I can exit the explorer and restart and it will work (unless I am busy and then it invariably insists on repeating the problem a few times )
_________________
Regards
John
The pain of low quaility far outlasts the joy of low price.
Back to top
View user's profile Send private message
tleichen
PostPosted: Thu May 17, 2007 10:04 am    Post subject: Reply with quote

Yatiri

Joined: 11 Apr 2005
Posts: 663
Location: Center of the USA

Well, I don't think it's lying to you. I would debug the first error first. The one that says:

java.lang.NullPointerException
at com.ibm.mq.explorer.core.internal.event.DmMonitor.notifyNewListener(DmMonitor.java:1499)
_________________
IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer
Back to top
View user's profile Send private message
PhilBlake
PostPosted: Mon May 21, 2007 11:43 pm    Post subject: Re: Intermittent problem starting MQExplorer v6 Reply with quote

Acolyte

Joined: 25 Oct 2005
Posts: 64

scottj2512 wrote:

Code:

!SESSION May 17, 2007 15:53:22.364 ---------------------------------------------
eclipse.buildId=I200406192000
java.fullversion=J2RE 1.4.2 IBM J9 2.2 Windows XP x86-32 j9n142-20040917 (JIT enabled)
J9VM - 20040916_0908_lHdSMR
JIT  - r7_level20040915_1801
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -perspective com.ibm.mq.explorer.ui.internal.perspective.mqperspective

!ENTRY org.eclipse.core.runtime 4 2 May 17, 2007 15:53:22.364
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
   at com.ibm.mq.explorer.core.internal.event.DmMonitor.notifyNewListener(DmMonitor.java:1499)

This looks like a bug, you should not be getting any NPE's in the WMQ Explorer code - I'd suggest you raise a PMR
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Intermittent problem starting MQExplorer v6
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.