openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #08304
[Bug 935296] Re: java-atk-wrapper prevents java applications from starting
This bug was fixed in the package openjdk-6 -
6b24-1.11.3-1ubuntu0.11.04.1
---------------
openjdk-6 (6b24-1.11.3-1ubuntu0.11.04.1) natty-security; urgency=low
* Backport OpenJDK 6b24/IcedTea 1.11.3 to natty.
* debian/patches/java-access-bridge-security.patch: updated
* debian/control.zero-jre: add powerpc arch back, to get empty
transitional package
* debian/rules: install README.Debian for openjdk-6-jre-zero to create
empty transitional package and create package
* debian/README.Debian: explain openjdk-6-jre-zero went away
* regenerate debian/control
openjdk-6 (6b24-1.11.3-1ubuntu0.12.04.1) precise-security; urgency=low
* SECURITY UPDATE: update to IcedTea 6 1.11.3
- Security fixes:
- S7079902, CVE-2012-1711: Refine CORBA data models
- S7110720: Issue with vm config file loadingIssue with vm
config file loading
- S7143606, CVE-2012-1717: File.createTempFile should be improved
for temporary files created by the platform.
- S7143614, CVE-2012-1716: SynthLookAndFeel stability improvement
- S7143617, CVE-2012-1713: Improve fontmanager layout lookup
operations
- S7143851, CVE-2012-1719: Improve IIOP stub and tie generation
in RMIC
- S7143872, CVE-2012-1718: Improve certificate extension
processing
- S7145239: Finetune package definition restriction
- S7152811, CVE-2012-1723: Issues in client compiler
- S7157609, CVE-2012-1724: Issues with loop
- S7160677: missing else in fix for 7152811
- S7160757, CVE-2012-1725: Problem with hotspot/runtime_classfile
- Bug fixes:
- PR1018: JVM fails due to SEGV during rendering some Unicode
characters (part of 6886358)
* Changelog, Makefile.am, aclocal.m4,
arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp,
patches/idresolver_fix.patch,
patches/openjdk/6792400-Avoid_loading_Normalizer_resources.patch:
drop inline changes, applied upstream
* debian/patches/atk-wrapper-security.patch: updated
* Makefile.{am,in}: don't apply patches/jtreg-LastErrorString.patch as
it causes the testsuite runner to fail.
-- Steve Beattie <sbeattie@xxxxxxxxxx> Thu, 28 Jun 2012 12:11:43 -0700
** Changed in: openjdk-6 (Ubuntu)
Status: Triaged => Fix Released
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1711
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1713
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1716
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1717
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1718
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1719
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1723
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1724
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-1725
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-7 in Ubuntu.
https://bugs.launchpad.net/bugs/935296
Title:
java-atk-wrapper prevents java applications from starting
Status in “java-atk-wrapper” package in Ubuntu:
Confirmed
Status in “openjdk-6” package in Ubuntu:
Fix Released
Status in “openjdk-7” package in Ubuntu:
Triaged
Status in “java-atk-wrapper” source package in Precise:
Confirmed
Status in “openjdk-6” source package in Precise:
Triaged
Status in “openjdk-7” source package in Precise:
Triaged
Bug description:
default java at command line is still java6. invoke java from command line, and minecraft fails to start, usually with no
message, but there is some variety. Most usual:
charles@basquette:~/Desktop$ java -jar ./minecraft.jar
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
** WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-oSohfHsLYR: Connection refused
charles@basquette:~/Desktop$
another case:
charles@basquette:~/Desktop$ java -jar ./minecraft.jar
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
** WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-oSohfHsLYR: Connection refused
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:273: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Aborted (core dumped)
charles@basquette:~/Desktop$
another version, as suggested by:
http://ubuntuforums.org/showthread.php?p=11696963
is to invoke as root, yielding:
root@basquette:/home/charles/Desktop# java -jar ./minecraft.jar
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
Gtk-WARNING **: Unable to locate theme engine in module_path:
"pixmap",
** WARNING **: Unable to create Ubuntu Menu Proxy: The connection is
closed
** WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-oSohfHsLYR: Connection refused
java.io.FileNotFoundException: /root/.minecraft/lastlogin (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at net.minecraft.LoginForm.readUsername(LoginForm.java:131)
at net.minecraft.LoginForm.<init>(LoginForm.java:76)
at net.minecraft.LauncherFrame.<init>(LauncherFrame.java:30)
at net.minecraft.LauncherFrame.main(LauncherFrame.java:158)
at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)
^Croot@basquette:/home/charles/Desktop# exit
minecraft is stock .jar unchanged for several weeks/months
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openjdk-6-jre 6b24-1.11.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-16.25-generic 3.2.6
Uname: Linux 3.2.0-16-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Sat Feb 18 09:39:32 2012
InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 (20111011)
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: openjdk-6
UpgradeStatus: Upgraded to precise on 2012-01-15 (34 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-atk-wrapper/+bug/935296/+subscriptions