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 73562

Summary: NullPointerException during IDE Startup
Product: platform Reporter: mrsea <mrsea>
Component: -- Other --Assignee: Jan Jancura <jjancura>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description mrsea 2006-03-13 22:13:17 UTC
When I tried to start IDE on a Windows 2000 + SP4 with default Turkish 
locale I saw following exception. I closed IDE and changed my default locale to 
English (US) then IDE started without any exception.


java.lang.NullPointerException
	at org.netbeans.core.ShortcutsFolder.addShortcut
(ShortcutsFolder.java:146)
	at org.netbeans.core.ShortcutsFolder.readShortcuts
(ShortcutsFolder.java:133)
	at org.netbeans.core.ShortcutsFolder.refresh(ShortcutsFolder.java:111)
	at org.netbeans.core.ShortcutsFolder.<init>(ShortcutsFolder.java:78)
	at org.netbeans.core.ShortcutsFolder.initShortcuts
(ShortcutsFolder.java:59)
	at org.netbeans.core.NonGui.initializeMainWindow(NonGui.java:187)
	at org.netbeans.core.NonGui.run(NonGui.java:96)
	at org.netbeans.core.startup.Main.start(Main.java:395)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:595)
Comment 1 Antonin Nebuzelsky 2006-03-16 10:07:56 UTC
Hanzi, can you have a look? You own shortcuts for now, do you?
Comment 2 Marian Mirilovic 2006-04-06 08:50:53 UTC
This has been fixed in trunk build, so try to download one, or wait for the next
release. Anyway the problem is in using Turkush locale and one psecific letter I
with the dot. FOr more details see issue 71389

*** This issue has been marked as a duplicate of 71389 ***
Comment 3 Marian Mirilovic 2006-04-06 08:54:57 UTC
verified duplicate