LINUX 上安装WAS 提示没有浏览器问题

ealff007 2015-04-29 10:48:47
在linux中安装WAS 6.1
发现提示没有浏览器
[root@localhost WASV61_ND_LINX64]# export BROWER=/usr/bin/firefox
[root@localhost WASV61_ND_LINX64]# ./launchpad.sh
++ cat /usr/WAS/WASV61_ND_LINX64/launchpad/content//en/noBrowser.html

No supported Web browser was detected

An error occurred while starting the launchpad.
No supported Web browser was detected.

===================================================================================
The launchpad is a HTML based utility that can assist with the planning and
installation of the products contained in your WebSphere Application Server package.


The launchpad contains:
o Overviews of the products contained in your WebSphere Application Server package
o Recommended installation diagrams
o Links to the product installation wizards and product documentation

Because the launchpad is a HTML based utility, it requires a Web browser to run.
The launchpad supports the following browsers:
o Mozilla
o Firefox
o Internet Explorer (Microsoft Windows platforms only)

The launchpad is not necessary for installing any of the products.

You can install any of the products by running the install or setup command
from the product directory located on the product CD or DVD.

The installation diagrams are available in the readme documents located
on the product CD or DVD, and in the online information center.

……
已经检查点:
1、浏览器版本太新,WAS6.1不支持===>修改了WAS的配置文件,
[root@localhost launchpad]# firefox -version
Mozilla Firefox 10.0.5
[root@localhost launchpad]#

//现有版本是10.0.5
[root@localhost launchpad]# more Firefox.sh
#!/bin/sh
# Licensed Materials - Property of IBM
# 5648-F10 (C) Copyright International Business Machines Corp. 2005, 2006
# All Rights Reserved
# US Government Users Restricted Rights - Use, duplication or disclosure
# restricted by GSA ADP Schedule Contract with IBM Corp.
[ "$TMPDIR" ] || TMPDIR=/tmp
case "$0" in
/*) fullpath=$0;;
*) fullpath=`pwd`/$0;;
esac
installsourcepath=`echo "$fullpath" | sed "s,/\./,/,g; s,/[^/][^/]*/\.\./,/,g; s,//,/
,g; s,/[^/]*$,,"`
# fixup symlink if possible
[ -f /bin/pwd ] && installsourcepath=`cd $installsourcepath 2>/dev/null && /bin/pwd`
TMPDIR=$TMPDIR/IBM_LaunchPad_$$
mkdir $TMPDIR >/dev/null 2>&1
\cd $TMPDIR
case "$BROWSER" in
!) BROWSER="";;
"") PATH="$PATH:/usr/X11R6/bin:/usr/local/bin:/opt/firefox:/usr/firefox:/usr/bin:/
usr/firefox/sfw/lib/firefox"; export BROWSER=firefox;;
esac
LaunchPadBrowser=$BROWSER; export LaunchPadBrowser
locale=`$installsourcepath/GetLocale.sh`
if [ -n "$LaunchPadBrowser" ]; then
case "`($LaunchPadBrowser -version) 2>/dev/null`" in
*Firefox\ [1-9][0-9].0.*) LaunchPadBrowser="";;//这里是后来增加的两行
*Firefox/ [1-9][0-9].0.*) LaunchPadBrowser="";;//这里是后来增加的两行
*Firefox\ 0.*) LaunchPadBrowser="";;
*Firefox/0.*) LaunchPadBrowser="";;
*Firefox*) :;;
*rv:1.[7-9]*) :;;
*rv:[2-9].*) :;;
*rv:*) LaunchPadBrowser="";;
Mozilla*\ 1.[7-9]*) :;;
Mozilla*\ [2-9].[0-9]*) :;;
*) LaunchPadBrowser="";;
esac
--More--(30%)

--------------------------------------------------
2、安装网上的说法,安装compat-libstdc++-33-3.2.3-69.el6.x86_64包
[root@localhost launchpad]# rpm -qa | grep compat
compat-libstdc++-33-3.2.3-69.el6.x86_64
rarian-compat-0.8.1-5.1.el6.x86_64
xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64
[root@localhost launchpad]#
也已经安装了

3、目前现有linux版本信息
[root@localhost launchpad]# cat /proc/version
Linux version 2.6.32-279.el6.x86_64 (mockbuild@c6b9.bsys.dev.centos.org) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Fri Jun 22 12:19:21 UTC 2012
[root@localhost launchpad]#
请问还可能是什么原因导致的呢?不能安装WAS。。。。不想用静默方式安装
...全文
4934 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
qq_30211453 2015-09-10
  • 打赏
  • 举报
回复
你好,我想问一下,你那个修改浏览器more Firefox.sh那个修改后浏览器问题得到改善了吗?
ealff007 2015-05-01
  • 打赏
  • 举报
回复
找到原因了~原来是因为我安装的LINUX 是6.3版本的 而WAS 6.1系列的不支持。换了linux centos5.5,直接就打开了。 另外,如果刚安装完linux5系列能够打开第一个页面,但是后面点击安装的时候却无反应(打不开)。 后来发现是因为缺少了包导致的,至于缺少哪个。。。。我也没注意到(后续安装oracle的时候按照oracle要求的包安装了,也发现WAS也能够打开了)。 安装的包有以下几个: [root@localhost WAS]# ls /usr/WAS/ compat-db-4.2.52-5.1.i386.rpm rpm-build-4.4.2.3-18.el5.x86_64.rpm compat-db-4.2.52-5.1.x86_64.rpm sysstat-7.0.2-3.el5.x86_64.rpm compat-libstdc++-296-2.96-138.i386.rpm ToolsWas61[1].Linux64.Disk2.zip compat-libstdc++-33-3.2.3-61.i386.rpm unifdef-1.171-5.fc6.x86_64.rpm compat-libstdc++-33-3.2.3-61.x86_64.rpm unixODBC-2.2.11-7.1.i386.rpm elfutils-libelf-devel-0.137-3.el5.x86_64.rpm unixODBC-2.2.11-7.1.x86_64.rpm libaio-devel-0.3.106-5.i386.rpm unixODBC-devel-2.2.11-7.1.i386.rpm libaio-devel-0.3.106-5.x86_64.rpm unixODBC-devel-2.2.11-7.1.x86_64.rpm libXp-1.0.0-8.1.el5.i386.rpm vim-common-7.0.109-6.el5.x86_64.rpm libXp-1.0.0-8.1.el5.x86_64.rpm vim-enhanced-7.0.109-6.el5.x86_64.rpm libXp-devel-1.0.0-8.1.el5.i386.rpm vim-minimal-7.0.109-6.el5.x86_64.rpm libXp-devel-1.0.0-8.1.el5.x86_64.rpm Was61[1].Linux64.Disk1.zip pdksh-5.2.14-36.el5.x86_64.rpm WASV61_ND_LINX64

2,633

社区成员

发帖
与我相关
我的任务
社区描述
WebSphere 是 IBM 的软件平台。它包含了编写、运行和监视全天候的工业强度的随需应变 Web 应用程序和跨平台、跨产品解决方案所需要的整个中间件基础设施,如服务器、服务和工具。
社区管理员
  • WebSphere社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧