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

Summary: Import settings on first launch fails and locks up.
Product: ide Reporter: swpalmer <swpalmer>
Component: Import SettingsAssignee: Theofanis Oikonomou <theofanis>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Screen shot of error dialog

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