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 146619 - java.io.FileNotFoundException: /Users/dnedrow/.netbeans-derby/derby.properties (No such file or directory)
Summary: java.io.FileNotFoundException: /Users/dnedrow/.netbeans-derby/derby.propertie...
Status: VERIFIED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-09 10:30 UTC by Jiri Skrivanek
Modified: 2008-10-10 13:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 106518


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2008-09-09 10:30:06 UTC
Build: NetBeans IDE Dev (Build 200809020201)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.5, i386
User comments: 
STACKTRACE: (first 10 lines)
java.io.FileNotFoundException: /Users/dnedrow/.netbeans-derby/derby.properties (No such file or directory)
        at java.io.FileOutputStream.open(FileOutputStream.java:0)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
        at org.netbeans.modules.derby.RegisterDerby.createDerbyPropertiesFile(RegisterDerby.java:216)
        at org.netbeans.modules.derby.RegisterDerby.start(RegisterDerby.java:279)
        at org.netbeans.modules.derby.RegisterDerby.ensureStarted(RegisterDerby.java:416)
        at org.netbeans.modules.derby.spi.support.DerbySupport.ensureStarted(DerbySupport.java:124)
        at org.netbeans.modules.j2ee.sun.ide.j2ee.StartSunServer.run(StartSunServer.java:508)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 John Baker 2008-09-09 17:06:33 UTC
Is there any more information on the steps to reproduce ?

It looks like the error occurred while starting Glassfish
Comment 2 John Baker 2008-09-09 17:52:40 UTC
Where is your derby installed?

Is derby home set to javadb in the Glassfish installation directory ?
or
is derby installed in another location?
Comment 3 Jiri Skrivanek 2008-09-10 08:12:43 UTC
I cannot give you more details. It was reported by guest user account through the exception reporter tool. I have just
submitted issue under my account because the exception was mistakenly grouped with other unrelated FileNotFoundException.
Comment 4 David Vancouvering 2008-10-07 18:38:09 UTC
Closing, as we don't have enough information to reproduce
Comment 5 Jiri Skrivanek 2008-10-10 13:19:49 UTC
Verified.