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 » General IBM MQ Support » MQ explorer is not opening on Windows.

Post new topic  Reply to topic
 MQ explorer is not opening on Windows. « View previous topic :: View next topic » 
Author Message
dashsatya
PostPosted: Sat Sep 23, 2006 5:09 am    Post subject: MQ explorer is not opening on Windows. Reply with quote

Novice

Joined: 24 Mar 2006
Posts: 17
Location: INDIA

Hi
On my windows XP machine , When i am trying to open the MQ series explorer the error is showing like
"Problems opening perspective
com.ibm.mq.explorer.ui.internal.perspective.mqperspective."

if any body having any idea plase help me on this.
Thanks in advance

Regards
Satya
Back to top
View user's profile Send private message AIM Address
jefflowrey
PostPosted: Sat Sep 23, 2006 8:15 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

open a command prompt and put in strmqcfg -c

If that still does the same thing, then look in c:\Documents and Settings\<your user>\Application Data\IBM\MQ Explorer\.metadata for a .log file, and see if it says anything.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
dashsatya
PostPosted: Sat Sep 23, 2006 11:01 pm    Post subject: Reply with quote

Novice

Joined: 24 Mar 2006
Posts: 17
Location: INDIA

Hi Jeff
"strmqcfg -c " is not working it gives the same error. The containts of the log file says this



ENTRY org.eclipse.core.runtime 4 1 Sep 24, 2006 12:13:39.796
!MESSAGE Plug-in com.ibm.mq.explorer.ui was unable to load class com.ibm.mq.explorer.ui.internal.perspective.MQPerspective.
!STACK 0
java.lang.ClassNotFoundException: com.ibm.mq.explorer.ui.internal.perspective.MQPerspective
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:404)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:560)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:307)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:336)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1313)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:131)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:124)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:113)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:196)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:193)
at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescriptor.java:130)
at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:599)
at org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:203)
at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:103)
at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1148)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:736)
at org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage.java:728)
at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2961)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2959)
at org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeToPerspectiveMenu.java:87)
at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:303)
at org.eclipse.ui.actions.PerspectiveMenu.runOther(PerspectiveMenu.java:318)
at org.eclipse.ui.actions.PerspectiveMenu$4.widgetSelected(PerspectiveMenu.java:134)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at com.ibm.mq.explorer.ui.rcp.internal.base.RcpApplication.run(RcpApplication.java:136)
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:5
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)


if any body have any idea on this please help .

Regards
Satya
Back to top
View user's profile Send private message AIM Address
jefflowrey
PostPosted: Sun Sep 24, 2006 4:07 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You probably need to re-install - at least the MQ Explorer part.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sun Sep 24, 2006 5:28 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

jefflowrey wrote:
You probably need to re-install - at least the MQ Explorer part.


And remember it is very particular to which version of eclipse it is running under and will not work with a different version....

Enjoy
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
dashsatya
PostPosted: Wed Sep 27, 2006 7:23 am    Post subject: Reply with quote

Novice

Joined: 24 Mar 2006
Posts: 17
Location: INDIA

Hi
Thanks for the help , But when ever i am trying to install again MQ series version 6.0 on my windows Xp box having eclipse version 3.0.1 , i am getting one error message while the intallation is going on " Unable to lunch Programe gsk7win.exe (AMQ 4733) ". Then i clicked the OK button of the error message then the installation was going on , After all The same problem i am facing with
MQ series ie not able to open the MQ series explorer ...


Please through some light ....If any body have any idea on this..



Regards
Satya
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQ explorer is not opening on Windows.
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.