[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-07-04 Thread David A. Cobb
ME TOO:
bash $ uname -a
Linux BiskitHome.ri.cox.net 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 
08:44:47 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
superbiskit@BiskitHome:~
bash $ cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS"
NAME="Ubuntu"
VERSION="18.04 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
superbiskit@BiskitHome:~


bash $ cat ~/.eclipse/failure-to-launch_2018-07-01_T1324Z.log 
!SESSION Sun Jul 01 09:22:31 EDT 2018 --
!ENTRY org.eclipse.equinox.launcher 4 0 2018-07-01 09:22:32.280
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:566)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

superbiskit@BiskitHome:~
bash $

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  In Progress
Status in eclipse-cdt package in Ubuntu:
  Confirmed
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-07-02 Thread gimfoxhound
Let's summarize the situation!
Yesterday I was happy to pass from Kubuntu 14.04 -where everything were fine- 
to Kubuntu 18.04. Today I tried to simply access to another windows desktop. 
Impossible! Because of 'too much security'! I set up MySQL workbench with MySQL 
server, with the Workbench client I tried to access to mysql server -port 3306- 
 impossible yet!
I tried to set up Amule, just for the fun, KAD is blocked! 
I tried to set up and launch Netbeans, bad idea! It did not work! Netbeans 
failed to launch. After I set up Eclipse, and I tried to launch Eclipse I 
retrieved this kind of  beautiful message 'An Error has occured! etc...' 
the same message shown above. I foresaw to install Weblogic and Websphere, but 
...it seems to be a bad idea, regarding my "Hot" experience since yesterday! 
What the hell did U do ? Is Kubuntu 18.04 be an O/S ?
Why didn't you warn us that Kubuntu 18.04 is only made for connecting funny 
smartphones, and tablets with Desktops ? But mostly not for other things!

I left the world of Microsoft since 2006. I don't want to be back! Since 2008 I 
only know the world of  Ubuntu/Kubuntu. Yes indeed, in the past there were some 
bugs. It is normal! But at this scale I could never imagine! It seems to be and 
indictment!
What should I do now ?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  In Progress
Status in eclipse-cdt package in Ubuntu:
  Confirmed
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-06-25 Thread Hans Joachim Desserud
Based on duplicate bug 1777421 it seems the underlying cause might be
that the package org.eclipse.core.runtime.adaptor is not installed into
/usr/share/eclipse/plugins/.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  In Progress
Status in eclipse-cdt package in Ubuntu:
  Confirmed
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-06-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: eclipse-cdt (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  In Progress
Status in eclipse-cdt package in Ubuntu:
  Confirmed
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-06-17 Thread Hans Joachim Desserud
** Also affects: eclipse-cdt (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  In Progress
Status in eclipse-cdt package in Ubuntu:
  Confirmed
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-05-23 Thread Arthur Lutz (Logilab)
Is there a workaround for this ?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  In Progress
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-05-18 Thread vital
Have the same problem.
Seems root cause is a broken dependcy:

eclipse-platform version is 3.8.1-11 it depends on eclipse-rcp version
3.8.1-11 which in turn depends on libequinox-osgi-java (>= 3.9.1).

But eclipse-platform-data expects libequinox-osgi-java version 3.8.1-11:

$ apt-cache --recurse  depends eclipse-platform | less
eclipse-platform
  Depends: eclipse-rcp
eclipse-rcp
  Depends: libequinox-osgi-java

$ apt-cache show eclipse-rcp
Package: eclipse-rcp
Architecture: amd64
Version: 3.8.1-11
Priority: optional
Section: universe/devel
Source: eclipse
Origin: Ubuntu
Maintainer: Ubuntu Developers 
Original-Maintainer: Debian Orbital Alignment Team 

Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 8094
Depends: default-jre | java5-runtime | java6-runtime, libequinox-osgi-java (>= 
3.9.1), libfelix-gogo-command-java, libfelix-gogo-shell-java, libicu4j-49-java 
(>= 49.1-2), libswt-gtk-3-java (<< 3.9.0~), libswt-gtk-3-java (>= 3.8.0~), 
libswt-cairo-gtk-3-jni (>= 3.8.0~), libswt-webkit-gtk-3-jni (>= 3.8.0~), libc6 
(>= 2.14)

$ dpkg -L eclipse-platform-data  | grep config.ini | xargs cat | grep 
osgi.framework=
osgi.framework=file\:plugins/org.eclipse.osgi_3.8.1.dist.jar
osgi.framework=file\:plugins/org.eclipse.osgi_3.8.1.dist.jar

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  In Progress
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-04-22 Thread Wall Berg Morais
** Changed in: eclipse (Ubuntu)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  In Progress
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-03-11 Thread Bug Watch Updater
** Changed in: eclipse (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  Triaged
Status in eclipse package in Debian:
  New

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-03-11 Thread Simon Quigley
** Changed in: eclipse (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: eclipse (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  Triaged
Status in eclipse package in Debian:
  Unknown

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1754886] Re: Eclipse fails to start on fresh 18.04 installation

2018-03-11 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

I can confirm this issue, eclipse 3.8.1-11 fails to start when I attempt
to run it on Ubuntu bionic. Based on the error message, I found a
corresponding bug report in Debian, so I have attached a bug watch.

Btw, when reporting bugs in the future please use apport by using
'ubuntu-bug' and the name of the package affected. This adds version
numbers and additional information automatically, making it easier to
process bug reports. You can learn more about this functionality at
https://wiki.ubuntu.com/ReportingBugs.

** Bug watch added: Debian Bug tracker #891956
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891956

** Also affects: eclipse (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891956
   Importance: Unknown
   Status: Unknown

** Changed in: eclipse (Ubuntu)
   Status: New => Confirmed

** Tags added: bionic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/1754886

Title:
  Eclipse fails to start on fresh 18.04 installation

Status in eclipse package in Ubuntu:
  Confirmed
Status in eclipse package in Debian:
  Unknown

Bug description:
  I just installed 18.04 from today's March 10th desktop ISO in a VM
  with all default settings. I proceeded to install Eclipse and build
  tools with:

  sudo apt-get install eclipse git build-essential

  I then ran `eclipse` in a terminal from my home directory (launcher
  icon behaves same way). I expected Eclipse to open, but instead I got
  a popup saying:

  An error has occurred.  See the log file
  
/home/vidar/.eclipse/org.eclipse.platform_3.8_155965261/configuration/1520710304064.log

  Meanwhile, the following messages are printed on stderr:

  OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
  Gtk-Message: 11:31:25.572: Failed to load module "canberra-gtk-module"
  Gtk-Message: 11:31:25.619: Failed to load module "canberra-gtk-module"

  The file it mentions contains:

  !SESSION Sat Mar 10 11:31:44 PST 2018 
--
  !ENTRY org.eclipse.equinox.launcher 4 0 2018-03-10 11:31:44.078
  !MESSAGE Exception launching the Eclipse Platform:
  !STACK
  java.lang.ClassNotFoundException: 
org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:626)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

  `eclipse`, `eclipse-jdt` and `eclipse-platform` are all version
  3.8.1-11. There are no pending updates after an `apt-get update &&
  apt-get upgrade`. Installing libcanberra-gtk-module got rid of those
  warnings, but the popup and error message remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1754886/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp