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 242200 - Import settings on first launch fails and locks up.
Summary: Import settings on first launch fails and locks up.
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 17:10 UTC by swpalmer
Modified: 2014-06-06 17:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot of error dialog (78.39 KB, image/png)
2014-02-21 17:10 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2014-02-21 17:10:05 UTC
Created attachment 145476 [details]
Screen shot of error dialog

NetBeans 8.0 build 201402200001

On first launch asked if I wanted to import my 7.4 settings.
I clicked "Yes"

Then an error dialog appeared:

java.io.FileNotFoundException: /Users/drc/Library/Application Support/NetBeans/etc/netbeans.import (No such file or directory)


There is an OK button on that error dialog, but pressing it does nothing.  The launch is stuck.
Comment 1 Theofanis Oikonomou 2014-06-06 17:51:28 UTC
Changeset: 32da0e82a6a6
Author:    Theofanis Oikonomou <theofanis@netbeans.org>
Date:      2014-06-06 19:50
Message:
Comment 2 Theofanis Oikonomou 2014-06-06 17:54:27 UTC
Not sure why the netbeans.import file cannot be located in your case. It should be under install dir and not userdir. But with the fix at least there is no lock. Settings will not be imported in this case. But you can always do that from the Options dialog once the ide is up and running. Please try a latest build and reopen if it still is a problem for you. Thank you for reporting