Author Archives: Roger Lacroix

My name is Roger Lacroix and I am a die hard programmer. I have been programming since the 80s. My favorite programming languages are Java, C and Rexx. I have worked in the Airline, Retail but I have spent most of my time doing middleware work in the financial services industry. In 1994, I was introduced to IBM MQ (aka WebSphere MQ & MQSeries) and I thought it was the next best thing since man created fire. This blog will be about IBM MQ, Java, C, Rexx and any other interesting items that I can think of. I hope you enjoy it.

WMQ v7 for z/OS and IMS/CICS

s

IBM has the following technical bulletin: http://www.ibm.com/support/docview.wss?uid=swg21472819 Problem(Abstract) An IMS Bridge (OTMA) or CICS Bridge application that worked with WebSphere MQ for z/OS V6.0.0 now fails with V7.0.0 or V7.0.1. Symptom Symptoms may include MQRC 2148 MQRC_IIH_ERROR MQRC 2142 MQRC_HEADER_ERROR MQRC 2112 MQRC_SOURCE_INTEGER_ENC_ERROR DFHMQ0745 E CKBP nnnnn Unable to put message to reply queue. MQRC=2112. […]

IBM MQ, z/OS Comments Off on WMQ v7 for z/OS and IMS/CICS

jgc.org: Some things I’ve learnt about programming

s

John Graham-Cumming has some interesting thoughts on programming that I really like: http://blog.jgc.org/2012/07/some-things-ive-learnt-about.html Regards, Roger Lacroix Capitalware Inc.

Education, Programming Comments Off on jgc.org: Some things I’ve learnt about programming

Hardkernel ODROID-X for $129

s

Did I miss the miniaturization memo? After waiting for months, last month I was finally able to order a Raspberry Pi for $35.00 USD. Now Hardkernel (Korean company) is offering a premium board called ODROID-X for $129.00 USD. Yes, it is more money but you get a quad-core ARM CPU and 4 times the amount […]

Linux, Open Source Comments Off on Hardkernel ODROID-X for $129

Life After a PC

s

Robert X. Cringely has an interesting perspective of the PC era: http://www.cringely.com/2012/06/30/life-personal-computer/ If you extrapolate Robert’s thoughts to other computing environments then you would say: – The mainframe is dead – long gone buried. Oh wait, it lives and is doing very well. – The super-computer is dead. Well, it almost died but with Linux […]

iPhone, iPad & iPod Touch, Linux, Operating Systems, Unix, Windows, z/OS 1 Comment

A Software Architect

s

Chris Eppstein has a great view of a Software Architect: http://coderwall.com/p/lbda2q Food for thought. 🙂 Regards, Roger Lacroix Capitalware Inc.

Education, Programming Comments Off on A Software Architect

WMQ v7.0.1.8 Java/JMS Application Leaks Connections

s

IBM has the following APAR IC79103 for the fix: http://www.ibm.com/support/docview.wss?uid=swg1IV18624 Error Description: Applications using the WebSphere MQ classes for Java Version 7.0.1.8 repeatedly reconnect and finally consume all the available connections of the queue manager. Traces show repeated occurrences of completion code “2” and reason code “2009”, and internal exceptions are traced out containing the […]

IBM i (OS/400), IBM MQ, Java, JMS, Linux, Programming, Unix, Windows, z/OS Comments Off on WMQ v7.0.1.8 Java/JMS Application Leaks Connections

Stanford’s Top Major Is Now Computer Science

s

Interesting how things change/evolve: http://www.theatlantic.com/technology/archive/2012/06/stanfords-top-major-is-now-computer-science/259199/ Regards, Roger Lacroix Capitalware Inc.

Education Comments Off on Stanford’s Top Major Is Now Computer Science

amqrmppa on AIX Leaks Memory When using a Security Exit

s

If you use a security exit with WMQ v7 on AIX, the amqrmppa process has a bug that causes it to leak memory. When the security exit accepts/allows a connection, about 0.24KB of memory per connection is leaked. When the security exit rejects a connection, about 0.61KB of memory per connection is leaked. IBM has […]

Capitalware, IBM MQ, Security, Unix Comments Off on amqrmppa on AIX Leaks Memory When using a Security Exit

Stupid Security Mistakes

s

Josh Fruhlinger writes about stupid security mistakes: http://www.itbusiness.ca/it/client/en/cdn/News.asp?id=67860 Food for thought. 🙂 Regards, Roger Lacroix Capitalware Inc.

Security Comments Off on Stupid Security Mistakes

Eclipse 4.2 Released

s

Eclipse Foundation has just released 72 projects including Eclipse v4.2 (‘Juno’). http://www.eclipse.org Highlights – Code Recommenders is a new project that makes Eclipse code completion a lot smarter. – Eclipse Virgo ships the new Nano kernel that provides the ability to build very small OSGi based applications. – Koneki project delivers a Lua IDE – […]

Java, Linux, macOS (Mac OS X), Open Source, Programming, Windows Comments Off on Eclipse 4.2 Released