Skip to main content

WebSphere

Better Navigation in Connections Scripts

·262 words·2 mins
I haven’t touched the Connections scripts for a long time, but I recently made some minor updates to fix compatibility issues with newer versions and added small scripts to speed up configuration. I also got the documentation script running from the menu.

Enabling and disabling WebSphere traces on steroids

·538 words·3 mins
During troubleshooting of WebSphere Application Server it is necessary to enable traces and see more detailed log messages. Enabling these traces is very annoying, because you need to follow long click paths within the Integrated Solution Console (ISC).

Regexp error during Connections install

·165 words·1 min
This week I installed IBM Connections 5.5CR1 on a Windows Server. I used WebSphere Application Server 8.5.5.9 and everything ran pretty smooth, but the Connections install itself ended in an error after all applications were successfully installed.

Better logstash filter to analyze SystemOut.log and some more

·554 words·3 mins
Last week I wrote a post about Using Docker and ELK to Analyze WebSphere Application Server SystemOut.log, but i wasn’t happy with my date filter and how the websphere response code is analyzed. The main problem was, that the WAS response code is not always on the beginning of a log message, or do not end with “:” all the time.

Using Docker and ELK to Analyze WebSphere Application Server SystemOut.log

·938 words·5 mins
I often get SystemOut.log files from customers or friends to help them analyzing a problem. Often it is complicated to find the right server and application which generates the real error, because most WebSphere Applications (like IBM Connections or Sametime) are installed on different Application Servers and Nodes. So you need to open multiple large files in your editor, scroll each to the needed timestamps and check the lines before for possible error messages.