ubuntu11.04下安装websphere application server 7报配置错误,没有进入first

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
sullivangu
帖子: 1
注册时间: 2011-07-24 20:11

ubuntu11.04下安装websphere application server 7报配置错误,没有进入first

#1

帖子 sullivangu » 2011-08-24 10:26

安装过程是按照http://www.ibm.com/developerworks/cn/aix/libra ... n3.html的步骤,首先下载IBM-java-I386,配置环境,替换sh,使用root权限安装,照这个手册的说法这样是可以安装在UBUNTU上的,由于/opt文件系统空间不够,扩展分区后安装在/host下,安装过程中报操作系统不支持,继续安装至最后一个窗口报部分安装成功,但有几处配置错误(提示查看log),没有进入first steps继续配置,按照网上说的手动first steps方法,没有在/IBM/WebSphere/AppServer/firststeps下找到对应脚本,反复检查以上步骤并尝试安装几次都是同样的结果,请高手们帮忙看看,谢谢!

附上安装日志中报错的内容:

IBM/WebSphere/AppServer/logs/install/log.txt:
com.ibm.ws.install.ni.ismp.actions.OSPrereqCheckAction, err, System Prerequisites Check
Warning: A supported operating system was not detected.

IBM/WebSphere/AppServer/logs/install/installconfig.log.gz:
<record>
<date>Aug 23, 2011 2:56:06 PM</date>
<millis>1314082566694</millis>
<sequence>2131</sequence>
<logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
<level>WARNING</level>
<class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
<method>messageLogged</method>
<thread>5</thread>
<message>/host/IBM/WebSphere/AppServer/properties/version/nif/config/script/productShortCut2StartMenuBase.sh: line 132: syntax error: unexpected end of file</message>
</record>
<record>
<date>Aug 23, 2011 2:56:21 PM</date>
<millis>1314082581710</millis>
<sequence>2271</sequence>
<logger>com.ibm.ws.install.config.actions.InstallInvokeWSProfileConfigAction</logger>
<level>INFO</level>
<class>com.ibm.ws.install.config.actions.InstallInvokeWSProfileConfigAction</class>
<method>createProfileInNewProcess</method>
<thread>4</thread>
<message>Remote action process - StdOut: WSVR0025I: Creating temporary product license
WSVR0027I: The product will expire in 60 days.
The following validation errors were present with the command line arguments:
hostName: hostName is not a properly formed host name.
</message>
</record>
<record>
<date>Aug 23, 2011 2:56:21 PM</date>
<millis>1314082581711</millis>
<sequence>2279</sequence>
<logger>com.ibm.ws.install.configmanager.ConfigManager</logger>
<level>INFO</level>
<class>com.ibm.ws.install.configmanager.ConfigManager</class>
<method>launch</method>
<thread>4</thread>
<message>There were some errors encountered while executing the repository actions, but none were fatal</message>
</record>
回复