Opening this simple XML file with Build 616 caused an "Internal Error" with
the
following traceback. The XML file is handled correctly by JavaHelp and
appears
correctly when viewed in Internet Explorer 6.

Whats really bad is that IDEA gets stuck in a loop putting up the Internal
Error 
dialog. I had to kill the process.

--- traceback ---
[  35875]  ERROR - intellij.plugins.PluginManager -
[  35891]  ERROR - intellij.plugins.PluginManager - IntelliJ IDEA (Ariadna)
Bu
ild #616
[  35891]  ERROR - intellij.plugins.PluginManager - JDK: 1.3.1_01
[  35891]  ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM)
Client
VM
[  35891]  ERROR - intellij.plugins.PluginManager - Vendor: Sun Microsystems
Inc
 .
[  35891]  ERROR - intellij.plugins.PluginManager - OS: Windows 2000
[  35891]  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)

--- end of traceback ---

--- start of Solitaire.xml file ---
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE helpset
  PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 1.0//EN"
         "http://java.sun.com/products/javahelp/helpset_1_0.dtd";>
<helpset version="1.0">
   <!-- title -->
   <title>Solitaire - Help</title>
                        
   <!-- maps -->
   <maps>
     <homeID>top </homeID>
     <mapref location="SolitaireMap.jhm" />
   </maps>
        
   <!-- views -->
   <view>
      <name>TOC</name>
      <label>Table Of Contents</label>
      <type>javax.help.TOCView</type>
      <data>SolitaireTOC.xml</data>
   </view>
        
   <view>
      <name>Index</name>
      <label>Index</label>
      <type>javax.help.IndexView</type>
      <data>SolitaireIndex.xml</data>
   </view>
        
   <view>
      <name>Search</name>
      <label>Search</label>
      <type>javax.help.SearchView</type>
         <data engine="com.sun.java.help.search.DefaultSearchEngine">
         JavaHelpSearch
         </data>
   </view>
        
   <!-- subhelpsets -->
   <!-- <subhelpset location="file:/c:/Foobar/HelpSet2.hs" /> -->
</helpset>
--- end of Solitaire.xml ---

Configuration:
Windows 2000,JDk 1.3.1_01

Erik Husby
Phase Forward Incorporated
1440 Main Street
Waltham, MA 02451-1623 USA 
781-902-4559
[EMAIL PROTECTED]


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to