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 185692 - [69cat] NullPointerException at org.netbeans.modules.db.explorer.DatabaseConnectionConvertor$Handler.startElement
Summary: [69cat] NullPointerException at org.netbeans.modules.db.explorer.DatabaseConn...
Status: RESOLVED DUPLICATE of bug 185666
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 12:42 UTC by aldobrucale
Modified: 2010-05-12 09:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169270


Attachments
stacktrace (4.29 KB, text/plain)
2010-05-07 12:42 UTC, aldobrucale
Details
stacktrace (11.80 KB, text/plain)
2010-05-07 14:47 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-05-07 12:42:55 UTC
Build: NetBeans IDE Dev (Build 201005060200)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.DatabaseConnectionConvertor$Handler.startElement(DatabaseConnectionConvertor.java:490)
   at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
   at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
   at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.emptyElement(XMLDTDValidator.java:788)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1343)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2755)
Comment 1 aldobrucale 2010-05-07 12:42:59 UTC
Created attachment 98621 [details]
stacktrace
Comment 2 aldobrucale 2010-05-07 14:47:01 UTC
Created attachment 98636 [details]
stacktrace

Keeps happening all the time
Comment 3 Jiri Rechtacek 2010-05-12 09:20:40 UTC

*** This bug has been marked as a duplicate of bug 185666 ***