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 169184 - NPE in o.n.m.versioning.system.cvss.FileStatusCache.getStatus and o.n.m.java.j2seplatform.J2SEPlatformModule.updateSourceLevel
Summary: NPE in o.n.m.versioning.system.cvss.FileStatusCache.getStatus and o.n.m.java....
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
: 169185 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-26 15:13 UTC by neha1989
Modified: 2009-09-11 21:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
m getting null pointer exception as soon as i open net beans 5.0 (1.22 MB, text/plain)
2009-07-27 13:24 UTC, neha1989
Details

Note You need to log in before you can comment on or make changes to this bug.
Description neha1989 2009-07-26 15:13:10 UTC
actually,
i am getting null pointer exception as i open net beans in my pc..........
what is d problem in dis??
please do resolve my problem as soon as possible
my e mail id- nehasinghalok@yahoo.co.in
Comment 1 dlipin 2009-07-26 20:28:57 UTC
*** Issue 169185 has been marked as a duplicate of this issue. ***
Comment 2 dlipin 2009-07-26 20:30:18 UTC
Please attach %USERPROFILE%/.netbeans/<version>/var/log/messages.log
Comment 3 Marian Mirilovic 2009-07-27 10:30:44 UTC
without the exception we can't do anything - closing as INVALID ... please reopen once you add requested informations
Comment 4 neha1989 2009-07-27 13:24:25 UTC
Created attachment 85249 [details]
m getting null pointer exception as soon as i open net beans 5.0
Comment 5 dlipin 2009-07-27 19:15:55 UTC
messages.log was provided -> reopening.
One NPE is from CVS:
java.lang.NullPointerException
	at org.netbeans.modules.versioning.system.cvss.FileStatusCache.getStatus(FileStatusCache.java:184)
	at org.netbeans.modules.versioning.system.cvss.Annotator.annotateNameHtml(Annotator.java:311)
	at org.netbeans.modules.versioning.system.cvss.FileStatusProvider.annotateNameHtml(FileStatusProvider.java:58)
	at org.netbeans.modules.masterfs.MasterFileSystem$StatusImpl.annotateNameHtml(MasterFileSystem.java:462)....

Another one is from java.
java.lang.NullPointerException
	at org.netbeans.modules.java.j2seplatform.J2SEPlatformModule.updateSourceLevel(J2SEPlatformModule.java:60)
	at org.netbeans.modules.java.j2seplatform.J2SEPlatformModule.access$000(J2SEPlatformModule.java:31)
	at org.netbeans.modules.java.j2seplatform.J2SEPlatformModule$1.run(J2SEPlatformModule.java:46)
	at org.openide.util.Mutex.postRequest(Mutex.java:1113)
	at org.openide.util.Mutex.postWriteRequest(Mutex.java:483)
	at org.netbeans.modules.java.j2seplatform.J2SEPlatformModule.updateBuildProperties(J2SEPlatformModule.java:41)
	at org.netbeans.modules.java.j2seplatform.J2SEPlatformModule.restored(J2SEPlatformModule.java:36)
	at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:360)....


The IDE is of version 5.0.
  Product Version         = NetBeans IDE 5.0 (Build 200601251500)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor; Home  = 1.5.0; Java HotSpot(TM) Client VM 1.5.0-b64; Sun Microsystems Inc.; C:\Program Files\Java
\jdk1.5.0\jre
  System Locale; Encoding = en_US (nb); Cp1252
Comment 6 Peter Pis 2009-09-09 13:24:04 UTC
Fixed.

http://hg.netbeans.org/cdev/rev/96042b271e7c
Comment 7 Quality Engineering 2009-09-11 21:54:48 UTC
Integrated into 'main-golden', will be available in build *200909111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/96042b271e7c
User: Peter Pis <ppis@netbeans.org>
Log: #169184: Fixing NPE.