| Several issues after JRE-6 (OpenJDK) upgrade [message #911923] |
Wed, 12 September 2012 11:41  |
Eusebius Balzac Messages: 3 Registered: September 2012 |
Junior Member |
|
|
Hi all.
I'm on Ubuntu 12.04 LTS, using Eclipse Indigo, but it doesn't work anymore after Ubuntu made me update the following packages:
Quote:
Preparing to replace icedtea-6-jre-cacao 6b24-1.11.3-1ubuntu0.12.04.1 (using .../icedtea-6-jre-cacao_6b24-1.11.4-1ubuntu0.12.04.1_amd64.deb) ...
Unpacking replacement icedtea-6-jre-cacao ...
Preparing to replace openjdk-6-jre-lib 6b24-1.11.3-1ubuntu0.12.04.1 (using .../openjdk-6-jre-lib_6b24-1.11.4-1ubuntu0.12.04.1_all.deb) ...
Unpacking replacement openjdk-6-jre-lib ...
Preparing to replace icedtea-6-jre-jamvm 6b24-1.11.3-1ubuntu0.12.04.1 (using .../icedtea-6-jre-jamvm_6b24-1.11.4-1ubuntu0.12.04.1_amd64.deb) ...
Unpacking replacement icedtea-6-jre-jamvm ...
Preparing to replace openjdk-6-jre-headless 6b24-1.11.3-1ubuntu0.12.04.1 (using .../openjdk-6-jre-headless_6b24-1.11.4-1ubuntu0.12.04.1_amd64.deb) ...
Unpacking replacement openjdk-6-jre-headless ...
Preparing to replace openjdk-6-jre 6b24-1.11.3-1ubuntu0.12.04.1 (using .../openjdk-6-jre_6b24-1.11.4-1ubuntu0.12.04.1_amd64.deb) ...
Unpacking replacement openjdk-6-jre ...
After that (but I cannot swear it is the root cause), I have the following issues in Eclipse:
- When trying to launch the simplest HelloWorld program (which behaves fine with manual javac/java), I get either nothing or:
Quote:
An internal error occurred during: "Launching HelloWorld".
org/eclipse/jdt/debug/core/JDIDebugModel
- I get an "Error log" tab in the console panel, with an error:
Quote:
Could not create the view: An unexpected exception was thrown.
(Follows a consequent NullPointerException stacktrace between sun.util.calendar.ZoneInfoFile.getZoneIDs(ZoneInfoFile.java:785) and org.eclipse.equinox.launcher.Main.main(Main.java:1386))
- When trying to access the Installed JREs part of the preferences, I get a popup saying:
Quote:
Unable to create the selected preference page.
An error occurred while automatically activating bundle org.eclipse.jdt.debug.ui (162).
And the preference tab says "An error has occurred when creating this preference page."
Until today I had a manually installed Eclipse bundle from the official website. I've tried to replace it by the repository version and I get the same errors.
Any help or suggestion would be appreciated... Thanks in advance.
|
|
|