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 180924

Summary: InternalError: processing event: -1
Product: ide Reporter: kurti <kurti>
Component: LoggerAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: normal CC: defascat, dix75, pjiricka, salimane
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165413
Attachments: stacktrace
stacktrace
stacktrace

Description kurti 2010-02-18 11:34:10 UTC
This bug was originally marked as duplicate of bug 131909, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux

User Comments:
kurti: Tried to extract this code into a method:

        final List<?> streetCodes =
                em.createNamedQuery(QueryName.STREETCODES_BY_POSTALCODE)
                  .setParameter("postalcode", postalCode)
                  .getResultList();




Stacktrace: 
java.lang.InternalError: processing event: -1
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:506)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:807)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
   at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:107)
   at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
   at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
Comment 1 kurti 2010-02-18 11:34:15 UTC
Created attachment 94303 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-12-09 10:00:54 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=165413
Comment 3 Petr Jiricka 2010-12-16 21:08:15 UTC
Created attachment 104168 [details]
stacktrace

Going to Tools -> Options -> Miscellaneous -> Files
Comment 4 Exceptions Reporter 2010-12-19 22:39:08 UTC
Created attachment 104289 [details]
stacktrace
Comment 5 Exceptions Reporter 2011-01-31 08:01:13 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=165413
Comment 6 Exceptions Reporter 2011-05-29 07:00:03 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=165413
Comment 7 Tomas Danek 2011-06-06 11:37:05 UTC
uihandler code seems to be involved.
Comment 8 Jaroslav Tulach 2011-06-06 13:04:15 UTC
Please attach $userdir/var/log/uigestures next time problem like this happens. Otherwise there is not much to do.

Btw. the exception is just printed - e.g. sort of expected.