Open main menu

CDOT Wiki β

Changes

OSTEP Websphere

2,157 bytes added, 15:24, 29 October 2014
Known Problems/Solutions
=== Installation Script on Centos ===
Problem:
<pre>*The installation script for Websphere supplements on linux assumes that you are using redhat. This will cause a problem if you try and install using a centos system. </pre>
Solution:
*Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS/install"
<pre>
Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS/install"
393c393,394
=== Failed Configuration Action ===
 
Problem:
*The installation completes only with a partial success, this "may" be enough to complete this project, but we should investigate why this is happening.
<pre>
The installation completes only with a partial success, this "may" be enough to complete this project, but we should investigate why this is happening.
(29-Oct-2014 1:09:52 PM), Process, com.ibm.ws.install.ni.ismp.installtoolkitbridge.ISMPInstallToolkitBridgeForNIFramework, wrn, Config action failed: CallPostinst - /opt/IBM/WebSphere/HTTPServer/properties/version/nif/config/install/CallPostinst.ant
(29-Oct-2014 1:09:52 PM), Process, com.ibm.ws.install.ni.ismp.installtoolkitbridge.ISMPInstallToolkitBridgeForNIFramework, wrn, Config action failed: InstallWASPlugin - /opt/IBM/WebSphere/HTTPServer/properties/version/nif/config/install/InstallWASPlugin.ant
</pre>
Solution:
* None so far.
 
 
=== Failed to run htpasswd ===
 
Problem:
*This program has packed a local version of the htpasswd binary inside it, this specific binary requires libraries that are unavailable. One solution is to make it use your systems version of htpasswd.
<pre>
None so far(29-Oct-2014 3:09:06 PM), Process, com.ibm.ws.install.ihs.ismp.actions.ExecWizardActionFromDirectory, err, java.io.IOException: Cannot run program "/opt/IBM/WebSphere/HTTPServer/bin/htpasswd" (in directory "/opt/IBM/WebSphere/HTTPServer"): java.io.IOException: error=2, No such file or directorySTACK_TRACE: 15java.io.IOException: Cannot run program "/opt/IBM/WebSphere/HTTPServer/bin/htpasswd" (in directory "/opt/IBM/WebSphere/HTTPServer"): java.io.IOException: error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:470) at java.lang.Runtime.exec(Runtime.java:604) at com.ibm.ws.install.ihs.ismp.actions.ExecWizardActionFromDirectory.executeProcess(ExecWizardActionFromDirectory.java:202) at com.ibm.ws.install.ihs.ismp.actions.ExecWizardActionFromDirectory.execute(ExecWizardActionFromDirectory.java:307) at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123) at com.installshield.wizard.StandardWizardListener.currentBeanChanged(StandardWizardListener.java:106) at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1569)Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory at java.lang.Throwable.<init>(Throwable.java:67) at java.lang.UNIXProcess.<init>(UNIXProcess.java:197) at java.lang.ProcessImpl.start(ProcessImpl.java:101) at java.lang.ProcessBuilder.start(ProcessBuilder.java:463) ... 6 more  
</pre>
Solution:
* Make the following changes to the file "/opt/IBM/WebSphere/Downloads/ApplicationServerNDSup/IHS/ihs.primary.pak/repository/prereq.ihs/properties/version/nif/config/install/CreateAdminPasswd.ant"
<pre>
 
136c136
< <condition property="HTPASSWD_EXECUTABLE" value="${IHS_HOME}/bin/htpasswd">
---
> <condition property="HTPASSWD_EXECUTABLE" value="/usr/bin/htpasswd">
</pre>
= Package Websphere Fixpacks =
198
edits