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 270994 - I always get this error when i try to create my Derby Database.
Summary: I always get this error when i try to create my Derby Database.
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords: JDK_8
Depends on:
Blocks:
 
Reported: 2017-06-29 02:42 UTC by 7hen7
Modified: 2019-04-07 19:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 40000 SQLSTATE XJ041


Attachments
IDE log (54.51 KB, text/plain)
2017-06-29 02:42 UTC, 7hen7
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 7hen7 2017-06-29 02:42:17 UTC
Product Version = NetBeans IDE 8.2 (Build 201705191307)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

STEPS:
  * Click on "Services"
  * Right click on Databases>Java DB
  * Click on Create Database
  * Fill it out
  * Click on button "OK"

ACTUAL:
 A window with this message
	An error occurred while creating the database: java.sql.SQLNonTransientConnectionException:DERBY
	SQL error: ERRORCODE:40000, SQLSTATE: XJ041, SQLERRMC: No se ha podido crear la base de datos 
	'fdsa', consulte la excepcion siguiente para obtener mas informacion.::SQLSTATE:XBM0X.

EXPECTED:
   My Database Created.
Comment 1 7hen7 2017-06-29 02:42:25 UTC
Created attachment 164653 [details]
IDE log