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 244651 - NullPointerException at java.util.Hashtable.put
Summary: NullPointerException at java.util.Hashtable.put
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-22 08:07 UTC by Exceptions Reporter
Modified: 2014-07-25 08:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209866


Attachments
stacktrace (609 bytes, text/plain)
2014-05-22 08:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-05-22 08:07:23 UTC
This bug was originally marked as duplicate of bug 232865, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
GUEST: Running Cordova project




Stacktrace: 
java.lang.NullPointerException
   at java.util.Hashtable.put(Hashtable.java:542)
   at org.netbeans.modules.cordova.platforms.android.AndroidDevice.addProperties(AndroidDevice.java:184)
   at org.netbeans.modules.cordova.CordovaPerformer.properties(CordovaPerformer.java:354)
   at org.netbeans.modules.cordova.CordovaPerformer.access$100(CordovaPerformer.java:95)
   at org.netbeans.modules.cordova.CordovaPerformer$1.run(CordovaPerformer.java:208)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 Exceptions Reporter 2014-05-22 08:07:25 UTC
Created attachment 147386 [details]
stacktrace
Comment 2 Jan Becicka 2014-07-04 11:59:38 UTC
please run following command from command line:
android list target
and attach output here. Thanks
Comment 3 Jan Becicka 2014-07-25 08:25:26 UTC
please provide requested info. Thanks