Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#418358: libhsqldb-java: hsqldb-databasemanager throws exception on startup

0 views
Skip to first unread message

Matijs van Zuijlen

unread,
Apr 9, 2007, 7:20:05 AM4/9/07
to
Package: libhsqldb-java
Version: 1.8.0.7-1
Severity: normal

hsqldb-databasemanager throws an exception on startup:

Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(libgcj.so.70)
at java.awt.Window.<init>(libgcj.so.70)
at java.awt.Frame.<init>(libgcj.so.70)
at org.hsqldb.util.DatabaseManager.main(Unknown Source)
at org.hsqldb.util.DatabaseManager.main(Unknown Source)
Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer: libgtkpeer.so: cannot open shared object file: No such file or directory
at java.lang.Runtime._load(libgcj.so.70)
at java.lang.Runtime.loadLibrary(libgcj.so.70)
at java.lang.System.loadLibrary(libgcj.so.70)
at gnu.java.awt.peer.gtk.GtkToolkit.<clinit>(libgcj.so.70)
at java.lang.Class.initializeClass(libgcj.so.70)
at java.lang.Class.forName(libgcj.so.70)
at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
...5 more

libgtkpeer.so is indeed not included in 'my' choice for the java2-runtime
dependency, whereas it is included in kaffe, which would also satisfy that
dependency.

-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libhsqldb-java depends on:
ii gij-4.1 [java2-runtime] 4.1.1-20 The GNU Java bytecode interpreter
ii libservlet2.3-java 4.0-8 Servlet 2.3 and JSP 1.2 Java class

libhsqldb-java recommends no packages.

-- no debconf information


--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Peter Eisentraut

unread,
Apr 9, 2007, 11:30:29 AM4/9/07
to
Matijs van Zuijlen wrote:
> libgtkpeer.so is indeed not included in 'my' choice for the
> java2-runtime dependency, whereas it is included in kaffe, which
> would also satisfy that dependency.

Then it seems that gij-4.1 has broken dependencies, because surely
nothing in the hsqldb package refers to libgtkpeer directly.

0 new messages