Paul, This is fixed in build #617.
Best regards, Mike Aizatsky. ------------------------------ JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Paul Sijpkes > Sent: Wednesday, April 17, 2002 2:42 AM > To: [EMAIL PROTECTED] > Subject: [Eap-list] IntelliJ Bug report: java.lang.NullPointerException > > Hi all, > > I got the following exception when loading an xml file in IDEA Ariadna > build 616. I shut > down idea, re-opened it and still got the error. > > A also get a pop-up: "Internal Error Occurred!" > > See exception and XML file listing below.... > > Here is the exception: > > [ 54719] ERROR - intellij.plugins.PluginManager - > [ 54719] ERROR - intellij.plugins.PluginManager - IntelliJ IDEA > (Ariadna) Bu > ild #616 > [ 54719] ERROR - intellij.plugins.PluginManager - JDK: 1.3.1 > [ 54719] ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM) > Client > VM > [ 54719] ERROR - intellij.plugins.PluginManager - Vendor: Sun > Microsystems Inc > . > [ 54719] ERROR - intellij.plugins.PluginManager - OS: Windows 2000 > [ 54719] 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.d(cj.java:55) > at com.intellij.codeInsight.daemon.impl.cj.b(cj.java:113) > at com.intellij.codeInsight.daemon.impl.cj.a(cj.java:131) > at com.intellij.psi.impl.source.e.q.a(q.java:3) > at com.intellij.codeInsight.daemon.impl.cg.a(cg.java:274) > at com.intellij.psi.t.a(t.java:109) > at com.intellij.psi.impl.source.e.q.a(q.java:3) > 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) > > XML file listing (yes very messy, but hopefully helpful): > > <?xml version="1.0" encoding="ISO-8859-1" ?> > <!DOCTYPE struts-config (View Source for full doctype...)> > - <struts-config> > - <!-- ========== Form Bean Definitions > =================================== > --> > - <form-beans type="org.apache.struts.action.ActionFormBean"> > - <!-- Article form bean > --> > - <!-- > <form-bean name="ArticleForm" > type="au.com.hsd.website.articles.articleForm"/> > > <form-bean name="CaseStudyForm" > type="au.com.hsd.website.casestudies.casestudyForm"/> > > <form-bean name="FileForm" > type="au.com.hsd.website.articles.fileForm"/> > > --> > </form-beans> > - <!-- ========== Global Forward Definitions > ============================== > --> > - <global-forwards type="org.apache.struts.action.ActionForward"> > - <!-- > Example logon forward > <forward name="start" path="/index.jsp"/> > > > --> > </global-forwards> > - <!-- ========== Action Mapping Definitions > ============================== > --> > - <action-mappings type="org.apache.struts.action.ActionMapping"> > - <!-- ========== Auth Action Mapping Definitions ======================= > --> > - <!-- View Article action > --> > <action path="/viewarticle" input="/index.jsp" forward="/WEB- > INF/jsp/content/viewarticle.jsp" /> > - <!-- View File action > --> > <action path="/viewfile" input="/WEB-INF/jsp/content/viewarticle.jsp" > forward="/WEB-INF/jsp/content/viewfile.jsp" /> > <action path="/viewcasestudy" input="/WEB- > INF/jsp/casestudies/viewcasestudieslist.jsp" forward="/WEB- > INF/jsp/content/viewcasestudy.jsp" /> > <action path="/download" scope="request" > type="au.com.hsd.website.content.DownloadAction" /> > </action-mappings> > </struts-config> > > cheers, > > Paul > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
