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

Summary: NullPointerException at com.mongodb.DBTCPConnector._error
Product: platform Reporter: nestelus
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227854
Attachments: stacktrace

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