linux系统安装IBM WebSphere Application Server(简称WAS)报错:JVM terminated. Exit code=1 ....

安装WAS报错:

linux系统安装IBM WebSphere Application Server(简称WAS)报错:JVM terminated. Exit code=1 ....

错误贴出来:

JVM terminated. Exit code=1
/mnt/hgfs/WAS_ND_V8.5.5/InstalMgr1.6.2_LNX_X86_64//jre_6.0.0.sr9_20110208_03/jre/bin/java
-Xms40m
-Xmx512m
-Xquickstart
-Xgcpolicy:gencon
-jar /mnt/hgfs/WAS_ND_V8.5.5/InstalMgr1.6.2_LNX_X86_64/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /mnt/hgfs/WAS_ND_V8.5.5/InstalMgr1.6.2_LNX_X86_64/install
-name Install
--launcher.library /mnt/hgfs/WAS_ND_V8.5.5/InstalMgr1.6.2_LNX_X86_64/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813/eclipse_1502.so
-startup /mnt/hgfs/WAS_ND_V8.5.5/InstalMgr1.6.2_LNX_X86_64/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-exitdata 250010
-toolId install
-accessRights admin input @osgi.install.area/install.xml
-vm /mnt/hgfs/WAS_ND_V8.5.5/InstalMgr1.6.2_LNX_X86_64//jre_6.0.0.sr9_20110208_03/jre/bin/java
-vmargs
-Xms40m
-Xmx512m
-Xquickstart
-Xgcpolicy:gencon
-jar /mnt/hgfs/WAS_ND_V8.5.5/InstalMgr1.6.2_LNX_X86_64/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar 

在百度上搜不到解决方案,然后去google终于找到了解决方案:

找到安装目录下的:install.ini文件

linux系统安装IBM WebSphere Application Server(简称WAS)报错:JVM terminated. Exit code=1 ....
原文件内容:

-toolId
install
-accessRights
admin
-vm
jre_6.0.0.sr9_20110208_03/jre/bin/java
input
@osgi.install.area/install.xml
-vmargs
-Xms40m
-Xmx512m
-Xquickstart
-Xgcpolicy:gencon
在文件最后一行加入:-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false

-toolId
install
-accessRights
admin
-vm
jre_6.0.0.sr9_20110208_03/jre/bin/java
input
@osgi.install.area/install.xml
-vmargs
-Xms40m
-Xmx512m
-Xquickstart
-Xgcpolicy:gencon
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
再次运行安装即可


上一篇:oracle函数:instr


下一篇:使用WebMatrix发布网站到Windows Azure