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 - java.io.IOException: Could not create the derby.system.home directory C:\Windows\Desktop\SEC\.netbeans-derby
Summary: java.io.IOException: Could not create the derby.system.home directory C:\Wind...
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-07 17:31 UTC by Exceptions Reporter
Modified: 2016-09-07 17:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226122


Attachments
stacktrace (6.93 KB, text/plain)
2016-09-07 17:31 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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