[Bug 1244394] [NEW] hsqldb-databasemanager cannot start.
Ralf Langewiesche
Ralf.Langewiesche at web.de
Thu Oct 24 19:41:48 UTC 2013
Public bug reported:
The scripts hsqldb-xxx are referencing to the wrong (not existend) library "hsqldbutil1.9.jar".
The problem can be solved when "hsqldbutil1.9.jar" is replaced by "hsqldbutil.jar" or "hsqldb.jar".
Replacement for hsqldb-databasemanagerswing:
#! /bin/sh
cd #Files will be created in the home directory of the calling user
mkdir -p hsqldb
cd hsqldb
set -e
exec java -cp $CLASSPATH:/usr/share/java/hsqldbutil.jar:/usr/share/java/hsqldb.jar:/usr/share/java/postgresql.jar:/usr/share/java/mysql.jar "org.hsqldb.util.DatabaseManagerSwing" "$@"
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: hsqldb-utils 2.2.9+dfsg-3ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
ApportVersion: 2.12.5-0ubuntu2
Architecture: i386
Date: Thu Oct 24 21:23:24 2013
InstallationDate: Installed on 2013-10-17 (6 days ago)
InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: hsqldb
UpgradeStatus: No upgrade log present (probably fresh install)
** Affects: hsqldb (Ubuntu)
Importance: Undecided
Status: New
** Tags: apport-bug i386 saucy
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to hsqldb in Ubuntu.
https://bugs.launchpad.net/bugs/1244394
Title:
hsqldb-databasemanager cannot start.
Status in “hsqldb” package in Ubuntu:
New
Bug description:
The scripts hsqldb-xxx are referencing to the wrong (not existend) library "hsqldbutil1.9.jar".
The problem can be solved when "hsqldbutil1.9.jar" is replaced by "hsqldbutil.jar" or "hsqldb.jar".
Replacement for hsqldb-databasemanagerswing:
#! /bin/sh
cd #Files will be created in the home directory of the calling user
mkdir -p hsqldb
cd hsqldb
set -e
exec java -cp $CLASSPATH:/usr/share/java/hsqldbutil.jar:/usr/share/java/hsqldb.jar:/usr/share/java/postgresql.jar:/usr/share/java/mysql.jar "org.hsqldb.util.DatabaseManagerSwing" "$@"
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: hsqldb-utils 2.2.9+dfsg-3ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
ApportVersion: 2.12.5-0ubuntu2
Architecture: i386
Date: Thu Oct 24 21:23:24 2013
InstallationDate: Installed on 2013-10-17 (6 days ago)
InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: hsqldb
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hsqldb/+bug/1244394/+subscriptions
More information about the foundations-bugs
mailing list