After I installed IBM Lotus Connections, I tried to install native application for iPad - IBM Connections 3.1.1. The installation was easy, I fill my connection server hostname, my user name and password, after this I got an error:
The URL <hostname> is not a valid IBM Connections Mobile server.
I sent a logs file from my iPad (click on Info icon under the login form and click Send Logs) You will get it by email.
In log I found root problem:
"Received response. HTTP response http://<hostname>/homepage/Configuration Status: 404 (not found)"
And the solution is:
install this FixPack and Interim Fix
refresh pack: 3.0.1.0-IC-Multi-Mobile-IFLO67638 (12.28 MB)
- Stop a cluster from WAS integrated solition console or from a command line
- [root@ic updateInstaller]# cd /opt/IBM/WebSphere/AppServer/bin/
- [root@ic bin]# . ./setupCmdLine.sh
- [root@ic bin]# cd /opt/IBM/LotusConnections/
- [root@ic LotusConnections]# mv updateInstaller/ updateInstaller-old/
- [root@ic LotusConnections]# mv /opt/install/FIX/3.0.1.0-IC-Multi-UPDI-20120220.zip .
- [root@ic LotusConnections]# unzip 3.0.1.0-IC-Multi-UPDI-20120220.zip
- [root@ic LotusConnections]# cd updateInstaller/
- [root@ic updateInstaller]# cd fixes/
- [root@ic fixes]# mv /opt/install/FIX/3.0.1.0-IC-Multi-Mobile-IFLO67638.zip .
- [root@ic fixes]# unzip 3.0.1.0-IC-Multi-Mobile-IFLO67638.zip
- [root@ic /]# cd /opt/install/FIX/updateInstaller/
- [root@ic updateInstaller]# chmod +x update*
- [root@ic updateInstaller]#./updateWizard.sh
- Select option: Install Updates > click NEXT > select our fix > click NEXT > enter administrator user name and password > and continue to install it.
- After resynchronize all nodes and the start cluster
No comments:
Post a Comment