c7yan Yan 16.Jul.12 06:04 PM a Web browser Installation3.0.1Linux
I tried to install Connections 3.0.1.1 into Redhat Enterprise Server 6.1, but got an error on db wizard startup. I have tried to update the system packages as the v3.0.1.1 readme recommended (http://www-
01.ibm.com/support/docview.wss?uid=swg21584429), but the problem still exists. I would like to know exactly what versions/levels of packages are required, or what requirements I still miss? The problem actually had nothing to do with 3.0.1.1 because the error was in the db wizard setup for 3.0.1 (far before the 3.0.1.1 fixpack installation). However, because RHEL 6.1 is only supported in 3.0.1.1, so I just assume that the problem is related to 3.0.1.1. Thank you for your help!!
The error occurred when I run db wizard commadn dbWizard30.sh:
[root@v525400c3e03a Wizards]# ./dbWizard30.sh
Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3347 or swt-pi-gtk in
swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:219)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:151)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
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.<clinit>(Display.java:128)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
at com.ibm.lconn.wizard.common.ui.ResourcePool.getDisplay(Unknown Source)
at com.ibm.lconn.wizard.launcher.DBWizardLauncher.main(Unknown Source)
The 3.0.1.1 fixpack readme states that "In order to install IBM Connections 3.0.1 on RHEL 6.1, these operating system packages must be installed before running the IBM Connections installer":
gtk2.i686
PackageKit-gtk-module
libcanberra-gtk2.i686
compat-libstdc++-33.i686
here are my OS and system packages level:
[root@v525400c3e03a Wizards]# uname -a
Linux v525400c3e03a 2.6.32-131.17.1.el6.x86_64 #1 SMP Thu Sep 29 10:24:25 EDT 2011
x86_64 x86_64 x86_64 GNU/Linux
[root@v525400c3e03a Wizards]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.1 (Santiago)