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 - NullPointerException during IDE Startup
Summary: NullPointerException during IDE Startup
Status: VERIFIED DUPLICATE of bug 71389
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-13 22:13 UTC by mrsea
Modified: 2008-12-22 18:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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