(Note: this is a resend but with a smaller file attached) Hi,
I had this problem when opening an XML document which had a DTD. As Mike
Aizatsky replied, it has been fixed in #615 (I confirm it). However,
although the problem has disappeared for the document I had problems
with, it still appears for another one, which I include in this email,
along with its DTD.
The error is a dialog box that says "Internal error occurred" several
times whenever I modify a character in the document.
The stack trace is :
[1419320] ERROR - intellij.plugins.PluginManager - JDK: 1.3.1_01
[1419320] ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM)
Client VM [1419320] ERROR - intellij.plugins.PluginManager - Vendor:
Sun Microsystems Inc. [1419320] ERROR - intellij.plugins.PluginManager
- OS: Windows 2000 [1419320] ERROR - intellij.plugins.PluginManager -
java.lang.NullPointerException
at com.intellij.xml.a.c.c.i(c.java:1)
at com.intellij.xml.a.c.c.a(c.java:24)
at com.intellij.codeInsight.daemon.impl.cj.d(cj.java:77)
at com.intellij.codeInsight.daemon.impl.cj.b(cj.java:58)
at com.intellij.codeInsight.daemon.impl.cj.a(cj.java:33)
at com.intellij.psi.impl.source.d.q.a(q.java:5)
at com.intellij.codeInsight.daemon.impl.cg.a(cg.java:222)
at com.intellij.psi.t.a(t.java:114)
at com.intellij.psi.impl.source.d.q.a(q.java:5)
at com.intellij.codeInsight.daemon.impl.h.a(h.java:108)
at com.intellij.codeInsight.daemon.impl.h.run(h.java:4)
at com.intellij.openapi.c.a.b.a(b.java:199)
at com.intellij.codeInsight.daemon.impl.cl.b(cl.java:66)
at com.intellij.codeInsight.daemon.impl.cl.a(cl.java:30)
at com.intellij.codeInsight.daemon.impl.cl.a(cl.java:48)
at com.intellij.codeInsight.daemon.impl.bu.run(bu.java:2)
at
com.intellij.progress.ProgressManager.a(ProgressManager.java:10)
at com.intellij.codeInsight.daemon.impl.cl.run(cl.java:62)
Thanks
-Vincent
changes-v10.dtd
Description: Binary data
<?xml version="1.0"?>
<!DOCTYPE changes SYSTEM "./dtd/changes-v10.dtd">
<changes title="Changes">
<s1 title="Summary of changes">
<ul>
<li>
<jump anchor="major_news">Major news and announcements</jump>
</li>
<li>
<jump anchor="website_changes">Last 15 days web site changes</jump>
</li>
<li>
<jump anchor="release_changes">Release changes</jump>
</li>
</ul>
</s1>
<!-- ================================================================= -->
<!-- Major news and announcements -->
<!-- ================================================================= -->
<anchor id="major_news"/>
<s1 title="Major news and announcements">
<table>
<tr>
<td>
22/02/2002
</td>
<td>
New <link href="logos.html">logo proposals</link> by Alessandro
Ceglia !
</td>
</tr>
<tr>
<td>
10/02/2002
</td>
<td>
New <link href="http://jakarta.apache.org/cactus/stats/index.html">Web
site Statistics</link> page.
</td>
</tr>
<tr>
<td>
20/01/2002
</td>
<td>
Link to Cactus nightly build result added to the left menu in the
developer section.
</td>
</tr>
<tr>
<td>
19/01/2002
</td>
<td>
New <link href="howto_ide_jbuilder5.html">JBuilder 5 tutorial</link>
for Cactus integration. Thanks Sean !
</td>
</tr>
</table>
</s1>
<!-- ================================================================= -->
<!-- Last 15 days web site changes -->
<!-- ================================================================= -->
<anchor id="website_changes"/>
<cvslogs title="Last 15 days web site changes">
<p>
These are the changes that happened to the Cactus web site for the past
15 days since the last site update (excluding the todo and changes pages
which are modified too often) :
</p>
&cvslog;
</cvslogs>
<!-- ================================================================= -->
<!-- Release changes -->
<!-- ================================================================= -->
<anchor id="release_changes"/>
<releases title="Release changes">
<devs>
<person name="Vincent Massol" email="[EMAIL PROTECTED]" id="VMA"/>
<person name="Nicholas Lesiecki" email="[EMAIL PROTECTED]" id="NDL"/>
</devs>
<release version="1.3 in CVS">
<action dev="VMA" type="fix" due-to="Steven L. Youtsey" due-to-email="[EMAIL PROTECTED]">
(<link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4563">
Bug #4563</link>).
<code>HttpServletContextWrapper.getRequestDispatcher()</code> now throws
<code>null</code> when the wrapped servlet context returns
<code>null</code> when asked for a request dispatcher.
</action>
<action dev="VMA" type="fix" due-to="Kim Madsen" due-to-email="[EMAIL PROTECTED]">
Wrapped <code>HttpServletRequest.getRequestURL()</code> (Servlet API
2.3 only) to take into account the simulated URL (if any).
</action>
<action dev="VMA" type="update">
Completely reworked the internal Cactus build scripts and directory
structure to make it more flexible and to prepare for the upcoming
J2EE Sample application (we only have a Servlet Sample so far).
</action>
<action dev="VMA" type="fix" due-to="Aslak Hellesoy" due-to-email="[EMAIL PROTECTED]">
Corrected bug that prevented using testURL in runservertests with a URL
that returned nothing. Also added some verbose logs.
</action>
<action dev="VMA" type="add">
New <link href="http://jakarta.apache.org/cactus/stats/index.html">Web
site Statistics</link> page, using Webalizer.
</action>
</release>
</releases>
</changes>
<changelog> </changelog>
