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 267929

Summary: java.io.IOException: Could not create the derby.system.home directory C:\Windows\Desktop\SEC\.netbeans-derby
Product: db Reporter: Exceptions Reporter <exceptions_reporter>
Component: DerbyAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226122
Attachments: stacktrace

Description Exceptions Reporter 2016-09-07 17:31:00 UTC
This bug was originally marked as duplicate of bug 184006, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows 7

User Comments:
GUEST: I was coding then I have error




Stacktrace: 
java.io.IOException: Could not create the derby.system.home directory C:\Windows\Desktop\SEC\.netbeans-derby
   at org.netbeans.modules.derby.DerbyDatabasesImpl.ensureSystemHome(DerbyDatabasesImpl.java:484)
   at org.netbeans.modules.derby.DerbyDatabasesImpl.extractSampleDatabase(DerbyDatabasesImpl.java:459)
   at org.netbeans.modules.derby.DerbyDatabasesImpl.createSampleDatabase(DerbyDatabasesImpl.java:301)
   at org.netbeans.modules.derby.api.DerbyDatabases.createSampleDatabase(DerbyDatabases.java:170)
   at org.netbeans.modules.derby.DerbyActivator.registerSampleDatabase(DerbyActivator.java:105)
   at org.netbeans.modules.derby.DerbyActivator.doActivate(DerbyActivator.java:87)
Comment 1 Exceptions Reporter 2016-09-07 17:31:03 UTC
Created attachment 161950 [details]
stacktrace