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 205466 - IllegalArgumentException: E:\Users\li\.netbeans\7.1beta\etc\netbeans.conf cannot be open to read
Summary: IllegalArgumentException: E:\Users\li\.netbeans\7.1beta\etc\netbeans.conf can...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL: http://plugins.netbeans.org/plugin/68...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-23 11:15 UTC by Exceptions Reporter
Modified: 2013-09-21 14:53 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146302


Attachments
stacktrace (3.81 KB, text/plain)
2011-11-23 11:15 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-11-23 11:15:37 UTC
This issue was reported manually by mmirilovic.
It already has 22 duplicates 


Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: 1. install Startup Settings Plugin
2. restart Netbeans
3. open Tools > Options
4. go to Miscellaneous > Startup Setting Tab
5. You will see crash

GUEST: using the plugin for startup settings on mac

GUEST: opening startup settings in options menu...

zian: Tried to use the netbeans.conf plugin.

GUEST: using netbeans 6.1 from fedora10 repository.

the requested file is located under: /usr/share/netbeans/6.1/etc/netbeans.conf
there is a symlink /usr/share/netbeans/6.1/platform8 -> ../platform8

GUEST: Esta se referenciando para o caminho config do usuario local e nao do local da instalacao aonde esta o arquivo netbeans.conf




Stacktrace: 
java.lang.IllegalArgumentException: E:\Users\li\.netbeans\7.1beta\etc\netbeans.conf cannot be open to read
   at br.com.claudius.netbeans.jvmsettings.Util.loadProperties(Util.java:27)
   at br.com.claudius.netbeans.jvmsettings.Util.loadProperties(Util.java:52)
   at br.com.claudius.netbeans.jvmsettings.JVMOptionController.<init>(JVMOptionController.java:35)
   at br.com.claudius.netbeans.jvmsettings.AdvancedCategory.create(AdvancedCategory.java:39)
   at org.netbeans.modules.options.advanced.Model.getPanel(Model.java:157)
   at org.netbeans.modules.options.advanced.AdvancedPanel.handleTabSwitched(AdvancedPanel.java:198)
Comment 1 Exceptions Reporter 2011-11-23 11:15:41 UTC
Created attachment 113456 [details]
stacktrace