Middleware Consulting
Looking for IBM WebSphere Middleware Consulting to help with WebSphere Architecture, Support, Migration, Automation and Thought Leadership? An expert in technical communications in the middleware...
View ArticleSyntax error on line 7 of /opt/IBM/HTTPServer/conf/admin.conf: Port must be...
When you start IBM HTTP Server – Administration Server, you get the following error If you do not set this port you will get this error Syntax error on line 7 of /opt/IBM/HTTPServer/conf/admin.conf:...
View ArticleAC_INVALID_HEADER mod_ibm_admin: Missing the following request headers
You try to log in to the folliwing URL of an admin serverhttp://your_domain.com:8008/wasadminAnd you get this error in the brower<?xml version="1.0" ?> <SAIL_Error Severity="C2_WARN"...
View ArticleSSL0208E: SSL Handshake Failed, Certificate validation error
In the <ihs_root/logs.error_log we find the following error when connecting to IBM HTTP Server using SSL. [Fri May 01 14:08:10 2015] [error] [client 192.168.0.7] [1a6a0a0] [15650] SSL0208E: SSL...
View ArticleWebSphere IBM HTTP Server, WebSphere Plugin and SSL Key and Cert Management –...
Hi all, not long now before I release my new WAS 8.5.5.x Advanced Administration Courses, due in late Q2, ealry Q3 2015. Keep an eye out for several new focused WebSphere related courses which will...
View ArticleMIGR0272E: The migration function cannot complete the command
You are trying to run the WASPreUpgrade,sh script and you get the folloing error:IBM WebSphere Application Server, Release 7.0 Product Upgrade PreUpgrade tool, Version 1.0 Copyright IBM Corp.,...
View Articlejava.sql.SQLException: java.lang.IllegalAccessError during WebSphere...
Error when testing a new JDBC Provider and Datasourcejava.sql.SQLException: java.lang.IllegalAccessError: com/mysql/jdbc/ConnectionImpl.getInstance(Ljava/lang/String;...
View ArticleWebSphere Jython: ImportError: no module named
Error:WASX7209I: Connected to process "server1" on node WAS7_01_AppServer01 using SOAP connector; The type of process is: UnManagedProcess WASX7017E: Exception received while running file...
View ArticleWebSphere Jython: AttributeError: instance of
Jython Error: AttributeError: instance ofWASX7017E: Exception received while running file "/var/apps/scripts/wasAdmin/manageApp/appReady.py"; exception information: com.ibm.bsf.BSFException: exception...
View ArticleWebSphere 8.5.5 Training
Are you looking for WebSphere Application Server 8.5.5.x Training Materials? I have extensive WebSphere Training Courses for sale. I have two styles of WebSphere Training Materials. One style is the...
View ArticleWebSphere Training Online
Looking for WebSphere Training Online? I have extensive WebSphere Training Courses for sale. I have two styles of WebSphere Training Materials. One style is the actual course materials for self-paced...
View ArticleWebSphere 8.5.5 Administration Training
Require WebSphere Administration Training ? I have extensive WebSphere Training Courses for sale. I have two styles of WebSphere Training Materials. One style is the actual course materials for...
View ArticleADMA5060E: Resource validation for application failed due to unexpected...
The Error: ADMA5060E: Resource validation for application <app_name> failed due to unexpected exception java.lang.NullPointerException Often occurs when you have coded attributes for a deployment...
View ArticleMIGR0536E: The profileRegistry.xml file cannot be found – MIGR0272E: The...
You are migrating a WAS 7 profile to WAS 8 and you get the error below… Command being issued was:./WASPostUpgrade.sh /var/apps/was7_to_was8550/WAS7_01_AppServer01Prof_backup -oldProfile...
View ArticleBash script to determine WebSphere Application Server Cell Name
A script to determine the WebSphere instance’s Cell Name#!/bin/bash if [[ -z "${1}" ]]; then echo "Please pass in a full path to the profile's location!" echo "e.g. getCellName.sh...
View ArticleA simple bash script to kill WebSphere processes
A simple bash script to kill WebSphere processes#!/bin/bash export thePids=`ps -ef | grep -e '-Duser.install.root[^ ]*' | grep -v grep | awk -F" " '{print $2}'` if [[ -z "${thePids}" ]]; then echo "No...
View ArticleWebSphere Automation Scripts
Do you need to save time automating manual WAS tasks? Have you ever wondered how to automate IBM Installation Manager? Ever needed to automate the installation of WAS 8.5.5.x and automate Upgrades and...
View ArticleWebSphere Scripting
Note:This is not part of the $199 deal (all courses pre Jan 2015) because this course was released July 2015. Do you need to save time automating manual WAS tasks? Have you ever wondered how to...
View Articlehas no attribute – Jython Error in WebSphere Application Server script
Error experienced when running a custom Juthon script to manage JDBC Datasources.WASX7017E: Exception received while running file "/var/apps/scripts/wasAdmin/manageJDBC/configureJDBC.py"; exception...
View ArticleADMG0037E: A new instance of the DataSource object cannot be created because...
I experienced this error when I was updating my JDBC Master Jython Scriptcom.ibm.websphere.management.exception.ConfigServiceException: ADMG0037E: A new instance of the DataSource object cannot be...
View Article