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 189925 - NPE in Netigso.createLoader
Summary: NPE in Netigso.createLoader
Status: RESOLVED DUPLICATE of bug 188603
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 6.x
Hardware: Other Linux
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 19:56 UTC by Jaroslav Tulach
Modified: 2010-08-27 07:34 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 Jaroslav Tulach 2010-08-26 19:56:00 UTC
Failure in 
http://deadlock.netbeans.org/hudson/job/netbinox691/2/

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.core.startup.ModuleList$Listener
java.lang.NullPointerException
        at org.netbeans.core.netigso.Netigso.createLoader(Netigso.java:209)
        at org.netbeans.NetigsoModule.start(NetigsoModule.java:107)
        at org.netbeans.NetigsoFramework.delayedInit(NetigsoFramework.java:188)
        at org.netbeans.NetigsoFramework.turnOn(NetigsoFramework.java:162)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:936)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:318)
        at org.netbeans.core.startup.ModuleList.access$2600(ModuleList.java:115)
        at org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1343)
        at org.netbeans.core.startup.ModuleList$Listener.access$1600(ModuleList.java:973)
        at org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1203)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:125)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:542)
        at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1179)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:422)
        at org.netbeans.core.startup.ModuleList$Listener.runme(ModuleList.java:1169)
        at org.netbeans.core.startup.ModuleList$Listener.fileCreated0(ModuleList.java:1092)
        at org.netbeans.core.startup.ModuleList$Listener.fileDataCreated(ModuleList.java:1071)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:459)
        at $Proxy5.fileDataCreated(Unknown Source)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:139)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:128)
        at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:105)
        at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1076)
        at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:208)
        at org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:182)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:542)
        at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:560)
        at org.apidesign.netbinox.CachingAndExternalPathsTest.testInitUserDir(CachingAndExternalPathsTest.java:148)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:168)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:95)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:365)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:294)
        at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:384)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at org.netbeans.junit.NbTestCase.run(NbTestCase.java:228)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at org.netbeans.junit.NbModuleSuite$NbTestSuiteLogCheck.runTest(NbModuleSuite.java:1219)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        at org.netbeans.junit.NbModuleSuite$S.runInRuntimeContainer(NbModuleSuite.java:804)
        at org.netbeans.junit.NbModuleSuite$S.run(NbModuleSuite.java:576)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
        at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[catch] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
INFO [org.apidesign.netbinox.CachingAndExternalPathsTest]: Not found, but activated.ok: null
Comment 1 Jaroslav Tulach 2010-08-27 07:34:09 UTC
I was inappropriately running Netbinox with 6.9. That does not work for newer Equinoxes like 3.5.2 and 3.6. Basically duplicate of bug 188603.

But I should increase the dependency to 1.4.2:
http://source.apidesign.org/hg/netbinox/rev/f2f9a456623f

*** This bug has been marked as a duplicate of bug 188603 ***