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 271726 - Problem on using HSQLDB
Summary: Problem on using HSQLDB
Status: REOPENED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: antoniodiego
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-29 21:45 UTC by antoniodiego
Modified: 2018-06-05 17:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Anex that NetBeans asked to submmit (227.41 KB, application/octet-stream)
2017-10-29 21:45 UTC, antoniodiego
Details
Error on creating new connection with HSQLDB (45.56 KB, image/png)
2018-06-05 17:48 UTC, antoniodiego
Details

Note You need to log in before you can comment on or make changes to this bug.
Description antoniodiego 2017-10-29 21:45:44 UTC
Created attachment 165371 [details]
Anex that NetBeans asked to submmit

An error appeared on the window of NetBeans asking me to submmit that anex.
Comment 1 matthias42 2017-10-30 17:04:00 UTC
This is no bug in netbeans. The referenced database does not exist or is not writeable. In any case this is a misconfiguration by the user.
Comment 2 antoniodiego 2018-06-05 17:48:30 UTC
Created attachment 165720 [details]
Error on creating new connection with HSQLDB

 An occurs ever when I try to create a new connection using the HiperSQLDB driver.
 It seems that the NetBeans try to create the database on the your installation folder (as this is the current folder of the execution). Isn't there one form to correct the (current) folder where the database will be created(if this be the problem)?