| Author | 
		  Message
		 | 
		
		  | dashsatya | 
		  
		    
			  
				 Posted: Sat Sep 23, 2006 5:09 am    Post subject: MQ explorer is not opening on Windows. | 
				     | 
			   
			 
		   | 
		
		
		    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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jefflowrey | 
		  
		    
			  
				 Posted: Sat Sep 23, 2006 8:15 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | dashsatya | 
		  
		    
			  
				 Posted: Sat Sep 23, 2006 11:01 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jefflowrey | 
		  
		    
			  
				 Posted: Sun Sep 24, 2006 4:07 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Sun Sep 24, 2006 5:28 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | dashsatya | 
		  
		    
			  
				 Posted: Wed Sep 27, 2006 7:23 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |