Issues related to GtkToplevelAccessible in Ubuntu 18.04 - gtk

I am trying to run voyant-tool in Ubuntu 18.04 with openjdk version "1.8.0_242" and getting following error: GLib-GObject-WARNING **: 12:59:29.522: invalid cast from 'GtkToplevelAccessible' to 'JawToplevel'. The GUI is opening but not allowing to select any option. The same is running happily in Ubuntu 16,04 with the same Java version. Tried a couple of quick fix after Googling it but not able to solve it.

Try this -
sudo apt install openjdk-11-jdk

Related

libgtk-3.so.0 not found when trying to run mongodb-compass from RedHAt Linux

I tried installing the latest version of Mongo compass by running the RPM in the red hat instance:
sudo yum install mongodb-compass-1.17.0.x86_64.rpm
When I try to run the mongodb-compass, I am getting the below error:
[ec2-user#ip-10-93-230-148 ~]$ mongodb-compass
mongodb-compass: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
Can anyone please advise on how to resolve this issue?
Thanks
DJ
I am able to run compass in Redhat instance by installing gtk3-devel

Install robo3t on Ubuntu 16.04 LTS issue

I've tried to install robo3t in Ubuntu 16.04 LTS. When I run command ./robo3t, I received an error:
./robo3t: error while loading shared libraries: /home/robo3t-1.1.1-linux-x86_64-c93c6b0/bin/../lib/libQt5Network.so.5: file too short
Please help me resolve this issue! Thanks all
vist https://askubuntu.com/questions/386281/error-while-loading-shared-libraries-libglu-so-1
below command in my aws ubuntu 16.04 instance solved for me
sudo apt-get install libglu1

Installing Qt 5.5.1 on Ubuntu 14.04 - throws qt.network.ssl error on terminal

I am planning to install qt 5.5.1 on my ubuntu 14.04 running on virtual machine. I have downloaded the installer from qt-io and when I try to install the setup, I notice the below warning on my terminal, and then the installer pop up.
qt.network.ssl: QSslSocket: cannot resolve SSLv2_client_method
qt.network.ssl: QSslSocket: cannot resolve SSLv2_server_method
Do I need to worry much about this warning ? I dont see any error of this kind when I installed qt 5.3.1 on same machine.
Is there a way to resolve this warning ? Any help is appreciated. Thanks
This is the current version of openSSL on my machine.
openssl version -v
OpenSSL 1.0.1f 6 Jan 2014
just install libssl-0.98 and it should work

glibc 2.11 error on Marklogic 8.0 installation on CentOS 6.6

When I try to install Marklogic 8.0 (MarkLogic-8.0-2.x86_64.rpm) on CentOS6.6 it fails with following error:
error: Failed dependencies:
libc.so.6(GLIBC_2.11) is needed by MarkLogic-8.0-2.x86_64
I checked installed package of glibc and found that GLIB_2.12 is installed.
I tried erasing GLIBC_2.12, but Cent OS doesn't allow because it has dependencies.
I would appreciate if somebody help me how to install Marklogic 8.0 on CentOS6.6 keeping glibc 2.12 or how to downgrade glib version on CentOs
I haven't tested myself with CentOS 6.6, but am running CentOS 6.5 a lot. Did you try running this before the RPM?
yum -y install glibc.i686 gdb.x86_64 redhat-lsb.x86_64
See also Install Marklogic centos virtualbox vm
HTH!
To add to this: you're seeing this message when you attempt to install because a dependent library is unavailable; in the case of this particular message, if you run this beforehand:
yum install glibc.i686
You should get past that particular issue.

Invalid Encoding while installing Enthought on Ubuntu 14.04

I've seen a few instances of this question, but have not found a solution or explanation.
I downloaded the latest canopy express (canopy-1.5.2-rh5-64.sh) onto a 64 bit Ubuntu 14.04.1 installation. Ran the install successfully. I then attempted to execute canopy for the first time but received this error:
~/Canopy/canopy_cli setup ~/canopy
/home/barry/Canopy/bin/_python: 1: /home/barry/Canopy/bin/_python: ELF: not found
/home/barry/Canopy/bin/_python: 9: /home/barry/Canopy/bin/_python: Syntax error: ")" unexpected
I also tried executing from the canopy icon from the file browser which produced this file:
�##�C#8# (invalid encoding)
It appears that the _python executable cannot be executed due to invalid encoding.
Has anyone else encountered this with Ubuntu 14.04, and is there a work-around?
Most likely cause: trying to install 64-bit Canopy on 32-bit Linux.
What is the output of uname -m ?
See https://askubuntu.com/questions/361013/canopy-ide-unexpected-error