Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ibm mq 接受mq许可证时遇到权限被拒绝错误_Ibm Mq - Fatal编程技术网

Ibm mq 接受mq许可证时遇到权限被拒绝错误

Ibm mq 接受mq许可证时遇到权限被拒绝错误,ibm-mq,Ibm Mq,我们正在尝试在Linux上安装MQclient 7.5。尝试运行以下命令时: ./mqlicense.sh -accept 我收到以下错误消息: ERROR: ./mqlicense.sh ./lap/jre/jre/bin/java:o4o3-006execute permission denied ERROR: Installation will not succeed unless the license agreement can be accepted. If the err

我们正在尝试在Linux上安装MQclient 7.5。尝试运行以下命令时:

./mqlicense.sh -accept 
我收到以下错误消息:

ERROR: ./mqlicense.sh ./lap/jre/jre/bin/java:o4o3-006execute permission denied 

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 (LA_xx, where
xx represents your language ) in the 'licenses'
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.
谁能告诉我我面临的问题是什么?你能告诉我解决方法吗

谢谢,乔希,问题解决了


实际上我们使用的是AIX操作系统,我们已经下载了linux二进制文件,所以问题是它不接受许可证,我们删除了linux mq二进制文件并下载了AIX二进制文件,安装成功。

ls-l./lap/jre/jre/bin/java的输出是什么,
sestatus
的输出是什么?您是以root用户身份运行的吗?解决方案是什么?@praveen您并不孤单-最终,mqlicense.sh脚本得到了修复,因此从v8开始,它实际上为执行此操作的人提供了一条合适的错误消息:-)