Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Not able to run Xindice database

843834Jul 20 2002 — edited Jul 22 2002
Hi,

I have installed java webservices developer pack jwsdp-1_0, and using jdk1.3.1_01 on windows xp home edition.

When I start the Xindice, I am getting exception in the Xindice.log file. Can any one help me in solving this problem.

Database: 'db' initializing
Error: null
java.lang.reflect.InvocationTargetException: java.lang.InstantiationError: org.w3c.dom.DOMException
at org.apache.xindice.xml.dom.NodeImpl.<clinit>(NodeImpl.java:87)
at org.apache.xindice.xml.dom.DOMParser.startDocument(DOMParser.java:284)
at org.apache.xerces.parsers.AbstractSAXParser.startDocument(AbstractSAXParser.java:253)
at org.apache.xerces.impl.XMLNamespaceBinder.startDocument(XMLNamespaceBinder.java:444)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startDocument(XMLDTDValidator.java:702)
at org.apache.xerces.impl.XMLDocumentScannerImpl.startEntity(XMLDocumentScannerImpl.java:417)
at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager.java:822)
at org.apache.xerces.impl.XMLEntityManager.startDocumentEntity(XMLEntityManager.java:685)
at org.apache.xerces.impl.XMLDocumentScannerImpl.setInputSource(XMLDocumentScannerImpl.java:252)
at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:503)
at org.apache.xerces.parsers.StandardParserConfiguration.parse(StandardParserConfiguration.java:585)
at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:147)
at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1148)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.xindice.xml.dom.DOMParser.parse(DOMParser.java:133)
at org.apache.xindice.xml.dom.DOMParser.parse(DOMParser.java:121)
at org.apache.xindice.xml.dom.DOMParser.parse(DOMParser.java:117)
at org.apache.xindice.xml.dom.DOMParser.toDocument(DOMParser.java:198)
at org.apache.xindice.core.SystemCollection.init(SystemCollection.java:153)
at org.apache.xindice.core.Database.setConfig(Database.java:155)
at org.apache.xindice.server.services.XindiceService.initialize(XindiceService.java:106)
at org.apache.xindice.server.standard.StdServiceManager.addService(StdServiceManager.java:166)
at org.apache.xindice.server.standard.StdServiceManager$1.process(StdServiceManager.java:104)
at org.apache.xindice.util.Configuration.processChildren(Configuration.java:684)
at org.apache.xindice.server.standard.StdServiceManager.setConfig(StdServiceManager.java:90)
at org.apache.xindice.server.Kernel.loadAPI(Kernel.java:336)
at org.apache.xindice.server.Kernel.<init>(Kernel.java:150)
at org.apache.xindice.server.Kernel.<init>(Kernel.java:117)
at org.apache.xindice.server.Xindice.main(Xindice.java:99)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.launcher.Launcher.main(Launcher.java:208)

Thankyou
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2002
Added on Jul 20 2002
1 comment
174 views