Launch Issue with 2020-06 on Ubuntu 16.04 x86_64 GTK 3.18.9 JRE 8 [message #1828946] |
Mon, 22 June 2020 18:59  |
Eclipse User |
|
|
|
#### Problem Description
Eclipse launches, terminal window is functional and About details may be displayed. However File > Open raises an Unhandled event loop exception and wants to exit. 2020-06 newly installed into /tmp for testing. An existing version of Eclipse 3.8 exits on mounted removable media.
#### Platform and Environment
+ Eclipse Binary: www.eclipse.org/downloads distribution
+ OS: HP ThinPro 7.1.0 Build 18 (Latest), OEM'd Linux Ubuntu 16.04LTS x86_64
+ Java: OpenJDK 1.8.0.242-8u242-b08-0ubuntu3~16.04-b08
+ HW: HP ThinClient. Packages not allowed to be installed to root flash (invalidate support) so are USB sticks. Eclipse 2020-06 in /tmp for testing before, prospectively, being reinstalled (using the installer) to mount point outside of OS root. HP ThinPro 7.1.0 is distributed with Firefox 68.9.0
#### Attempted Resolution
1. Consulted the FAQ section "Know Issues", "General Problems: General Startup"
2. Tried alternative JREs: Oracle jdk1.8.0_202 and Oracle jdk-11.0.2 tried with same result
3. Tried adding Firefox location to `MOZILLA_FIVE_HOME` and prepending that to `LD_LIBRARY_PATH` (see panel)
5. Tried defining `swt.browser.DefaultType` in eclipse.ini as follows `org.eclipse.swt.browser.DefaultType="mozilla,webkit"`
4. Consulted the Beginners Forum
ECLIPSE_HOME=/tmp/jee-2020-06/eclipse \
MOZILLA_FIVE_HOME=/opt/firefox \
LD_LIBRARY_PATH=${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH} \
/tmp/jee-2020-06/eclipse/eclipse
Eclipse launches but with warnings:
** (eclipse:16505): WARNING **: Couldn't connect to accessibility bus: Empty address ''
** (java:16532): WARNING **: Couldn't connect to accessibility bus: Empty address ''
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
***WARNING: GTK+ version too old (micro mismatch)
***WARNING: SWT requires GTK 3.20.0
***WARNING: Detected: 3.18.9
(Eclipse:16532): Gtk-WARNING **: Theme parsing error: <data>:7:18: '-gtk-key-bindings' is not a valid property name
(Eclipse:16532): Gtk-WARNING **: Theme parsing error: <data>:31:11: 'min-height' is not a valid property name
org.eclipse.m2e.logback.configuration: Logback config file: /writable/home/michael/eclipse-workspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.16.0.20200318-1040.xml
org.eclipse.m2e.logback.configuration: Initializing logback
#### Configuration Log
* Pastebin: xqVHSpsT
Thank you in advance.
|
|
|
|
|
|
|
|
|
Re: Launch Issue with 2020-06 on Ubuntu 16.04 x86_64 GTK 3.18.9 JRE 8 [message #1829450 is a reply to message #1829025] |
Fri, 03 July 2020 16:52   |
Eclipse User |
|
|
|
Quote:
> I think you need a newer GTK version.
> https://www.eclipse.org/swt/faq.php#gtkstartup
> details the version requirements.
Quote:
| Q: Which GTK version do I need to run SWT?
| * Eclipse/SWT 3.8.x: GTK+ 2.6.0 and its dependencies
Per the subject-line, GTK+ 3.18.9 is newer than 2.6.0, so, unless I've misread or misunderstood the FAQ topic cited, I don't understand why I need a newer version.
Apart from that, the version of GTK+, GTK+ 3.18.9, is not something I have any control over. If Zoom (with its bidirectional AV) and many apps couldn't run on HP ThinPro, then I'd willingly accept that I was being unrealistic in expecting a modern app to run on such an antique. But that isn't the case.
HP ThinPro 7.1.0 Build 18 Service Pack 8 is the latest (last updated a couple of months ago). Whilst one might wish for HP to update to a later base than Ubuntu 16.04LTS, if they thought it was preventing Customers from running contemporary apps, I'd imagine that they'd have re-based it. I'm surprised and disappointed that Eclipse is unusual in not being able to run on HP ThinPro 7.1.0/Ubuntu 16.04.
|
|
|
|
|
Re: Launch Issue with 2020-06 on Ubuntu 16.04 x86_64 GTK 3.18.9 JRE 8 [message #1835740 is a reply to message #1829528] |
Fri, 11 December 2020 04:55  |
Eclipse User |
|
|
|
I can confirm that I had the same issue after upgrading to Eclipse 2020-09 on Ubuntu 16.04. My GTK version was 3.18 but upgraded with these instructions:
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt update
sudo apt dist-upgrade
After upgrading I am able to browse files in Eclipse. Hope this helps.
|
|
|
Powered by
FUDForum. Page generated in 0.15259 seconds