History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-11668
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Maxim Mossienko
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#3530] NSME: ValidateXmlActionHandler.createParser

Created: 07 Nov 06 16:57   Updated: 02 Apr 07 22:40
Component/s: None
Fix Version/s: Demetra 6.0.6, Selena 6799

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEADEV-12800 [#3840] PCE: SAXParserFactoryImpl.new... Major Resolved

Build: 6,083
Fixed in build: 6,795


 Description  « Hide
exception://3530/
Last updated by Dmitry Jemerov
User description: occurred while trying to 'fetch external resource' on xml schema file
Error message: javax.xml.parsers.SAXParserFactory.setXIncludeAware(Z)V
java.lang.NoSuchMethodError: javax.xml.parsers.SAXParserFactory.setXIncludeAware(Z)V
at com.intellij.xml.actions.ValidateXmlActionHandler.createParser(ValidateXmlActionHandler.java:402)
at com.intellij.xml.actions.ValidateXmlActionHandler.doValidate(ValidateXmlActionHandler.java:302)
at com.intellij.xml.impl.ExternalDocumentValidator.runJaxpValidation(ExternalDocumentValidator.java:233)
at com.intellij.xml.impl.ExternalDocumentValidator.doValidation(ExternalDocumentValidator.java:332)
at com.intellij.xml.impl.dtd.XmlNSDescriptorImpl.validate(XmlNSDescriptorImpl.java:138)
at com.intellij.lang.xml.XMLExternalAnnotator.annotate(XMLExternalAnnotator.java:38)
at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doCollectInformation(ExternalToolPass.java:61)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:59)
at com.intellij.codeInsight.daemon.impl.UpdateThread$2.run(UpdateThread.java:105)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:672)
at com.intellij.codeInsight.daemon.impl.UpdateThread.doRun(UpdateThread.java:94)
at com.intellij.codeInsight.daemon.impl.UpdateThread.access$100(UpdateThread.java:34)
at com.intellij.codeInsight.daemon.impl.UpdateThread$1.run(UpdateThread.java:70)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:154)
at com.intellij.codeInsight.daemon.impl.UpdateThread.run(UpdateThread.java:66)

 All   Comments   Work Log   Change History      Sort Order:
Exception Analyzer - 09 Nov 06 19:43
Build 6083
Reported by ck
Error message: javax.xml.parsers.SAXParserFactory.setXIncludeAware(Z)V
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=80900
There was at least one exception before this one.java.lang.NoSuchMethodError: javax.xml.parsers.SAXParserFactory.setXIncludeAware(Z)V
at com.intellij.xml.actions.ValidateXmlActionHandler.createParser(ValidateXmlActionHandler.java:402)
at com.intellij.xml.actions.ValidateXmlActionHandler.doValidate(ValidateXmlActionHandler.java:302)
at com.intellij.xml.impl.ExternalDocumentValidator.runJaxpValidation(ExternalDocumentValidator.java:233)
at com.intellij.xml.impl.ExternalDocumentValidator.doValidation(ExternalDocumentValidator.java:332)
at com.intellij.xml.impl.schema.XmlNSDescriptorImpl.validate(XmlNSDescriptorImpl.java:807)
at com.intellij.lang.xml.XMLExternalAnnotator.annotate(XMLExternalAnnotator.java:38)
at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doCollectInformation(ExternalToolPass.java:61)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:59)
at com.intellij.codeInsight.daemon.impl.UpdateThread$2.run(UpdateThread.java:105)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:672)
at com.intellij.codeInsight.daemon.impl.UpdateThread.doRun(UpdateThread.java:94)
at com.intellij.codeInsight.daemon.impl.UpdateThread.access$100(UpdateThread.java:34)
at com.intellij.codeInsight.daemon.impl.UpdateThread$1.run(UpdateThread.java:70)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:154)
at com.intellij.codeInsight.daemon.impl.UpdateThread.run(UpdateThread.java:66)

Exception Analyzer - 25 Jan 07 19:27
Build 6656
Reported by Johannes Stamminger
Error message: Feature 'http://apache.org/xml/features/xinclude' is not recognized.
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=84443
There was at least one exception before this one.javax.xml.parsers.ParserConfigurationException: Feature 'http://apache.org/xml/features/xinclude' is not recognized. at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source)
at com.intellij.xml.actions.ValidateXmlActionHandler.createParser(ValidateXmlActionHandler.java:427)
at com.intellij.xml.actions.ValidateXmlActionHandler.doValidate(ValidateXmlActionHandler.java:320)
at com.intellij.xml.impl.ExternalDocumentValidator.runJaxpValidation(ExternalDocumentValidator.java:230)
at com.intellij.xml.impl.ExternalDocumentValidator.doValidation(ExternalDocumentValidator.java:333)
at com.intellij.xml.impl.schema.XmlNSDescriptorImpl.validate(XmlNSDescriptorImpl.java:807)
at com.intellij.lang.xml.XMLExternalAnnotator.annotate(XMLExternalAnnotator.java:38)
at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doCollectInformation(ExternalToolPass.java:56)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:228)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:581)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:222)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:159)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:220)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)