Author |
Message
|
spfdgio |
Posted: Thu Nov 12, 2020 5:28 pm Post subject: MQ on WSL / Ubuntu 20.04 ? |
|
|
Apprentice
Joined: 09 Oct 2002 Posts: 36
|
Hi everyone,
Using windows subsystem for linux (WSL) - downloaded ubuntu 20.04 and following the guide https://developer.ibm.com/tutorials/mq-connect-app-queue-manager-ubuntu/ was able to get mq advanced for developers installed and can do dspmqver but crtmqm doesn't work - mq internal error. Question is whether MQ will work on WSL - anyone know?
Thanks, Dan
| IBM MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Thu November 12 2020 20:01:28 EST |
| UTC Time :- 1605229288.841945 |
| UTC Time Offset :- -300 (EST) |
| Host Name :- DESKTOP-AGQGMKV |
| Operating System :- Linux 4.4.0-19041-Microsoft |
| OS Details :- Ubuntu 20.04.1 LTS (Focal Fossa) |
| PIDS :- 5724H7251 |
| LVLS :- 9.1.5.0 |
| Product Long Name :- IBM MQ for Linux (x86-64 platform) |
| Vendor :- IBM |
| O/S Registered :- 1 (libmqmcs_r.so) |
| Data Path :- /var/mqm |
| Installation Path :- /opt/mqm |
| Installation Name :- Installation1 (1) |
| License Type :- Developer |
| Probe Id :- ZS780060 |
| Application Name :- MQM |
| Component :- zslEnqueueSem |
| SCCS Info :- /build/slot1/p910_P/src/lib/zs/amqzslgx.c, |
| Line Number :- 505 |
| Build Date :- Mar 24 2020 |
| Build Level :- p915-L200318.DE |
| Build Type :- IKAP - (Production) |
| Effective UserID :- 999 (mqm) |
| Real UserID :- 1000 (ubuntu2004) |
| Program Name :- crtmqm |
| Arguments :- QM2 |
| Addressing mode :- 64-bit |
| LANG :- C.UTF-8 |
| Process :- 11084 |
| Process(Thread) :- 11084 |
| Thread :- 1 |
| QueueManager :- QM2 |
| UserApp :- FALSE |
| Last HQC :- 0.0.0-0 |
| Last HSHMEMB :- 0.0.0-0 |
| Last ObjectName :- |
| Major Errorcode :- xecF_E_UNEXPECTED_RC |
| Minor Errorcode :- Unknown(D) |
| Probe Type :- MSGAMQ6118 |
| Probe Severity :- 1 |
| Probe Description :- AMQ6118S: An internal IBM MQ error has occurred (D) |
| FDCSequenceNumber :- 0 |
| Arith1 :- 13 (0xd) |
| |
+-----------------------------------------------------------------------------+ |
|
Back to top |
|
 |
gbaddeley |
Posted: Sun Nov 15, 2020 1:52 pm Post subject: |
|
|
 Jedi
Joined: 25 Mar 2003 Posts: 2413 Location: Melbourne, Australia
|
The FDC file should contain part of a trace that indicates what failed with:
Major Errorcode :- xecF_E_UNEXPECTED_RC |
It could be related to IPC semaphore resources:
| Component :- zslEnqueueSem |
Starting MQ trace before running crtmqm command could provide more information. _________________ Glenn |
|
Back to top |
|
 |
spfdgio |
Posted: Wed Nov 18, 2020 5:28 pm Post subject: |
|
|
Apprentice
Joined: 09 Oct 2002 Posts: 36
|
Thanks gbaddeley. I ended up abandoning to try WSL in favor of virtualbox as I found the need to adjust cpu/memory for multiple hosts. |
|
Back to top |
|
 |
andres |
Posted: Tue Jan 31, 2023 2:39 am Post subject: |
|
|
Apprentice
Joined: 12 Apr 2013 Posts: 25
|
HI,
WSL2 lacks of manty features, like systemd.
But there is no problem of running an MQ Container on WSL via docker or podman install. |
|
Back to top |
|
 |
|