Author |
Message
|
Pablo Taboada |
Posted: Wed Oct 10, 2007 4:18 pm Post subject: Problem with License agreement. |
|
|
Apprentice
Joined: 19 Jul 2007 Posts: 36 Location: Spain - Barcelona
|
Hi,
I'm tryin to install WebSphere MQ v.6 under Solaris 8. And I have some problems with license agreement.
Message errors:
HOSTNAME(root)# ./mqlicense.sh -accept./mqlicense.sh: ./lap/jre/bin/java: cannot execute
Java version is 1.4 and ./lap/jre/bin/java has permissions (777).
Where is the problem? am I doing something wrong? _________________ Regards,
Pablo Taboada
INSA - IBM Global Services
WebSphere MQ System Administrator Certified |
|
Back to top |
|
 |
Philip Morten |
Posted: Thu Oct 11, 2007 1:16 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Is it possible that you have the x86_64 version rather than SPARC ? _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
Pablo Taboada |
Posted: Thu Oct 11, 2007 5:47 am Post subject: |
|
|
Apprentice
Joined: 19 Jul 2007 Posts: 36 Location: Spain - Barcelona
|
It happens me with both versions. The fact is that, when I run next command:
pkgadd -d source_path -v
The result is that, sytem dont't find packages. That's to say, it's as if files was wrong, but I' think, this not the question because I have copied source files, a lot of times. _________________ Regards,
Pablo Taboada
INSA - IBM Global Services
WebSphere MQ System Administrator Certified |
|
Back to top |
|
 |
Pablo Taboada |
Posted: Thu Oct 11, 2007 6:48 am Post subject: |
|
|
Apprentice
Joined: 19 Jul 2007 Posts: 36 Location: Spain - Barcelona
|
In fact, solaris version is:
SunOS PXCCIRB1 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Fire-280R
And If I try to run pkgadd with Sparc version, comand can't recognize packages. on the contrary If I run x86 version, comand can recognize some packages as gskit and gskit64, but no mqm package.
It results me very strange!  _________________ Regards,
Pablo Taboada
INSA - IBM Global Services
WebSphere MQ System Administrator Certified |
|
Back to top |
|
 |
Philip Morten |
Posted: Fri Oct 12, 2007 1:59 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Are your packages downloaded or on CD ? This all looks like bad downloads to me. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
Pablo Taboada |
Posted: Wed Oct 17, 2007 11:11 pm Post subject: |
|
|
Apprentice
Joined: 19 Jul 2007 Posts: 36 Location: Spain - Barcelona
|
Hi!
Source installation files are download. I'll try to download again or copy these files from CD. _________________ Regards,
Pablo Taboada
INSA - IBM Global Services
WebSphere MQ System Administrator Certified |
|
Back to top |
|
 |
afroz_online777 |
Posted: Sun Oct 28, 2007 9:08 pm Post subject: edit the the mqlicense.sh file |
|
|
Novice
Joined: 07 May 2007 Posts: 21
|
Hi ,
This is the same kind of problem which I was facing when i am trying to install MQ 6.0 on both Linux and Solaris . then i found the following solution.
you need to edit the the mqlicense.sh file
and do the following changes
<mqlicense.sh>
..............
#set JRE location
# JRE=${PROGPATH}/lap/jre/bin/java ....this is the existing one you need to commit this and add the folling line
JRE=/usr/bin/java .........this is ur java path
..........
</mqlicense.sh>
Hope this is should solve your problem.......
Enjoy...MQ
zorfa...
MQ Admin |
|
Back to top |
|
 |
robsdman |
Posted: Wed Aug 27, 2008 9:18 am Post subject: alt |
|
|
 Apprentice
Joined: 23 Aug 2002 Posts: 27
|
./mqlicense.sh -accept -jre /usr/bin/java |
|
Back to top |
|
 |
|