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 249588 - NullPointerException at org.netbeans.modules.versioning.DelegatingVCS.getTopmostManagedAncestorImpl
Summary: NullPointerException at org.netbeans.modules.versioning.DelegatingVCS.getTopm...
Status: RESOLVED WORKSFORME
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
: 249873 250248 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-12-31 15:30 UTC by lzgrillo
Modified: 2015-02-05 19:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188395


Attachments
stacktrace (1.37 KB, text/plain)
2014-12-31 15:30 UTC, lzgrillo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lzgrillo 2014-12-31 15:30:21 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
lzgrillo: fail at start netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.versioning.DelegatingVCS.getTopmostManagedAncestorImpl(DelegatingVCS.java:596)
   at org.netbeans.modules.versioning.DelegatingVCS.getTopmostManagedAncestor(DelegatingVCS.java:178)
   at org.netbeans.modules.versioning.core.VersioningManager.getOwner(VersioningManager.java:438)
   at org.netbeans.modules.versioning.core.VersioningManager.getOwner(VersioningManager.java:346)
   at org.netbeans.modules.versioning.core.util.Utils.getOwner(Utils.java:175)
   at org.netbeans.modules.versioning.spi.VersioningSupport.getOwner(VersioningSupport.java:87)
Comment 1 lzgrillo 2014-12-31 15:30:23 UTC
Created attachment 151331 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-01-05 10:40:29 UTC
Messages log states:
INFO [org.netbeans.core.startup.layers.BinaryFS]
java.lang.ClassNotFoundException: Will not load class org.netbeans.modules.git.ui.blame.AnnotateAction arbitrarily from one of ModuleCL@2e2408be[org.netbeans.modules.git] and ModuleCL@cefa38a[org.netbeans.modules.cloud.openshift] starting from SystemClassLoader[707 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE

I don't know what cloud.openshift does but if it's this one: https://java.net/projects/nb-api-samples/sources/api-samples/show/versions/8.1/OpenShift?rev=868
then it's targetted for 8.1, not for 8.0.1. Uninstall that module.
Comment 3 Ondrej Vrabec 2015-01-05 10:43:54 UTC
anyway, this issue seems to be fixed in openshift: http://plugins.netbeans.org/plugin/56913/openshift
Comment 4 Ondrej Vrabec 2015-01-17 15:46:28 UTC
*** Bug 249873 has been marked as a duplicate of this bug. ***
Comment 5 Ondrej Vrabec 2015-02-05 19:43:32 UTC
*** Bug 250248 has been marked as a duplicate of this bug. ***