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 269673 - NullPointerException at com.mongodb.DBTCPConnector._error
Summary: NullPointerException at com.mongodb.DBTCPConnector._error
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-29 07:45 UTC by nestelus
Modified: 2017-01-29 07:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227854


Attachments
stacktrace (2.34 KB, text/plain)
2017-01-29 07:45 UTC, nestelus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nestelus 2017-01-29 07:45:41 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
nestelus: ?????? ?????????? node.js




Stacktrace: 
java.lang.NullPointerException
   at com.mongodb.DBTCPConnector._error(DBTCPConnector.java:282)
   at com.mongodb.DBTCPConnector.call(DBTCPConnector.java:208)
   at com.mongodb.DBApiLayer$MyCollection.__find(DBApiLayer.java:296)
   at com.mongodb.DB.getCollectionNames(DB.java:259)
   at com.mongodb.DB.collectionExists(DB.java:300)
   at org.laimonas.TimeCounterModule.Classes.DatabaseController.GetCollection(DatabaseController.java:83)
Comment 1 nestelus 2017-01-29 07:45:43 UTC
Created attachment 163498 [details]
stacktrace