viernes, 29 de enero de 2016

Exitvalue 71 starting WebSphere MQ 8 QM

WebSphere MQ for Windows (x64 platform): 8.0.0.4

If you look at the Windows Event Viewer, you will find a more detailed error detail (hopefully) referencing an FDC file in:

C:\ProgramData\IBM\MQ\qmgrs\[QM name]\errors

Look at the file header of the FDC; in my case, the problem was a "file access denied":



Looking carefully you can find more detailed information below:



Filename of stanza file passed to fopen: C:\ProgramData\IBM\MQ\qmgrs\LOCAL_QM\qmstatus.ini. strerror from fopen: Permission denied.




jueves, 28 de enero de 2016

Java, middleware, programming and general tech twitter accounts to follow







JBoss and Netbeans: enable listen on all network interfaces


Append -Djboss.bind.address=0.0.0.0 to JBoss' VM Options.



(JBossAS [6.1.0.Final "Neo"]).