Bugzilla – Bug 250837
Java apps fail to run after upgrade
Last modified: 2007-03-31 23:37:57 UTC
I am running the factory release for openSUSE 10.3 and did an update recently. All my java applications don't work anymore after this particular upgrade. I ran netbeans and azureus from the command line and the line below seems to be common between them java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. I uninstalled openSUSE java 1.5.x and installed the 1.6 jdk package from Sun, but the same problem persists. After doing a bit of googling, it seems that this problem is related to xorg. The version of xorg I am running is 7.2-51.
Hi. Thanks for the report. Could you please provide the output of the command: java -version (just to be sure) and then: strace <your command how you started azureus> 2>&1 > output.log plus the info, what <your command how you started azureus> looks like (e.g. ./azureus). Thanks, Daniel
The output of "java -version" is java version "1.5.0_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode) I installed azureus in /opt/ and the command to start the program was "/opt/azureus/azureus &". The output was Suitable java version found [java = 1.5.0_10] Configuring environment... Loading Azureus: java -Xms16m -Xmx128m -cp "/opt/azureus/Azureus2.jar:/opt/azureus/swt.jar" -Djava.library.path="/opt/azureus" -Dazureus.install.path="/opt/azureus" org.gudy.azureus2.ui.swt.Main '' GTK Accessibility Module initialized ** (<unknown>:4752): WARNING **: AT_SPI_REGISTRY was not started at session startup. ** (<unknown>:4752): WARNING **: IOR not set. ** (<unknown>:4752): WARNING **: Could not locate registry java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. /opt/azureus/azureus: line 112: 4752 Aborted ${JAVA_PROGRAM_DIR}java -Xms16m -Xmx128m -cp "${CLASSPATH}" -Djava.library.path="${PROGRAM_DIR}" -Dazureus.install.path="${PROGRAM_DIR}" org.gudy.azureus2.ui.swt.Main "$@" Azureus TERMINATED. The output of strace is attached
Created attachment 122376 [details] strace output log
*** Bug 253400 has been marked as a duplicate of this bug. ***
*** Bug 253524 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 252510 ***