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 271074 - NullPointerException at org.openide.util.lookup.Lookups.singleton
Summary: NullPointerException at org.openide.util.lookup.Lookups.singleton
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Selenium (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-11 17:19 UTC by sambhav_khare
Modified: 2018-04-01 12:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224342


Attachments
stacktrace (3.62 KB, text/plain)
2017-07-11 17:19 UTC, sambhav_khare
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sambhav_khare 2017-07-11 17:19:55 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
sambhav_khare: I was checking firebase application. (Downloaded from github)

GUEST: <Please provide a description of the problem or the steps to reproduce>pls let me help to test this maven module




Stacktrace: 
java.lang.NullPointerException
   at org.openide.util.lookup.Lookups.singleton(Lookups.java:75)
   at org.netbeans.modules.selenium2.maven.Selenium2MavenSupportImpl.runTests(Selenium2MavenSupportImpl.java:229)
   at org.netbeans.modules.selenium2.api.Selenium2Support.runTests(Selenium2Support.java:160)
   at org.netbeans.modules.selenium2.RunSeleniumTestsAction.performAction(RunSeleniumTestsAction.java:77)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
Comment 1 sambhav_khare 2017-07-11 17:19:57 UTC
Created attachment 164743 [details]
stacktrace