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 » Not able to install MQ Client

Post new topic  Reply to topic
 Not able to install MQ Client « View previous topic :: View next topic » 
Author Message
itsme_001
PostPosted: Tue Aug 17, 2010 1:27 am    Post subject: Not able to install MQ Client Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

HI,

I'm trying to install an MQ Client V5.3 on a Linux box. But it is not able to accept the licence:

[root@localhost MQClient]# ./mqlicense.sh -accept
stackpointer=0x224aa4
Writing Java core file ....
./mqlicense.sh: line 132: 27082 Segmentation fault (core dumped) ${JRE?} -cp ${LAPCLASSPATH?} com.ibm.lex.lapapp.LAP -l ${PROGPATH?}/lap/licenses -s /tmp/mq_license ${STATUSARG} ${DISPLAYARG}

ERROR: Installation will not succeed unless the license
agreement can be accepted.

If the error was caused by a display problem,
read the license agreement file in the 'License'
directory, and then run the following command:

mqlicense.sh -accept

Only use this command if you accept the license
agreement.

For other errors, contact your IBM support centre.

This is causing the other packages not to be installed. Any suggestions regarding wht might be the reason.
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Aug 17, 2010 2:05 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

And this post is effectively a duplicate of THIS post

What have YOU done to fault diagnose the problem? More to the point, WHY are you trying to install a near-three year out-of-support version of WMQ? Answers on a postcard to....
_________________
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
itsme_001
PostPosted: Tue Aug 17, 2010 2:17 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

sorry for the duplication........

The MQ V5.3 client is needed for an old setup which needs to be tested. As far as the issue goes; since the Linux box does not possess any CD -ROM; I've tried copying the contents of the CD into a drive and after giving the required permissions to the folder executed the below licence for accceptence; which is not happening properly.
Back to top
View user's profile Send private message
exerk
PostPosted: Tue Aug 17, 2010 2:26 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

I've locked your other post...

Have you tried Mr. Google? I ask because I have found a number of hits that are relevant, including a work-around (NOTE: not that I'd normally advocate this, but as it's OOS etc.).
_________________
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
Philip Morten
PostPosted: Tue Aug 17, 2010 12:12 pm    Post subject: Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

itsme_001 wrote:
sorry for the duplication........

The MQ V5.3 client is needed for an old setup which needs to be tested. As far as the issue goes; since the Linux box does not possess any CD -ROM; I've tried copying the contents of the CD into a drive and after giving the required permissions to the folder executed the below licence for accceptence; which is not happening properly.

This can be a sign of something having been corrupted in the jre in the lap directory of the install image while copying or that the jre included is not compatible with the system. Was RH 5 supported by MQ 5.3? If you find the java executable in the lap directory of the install image you could try running java -version to see if it works at all on that system, if it is a jre that was current at the time 5.3 went GA it is very old now and I would not be surprised if it would not run on a modern system
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Tue Aug 17, 2010 4:03 pm    Post subject: Reply with quote

Jedi Knight

Joined: 25 Mar 2003
Posts: 2538
Location: Melbourne, Australia

The V5.3 client media you are using may not be the correct one for the processor architecture or operating system.
_________________
Glenn
Back to top
View user's profile Send private message
itsme_001
PostPosted: Wed Aug 18, 2010 10:24 pm    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

The installed components are:

[root@localhost /]# rpm -qa | grep java
xmlrpc-javadoc-2.0.1-3jpp.1
bsh-javadoc-1.3.0-9jpp.1
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115


Do I need to upgrade the java version since the error message I'm getting is related to the java ci=ore files:

[root@localhost MQClient]# ./mqlicense.sh -accept
stackpointer=0x9cdaa4
Writing Java core file ....
Written Java core to javacore.txt
./mqlicense.sh: line 132: 2809 Segmentation fault (core dumped) ${JRE?} -cp ${LAPCLASSPATH?} com.ibm.lex.lapapp.LAP -l ${PROGPATH?}/lap/licenses -s /tmp/mq_license ${STATUSARG} ${DISPLAYARG}

ERROR: Installation will not succeed unless the license
agreement can be accepted.

If the error was caused by a display problem,
read the license agreement file in the 'License'
directory, and then run the following command:

mqlicense.sh -accept

Only use this command if you accept the license
agreement.

For other errors, contact your IBM support centre.


Philip Morten wrote:
itsme_001 wrote:
sorry for the duplication........

The MQ V5.3 client is needed for an old setup which needs to be tested. As far as the issue goes; since the Linux box does not possess any CD -ROM; I've tried copying the contents of the CD into a drive and after giving the required permissions to the folder executed the below licence for accceptence; which is not happening properly.

This can be a sign of something having been corrupted in the jre in the lap directory of the install image while copying or that the jre included is not compatible with the system. Was RH 5 supported by MQ 5.3? If you find the java executable in the lap directory of the install image you could try running java -version to see if it works at all on that system, if it is a jre that was current at the time 5.3 went GA it is very old now and I would not be surprised if it would not run on a modern system
Back to top
View user's profile Send private message
itsme_001
PostPosted: Mon Aug 23, 2010 2:07 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

Still no luck with the client Installation:

[root@Profile_Linuxdev MQClient]# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-4

Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[root@Profile_Linuxdev MQClient]# ./mqlicense.sh -accept
stackpointer=0xca7aa4
Writing Java core file ....
./mqlicense.sh: line 132: 29086 Segmentation fault (core dumped) ${JRE?} -cp ${LAPCLASSPATH?} com.ibm.lex.lapapp.LAP -l ${PROGPATH?}/lap/licenses -s /tmp/mq_license ${STATUSARG} ${DISPLAYARG}

ERROR: Installation will not succeed unless the license
agreement can be accepted.

If the error was caused by a display problem,
read the license agreement file in the 'License'
directory, and then run the following command:

mqlicense.sh -accept

Only use this command if you accept the license
agreement.

For other errors, contact your IBM support centre.

Still getting the same errors.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Aug 23, 2010 2:52 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

I don't think you followed Philip Morten's suggestion correctly.

That is, I don't think you used the right JRE when you issued java -version.
Back to top
View user's profile Send private message
itsme_001
PostPosted: Mon Aug 23, 2010 3:54 am    Post subject: Reply with quote

Disciple

Joined: 02 Feb 2009
Posts: 157

Philip Morten wrote:

This can be a sign of something having been corrupted in the jre in the lap directory of the install image while copying or that the jre included is not compatible with the system. Was RH 5 supported by MQ 5.3? If you find the java executable in the lap directory of the install image you could try running java -version to see if it works at all on that system, if it is a jre that was current at the time 5.3 went GA it is very old now and I would not be surprised if it would not run on a modern system



the version of linux I'm using is:
Red Hat Enterprise Linux Server release 5.5 (Tikanga)

Can MQ V5.3 be installed on the above linux machine?
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Aug 23, 2010 4:20 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

itsme_001 wrote:
Can MQ V5.3 be installed on the above linux machine?


From your experience I'd say not. It's certainly not on the list of supported platforms, though that's irrelevant since 5.3 has no supported platforms any more.

Why are you trying to use WMQv5.3 for a new build? Don't say "it's for consistency with the existing installs"; that might wash with the server version but not with the client.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Philip Morten
PostPosted: Mon Aug 23, 2010 7:36 am    Post subject: Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

itsme_001 wrote:

the version of linux I'm using is:
Red Hat Enterprise Linux Server release 5.5 (Tikanga)

Can MQ V5.3 be installed on the above linux machine?

The support dates for the product are at: http://www-111.ibm.com/software/support/lifecycle/PLCDetail.wss?synkey=H684983Q27047Y83-K389856S34643M39-F009704Z66284P77

The System Requirements for when it was in support are here: http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg27006300, I think you will find that the latest level of RHEL listed is 3.0 Update 1
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
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 » Not able to install MQ Client
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.