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

Key: HBR-41
Type: Exception Exception
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Beto Software
Reporter: Beto Software
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hibero

javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryLocator could not be instantiated

Created: 23 Nov 06 21:51   Updated: 26 Jan 07 19:08
Component/s: None
Affects Version/s: 2.0, 2.0.1
Fix Version/s: 2.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Following exception happens when configuring Hibernate runtime environment from Spring and property "javax.xml.parsers.DocumentBuilderFactory" has been set by another plugin or the user customized VM parameters to run IDEA.

java.lang.reflect.InvocationTargetExceptionjava.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at com.betosoftware.hibero.a.eb.a(eb.java:322)
at com.betosoftware.hibero.a.eb.b(eb.java:357)
at com.betosoftware.hibero.a.eb.a(eb.java:146)
at com.betosoftware.hibero.e.a.a.a.r.resolve(r.java:54)
at com.betosoftware.hibero.e.a.p.a(p.java:8)
at com.betosoftware.hibero.e.a.a.a.r.a(r.java:19)
at com.betosoftware.hibero.e.a.p.annotate(p.java:6)
at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.visitElement(HighlightVisitorImpl.java:226)
at com.intellij.extapi.psi.PsiElementBase.accept(PsiElementBase.java:122)
at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.visit(HighlightVisitorImpl.java:203)
at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:127)
at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.doCollectInformation(GeneralHighlightingPass.java:185)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:59)
at com.intellij.codeInsight.daemon.impl.UpdateThread$2.run(UpdateThread.java:7)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:161)
at com.intellij.codeInsight.daemon.impl.UpdateThread.a(UpdateThread.java:45)
at com.intellij.codeInsight.daemon.impl.UpdateThread.access$100(UpdateThread.java:17)
at com.intellij.codeInsight.daemon.impl.UpdateThread$1.run(UpdateThread.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:60)
at com.intellij.codeInsight.daemon.impl.UpdateThread.run(UpdateThread.java:49)
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource
[session-context.xml]; nested exception is javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryLocator could not
be instantiated: java.lang.NullPointerException
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:427)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:357)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)
at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFactory.java:73)
at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFactory.java:61)
... 24 more
Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryLocator could not be instantiated:
java.lang.NullPointerException
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:104)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.createDocumentBuilderFactory(DefaultDocumentLoader.java:89)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:71)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:405)
... 28 more



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.