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 » Uable to start websphere MQ Explorer

Post new topic  Reply to topic
 Uable to start websphere MQ Explorer « View previous topic :: View next topic » 
Author Message
saddankula
PostPosted: Tue May 20, 2014 4:14 am    Post subject: Uable to start websphere MQ Explorer Reply with quote

Acolyte

Joined: 27 Jun 2013
Posts: 51

Hi Team,

I am unable to start my websphere MQ Explorer .when i am trying to start websphere MQ Explorer i got the following error. can any one provide solution for this issue.

Code:

java.lang.NoClassDefFoundError: org.eclipse.core.resources.IProjectDescription
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:66)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:127)
at com.ibm.mq.explorer.tests.Notify.pluginEnabled(Notify.java:96)
at com.ibm.mq.explorer.ui.internal.base.NotificationManager.notifyPluginEnabled(NotificationManager.java:869)
at com.ibm.mq.explorer.ui.internal.base.UiPlugin.sendPluginEnablementEvents(UiPlugin.java:2483)
at com.ibm.mq.explorer.ui.internal.base.UiPlugin.addNavigatorView(UiPlugin.java:1574)
at com.ibm.mq.explorer.ui.internal.views.MQNavigatorView.createPartControl(MQNavigatorView.java:296)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
at org.eclipse.ui.internal.WorkbenchPage$ActivationList.setActive(WorkbenchPage.java:4080)
at org.eclipse.ui.internal.WorkbenchPage$17.runWithException(WorkbenchPage.java:3145)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.contact admin(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.contact admin(Display.java:3659)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:801)
at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1342)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.contact admin(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.contact admin(Display.java:3659)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2309)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.ibm.mq.explorer.ui.rcp.internal.base.RcpApplication.run(RcpApplication.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:572)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:171)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
Back to top
View user's profile Send private message
MQsysprog
PostPosted: Tue May 20, 2014 4:44 am    Post subject: Reply with quote

Centurion

Joined: 24 Feb 2014
Posts: 116

Hi ,perharps there are some problem in the eclipse building of the home settings ,take a look at this post :

http://www.mqseries.net/phpBB2/viewtopic.php?t=51939&sid=52dcf4f1bc9bd0d85a830ab0bc2cb85c
Back to top
View user's profile Send private message
ppraveen33
PostPosted: Tue May 20, 2014 5:56 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2013
Posts: 36

Check whether you have the file "strmqcfg.exe" file in the MQ Installation directory somewhere around "C:\Program Files (x86)\IBM\WebSphere MQ\bin".If you don't find it,you probably missed out some jar files at the time of installation.

The second option is to "Try run as Administrator".This should work i guess.

-- Ajay.G
Back to top
View user's profile Send private message
saddankula
PostPosted: Tue May 20, 2014 9:19 pm    Post subject: Reply with quote

Acolyte

Joined: 27 Jun 2013
Posts: 51

I checked that strmqcfg.exe" is found in "C:\Program Files (x86)\IBM\WebSphere MQ\bin". The problem is MQ explorer is opened but i am unable to see the queue managers.
Back to top
View user's profile Send private message
JosephGramig
PostPosted: Wed May 21, 2014 6:57 am    Post subject: Reply with quote

Grand Master

Joined: 09 Feb 2006
Posts: 1244
Location: Gold Coast of Florida, USA

dspmqver says what?
dspmq says what?
The id you use to run MQE is in what local groups?

Sounds like a permission issue.
Back to top
View user's profile Send private message AIM Address
subani01491
PostPosted: Thu May 22, 2014 6:36 am    Post subject: Reply with quote

Novice

Joined: 19 Mar 2014
Posts: 12

Try to run MQ explorer as "run as administrator". That might help, i had same issue, it worked for me. (despite the fact that i was already member of administrator group in the server).
Back to top
View user's profile Send private message
agurrala
PostPosted: Thu May 29, 2014 5:39 am    Post subject: Reply with quote

Newbie

Joined: 28 Aug 2013
Posts: 4

Try Window-->Reset Perspective once & if it still doesn't display the queue managers,then restart the toolkit once with "Run as Administrator" option
This should work fine...
The other option would be to Show sets
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 » General IBM MQ Support » Uable to start websphere MQ Explorer
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.