Author |
Message |
Topic: xehExceptionHandler |
Felix
Replies: 2 Views: 3754
|
Forum: General IBM MQ Support Posted: Mon Dec 17, 2012 12:51 am Subject: xehExceptionHandler |
Hi All,
We encountered a problem with one of the programs. The program aborted abruptly. And we saw this in the CoreDumps:
#0 0xffffe410 in __kernel_vsyscall ()
#1 0x007fedf0 in rai ... |
Topic: MQ build errors |
Felix
Replies: 7 Views: 6713
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Jul 22, 2012 8:30 pm Subject: MQ build errors |
Philip,
I am not sure if we really must have the header files under /usr/include.
But when the header files were placed under that folder, the error messages were gone.
Do let us know, if there ... |
Topic: Trying install WMQ on Linux |
Felix
Replies: 21 Views: 35604
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jul 17, 2012 10:16 pm Subject: Trying install WMQ on Linux |
I am just making a guess, my Friend.
Did you check if you had enough memory before installing MQ on Linux?
As mentioned in these links:
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/index ... |
Topic: MQ build errors |
Felix
Replies: 7 Views: 6713
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 16, 2012 8:56 pm Subject: MQ build errors |
Jeff,
Finally we were able resolve this issue.
The MQ header files were missing in /usr/include directory. And this was causing this error.
My assumption was that
- if we have -I/opt/mqm/in ... |
Topic: MQ build errors |
Felix
Replies: 7 Views: 6713
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jul 16, 2012 4:48 am Subject: MQ build errors |
Jeff,
I updated my makefile for a threaded application type.
And I still see the same error !! |
Topic: MQ build errors |
Felix
Replies: 7 Views: 6713
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Jul 15, 2012 10:51 pm Subject: MQ build errors |
Hi all,
I am getting strange errors when I try to build my project using make file!
]$ make -f XXX_MQ.mak
g++ -m32 -pthread -c -o <removed file names>
MQ__****.cpp:26: ... |
Topic: unable to setmqaut |
Felix
Replies: 4 Views: 4055
|
Forum: IBM MQ Security Posted: Wed Mar 14, 2012 6:50 am Subject: unable to setmqaut |
Hi,
I am having issue while authenticating a user from another machine on the mq-server.
I have 2 Linux machines with different logins on each of them.
1. Machine1
bin$] setmqaut -m my_qm ... |
Topic: Build errors on MQ7 |
Felix
Replies: 2 Views: 2591
|
Forum: General IBM MQ Support Posted: Thu Jan 19, 2012 10:24 pm Subject: Build errors on MQ7 |
Thank You Jeff.
I used the compiler options for 64-bit threaded application. And it compiled. |
Topic: Build errors on MQ7 |
Felix
Replies: 2 Views: 2591
|
Forum: General IBM MQ Support Posted: Wed Jan 18, 2012 2:13 am Subject: Build errors on MQ7 |
We are getting errors when I try to build my Code. The details are provided below.
The following are the version details on this machine:
[root@inblr-aircvm04 Modules]# uname --all
Linu ... |