Hello dudes. When I run BonitaBPMCommunity-7.1.5 in CentOS 6.7 (64 bit) it does not work and the log file is as follow:

1
0
-1

eclipse.buildId=7.1.5.
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en
Command-line arguments: -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2016-01-24 09:20:37.103
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/opt/BonitaBPMCommunity-7.1.5/configuration/org.eclipse.osgi/1267/0/.cp/libswt-pi-gtk-4430.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
no swt-pi-gtk in java.library.path
/root/.swt/lib/linux/x86_64/libswt-pi-gtk-4430.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Can't load library: /root/.swt/lib/linux/x86_64/libswt-pi-gtk.so

    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:327)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:236)
    at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:39)
    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:135)
    at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:716)
    at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)
    at org.bonitasoft.studio.application.BonitaStudioApplication.start(BonitaStudioApplication.java:80)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1438)

I don't know what the problem is. Can you help me ?
Thank you very much...

Comments

Submitted by Sean McP on Sun, 01/24/2016 - 17:31

What version of Linux are you running as it tells me the library isn't installed...

try doing:

apt-get install ia32-libs-gtk

regards
Seán

PS: If this reply answers your question, please mark a resolved.

Submitted by bakhshayesh on Sun, 01/24/2016 - 18:04

Thank you dear Sean, I use CentOS 6.7 64 bit.
I tried this:

yum install ia32-libs-gtk

but received this message:
No package ia32-libs-gtk available
Nothing to do.

Submitted by Sean McP on Sun, 01/24/2016 - 20:33

I think CentOS is your problem, have a look at the supported systems here:

http://documentation.bonitasoft.com/hardware-and-software-requirements-2

regards
Seán

Submitted by bakhshayesh on Mon, 01/25/2016 - 07:33

BonitaBPMCommunity-7.1.5 can't be installed on CentOS 6.7 ??

Submitted by Sean McP on Mon, 01/25/2016 - 12:09

Not what I said...

I said supported systems are in the documentation

Windows Server 2012 R2 64 bits
Red Hat Enterprise Linux 6.5 64 bits
Ubuntu 14.04 LTS 64 bits

I also said - I think - CentOS is your problem. It probably isn't (or may be is) but you must ensure the correct packages are installed for the version of OS you are running.

Anyway have a look here for possible help:

http://askubuntu.com/questions/125150/unsatisfied-link-error-and-missing-so-files-when-starting-eclipse
https://www.eclipse.org/swt/faq.php
https://www.centos.org/forums/viewtopic.php?t=18677

regards
Seán

1 answer

1
0
-1

Hi,

Issue is likely related to some missing graphical toolkit library in your environment.

Bonita BPM Studio is based on Eclipse and that might lead to some issues when running on Linux.

I search for the libswt-pi-gtk.so, CentOS and Eclipse and can find several suggestion of packages to install. You can give a try to the following list: yum install gtk2.i686 gtk2-engines.i686 PackageKit-gtk-module.i686 PackageKit-gtk-module.x86_64 libcanberra-gtk2.x86_64 libcanberra-gtk2.i686

My guess is that installing GTK2 can workaround the issue.

Sorry but here I'm reaching a little bit my limits about understanding of Eclispe / Linux integration.

Comments

Submitted by bakhshayesh on Tue, 01/26/2016 - 08:36

Thank you Anoine
I installed all packages you suggested, but now I receive a message which says: "cannot open display"
and log file is as follow:
!SESSION 2016-01-26 10:09:51.008 -----------------------------------------------
eclipse.buildId=7.1.5.
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en
Framework arguments: --launcher.XXMaxPermSize512m -clearPersistedState
Command-line arguments: -os linux -ws gtk -arch x86_64 --launcher.XXMaxPermSize512m -clearPersistedState

!ENTRY org.eclipse.osgi 4 0 2016-01-26 10:13:29.771
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4467)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:934)
at org.eclipse.swt.widgets.Display.create(Display.java:918)
at org.eclipse.swt.graphics.Device.(Device.java:157)
at org.eclipse.swt.widgets.Display.(Display.java:514)
at org.eclipse.swt.widgets.Display.(Display.java:505)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:732)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)
at org.bonitasoft.studio.application.BonitaStudioApplication.start(BonitaStudioApplication.java:80)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)

Submitted by antoine.mottier on Tue, 01/26/2016 - 09:27

Can you please share the log file named .log (hidden file) located in BonitaBPMCommunity-7.1.5/workspace/.metadata?

Also can you confirm that you are not connecting to your Linux environment over SSH?

Thanks

Submitted by bakhshayesh on Tue, 01/26/2016 - 09:54

This is .log file in BonitaBPMCommunity-7.1.5/workspace/.metadata:

!SESSION 2018-01-26 10:46:00.991 -----------------------------------------------
eclipse.buildId=7.1.5.
java.version=1.8.0_66
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en
Framework arguments: -product org.bonitasoft.studio.initializer -application org.bonitasoft.studio.application.InitializerApplication
Command-line arguments: -product org.bonitasoft.studio.initializer -application org.bonitasoft.studio.application.InitializerApplication -data /opt/BonitaBPMCommunity-7.1.5/workspace

!ENTRY org.eclipse.osgi 4 0 2016-01-26 10:48:47.709
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4467)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:934)
at org.eclipse.swt.widgets.Display.create(Display.java:918)
at org.eclipse.swt.graphics.Device.(Device.java:157)
at org.eclipse.swt.widgets.Display.(Display.java:514)
at org.eclipse.swt.widgets.Display.(Display.java:505)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:732)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)
at org.bonitasoft.studio.application.BonitaStudioApplication.start(BonitaStudioApplication.java:80)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)

Yes my linux CentOS 6.7 has been installed on VMware and I connect to it directly and also via putty SSH

Meanwhile when I try to install BonitaBPMCommunity after it is completed 100% I receive these messages:
Error: There has been an error.
Error running /opt/java/jdk1.8.0_65/bin/java -Xmx512m -XX:MaxPermSize=512m -jar
"/opt/BonitaBPMCommunity-7.1.5/plugins/org.eclipse.equinox.launcher_1.3.0.v201404
15-2008.jar" -product org.bonitasoft.studio.initializer -application
org.bonitasoft.studio.application.InitializerApplication -data
"/opt/BonitaBPMCommunity-7.1.5/workspace" -noSplash: Java HotSpot(TM) 64-Bit
Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Press [Enter] to continue:

Can it cause the error messages we discussed ?
Thank you very much for your following up.

Submitted by antoine.mottier on Tue, 01/26/2016 - 10:09

Can you try to use the zip version instead of the installer?

Also if you can share the list of packages installed that might help to reproduce the issue (rpm -qa > installed-software.log)

Submitted by bakhshayesh on Tue, 01/26/2016 - 11:06

Yes I've use the zip version and after running ./BonitaBPMCommunity64-linux the log file is as follow:

*!SESSION 2016-01-26 12:43:36.039 -----------------------------------------------
eclipse.buildId=7.1.5.
java.version=1.7.0_80
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: --launcher.XXMaxPermSize512m -clearPersistedState
Command-line arguments: -os linux -ws gtk -arch x86_64 --launcher.XXMaxPermSize512m -clearPersistedState

!ENTRY org.eclipse.jdt.launching.macosx 4 0 2016-01-26 12:44:27.161
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [1226]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"

    at org.eclipse.osgi.container.Module.start(Module.java:434)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2016-01-26 12:44:27.410
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [1243]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"

    at org.eclipse.osgi.container.Module.start(Module.java:434)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.osgi 4 0 2016-01-26 12:44:40.109
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4467)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:934)
at org.eclipse.swt.widgets.Display.create(Display.java:918)
at org.eclipse.swt.graphics.Device.(Device.java:157)
at org.eclipse.swt.widgets.Display.(Display.java:514)
*
And also the list of packages installed:
*
perl-Module-Pluggable-3.90-141.el6_7.1.x86_64
basesystem-10.0-4.el6.noarch
perl-5.10.1-141.el6_7.1.x86_64
vim-enhanced-7.4.629-5.el6.x86_64
man-1.6f-32.el6.x86_64
info-4.13a-8.el6.x86_64
libX11-common-1.6.0-6.el6.noarch
libacl-2.2.49-6.el6.x86_64
liberation-fonts-common-1.05.1.20090721-5.el6.noarch
libselinux-2.0.94-5.8.el6.x86_64
nss-softokn-freebl-3.14.3-23.el6_7.i686
libselinux-2.0.94-5.8.el6.i686
libstdc++-4.4.7-16.el6.x86_64
freetype-2.3.11-15.el6_6.1.i686
libgpg-error-1.7-4.el6.x86_64
nss-util-3.19.1-2.el6_7.i686
expat-2.0.1-11.el6_2.i686
libidn-1.18-2.el6.x86_64
libtiff-3.9.4-10.el6_5.i686
ncurses-libs-5.7-4.20090207.el6.i686
libselinux-utils-2.0.94-5.8.el6.x86_64
libthai-0.1.12-3.el6.x86_64
sqlite-3.6.20-1.el6_7.2.i686
libtasn1-2.3-6.el6_5.x86_64
hunspell-1.2.8-16.el6.i686
libnih-1.0.1-7.el6.x86_64
hal-libs-0.5.14-14.el6.i686
libusb-0.1.12-23.el6.x86_64
libgcrypt-1.4.5-11.el6_4.i686
psmisc-22.6-19.el6_5.x86_64
polkit-0.96-11.el6.x86_64
libtasn1-2.3-6.el6_5.i686
binutils-2.20.51.0.2-5.43.el6.x86_64
libSM-1.2.1-2.el6.i686
dash-0.5.5.1-4.el6.x86_64
krb5-libs-1.10.3-42.el6.i686
libXau-1.0.6-4.el6.i686
libXext-1.3.2-2.1.el6.i686
redhat-logos-60.0.14-12.el6.centos.noarch
libXcursor-1.1.14-2.1.el6.i686
libXinerama-1.1.3-2.1.el6.i686
libedit-2.11-4.20080712cvs.1.el6.x86_64
libXcomposite-0.4.3-4.el6.i686
krb5-libs-1.10.3-42.el6.x86_64
alsa-lib-1.0.22-3.el6.i686
rpm-libs-4.8.0-47.el6.x86_64
freetype-2.3.11-15.el6_6.1.x86_64
"installed-software.log" 395L, 12399C
*

Submitted by antoine.mottier on Tue, 01/26/2016 - 12:08

I just did a test on fresh install of CentOS 6.7 and can successfully run Bonita BPM 7.1.5 Studio with Oracle JRE 1.8.0_71.

So I guess this related to a package install in your environment. I think the list of packages you shared is only partial. Can you try to share the full file content using for example Dropbox or Google Drive?

Submitted by bakhshayesh on Tue, 01/26/2016 - 12:18

Here is the complete list of packages installed in my CentOS 6.7:

yum list installed

Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: mirror.fibersunucu.com.tr
* extras: mirror.fibersunucu.com.tr
* updates: mirror.fibersunucu.com.tr
Installed Packages
ConsoleKit.x86_64 0.4.1-3.el6 @base
ConsoleKit-libs.x86_64 0.4.1-3.el6 @base
GConf2.i686 2.28.0-6.el6 @base
MAKEDEV.x86_64 3.24-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
ORBit2.i686 2.14.17-5.el6 @base
PackageKit.x86_64 0.5.8-25.el6 @base
PackageKit-glib.x86_64 0.5.8-25.el6 @base
PackageKit-gtk-module.i686 0.5.8-25.el6 @base
PackageKit-gtk-module.x86_64 0.5.8-25.el6 @base
PackageKit-yum.x86_64 0.5.8-25.el6 @base
PackageKit-yum-plugin.x86_64 0.5.8-25.el6 @base
acl.x86_64 2.2.49-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
alsa-lib.i686 1.0.22-3.el6 @base
alsa-lib.x86_64 1.0.22-3.el6 @base
apr.x86_64 1.3.9-5.el6_2 @base
apr-util.x86_64 1.3.9-3.el6_0.1 @base
apr-util-ldap.x86_64 1.3.9-3.el6_0.1 @base
atk.i686 1.30.0-1.el6 @base
atk.x86_64 1.30.0-1.el6 @base
attr.x86_64 2.4.44-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
audit.x86_64 2.3.7-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
audit-libs.i686 2.3.7-5.el6 @base
audit-libs.x86_64 2.3.7-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
authconfig.x86_64 6.1.12-23.el6 @anaconda-CentOS-201508042137.x86_64/6.7
avahi-glib.i686 0.6.25-15.el6 @base
avahi-libs.i686 0.6.25-15.el6 @base
avahi-libs.x86_64 0.6.25-15.el6 @base
b43-openfwwf.noarch 5.2-10.el6 @anaconda-CentOS-201508042137.x86_64/6.7
basesystem.noarch 10.0-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
bash.x86_64 4.1.2-33.el6_7.1 @updates
binutils.x86_64 2.20.51.0.2-5.43.el6 @anaconda-CentOS-201508042137.x86_64/6.7
bridge-utils.x86_64 1.2-10.el6 @anaconda-CentOS-201508042137.x86_64/6.7
bzip2.x86_64 1.0.5-7.el6_0 @anaconda-CentOS-201508042137.x86_64/6.7
bzip2-libs.i686 1.0.5-7.el6_0 @base
bzip2-libs.x86_64 1.0.5-7.el6_0 @anaconda-CentOS-201508042137.x86_64/6.7
ca-certificates.noarch 2015.2.4-65.0.1.el6_6 @anaconda-CentOS-201508042137.x86_64/6.7
cairo.i686 1.8.8-6.el6_6 @base
cairo.x86_64 1.8.8-6.el6_6 @base
centos-release.x86_64 6-7.el6.centos.12.3 @anaconda-CentOS-201508042137.x86_64/6.7
checkpolicy.x86_64 2.0.22-1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
chkconfig.x86_64 1.3.49.3-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
compat-libstdc++-296.i686 2.96-144.el6 @base
compat-libstdc++-33.i686 3.2.3-69.el6 @base
comps-extras.noarch 17.8-1.el6 @base
coreutils.x86_64 8.4-37.el6_7.3 @updates
coreutils-libs.x86_64 8.4-37.el6_7.3 @updates
cpio.x86_64 2.10-12.el6_5 @anaconda-CentOS-201508042137.x86_64/6.7
cracklib.i686 2.8.16-4.el6 @base
cracklib.x86_64 2.8.16-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
cracklib-dicts.x86_64 2.8.16-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
cronie.x86_64 1.4.4-15.el6_7.1 @updates
cronie-anacron.x86_64 1.4.4-15.el6_7.1 @updates
crontabs.noarch 1.10-33.el6 @anaconda-CentOS-201508042137.x86_64/6.7
cryptsetup-luks.x86_64 1.2.0-11.el6 @anaconda-CentOS-201508042137.x86_64/6.7
cryptsetup-luks-libs.x86_64 1.2.0-11.el6 @anaconda-CentOS-201508042137.x86_64/6.7
cups-libs.i686 1:1.4.2-72.el6 @base
cups-libs.x86_64 1:1.4.2-72.el6 @base
curl.x86_64 7.19.7-46.el6 @anaconda-CentOS-201508042137.x86_64/6.7
cyrus-sasl.x86_64 2.1.23-15.el6_6.2 @anaconda-CentOS-201508042137.x86_64/6.7
cyrus-sasl-lib.i686 2.1.23-15.el6_6.2 @base
cyrus-sasl-lib.x86_64 2.1.23-15.el6_6.2 @anaconda-CentOS-201508042137.x86_64/6.7
dash.x86_64 0.5.5.1-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
db4.i686 4.7.25-20.el6_7 @updates
db4.x86_64 4.7.25-20.el6_7 @updates
db4-utils.x86_64 4.7.25-20.el6_7 @updates
dbus.x86_64 1:1.2.24-8.el6_6 @base
dbus-glib.i686 0.86-6.el6 @base
dbus-glib.x86_64 0.86-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
dbus-libs.i686 1:1.2.24-8.el6_6 @base
dbus-libs.x86_64 1:1.2.24-8.el6_6 @anaconda-CentOS-201508042137.x86_64/6.7
dbus-python.x86_64 0.83.0-6.1.el6 @base
device-mapper.x86_64 1.02.95-3.el6_7.4 @updates
device-mapper-event.x86_64 1.02.95-3.el6_7.4 @updates
device-mapper-event-libs.x86_64 1.02.95-3.el6_7.4 @updates
device-mapper-libs.x86_64 1.02.95-3.el6_7.4 @updates
device-mapper-multipath.x86_64 0.4.9-87.el6 @anaconda-CentOS-201508042137.x86_64/6.7
device-mapper-multipath-libs.x86_64 0.4.9-87.el6 @anaconda-CentOS-201508042137.x86_64/6.7
device-mapper-persistent-data.x86_64 0.3.2-1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
dhclient.x86_64 12:4.1.1-49.P1.el6.centos @anaconda-CentOS-201508042137.x86_64/6.7
dhcp-common.x86_64 12:4.1.1-49.P1.el6.centos @anaconda-CentOS-201508042137.x86_64/6.7
diffutils.x86_64 2.8.1-28.el6 @anaconda-CentOS-201508042137.x86_64/6.7
dracut.noarch 004-388.el6 @anaconda-CentOS-201508042137.x86_64/6.7
dracut-kernel.noarch 004-388.el6 @anaconda-CentOS-201508042137.x86_64/6.7
e2fsprogs.x86_64 1.41.12-22.el6 @anaconda-CentOS-201508042137.x86_64/6.7
e2fsprogs-libs.x86_64 1.41.12-22.el6 @anaconda-CentOS-201508042137.x86_64/6.7
efibootmgr.x86_64 0.5.4-13.el6 @anaconda-CentOS-201508042137.x86_64/6.7
eggdbus.i686 0.6-3.el6 @base
eggdbus.x86_64 0.6-3.el6 @base
elfutils-libelf.x86_64 0.161-3.el6 @anaconda-CentOS-201508042137.x86_64/6.7
ethtool.x86_64 2:3.5-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
expat.i686 2.0.1-11.el6_2 @base
expat.x86_64 2.0.1-11.el6_2 @anaconda-CentOS-201508042137.x86_64/6.7
file.x86_64 5.04-21.el6 @anaconda-CentOS-201508042137.x86_64/6.7
file-libs.x86_64 5.04-21.el6 @anaconda-CentOS-201508042137.x86_64/6.7
filesystem.x86_64 2.4.30-3.el6 @anaconda-CentOS-201508042137.x86_64/6.7
findutils.x86_64 1:4.4.2-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
fipscheck.x86_64 1.2.0-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
fipscheck-lib.x86_64 1.2.0-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
flac.i686 1.2.1-7.el6_6 @base
flac.x86_64 1.2.1-7.el6_6 @base
fontconfig.i686 2.8.0-5.el6 @base
fontconfig.x86_64 2.8.0-5.el6 @base
fontpackages-filesystem.noarch 1.41-1.1.el6 @base
freetype.i686 2.3.11-15.el6_6.1 @base
freetype.x86_64 2.3.11-15.el6_6.1 @base
fuse.x86_64 2.8.3-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
gamin.i686 0.1.10-9.el6 @base
gamin.x86_64 0.1.10-9.el6 @anaconda-CentOS-201508042137.x86_64/6.7
gawk.x86_64 3.1.7-10.el6_7.3 @updates
gdbm.x86_64 1.8.0-38.el6 @anaconda-CentOS-201508042137.x86_64/6.7
gdk-pixbuf2.i686 2.24.1-6.el6_7 @updates
gdk-pixbuf2.x86_64 2.24.1-6.el6_7 @updates
glib2.i686 2.28.8-4.el6 @base
glib2.x86_64 2.28.8-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
glibc.i686 2.12-1.166.el6_7.3 @updates
glibc.x86_64 2.12-1.166.el6_7.3 @updates
glibc-common.x86_64 2.12-1.166.el6_7.3 @updates
gmp.x86_64 4.3.1-7.el6_2.2 @anaconda-CentOS-201508042137.x86_64/6.7
gnome-vfs2.i686 2.24.2-6.el6 @base
gnupg2.x86_64 2.0.14-8.el6 @anaconda-CentOS-201508042137.x86_64/6.7
gnutls.i686 2.8.5-19.el6_7 @updates
gnutls.x86_64 2.8.5-19.el6_7 @updates
gpgme.x86_64 1.1.8-3.el6 @anaconda-CentOS-201508042137.x86_64/6.7
gpm-libs.x86_64 1.20.6-12.el6 @base
grep.x86_64 2.20-3.el6_7.1 @updates
groff.x86_64 1.18.1.4-21.el6 @anaconda-CentOS-201508042137.x86_64/6.7
grub.x86_64 1:0.97-94.el6 @anaconda-CentOS-201508042137.x86_64/6.7
grubby.x86_64 7.0.15-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
gstreamer.i686 0.10.29-1.el6 @base
gstreamer.x86_64 0.10.29-1.el6 @base
gstreamer-tools.x86_64 0.10.29-1.el6 @base
gtk2.i686 2.24.23-6.el6 @base
gtk2.x86_64 2.24.23-6.el6 @base
gtk2-engines.i686 2.18.4-5.el6.centos @base
gzip.x86_64 1.3.12-22.el6 @anaconda-CentOS-201508042137.x86_64/6.7
hal-libs.i686 0.5.14-14.el6 @base
hicolor-icon-theme.noarch 0.11-1.1.el6 @base
httpd.x86_64 2.2.15-47.el6.centos.1 @updates
httpd-tools.x86_64 2.2.15-47.el6.centos.1 @updates
hunspell.i686 1.2.8-16.el6 @base
hwdata.noarch 0.233-14.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
info.x86_64 4.13a-8.el6 @anaconda-CentOS-201508042137.x86_64/6.7
initscripts.x86_64 9.03.49-1.el6.centos.3 @updates
iproute.x86_64 2.6.32-45.el6 @anaconda-CentOS-201508042137.x86_64/6.7
iptables.x86_64 1.4.7-16.el6 @anaconda-CentOS-201508042137.x86_64/6.7
iptables-ipv6.x86_64 1.4.7-16.el6 @anaconda-CentOS-201508042137.x86_64/6.7
iputils.x86_64 20071127-20.el6 @anaconda-CentOS-201508042137.x86_64/6.7
iscsi-initiator-utils.x86_64 6.2.0.873-14.el6 @anaconda-CentOS-201508042137.x86_64/6.7
jasper-libs.i686 1.900.1-16.el6_6.3 @base
jasper-libs.x86_64 1.900.1-16.el6_6.3 @base
jre1.8.0_66.x86_64 1.8.0_66-fcs installed
kbd.x86_64 1.15-11.el6 @anaconda-CentOS-201508042137.x86_64/6.7
kbd-misc.noarch 1.15-11.el6 @anaconda-CentOS-201508042137.x86_64/6.7
kernel.x86_64 2.6.32-573.el6 @anaconda-CentOS-201508042137.x86_64/6.7
kernel.x86_64 2.6.32-573.12.1.el6 @updates
kernel-firmware.noarch 2.6.32-573.12.1.el6 @updates
keyutils-libs.i686 1.4-5.el6 @base
keyutils-libs.x86_64 1.4-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
kpartx.x86_64 0.4.9-87.el6 @anaconda-CentOS-201508042137.x86_64/6.7
krb5-libs.i686 1.10.3-42.el6 @base
krb5-libs.x86_64 1.10.3-42.el6 @anaconda-CentOS-201508042137.x86_64/6.7
less.x86_64 436-13.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libICE.i686 1.0.6-1.el6 @base
libICE.x86_64 1.0.6-1.el6 @base
libIDL.i686 0.8.13-2.1.el6 @base
libSM.i686 1.2.1-2.el6 @base
libSM.x86_64 1.2.1-2.el6 @base
libX11.i686 1.6.0-6.el6 @base
libX11.x86_64 1.6.0-6.el6 @base
libX11-common.noarch 1.6.0-6.el6 @base
libXau.i686 1.0.6-4.el6 @base
libXau.x86_64 1.0.6-4.el6 @base
libXcomposite.i686 0.4.3-4.el6 @base
libXcomposite.x86_64 0.4.3-4.el6 @base
libXcursor.i686 1.1.14-2.1.el6 @base
libXcursor.x86_64 1.1.14-2.1.el6 @base
libXdamage.i686 1.1.3-4.el6 @base
libXdamage.x86_64 1.1.3-4.el6 @base
libXext.i686 1.3.2-2.1.el6 @base
libXext.x86_64 1.3.2-2.1.el6 @base
libXfixes.i686 5.0.1-2.1.el6 @base
libXfixes.x86_64 5.0.1-2.1.el6 @base
libXft.i686 2.3.1-2.el6 @base
libXft.x86_64 2.3.1-2.el6 @base
libXi.i686 1.7.2-2.2.el6 @base
libXi.x86_64 1.7.2-2.2.el6 @base
libXinerama.i686 1.1.3-2.1.el6 @base
libXinerama.x86_64 1.1.3-2.1.el6 @base
libXrandr.i686 1.4.1-2.1.el6 @base
libXrandr.x86_64 1.4.1-2.1.el6 @base
libXrender.i686 0.9.8-2.1.el6 @base
libXrender.x86_64 0.9.8-2.1.el6 @base
libXt.i686 1.1.4-6.1.el6 @base
libXtst.i686 1.2.2-2.1.el6 @base
libXtst.x86_64 1.2.2-2.1.el6 @base
libacl.i686 2.2.49-6.el6 @base
libacl.x86_64 2.2.49-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libaio.x86_64 0.3.107-10.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libarchive.x86_64 2.8.3-4.el6_2 @base
libasyncns.i686 0.8-1.1.el6 @base
libasyncns.x86_64 0.8-1.1.el6 @base
libattr.i686 2.4.44-7.el6 @base
libattr.x86_64 2.4.44-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libblkid.x86_64 2.17.2-12.18.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libcanberra.i686 0.22-1.el6.centos @base
libcanberra.x86_64 0.22-1.el6.centos @base
libcanberra-gtk2.i686 0.22-1.el6.centos @base
libcanberra-gtk2.x86_64 0.22-1.el6.centos @base
libcap.x86_64 2.16-5.5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libcap-ng.x86_64 0.6.4-3.el6_0.1 @anaconda-CentOS-201508042137.x86_64/6.7
libcom_err.i686 1.41.12-22.el6 @base
libcom_err.x86_64 1.41.12-22.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libcurl.x86_64 7.19.7-46.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libdrm.x86_64 2.4.59-2.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libedit.x86_64 2.11-4.20080712cvs.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
liberation-fonts-common.noarch 1.05.1.20090721-5.el6 @base
liberation-sans-fonts.noarch 1.05.1.20090721-5.el6 @base
libffi.x86_64 3.0.5-3.2.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libgcc.i686 4.4.7-16.el6 @base
libgcc.x86_64 4.4.7-16.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libgcrypt.i686 1.4.5-11.el6_4 @base
libgcrypt.x86_64 1.4.5-11.el6_4 @anaconda-CentOS-201508042137.x86_64/6.7
libgpg-error.i686 1.7-4.el6 @base
libgpg-error.x86_64 1.7-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libidn.x86_64 1.18-2.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libjpeg-turbo.i686 1.2.1-3.el6_5 @base
libjpeg-turbo.x86_64 1.2.1-3.el6_5 @base
libnih.x86_64 1.0.1-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libogg.i686 2:1.1.4-2.1.el6 @base
libogg.x86_64 2:1.1.4-2.1.el6 @base
libpciaccess.x86_64 0.13.3-0.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libpng.i686 2:1.2.49-2.el6_7 @updates
libpng.x86_64 2:1.2.49-2.el6_7 @updates
libselinux.i686 2.0.94-5.8.el6 @base
libselinux.x86_64 2.0.94-5.8.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libselinux-utils.x86_64 2.0.94-5.8.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libsemanage.x86_64 2.0.43-5.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libsepol.x86_64 2.0.41-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libsndfile.i686 1.0.20-5.el6 @base
libsndfile.x86_64 1.0.20-5.el6 @base
libss.x86_64 1.41.12-22.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libssh2.x86_64 1.4.2-1.el6_6.1 @anaconda-CentOS-201508042137.x86_64/6.7
libstdc++.i686 4.4.7-16.el6 @base
libstdc++.x86_64 4.4.7-16.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libtasn1.i686 2.3-6.el6_5 @base
libtasn1.x86_64 2.3-6.el6_5 @anaconda-CentOS-201508042137.x86_64/6.7
libtdb.i686 1.2.10-1.el6 @base
libtdb.x86_64 1.2.10-1.el6 @base
libthai.i686 0.1.12-3.el6 @base
libthai.x86_64 0.1.12-3.el6 @base
libtiff.i686 3.9.4-10.el6_5 @base
libtiff.x86_64 3.9.4-10.el6_5 @base
libtool-ltdl.i686 2.2.6-15.5.el6 @base
libtool-ltdl.x86_64 2.2.6-15.5.el6 @base
libudev.x86_64 147-2.63.el6_7.1 @updates
libusb.x86_64 0.1.12-23.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libuser.x86_64 0.56.13-8.el6_7 @updates
libutempter.x86_64 1.1.5-4.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libuuid.i686 2.17.2-12.18.el6 @base
libuuid.x86_64 2.17.2-12.18.el6 @anaconda-CentOS-201508042137.x86_64/6.7
libvorbis.i686 1:1.2.3-4.el6_2.1 @base
libvorbis.x86_64 1:1.2.3-4.el6_2.1 @base
libxcb.i686 1.9.1-3.el6 @base
libxcb.x86_64 1.9.1-3.el6 @base
libxml2.i686 2.7.6-20.el6_7.1 @updates
libxml2.x86_64 2.7.6-20.el6_7.1 @updates
logrotate.x86_64 3.7.8-26.el6_7 @updates
lua.x86_64 5.1.4-4.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
lvm2.x86_64 2.02.118-3.el6_7.4 @updates
lvm2-libs.x86_64 2.02.118-3.el6_7.4 @updates
m4.x86_64 1.4.13-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
mailcap.noarch 2.1.31-2.el6 @base
make.x86_64 1:3.81-20.el6 @anaconda-CentOS-201508042137.x86_64/6.7
man.x86_64 1.6f-32.el6 @base
mdadm.x86_64 3.3.2-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
mingetty.x86_64 1.08-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
mlocate.x86_64 0.22.2-6.el6 @base
module-init-tools.x86_64 3.9-25.el6 @anaconda-CentOS-201508042137.x86_64/6.7
mozilla-filesystem.x86_64 1.9-5.1.el6 @base
mysql-libs.x86_64 5.1.73-5.el6_6 @anaconda-CentOS-201508042137.x86_64/6.7
ncurses.x86_64 5.7-4.20090207.el6 @anaconda-CentOS-201508042137.x86_64/6.7
ncurses-base.x86_64 5.7-4.20090207.el6 @anaconda-CentOS-201508042137.x86_64/6.7
ncurses-libs.i686 5.7-4.20090207.el6 @base
ncurses-libs.x86_64 5.7-4.20090207.el6 @anaconda-CentOS-201508042137.x86_64/6.7
net-tools.x86_64 1.60-110.el6_2 @anaconda-CentOS-201508042137.x86_64/6.7
newt.x86_64 0.52.11-3.el6 @anaconda-CentOS-201508042137.x86_64/6.7
newt-python.x86_64 0.52.11-3.el6 @anaconda-CentOS-201508042137.x86_64/6.7
nspr.i686 4.10.8-2.el6_7 @updates
nspr.x86_64 4.10.8-2.el6_7 @updates
nss.i686 3.19.1-8.el6_7 @updates
nss.x86_64 3.19.1-8.el6_7 @updates
nss-softokn.i686 3.14.3-23.el6_7 @updates
nss-softokn.x86_64 3.14.3-23.el6_7 @updates
nss-softokn-freebl.i686 3.14.3-23.el6_7 @updates
nss-softokn-freebl.x86_64 3.14.3-23.el6_7 @updates
nss-sysinit.x86_64 3.19.1-8.el6_7 @updates
nss-tools.x86_64 3.19.1-8.el6_7 @updates
nss-util.i686 3.19.1-2.el6_7 @updates
nss-util.x86_64 3.19.1-2.el6_7 @updates
openldap.i686 2.4.40-7.el6_7 @updates
openldap.x86_64 2.4.40-7.el6_7 @updates
openssh.x86_64 5.3p1-112.el6_7 @updates
openssh-clients.x86_64 5.3p1-112.el6_7 @updates
openssh-server.x86_64 5.3p1-112.el6_7 @updates
openssl.i686 1.0.1e-42.el6_7.2 @updates
openssl.x86_64 1.0.1e-42.el6_7.2 @updates
p11-kit.x86_64 0.18.5-2.el6_5.2 @anaconda-CentOS-201508042137.x86_64/6.7
p11-kit-trust.x86_64 0.18.5-2.el6_5.2 @anaconda-CentOS-201508042137.x86_64/6.7
pam.i686 1.1.1-20.el6_7.1 @updates
pam.x86_64 1.1.1-20.el6_7.1 @updates
pango.i686 1.28.1-10.el6 @base
pango.x86_64 1.28.1-10.el6 @base
passwd.x86_64 0.77-4.el6_2.2 @anaconda-CentOS-201508042137.x86_64/6.7
pciutils-libs.x86_64 3.1.10-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
pcre.x86_64 7.8-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
perl.x86_64 4:5.10.1-141.el6_7.1 @updates
perl-Module-Pluggable.x86_64 1:3.90-141.el6_7.1 @updates
perl-Pod-Escapes.x86_64 1:1.04-141.el6_7.1 @updates
perl-Pod-Simple.x86_64 1:3.13-141.el6_7.1 @updates
perl-libs.x86_64 4:5.10.1-141.el6_7.1 @updates
perl-version.x86_64 3:0.77-141.el6_7.1 @updates
pinentry.x86_64 0.7.6-8.el6 @anaconda-CentOS-201508042137.x86_64/6.7
pixman.i686 0.32.4-4.el6 @base
pixman.x86_64 0.32.4-4.el6 @base
pkgconfig.x86_64 1:0.23-9.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
plymouth.x86_64 0.8.3-27.el6.centos.1 @anaconda-CentOS-201508042137.x86_64/6.7
plymouth-core-libs.x86_64 0.8.3-27.el6.centos.1 @anaconda-CentOS-201508042137.x86_64/6.7
plymouth-scripts.x86_64 0.8.3-27.el6.centos.1 @anaconda-CentOS-201508042137.x86_64/6.7
policycoreutils.x86_64 2.0.83-24.el6 @anaconda-CentOS-201508042137.x86_64/6.7
polkit.i686 0.96-11.el6 @base
polkit.x86_64 0.96-11.el6 @base
popt.x86_64 1.13-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
postfix.x86_64 2:2.6.6-6.el6_7.1 @updates
procps.x86_64 3.2.8-35.el6_7 @updates
psmisc.x86_64 22.6-19.el6_5 @anaconda-CentOS-201508042137.x86_64/6.7
pth.x86_64 2.0.7-9.3.el6 @anaconda-CentOS-201508042137.x86_64/6.7
pulseaudio-libs.i686 0.9.21-21.el6 @base
pulseaudio-libs.x86_64 0.9.21-21.el6 @base
pygobject2.x86_64 2.20.0-5.el6 @base
pygpgme.x86_64 0.1-18.20090824bzr68.el6 @anaconda-CentOS-201508042137.x86_64/6.7
python.x86_64 2.6.6-64.el6 @anaconda-CentOS-201508042137.x86_64/6.7
python-iniparse.noarch 0.3.1-2.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
python-libs.x86_64 2.6.6-64.el6 @anaconda-CentOS-201508042137.x86_64/6.7
python-pycurl.x86_64 7.19.0-8.el6 @anaconda-CentOS-201508042137.x86_64/6.7
python-urlgrabber.noarch 3.9.1-9.el6 @anaconda-CentOS-201508042137.x86_64/6.7
readline.i686 6.0-4.el6 @base
readline.x86_64 6.0-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
redhat-logos.noarch 60.0.14-12.el6.centos @anaconda-CentOS-201508042137.x86_64/6.7
rootfiles.noarch 8.1-6.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
rpm.x86_64 4.8.0-47.el6 @anaconda-CentOS-201508042137.x86_64/6.7
rpm-libs.x86_64 4.8.0-47.el6 @anaconda-CentOS-201508042137.x86_64/6.7
rpm-python.x86_64 4.8.0-47.el6 @anaconda-CentOS-201508042137.x86_64/6.7
rsyslog.x86_64 5.8.10-10.el6_6 @anaconda-CentOS-201508042137.x86_64/6.7
sed.x86_64 4.2.1-10.el6 @anaconda-CentOS-201508042137.x86_64/6.7
selinux-policy.noarch 3.7.19-279.el6_7.8 @updates
selinux-policy-targeted.noarch 3.7.19-279.el6_7.8 @updates
setup.noarch 2.8.14-20.el6_4.1 @anaconda-CentOS-201508042137.x86_64/6.7
sgml-common.noarch 0.6.3-33.el6 @base
shadow-utils.x86_64 2:4.1.4.2-19.el6_6.1 @anaconda-CentOS-201508042137.x86_64/6.7
shared-mime-info.x86_64 0.70-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
slang.x86_64 2.2.1-1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
sound-theme-freedesktop.noarch 0.7-3.el6 @base
sqlite.i686 3.6.20-1.el6_7.2 @updates
sqlite.x86_64 3.6.20-1.el6_7.2 @updates
startup-notification.i686 0.10-2.1.el6 @base
sudo.x86_64 1.8.6p3-20.el6_7 @updates
system-config-firewall-base.noarch 1.2.27-7.2.el6_6 @anaconda-CentOS-201508042137.x86_64/6.7
sysvinit-tools.x86_64 2.87-6.dsf.el6 @anaconda-CentOS-201508042137.x86_64/6.7
tar.x86_64 2:1.23-13.el6 @anaconda-CentOS-201508042137.x86_64/6.7
tcp_wrappers-libs.i686 7.6-57.el6 @base
tcp_wrappers-libs.x86_64 7.6-57.el6 @anaconda-CentOS-201508042137.x86_64/6.7
tzdata.noarch 2015g-2.el6 @updates
udev.x86_64 147-2.63.el6_7.1 @updates
unzip.x86_64 6.0-2.el6_6 @base
upstart.x86_64 0.6.5-13.el6_5.3 @anaconda-CentOS-201508042137.x86_64/6.7
ustr.x86_64 1.0.4-9.1.el6 @anaconda-CentOS-201508042137.x86_64/6.7
util-linux-ng.x86_64 2.17.2-12.18.el6 @anaconda-CentOS-201508042137.x86_64/6.7
vim-common.x86_64 2:7.4.629-5.el6 @base
vim-enhanced.x86_64 2:7.4.629-5.el6 @base
vim-filesystem.x86_64 2:7.4.629-5.el6 @base
vim-minimal.x86_64 2:7.4.629-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
wget.x86_64 1.12-5.el6_6.1 @base
which.x86_64 2.19-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
xcb-util.i686 0.3.6-6.el6 @base
xfsprogs.x86_64 3.1.1-16.el6 @anaconda-CentOS-201508042137.x86_64/6.7
xulrunner.i686 17.0.10-1.el6.centos @base
xz.x86_64 4.999.9-0.5.beta.20091007git.el6 @base
xz-libs.x86_64 4.999.9-0.5.beta.20091007git.el6 @anaconda-CentOS-201508042137.x86_64/6.7
xz-lzma-compat.x86_64 4.999.9-0.5.beta.20091007git.el6 @base
yum.noarch 3.2.29-69.el6.centos @anaconda-CentOS-201508042137.x86_64/6.7
yum-metadata-parser.x86_64 1.1.2-16.el6 @anaconda-CentOS-201508042137.x86_64/6.7
yum-plugin-fastestmirror.noarch 1.1.30-30.el6 @anaconda-CentOS-201508042137.x86_64/6.7
zlib.i686 1.2.3-29.el6 @base
zlib.x86_64 1.2.3-29.el6 @anaconda-CentOS-201508042137.x86_64/6.7
[root@Hadi configuration]# vim in*.log
Loaded plugins: fastestmirror, refresh-packagekit
Installed Packages
ConsoleKit.x86_64 0.4.1-3.el6 @base
ConsoleKit-libs.x86_64
0.4.1-3.el6 @base
GConf2.i686 2.28.0-6.el6 @base
MAKEDEV.x86_64 3.24-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
ORBit2.i686 2.14.17-5.el6 @base
PackageKit.x86_64 0.5.8-25.el6 @base
PackageKit-glib.x86_64
0.5.8-25.el6 @base
PackageKit-gtk-module.i686
0.5.8-25.el6 @base
PackageKit-gtk-module.x86_64
0.5.8-25.el6 @base
PackageKit-yum.x86_64
0.5.8-25.el6 @base
PackageKit-yum-plugin.x86_64
0.5.8-25.el6 @base
acl.x86_64 2.2.49-6.el6 @anaconda-CentOS-201508042137.x86_64/6.7
alsa-lib.i686 1.0.22-3.el6 @base
alsa-lib.x86_64 1.0.22-3.el6 @base
apr.x86_64 1.3.9-5.el6_2 @base
apr-util.x86_64 1.3.9-3.el6_0.1 @base
apr-util-ldap.x86_64 1.3.9-3.el6_0.1 @base
atk.i686 1.30.0-1.el6 @base
atk.x86_64 1.30.0-1.el6 @base
attr.x86_64 2.4.44-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7
audit.x86_64 2.3.7-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
audit-libs.i686 2.3.7-5.el6 @base
audit-libs.x86_64 2.3.7-5.el6 @anaconda-CentOS-201508042137.x86_64/6.7
authconfig.x86_64 6.1.12-23.el6 @anaconda-CentOS-201508042137.x86_64/6.7
avahi-glib.i686 0.6.25-15.el6 @base
avahi-libs.i686 0.6.25-15.el6 @base
avahi-libs.x86_64 0.6.25-15.el6 @base
b43-openfwwf.noarch 5.2-10.el6 @anaconda-CentOS-201508042137.x86_64/6.7
basesystem.noarch 10.0-4.el6 @anaconda-CentOS-201508042137.x86_64/6.7
bash.x86_64 4.1.2-33.el6_7.1 @updates
binutils.x86_64 2.20.51.0.2-5.43.el6
@anaconda-CentOS-201508042137.x86_64/6.7
bridge-utils.x86_64 1.2-10.el6 @anaconda-CentOS-201508042137.x86_64/6.7
bzip2.x86_64 1.0.5-7.el6_0 @anaconda-CentOS-201508042137.x86_64/6.7
bzip2-libs.i686 1.0.5-7.el6_0 @base
bzip2-libs.x86_64 1.0.5-7.el6_0 @anaconda-CentOS-201508042137.x86_64/6.7
ca-certificates.noarch
2015.2.4-65.0.1.el6_6
@anaconda-CentOS-201508042137.x86_64/6.7
"installed-software.log" 485L, 34772C

Submitted by antoine.mottier on Tue, 01/26/2016 - 13:26

As you are running the 64 bits version of CentOS I would recommend to try to install gtk2.x86_64 package.

Also I'm surprised by the absence of xorg-x11-server-Xorg.x86_64 package.

You can also try to run the 32 bits version of the Studio (./BonitaBPMCommunity-linux).

Finally you can check the number of file descriptor opened when you launch the Studio and compare with the limit reported by ulimit -n

Submitted by bakhshayesh on Wed, 01/27/2016 - 10:24

I installed gtk2.x86_64 and xorg-x11-server-Xorg.x86_64 the result is the same.
After installing these packages I reinstalled the BonitaBPMCommunity-1.7.5.run again and as before after completing installation 100% and prompting for migrating a workspace and I chose [1] ( no migration) and it continued working and after some minutes I received these messages:

Error: There has been an error.
Error running /usr/bin/java -Xmx512m -XX:MaxPermSize=512m -jar
"/opt/B/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar" -product
org.bonitasoft.studio.initializer -application
org.bonitasoft.studio.application.InitializerApplication -data
"/opt/B/workspace" -noSplash: child process exited abnormally
Press [Enter] to continue:

Then running BonitaBPMCommunity again returns the error messages again and the same log file:

*BonitaBPMCommunity: Cannot open display:
BonitaBPMCommunity: Cannot open display:
BonitaBPMCommunity:
An error has occurred. See the log file
/opt/B/configuration/1453874312178.log.
*
And you have seen the log file before:

*
!SESSION 2016-01-27 09:28:29.863 -----------------------------------------------
eclipse.buildId=7.1.5.
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en
Framework arguments: --launcher.XXMaxPermSize512m -clearPersistedState
Command-line arguments: -os linux -ws gtk -arch x86_64 --launcher.XXMaxPermSize512m -clearPersistedState

!ENTRY org.eclipse.osgi 4 0 2016-01-27 09:29:06.977
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4467)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:934)
at org.eclipse.swt.widgets.Display.create(Display.java:918)
at org.eclipse.swt.graphics.Device.(Device.java:157)
at org.eclipse.swt.widgets.Display.(Display.java:514)
at org.eclipse.swt.widgets.Display.(Display.java:505)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:732)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)
at org.bonitasoft.studio.application.BonitaStudioApplication.start(BonitaStudioApplication.java:80)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)*

Also I tried 32 bit version of the Studio ./BonitaBPMCommunity-linux and received these messages:

*Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /home/BonitaBPMCommunity-7.1.5/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20140603-1326/eclipse_1605.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c
', or link it with '-z noexecstack'.
BonitaBPMCommunity-linux: Cannot open display:
BonitaBPMCommunity-linux:
JVM terminated. Exit code=13
/usr/bin/java
-Dosgi.requiredJavaVersion=1.7
-Dfile.encoding=UTF8
-Xmx512m
-Xms128m
-XX:MaxPermSize=256m
-Djava.endorsed.dirs=endorsed
-jar /home/BonitaBPMCommunity-7.1.5//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/BonitaBPMCommunity-7.1.5/BonitaBPMCommunity-linux
-name BonitaBPMCommunity-linux
--launcher.library /home/BonitaBPMCommunity-7.1.5//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20140603-1326/eclipse_1605.so
-startup /home/BonitaBPMCommunity-7.1.5//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.overrideVmargs
-exitdata 8000
--launcher.XXMaxPermSize512m
-clearPersistedState
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Dfile.encoding=UTF8
-Xmx512m
-Xms128m
-XX:MaxPermSize=256m
-Djava.endorsed.dirs=endorsed
-jar /home/BonitaBPMCommunity-7.1.5//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
*
I really don't know what to do more.
You said that you have installed Studio on CentOS successfully. Do you have any documentation which can help me and probably shows the steps of installing ?
Thank you Antoine

Submitted by Sean McP on Wed, 01/27/2016 - 10:43

Just wondering,

what version of CentOS did you install? Not 6.7 that's a read, but did you install minimal and then try to install Bonita? If so then that could be the reason for missing packages...

regards
Seán

PS: I'm downloading 6.7 and 7.Gnome now and will try over the weekend...

Submitted by antoine.mottier on Wed, 01/27/2016 - 10:54

I did my test with a Centos 6.7 (clean install in VirtualBox) with a minimal graphical environment: yum groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts"

I also use BonitaBPMCommunity-7.1.5.zip (not BonitaBPMCommunity-7.1.5.run)

Also are you running Bonita BPM Studio as a normal user or as root? You should run it as a normal user.

You can also give a try to running Eclipse to figure out if this is specific to Bonita BPM.

Submitted by bakhshayesh on Thu, 01/28/2016 - 13:05

I have installed CentOS 6.7 minimal on VMware and also I've insalled many packages. After using:
" yum groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts"
the list of packages is as follow :

The list of installed packages
I created a user and logged in as a normal user, by running the BonitaBPMCommunity I recieved this message twice " cannot open display" and errors list in log file as follow:

*!SESSION 2016-01-28 08:38:12.684 -----------------------------------------------
eclipse.buildId=7.1.5.
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en
Framework arguments: --launcher.XXMaxPermSize512m -clearPersistedState
Command-line arguments: -os linux -ws gtk -arch x86_64 --launcher.XXMaxPermSize512m -clearPersistedState

!ENTRY org.eclipse.osgi 4 0 2016-01-28 08:38:52.550
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4467)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:934)
at org.eclipse.swt.widgets.Display.create(Display.java:918)
at org.eclipse.swt.graphics.Device.(Device.java:157)
at org.eclipse.swt.widgets.Display.(Display.java:514)
at org.eclipse.swt.widgets.Display.(Display.java:505)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:732)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)
at org.bonitasoft.studio.application.BonitaStudioApplication.start(BonitaStudioApplication.java:80)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)

*

When I use the Bonita.zip and run BonitaBPMCommunity64-linux first I get this message twice : " cannot open display" and the following log file:

*!SESSION 2016-01-28 08:42:15.769 -----------------------------------------------
eclipse.buildId=7.1.5.
java.version=1.7.0_80
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: --launcher.XXMaxPermSize512m -clearPersistedState
Command-line arguments: -os linux -ws gtk -arch x86_64 --launcher.XXMaxPermSize512m -clearPersistedState

!ENTRY org.eclipse.jdt.launching.macosx 4 0 2016-01-28 08:42:48.601
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [1226]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"

    at org.eclipse.osgi.container.Module.start(Module.java:434)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2016-01-28 08:42:48.752
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [1243]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"

    at org.eclipse.osgi.container.Module.start(Module.java:434)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
    at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.osgi 4 0 2016-01-28 08:42:54.021
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4467)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:934)
at org.eclipse.swt.widgets.Display.create(Display.java:918)
at org.eclipse.swt.graphics.Device.(Device.java:157)
at org.eclipse.swt.widgets.Display.(Display.java:514)*

Submitted by bakhshayesh on Fri, 01/29/2016 - 13:34

Thank you Antoine
You said : "You can also give a try to running Eclipse to figure out if this is specific to Bonita BPM"
How can I do that ?

Submitted by Sean McP on Fri, 01/29/2016 - 14:19

What Antoine means is install Eclipse for Linux and run that as a separate tool.

If that fails then it's definitely not Bonitasoft but the CentOS installation that's the problem

try

yum install eclipse-platform

if that doesn't work you need to download it and install it, here is a link for Eclipse for 64 bit linux

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/mars/1/eclipse-java-mars-1-linux-gtk-x86_64.tar.gz

regards

Submitted by bakhshayesh on Fri, 01/29/2016 - 16:49

Thank you Sean McP I installed eclipse ( yum install eclipse-platrom ) successfully but when I tried to run eclipse ( # ./eclipse ) I received the following message and running eclipse failed:
Meanwhile how can I copy and paste the ingredients of log file to a word file ?

*CompilerOracle: exclude org/eclipse/core/internal/dtree/DataTreeNode.forwardDeltaWith
CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.
CompilerOracle: exclude org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates.instantiateTemplate
CompilerOracle: exclude org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage.addBinding
CompilerOracle: exclude org/python/pydev/editor/codecompletion/revisited/PythonPathHelper.isValidSourceFile
CompilerOracle: exclude org/python/pydev/ui/filetypes/FileTypesPreferencesPage.getDottedValidSourceFiles

(Eclipse:8680): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(Eclipse:8680): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(Eclipse:8680): Gtk-CRITICAL **: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8680): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(Eclipse:8680): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)' failed

(Eclipse:8680): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_screen_get_n_monitors: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8680): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8680): Gdk-CRITICAL **: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
#

A fatal error has been detected by the Java Runtime Environment:

#

SIGSEGV (0xb) at pc=0x00007f318c442486, pid=8680, tid=139850969274112

#

JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15) Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops) Problematic frame: C [libgdk-x11-2.0.so.0+0x7a486] gdk_window_enable_synchronized_configure+0x16

#

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

#

An error report file with more information is saved as: /usr/bin/hs_err_pid8680.log

#

If you would like to submit a bug report, please visit: http://bugreport.java.com/bugreport/crash.jsp The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug. *

Submitted by antoine.mottier on Fri, 01/29/2016 - 16:59

I think you are trying to run Eclipse (and probably also Bonita BPM Studio) as root user.

Usually you logged in in your graphical environment (e.g. Gnome) using a normal user (e.g. bakhshayesh). And root does not have access to the display.

So I would recommend to try to run Eclipse (and Bonita BPM Studio) using a normal user account (you should not have the # sign in the console when you execute commands as a normal user).

Submitted by bakhshayesh on Fri, 01/29/2016 - 17:17

I ran the eclipse using a normal user (hadiov) and got the following error messages:

[hadiov@Hadi bin]$ ./eclipse
CompilerOracle: exclude org/eclipse/core/internal/dtree/DataTreeNode.forwardDeltaWith
CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.
CompilerOracle: exclude org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates.instantiateTemplate
CompilerOracle: exclude org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage.addBinding
CompilerOracle: exclude org/python/pydev/editor/codecompletion/revisited/PythonPathHelper.isValidSourceFile
CompilerOracle: exclude org/python/pydev/ui/filetypes/FileTypesPreferencesPage.getDottedValidSourceFiles

(Eclipse:8782): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(Eclipse:8782): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(Eclipse:8782): Gtk-CRITICAL **: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8782): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(Eclipse:8782): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)' failed

(Eclipse:8782): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_screen_get_n_monitors: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8782): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_screen_get_monitor_geometry: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed

(Eclipse:8782): Gdk-CRITICAL **: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
#

A fatal error has been detected by the Java Runtime Environment:

#

SIGSEGV (0xb) at pc=0x00007efc4df29486, pid=8782, tid=139622591727360

#

JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15) Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops) Problematic frame: C [libgdk-x11-2.0.so.0+0x7a486] gdk_window_enable_synchronized_configure+0x16

#

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

#

An error report file with more information is saved as: /tmp/hs_err_pid8782.log

#

If you would like to submit a bug report, please visit: http://bugreport.java.com/bugreport/crash.jsp The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug.

#

Submitted by Sean McP on Fri, 01/29/2016 - 19:54

I'll be honest, after seeing that eclipse won't even work I think your base CentOS is corrupt.

If Bonitasoft have managed to get it working without any to-do. I'm stuck on a download otherwise I would try.

The log basically seems to say gtk is corrupt/not installed...

Definitely something wrong with the OS

regards
Seán

Submitted by Sean McP on Sat, 01/30/2016 - 10:59

This is how I did my install from minimal:

Boot from ISO
Welcome screen -> Install
Welcome screen -> Next
Select language -> Next
Select Keyboard -> Next
Basic Storage -> Next
Yes Discard any Data
Hostname = centos67-01.localdomain -> Next
Select timezone -> Next
Give root password -> Next
Use all space -> Next
-> Next to create space
Install boot loader - no changes -> Next
Installing x of 205 packages
Congratulations root -> Reboot

Login in

couldn't get my internet up so did

ifconfig eth0 up
dhclient eth0
yum install NetworkManager

everything working

Install eclipse using

yum install eclipse-platform

I then executed eclipse and I get the same as you - errors...

Then I added desktop components

yum groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts"

from: http://blog.nowherelan.com/2013/12/24/install-a-desktop-environment-on-centos-minimal-install/

and tried eclipse again...still failed

added a new user with SUDO

adduser username
gpasswd -a username wheel
passwd username

Logged out of root and as new user

Started the GUI

startx

opened a terminal window and tried eclipse again...

YES ECLIPSE WORKS!!!

Boy - Windows is much easier...

So this confirms it to my understanding - minimum install of CentOS is NOT suitable for running Bonitasoft.

You should install a more capable level of CentOS that has a graphical interface, for example gnome or something else.

Well that's my finding anyway...

regards
Seán

Submitted by bakhshayesh on Sun, 01/31/2016 - 11:03

Thank you very much dear Sean
I entered the command " startx " as a non root user and the graphical environment windows opened.
I executed eclipse and it worked properly.
But when I ran the Bonita 1.7.5 I received this error message : "An error has occurred. See the log file /.eclipse/.. " and the log file is here.
<

I also receive a message that Tomcat 7 failed to start.

Notifications