Bug 75927 - Connection to Data Source Could Note Be Established java.lang.UnsatisfiedLinkError
Summary: Connection to Data Source Could Note Be Established java.lang.UnsatisfiedLink...
Status: RESOLVED DUPLICATE of bug 74683
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
4.2.1.1 release
Hardware: x86-64 (AMD64) macOS (All)
: medium blocker
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-08 22:41 UTC by gpircher
Modified: 2014-03-10 08:50 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
error dialog (51.01 KB, image/tiff)
2014-03-08 22:41 UTC, gpircher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gpircher 2014-03-08 22:41:58 UTC
Created attachment 95376 [details]
error dialog

Steps to reproduce:
File>New Database: 1) Create new database (HSQLDB embedded)
2) Do not register database, open for editing
click continue
Choose file name and folder, click save

Expected:
Overview empty database

Observed:
Error dialog, more gives:

Die Verbindung zur Datenquelle "testdb1" konnte nicht hergestellt werden.

SQL-Status: S1000
Fehler-Code: -40

General error: java.lang.UnsatisfiedLinkError: com.sun.star.sdbcx.comp.hsqldb.StorageFileAccess.isStreamElement(Ljava/lang/String;Ljava/lang/String;)Z

OS: OS X 10.9.2 German

LO Version: 4.2.1.1
Build-ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b
German language pack installed
Comment 1 gpircher 2014-03-08 22:44:06 UTC
blocks creation of new embedded database or viewing of existing
Comment 2 gpircher 2014-03-08 22:55:28 UTC
Version 4.1.4.2 works, 4.1.5.3 as well.
Comment 3 Julien Nabet 2014-03-09 09:28:12 UTC
What's your precise Java version? (1.6, 1.7, 32 or 64 bits)?
Comment 4 gpircher 2014-03-09 19:10:33 UTC
Java 1.7.0_51-b13 64-bit (for Intel-Mac there is no 32-bit version)
Thanks for inquiring - I missed to tell that.


Am So 09.03.2014 um 10:28 schrieb bugzilla-daemon@freedesktop.org:

> Julien Nabet changed bug 75927 
> What	Removed	Added
> CC	  	serval2412@yahoo.fr
> 
> Comment # 3 on bug 75927 from Julien Nabet
> What's your precise Java version? (1.6, 1.7, 32 or 64 bits)?
> 
> You are receiving this mail because:
> 	• You reported the bug.
Comment 5 gpircher 2014-03-09 19:22:21 UTC
Java version is 1.7.0_51 64-bit
Comment 6 Julien Nabet 2014-03-09 19:32:28 UTC
gpircher: please don't answer directly from your emailer but from this link:
https://bugs.freedesktop.org/show_bug.cgi?id=75927#add_comment

Did you install LO 64 bits version? (not 32 bits version)?
https://www.libreoffice.org/download/libreoffice-fresh/?type=mac-x86_64&version=4.2&lang=fr
Comment 7 gpircher 2014-03-09 22:37:56 UTC
I installed explicitely the offered 64 bits version from the link
https://www.libreoffice.org/download/libreoffice-fresh/?type=mac-x86_64&version=4.2&lang=de
Comment 8 Julien Nabet 2014-03-10 06:29:50 UTC
It could be interesting you retrieve a backtrace from this part:
avmedia/source/gstreamer/gstplayer.cxx:213

Here's the process:
- "cd <LibreOffice root directory>"
- "make debugrun"
- "break gstplayer.cxx:213" (confirm pending break)
- "run --impress"
- open the KO file and gdb will stop at  gstplayer.cxx:213
- "bt"
- copy paste the bt in a file and attach the file
Comment 9 Julien Nabet 2014-03-10 06:31:42 UTC
Stephan: thought you might be interested in this bugtracker so put you on cc.
Comment 10 Stephan Bergmann 2014-03-10 08:50:07 UTC

*** This bug has been marked as a duplicate of bug 74683 ***