Posts

CRIMA1020E: WAS Re-install Steps !!!

Here are the steps to re-install WAS in UNIX after all the other options to upgrade has failed. Please refer to my earlier blog:  CRIMA1020E - Resolution Steps A. Backup following directories for safety reason: WAS installation directory, Installation Manager shared resource directory , Agent data directory You can check the following URL for agent data location: Agent data location B. Run profile_root/bin/backupConfig for all profiles to backup the profile configuration Don't forget to move generated zip files out of WAS directory. backupConfig command C. Noted down all profiles' name in old installation D. Uninstall WAS 8.5.5.10 There will be some files left behind after uninstalling, please also remove them manually. E. Install and upgrade to WAS 8.5.5.10 and all fixes as previous installation Install to the same location as before. F. Create profiles as you had previously with the WAS 8.5.5.10 installation Those profiles are dummy profile, and t...

CRIMA1020E: Installation Manager Throws Error While Applying WAS Fixpack v8.5.5.12 !!!

While upgrading WAS to fixpack 8.5.5.12, Installation Manager throws many CRIMA1020E errors. Some of the errors are mentioned below in the failed upgrade logs: Error during "install" phase:                                             CRIMA1020E: Failed to extract zip                                     com.ibm.websphere.ND.ndonly_027_all.all 8.5.5012.201706271504. File     /apps/app/IBM/WebSphere/AppServer/properties/messages/en/com.ibm.datapow er.dmi.messages.xml already exists.                                                                             ...

WAS Upgrade to v8.5.5.12 - DMGR console not working !!!

       After successful upgrade of WAS from v8.5.5.10 to v8.5.5.12, and successfully restarting DMGR/nodeagents/Application Servers, when was trying to access the DMGR console url: https://<hostname>:<port>/ibm/console/login.do and after successful login, was getting Error: 500 - Servlet Exception. Below was the error summary: Original Exception: Error Message:  java.lang.NoSuchMethodError: com/ibm/ws/webcontainer/webapp/WebAppConfiguration.isEncodeDispatchedRequestURI()Z Error Code:  500 Target Servlet:  Error Stack:  java.lang.NoSuchMethodError: com/ibm/ws/webcontainer/webapp/WebAppConfiguration.isEncodeDispatchedRequestURI()Z       at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1241)       at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:195)       at...