互联网服务WAS 8.0WAS安装配置

WAS8.0 安装问题

安装IM,安装was8.0,都很顺利,安装完成后,启动pmt.sh报错:# ./pmt.sh
Eclipse:
An error has occurred. See the log file
/.ibm/WebSphere/AppServer/workspaces/WCT8/.metadata/.log.


日志显示
/.ibm/WebSphere/AppServer/workspaces/WCT8/.metadata/.log:

!ENTRY org.eclipse.osgi 4 0 2024-01-16 15:18:24.283
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:


/.ibm/WebSphere/AppServer/configurations/WCT8/org.eclipse.osgi/bundles/107/1/.cp/libswt-

pi-gtk-3659.a (A file or directory in the path name does not exist.)
        swt-pi-gtk (Not found in java.library.path)
        /tmp/swtlib-64/libswt-pi-gtk-3659.a (A file or directory in the path name does not

exist.)
        /tmp/swtlib-64/libswt-pi-gtk.a (A file or directory in the path name does not

exist.)

        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:267)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:174)
        at org.eclipse.swt.internal.gtk.OS.(OS.java:22)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:205)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
        at org.eclipse.swt.widgets.Display.(Display.java:132)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:205)
        at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:687)
        at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
        at com.ibm.ws.pmt.tools.WasToolApplication.run(WasToolApplication.java:190)
        at com.ibm.ws.pmt.views.standalone.StandAloneToolApplication.run

(StandAloneToolApplication.java:71)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke

(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:611)
        at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException

(EclipseAppContainer.java:587)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run

(EclipseAppHandle.java:198)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication

(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start

(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke

(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:611)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
参与17

16同行回答

YuLiminYuLimin资深技术顾问IBM广州
http://www-01.ibm.com/support/docview.wss?uid=swg21427069显示全部
互联网服务 · 2012-11-02
浏览1560
jordanzztjordanzzt软件开发工程师IBM
换台别的机器试一下。估计是你的操作系统的问题,对GUI显示可能缺少别的包:gtk至少windows下不会出这个问题,Linux看看是否缺少别的包显示全部
换台别的机器试一下。估计是你的操作系统的问题,对GUI显示可能缺少别的包:gtk

至少windows下不会出这个问题,Linux看看是否缺少别的包收起
互联网服务 · 2012-08-12
浏览1542
kalaxiwakalaxiwa系统运维工程师保密
./manageprofiles.sh -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr -profilePath /opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -nodeProfilePath /opt/IBM/WebSphere/AppServer/AppSrv01 -cellName cell01 -profileName Dmgr01 -a...显示全部
./manageprofiles.sh -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr -profilePath /opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -

nodeProfilePath /opt/IBM/WebSphere/AppServer/AppSrv01 -cellName cell01 -profileName Dmgr01 -appServerNodeName cellapp01 -nodeName node01 -enableAdminSecurity true -

adminUserName wasadmin -adminPassword wasadmin




./manageprofiles.sh -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -profileName Custom01 -profilePath

/opt/IBM/WebSphere/AppServer/profiles/Custom01 -nodeName node01 -cellName cell01
创建DMGR01和CUSTOM01的命令,帮忙看下哪里不对。收起
互联网服务 · 2012-08-09
浏览1521
kalaxiwakalaxiwa系统运维工程师保密
命令创建的profile,但是创建dmgr后,可以启动控制台了,但是custom01不能启动node,联合控制台的时候也报错,说已经有一个节点启动节点提示少一个server.xml的文件。显示全部
命令创建的profile,但是创建dmgr后,可以启动控制台了,但是custom01不能启动node,联合控制台的时候也报错,说已经有一个节点启动节点提示少一个server.xml的文件。收起
互联网服务 · 2012-08-09
浏览1543
rebelzhangrebelzhang其他IBM
操作系统可能缺少必要的lib库,建议看看自己的操作系统是否符合WAS V8的要求显示全部
操作系统可能缺少必要的lib库,建议看看自己的操作系统是否符合WAS V8的要求收起
IT分销/经销 · 2012-08-09
浏览1555
lishuang924lishuang924其它IBM
遇到了同样的问题,而且我的直接是8.0.0.1显示全部
遇到了同样的问题,而且我的直接是8.0.0.1收起
2012-08-08
浏览1544
马伽角马伽角开发工程师贵州移动项目组
是不是,,权限没给~~~显示全部
是不是,,权限没给~~~收起
IT分销/经销 · 2012-08-08
浏览1773
hisuzhiyonghisuzhiyong开发工程师德电(中国)武汉分公司
劝你直接升到8.0.0.4。。。虽然我也不知道为什么显示全部
劝你直接升到8.0.0.4。。。虽然我也不知道为什么收起
IT分销/经销 · 2012-08-08
浏览1737
kalaxiwakalaxiwa系统运维工程师保密
我查看了,/tmp/swtlib-64/libswt-pi-gtk-3659.a这个文件是存在的 /tmp/swtlib-64/libswt-pi-gtk.a这个是不存在的。为什么存在的报告不存在?为什么正常安装,还有不存在的文件呢?求大虾啊来给帮忙解释下啊。...显示全部
我查看了,/tmp/swtlib-64/libswt-pi-gtk-3659.a这个文件是存在的
/tmp/swtlib-64/libswt-pi-gtk.a这个是不存在的。
为什么存在的报告不存在?为什么正常安装,还有不存在的文件呢?
求大虾啊来给帮忙解释下啊。收起
互联网服务 · 2012-08-08
浏览1687
kalaxiwakalaxiwa系统运维工程师保密
。。怎么没人来啊 ,我已经打了8.0.0。1的补丁,还会报错。!SESSION 2024-01-17 11:50:27.324 -----------------------------------------------eclipse.buildId=unknownjava.fullversion=JRE 1.6.0 IBM J9 2.6 AIX ppc64-64 20110729_87983 (JIT enabled, AOT enabled)J9VM...显示全部
。。怎么没人来啊 ,我已经打了8.0.0。1的补丁,还会报错。
!SESSION 2024-01-17 11:50:27.324 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=JRE 1.6.0 IBM J9 2.6 AIX ppc64-64 20110729_87983 (JIT enabled, AOT enabled)
J9VM - R26_Java626_GA_FP2_20110729_1129_B87983
JIT  - r11_20110215_18645ifx11
GC   - R26_Java626_GA_FP2_20110729_1129_B87983
J9CL - 20110729_87983
BootLoader constants: OS=aix, ARCH=ppc64, WS=gtk, NL=en_US
Framework arguments:  -perspective com.ibm.ws.pmt.views.standalone.perspectives.standAlonePerspective
Command-line arguments:  -os aix -ws gtk -arch ppc64 -clean -perspective com.ibm.ws.pmt.views.standalone.perspectives.standAlonePerspective

!ENTRY org.eclipse.osgi 4 0 2024-01-17 11:50:34.031
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
        /.ibm/WebSphere/AppServer/configurations/WCT8/org.eclipse.osgi/bundles/107/1/.cp/libswt-pi-gtk-3659.a (A file or directory in the path name does not exist.)
swt-pi-gtk (Not found in java.library.path)
        /tmp/swtlib-64/libswt-pi-gtk-3659.a (A file or directory in the path name does not exist.)
        /tmp/swtlib-64/libswt-pi-gtk.a (A file or directory in the path name does not exist.)

        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:267)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:174)
        at org.eclipse.swt.internal.gtk.OS.(OS.java:22)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:205)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
        at org.eclipse.swt.widgets.Display.(Display.java:132)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:205)
        at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:687)
        at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
        at com.ibm.ws.pmt.tools.WasToolApplication.run(WasToolApplication.java:190)
        at com.ibm.ws.pmt.views.standalone.StandAloneToolApplication.run(StandAloneToolApplication.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:611)
        at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:611)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1384)收起
互联网服务 · 2012-08-08
浏览1788

提问者

kalaxiwa
系统运维工程师保密
擅长领域: 双活应用服务器存储

相关问题

问题状态

  • 发布时间:2012-08-07
  • 关注会员:1 人
  • 问题浏览:10567
  • 最近回答:2012-11-02
  • X社区推广