[JAVA-195] NullPointerException in Mongo.close() if no connections present Created: 21/Oct/10 Updated: 21/Oct/10 Resolved: 21/Oct/10 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | None |
| Affects Version/s: | 2.2 |
| Fix Version/s: | 2.3 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Lucas Zamboulis | Assignee: | Eliot Horowitz (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Fedora Linux hp1 2.6.34.6-54.fc13.x86_64 #1 SMP Sun Sep 5 17:16:27 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux |
||
| Description |
|
The following code public static void main(String[] args) { catch (Exception e) { e.printStackTrace(); }} I get the following stacktrace: java.lang.NullPointerException |
| Comments |
| Comment by Eliot Horowitz (Inactive) [ 21/Oct/10 ] |