I opened an XML file that was just added to our project by another developer with the following contents:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <article id="release_notes"> </article> (there used to be more data within the article tag when I first discovered this, but I removed it and the problem is still there) This caused "Internal Error" dialogs to come up in rapid succession, with the following appearing in the terminal: [ 256328] ERROR - intellij.plugins.PluginManager - [ 256378] ERROR - intellij.plugins.PluginManager - IntelliJ IDEA (Ariadna) Bu ild #616 [ 256378] ERROR - intellij.plugins.PluginManager - JDK: 1.3.1_02 [ 256378] ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM) Client VM [ 256378] ERROR - intellij.plugins.PluginManager - Vendor: Sun Microsystems Inc . [ 256378] ERROR - intellij.plugins.PluginManager - OS: Windows 2000 [ 256378] ERROR - intellij.plugins.PluginManager - java.lang.NullPointerException at com.intellij.xml.a.b.b.<init>(b.java:21) at com.intellij.xml.e.c(e.java:114) at com.intellij.xml.e.a(e.java:29) at com.intellij.codeInsight.daemon.impl.cj.a(cj.java:136) at com.intellij.psi.impl.source.e.d.a(d.java:1) at com.intellij.codeInsight.daemon.impl.cg.a(cg.java:274) at com.intellij.psi.t.a(t.java:138) at com.intellij.psi.impl.source.e.d.a(d.java:1) at com.intellij.codeInsight.daemon.impl.h.a(h.java:93) at com.intellij.codeInsight.daemon.impl.h.run(h.java:105) at com.intellij.openapi.a.a.b.a(b.java:222) at com.intellij.codeInsight.daemon.impl.cl.b(cl.java:53) at com.intellij.codeInsight.daemon.impl.cl.a(cl.java:58) at com.intellij.codeInsight.daemon.impl.cl.a(cl.java:41) at com.intellij.codeInsight.daemon.impl.bu.run(bu.java) at com.intellij.progress.ProgressManager.a(ProgressManager.java:2) at com.intellij.codeInsight.daemon.impl.cl.run(cl.java:42) ~ David Smiley _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
