在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.htmlNo supported Web browser wa...显示全部

在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 ([email]mockbuild@c6b9.bsys.dev.centos.org[/email]) (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。。。。不想用静默方式安装收起

浏览器linux安装失败,LINUX 上安装WAS 提示没有浏览器问题相关推荐

  1. Linux redhat 5.4上安装MYDNS

    Linux redhat 5.4上安装MYDNS 一. 1,MYDNS 的简介: MyDNS是一个UNIX平台下的免费DNS服务器端软件.它被设计成直接从数据库中读取DNS记录软件,并且修改记录后也可 ...

  2. 在 Linux 或者 Windows 服务器上安装部署 MATLAB

    在 Linux 或者 Windows 服务器上安装部署 MATLAB 目标 在服务器上安装 MATLAB,以供实验室内多个用户远程连接使用.特别是要完成 MATLAB 的激活. 安装方式 这里我们采用 ...

  3. centos+7.2+linux版本,在Linux Centos 7.2 上安装指定版本Docker。

    相关资料链接: 先清空下"历史" yum remove docker \ docker-common \ docker-selinux \ docker-engine 安装必要的包 ...

  4. 红旗linux系统可以运行QQ吗,如何在红旗Linux系统redflag6.0上安装QQ

    qq是国内最大的社交聊天软件之一,因此许多linux用户也想在自己的电脑上安装qq,不过,他们却不知道该怎么在自己的电脑安装qq.现在就让小编来教大家如何在红旗linux系统redflag6.0上安装 ...

  5. kali linux 磁盘,在硬盘上安装Kali Linux

    Kali Linux安装条件 在计算机上安装Kali Linux的过程非常简单. 首先,您需要兼容的计算机硬件. Kali支持i386,amd64和ARM(armel和armhf)平台. 最低硬件要求 ...

  6. 红帽 linux 安装gns3,在Arch Linux和Manjaro系统上安装GNS3的方法

    本文介绍在Arch Linux和Manjaro系统上安装GNS3的方法,适合所有基于Arch Linux的发行版.我们还将为Gns3创建一个启动器,适用于KDE.Gnome 3和Linux上其它桌面环 ...

  7. 红旗linux系统qq,如何在红旗Linux系统redflag6.0上安装QQ

    QQ是国内最大的社交聊天软件之一,因此许多Linux用户也想在自己的电脑上安装QQ,不过,他们却不知道该怎么在自己的电脑安装QQ.现在就让小编来教大家如何在红旗Linux系统redflag6.0上安装 ...

  8. Redhat Linux 9/AS 3上安装清华紫光拼音输入法智能五笔全拼等

    Redhat Linux 9/AS 3上安装清华紫光拼音输入法智能五笔全拼等 版权声明:本文可以任意转载,转载时请保持文章的完整性,并以超链接形式标明文章原始出处和作者信息及本声明. [url]htt ...

  9. 惠普P1100 series “打印机安装失败,未安装打印机”问题解决方法

    记一次罕见的惠普打印机驱动安装失败的解决方案 在新组装电脑上使用官方驱动安装惠普P1108驱动时,一直出现"打印机安装失败,未安装打印机"的问题. 首先,我尝试了在"设备 ...

  10. mac安装mysql workbench_MAC上安装mysql及workbench

    下载mysql for mac    https://dev.mysql.com/downloads/installer/ 官网下载很慢---百度云:链接: https://pan.baidu.com ...

最新文章

  1. Rust 1.30带来更多元编程支持,并改进了模块系统
  2. 写在南加州留学生遇难之后
  3. ffmpeg 视频剪辑常用命令
  4. win7中怎么创建宽带连接
  5. MySQL操作实战(三):表联结
  6. spring AOP解说
  7. 关于在smarty中实现省市区三级联动
  8. 错误:使用printf()打印Hello world时未声明'Hello'/ Text
  9. PHP特级课视频教程_第二十七集 Coreseek安装与测试_李强强
  10. 笔记 | 《机器学习》中特征选择与稀疏学习
  11. 为什么vue-loader设置transformasseturls无效_拓展训练中“常见的无效提问”
  12. 微信支付 ---- (商户号该产品权限处罚中)
  13. VISIO各种图标超全(IT行业专用网络及硬件)_工业控制网络的现状
  14. 图像彩色化方法(基于颜色传递、颜色扩展)
  15. 帕斯卡计算机的控制原理,液体静力学基本方程式和帕斯卡原理
  16. python穷举法列举_穷举法
  17. 优秀!95后程序员月薪2万背电脑送外卖,送单途中修bug!
  18. vue中自定义组件的用法(企业微信通讯录选人)
  19. idea2022报错: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
  20. 面向削峰填谷的电动汽车多目标优化调度策略 代码主要实现了考虑电动汽车参与削峰填谷的场景下,电动汽车充放电策略的优化,是一个多目标优化

热门文章

  1. PSD分层情人节海报让人眼前一亮
  2. 超级实用的设计类网址导航--一流设计导航
  3. UI设计师必备的网站推荐
  4. 实用素材|UI设计师需要的输入框和表单
  5. UE/UX 设计师可临摹的应用模板!
  6. android menu item 显示,Android 如何通过menu id来得到menu item 控件 .
  7. fastnest怎么一键排版_FastNEST数控编程组合排版与技巧探讨
  8. Vue项目部署到CentOS服务器
  9. 居家隔离14+7天的第三天 2021年8月1日15:49:09
  10. Linux IO复用:select、poll、epoll的理解与对比