This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244312 - UnsatisfiedLinkError: org.sqlite.core.NativeDB._open(Ljava/lang/String;I)V
Summary: UnsatisfiedLinkError: org.sqlite.core.NativeDB._open(Ljava/lang/String;I)V
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Hibernate (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-05 19:27 UTC by Maksim Khramov
Modified: 2016-07-07 08:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209113


Attachments
stacktrace (4.41 KB, text/plain)
2014-05-05 19:27 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2014-05-05 19:27:33 UTC
Build: NetBeans IDE Dev (Build 201405010001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
I notice this problem, when I first time tryied to configured hibernate modul on my sqlite database. Exactly, when I wanted to create reverse engineering file.

mkhramov: Connect to SQLite db using xerial sqlite-jdbc




Stacktrace: 
java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open(Ljava/lang/String;I)V
   at org.sqlite.core.NativeDB._open(NativeDB.java:0)
   at org.sqlite.core.DB.open(DB.java:161)
   at org.sqlite.core.CoreConnection.open(CoreConnection.java:145)
   at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:66)
   at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:21)
   at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:23)
Comment 1 Maksim Khramov 2014-05-05 19:27:35 UTC
Created attachment 147120 [details]
stacktrace
Comment 2 Sergey Petrov 2014-07-07 18:55:58 UTC
Was it possible to connect from services tab?
Comment 3 Maksim Khramov 2014-07-08 20:25:18 UTC
Same DB can be opened and browsed for data from services tab
Comment 4 Sergey Petrov 2014-07-30 09:36:16 UTC
there is an issue for microsoft sql native user auth also(works fine for sql authentication) , it may not be easy/possible to resolve some native calls issues, as it may be dependent on internal dependencies, or I just have no ideas yet.
Comment 5 Martin Balin 2016-07-07 08:52:41 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss