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 » queue manager not starting MQ 6.0 RHEL5

Post new topic  Reply to topic
 queue manager not starting MQ 6.0 RHEL5 « View previous topic :: View next topic » 
Author Message
wpyung
PostPosted: Mon May 17, 2010 9:49 am    Post subject: queue manager not starting MQ 6.0 RHEL5 Reply with quote

Newbie

Joined: 17 May 2010
Posts: 4

the log file says:

!SESSION May 17, 2010 17:24:14.80 ----------------------------------------------
eclipse.buildId=I200406192000
java.fullversion=J2RE 1.4.2 IBM J9 2.2 Linux x86-32 j9xia32142-20040917 (JIT ena
bled)
J9VM - 20040916_0910_lHdSMR
JIT - r7_level20040915_1801
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -application com.ibm.mq.explorer.ui.rcp.RcpApplication

!ENTRY org.eclipse.osgi May 17, 2010 17:24:14.80
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "com.ibm.mq.explorer.ui.rcp.RcpApplicati
on" could not be found in the registry. The applications available are: org.ecli
pse.update.core.standaloneUpdate, org.eclipse.help.base.infocenterApplication, o
rg.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclip
se.ant.core.antRunner, org.eclipse.pde.build.BuildScriptGenerator, org.eclipse.p
de.build.FetchScriptGenerator, org.eclipse.ui.ide.workbench, org.eclipse.pde.jun
it.runtime.uitestapplication, org.eclipse.pde.junit.runtime.legacyUItestapplicat
ion, org.eclipse.pde.junit.runtime.coretestapplication.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformAct
ivator.java:325)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va: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(DelegatingMethodAcces
sorImpl.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)

!ENTRY org.eclipse.osgi May 17, 2010 17:24:14.82
!MESSAGE Bundle update@/opt/mqm/ies30/eclipse/plugins/com.ibm.mq.explorer.brandi
ng.nl1_6.0.0/ [41] was not resolved.
!SUBENTRY 1 org.eclipse.osgi May 17, 2010 17:24:14.82
!MESSAGE Bundle update@/opt/mqm/ies30/eclipse/plugins/com.ibm.mq.explorer.brandi
ng.nl1_6.0.1.0/ was picked instead.

!ENTRY org.eclipse.osgi May 17, 2010 17:24:14.83
!MESSAGE Bundle update@/opt/mqm/ies30/eclipse/plugins/com.ibm.mq.explorer.brandi
ng_6.0.0/ [60] was not resolved.
!SUBENTRY 1 org.eclipse.osgi May 17, 2010 17:24:14.83
!MESSAGE Bundle update@/opt/mqm/ies30/eclipse/plugins/com.ibm.mq.explorer.brandi
ng_6.0.1.0/ was picked instead.


# rpm -qa|grep MQ

MQSeriesSamples-6.0.1-0
MQSeriesJava-U805770-6.0.1-1
MQSeriesRuntime-6.0.1-0
MQSeriesRuntime-U805770-6.0.1-1
MQSeriesServer-6.0.1-0
MQSeriesIES30-6.0.0-0
MQSeriesServer-U805770-6.0.1-1
MQSeriesSDK-U805770-6.0.1-1
MQSeriesClient-6.0.1-0
MQSeriesConfig-U803945-6.0.1-0
MQSeriesClient-U805770-6.0.1-1
MQSeriesIES30-U803945-6.0.1-0
MQSeriesJava-6.0.1-0
MQSeriesSDK-6.0.1-0
MQSeriesSamples-U805770-6.0.1-1

# rpm -qa|grep eclipse
eclipse-ecj-3.2.1-18.el5
Back to top
View user's profile Send private message
exerk
PostPosted: Mon May 17, 2010 10:09 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

OK, so is a/the queue manager not starting, or MQExplorer? It looks like the latter to me...
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon May 17, 2010 10:42 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

So you didn't install the base MQSeriesConfig package, but only the fixpack MQSeriesConfig package?
Back to top
View user's profile Send private message
wpyung
PostPosted: Tue May 18, 2010 12:20 am    Post subject: Reply with quote

Newbie

Joined: 17 May 2010
Posts: 4

this is how I installed.
It's worked on RHEL4 and FC before
I wonder if the installation of the development options under rhel5 as caused the eclipse problems

cd WebSphereMQforLinux_x86-64_V6.0.1_C87RUML
./mqlicense.sh
rpm -Uvh MQSeriesRuntime-6.0.1-0.x86_64.rpm
rpm -Uvh MQSeriesServer-6.0.1-0.x86_64.rpm
rpm -Uvh MQSeriesClient-6.0.1-0.x86_64.rpm
rpm -Uvh MQSeriesJava-6.0.1-0.x86_64.rpm
rpm -Uvh MQSeriesSamples-6.0.1-0.x86_64.rpm
rpm -Uvh MQSeriesSDK-6.0.1-0.x86_64.rpm
cd ..
cd WebSphereMQ_Linux_x86_V6.0_C8472ML
rpm --nodeps -Uvh MQSeriesConfig-6.0.0-0.i386.rpm
rpm --nodeps -Uvh MQSeriesIES30-6.0.0-0.i386.rpm
cd ..
cd 6.0-WS-MQ-LinuxIA32-RP0001
rpm --nodeps -Uvh MQSeriesConfig-U803945-6.0.1-0.i386.rpm
rpm --nodeps -Uvh MQSeriesIES30-U803945-6.0.1-0.i386.rpm
cd ..
./install_patch
echo now run strmqcfg to start MQ Explorer

#contents of install patch:

cd 6.0.1-WS-MQ-LinuxX64-FP0001
rpm -Uvh MQSeriesRuntime-U805770-6.0.1-1.x86_64.rpm
rpm -Uvh MQSeriesServer-U805770-6.0.1-1.x86_64.rpm
rpm -Uvh MQSeriesClient-U805770-6.0.1-1.x86_64.rpm
rpm -Uvh MQSeriesJava-U805770-6.0.1-1.x86_64.rpm
rpm -Uvh MQSeriesSamples-U805770-6.0.1-1.x86_64.rpm
rpm -Uvh MQSeriesSDK-U805770-6.0.1-1.x86_64.rpm
Back to top
View user's profile Send private message
wpyung
PostPosted: Tue May 18, 2010 12:54 am    Post subject: Reply with quote

Newbie

Joined: 17 May 2010
Posts: 4

I have uninstalled eclipse, tomcat and ant from rhel
I have unstalled mq and reinstalled.
Still having same problem when running strmqcfg

This was the only error I got on the install, I followed these instructions and it didn't help.:


WARNING: The program uudecode was not found on the system. This will not
prevent the installation of WebSphere MQ, however you should run the
command "/opt/mqm/bin/amqiclen -x" after the installation has completed,
before queue managers are started.
Back to top
View user's profile Send private message
wpyung
PostPosted: Tue May 18, 2010 3:28 am    Post subject: Reply with quote

Newbie

Joined: 17 May 2010
Posts: 4

problem solved
my install files must have been corrupt
after un tarring again and resintalling, all is OK
Back to top
View user's profile Send private message
exerk
PostPosted: Tue May 18, 2010 3:33 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Please amend the title of your post to reflect that it was the MQExplorer and not a queue manager that was not starting, and precede it with SOLVED.

Thank you.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
mvic
PostPosted: Tue May 18, 2010 5:36 am    Post subject: Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

wpyung wrote:
this is how I installed.
It's worked on RHEL4 and FC before

The install instructions will tell you to use -i not -U. Also avoid --nodeps if possible.
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 » queue manager not starting MQ 6.0 RHEL5
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.