You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Mike Gratton <mi...@vee.net> on 2002/02/20 12:10:35 UTC

Re: Exception while installing

[CC'ing this to the list in case anyone can make any better suggestions]

Hey Niket,

I may not be the best person to ask about this because I don't use 
Windows, but from the looks of the stack trace and the outstandingly 
complete classpath you have, I'd suggest you may have some kind of 
class/jar conflict. Try removing everything from your classpath *except* 
the Xindice jars, and starting Xindice again.

Also, make sure you're using a JRE or JDK v1.3.x, not 1.2.x, and that 
the 1.2.x jar files are *definitely* not in your classpath.

HTH,
Mike.

Niket Anand wrote:
> Hi Mike,
> 
> I am getting this type of exception while installing in win2000;
> 
> *********************************************************************************************
> 
> java -classpath 
> ".;C:\jdk1.2.2\lib\dt.jar;C:\jdk1.2.2\lib\tools.jar;c:\weblogic\
> lib\weblogicaux.jar;C:\weblogic\classes\;C:\weblogic\myserver\clientclasses\;c:\
> weblogic\license;F:\jdk1.3.1\jre\lib\rt.jar;F:\jakarta-tomcat-3.2.2\lib\xerces_1
> _2.jar;F:\jdk1.3.1\jre\lib\jdbc7.1-1.2.jar;F:\cocoon-2.0\lib\avalon-framework-4.
> 0.jar;F:\cocoon-2.0\lib\servlet_2_2.jar;F:\cocoon-2.0\lib\xalan-2.2.0-D13.jar;F:
> \cocoon-2.0\lib\xerces-1.4.4.jar;F:\cocoon-2.0\lib\xml-apis.jar;F:\cocoon-2.0\bu
> ild\cocoon\cocoon.jar;F:\jdom.jar;F:\servlet.jar;F:\jscheduler.zip;F:\protomatte
> r-1.1.7.jar;F:\jdom-B7.jar;F:\jar\createTable.jar;F:\jar\dbXML_SAX_DOM.jar;F:\ja
> r\sax.jar;F:\jar\xml.jar;F:\jar\xp.jar;F:\jar\xqlint.jar;F:\jar\xqlpdom_1_0_2.ja
> r;F:\jar\xt.jar;F:\jar\xtint.jar;F:\jar\xindice.jar;F:\Mercalink\xml-xindice-1.0
> rc1\bin;C:\ant\config;F:\Mercalink\xml-xindice-1.0rc1\java\lib\ant-1.4.1.jar;F:\
> Mercalink\xml-xindice-1.0rc1\java\lib\examples.jar;F:\Mercalink\xml-xindice-1.0r
> c1\java\lib\infozone-tools.jar;F:\Mercalink\xml-xindice-1.0rc1\java\lib\openorb-
> 1.2.0.jar;F:\Mercalink\xml-xindice-1.0rc1\java\lib\openorb_tools-1.2.0.jar;F:\Me
> rcalink\xml-xindice-1.0rc1\java\lib\servlet.jar;F:\Mercalink\xml-xindice-1.0rc1\
> java\lib\xalan-2.0.1.jar;F:\Mercalink\xml-xindice-1.0rc1\java\lib\xerces-1.4.3.j
> ar;F:\Mercalink\xml-xindice-1.0rc1\java\lib\xindice.jar;F:\Mercalink\xml-xindice
> -1.0rc1\java\lib\xml-apis-1.0.jar;F:\Mercalink\xml-xindice-1.0rc1\java\lib\xmldb
> -sdk.jar;F:\Mercalink\xml-xindice-1.0rc1\java\lib\xmldb-xupdate.jar;F:\Mercalink
> \xml-xindice-1.0rc1\java\lib\xmldb.jar;F:\jdk1.3.1\lib\tools.jar" 
> -noverify org.
> apache.xindice.core.server.Xindice 
> F:\Mercalink\xml-xindice-1.0rc1\config\system
> .xml
> 
>  
> 
> Xindice 1.0rc1 (DarkHorse)
> 
>  
> 
> Database: 'db' initializing
> Exception in thread "main" java.lang.InstantiationError: 
> org.w3c.dom.DOMExceptio
> n
>         at org.apache.xindice.xml.dom.NodeImpl.<clinit>(Unknown Source)
>         at org.apache.xindice.xml.dom.DOMParser.startDocument(Unknown 
> Source)
>         at 
> org.apache.xerces.parsers.SAXParser.startDocument(SAXParser.java:1214
> )
>         at 
> org.apache.xerces.validators.common.XMLValidator.callStartDocument(XM
> LValidator.java:1128)
>         at 
> org.apache.xerces.framework.XMLDocumentScanner$XMLDeclDispatcher.disp
> atch(XMLDocumentScanner.java:685)
>         at 
> org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS
> canner.java:381)
>         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
>         at javax.xml.parsers.SAXParser.parse(SAXParser.java:393)
>         at org.apache.xindice.xml.dom.DOMParser.parse(Unknown Source)
>         at org.apache.xindice.xml.dom.DOMParser.parse(Unknown Source)
>         at org.apache.xindice.xml.dom.DOMParser.parse(Unknown Source)
>         at org.apache.xindice.xml.dom.DOMParser.toDocument(Unknown Source)
>         at org.apache.xindice.core.SystemCollection.init(Unknown Source)
>         at org.apache.xindice.core.Database.setConfig(Unknown Source)
>         at 
> org.apache.xindice.server.services.XindiceService.initialize(Unknown
> Source)
>         at 
> org.apache.xindice.server.standard.StdServiceManager.addService(Unkno
> wn Source)
>         at 
> org.apache.xindice.server.standard.StdServiceManager$1.process(Unknow
> n Source)
>         at org.apache.xindice.util.Configuration.processChildren(Unknown 
> Source)
> 
>  
> 
>         at 
> org.apache.xindice.server.standard.StdServiceManager.setConfig(Unknow
> n Source)
>         at org.apache.xindice.server.Kernel.loadAPI(Unknown Source)
>         at org.apache.xindice.server.Kernel.<init>(Unknown Source)
>         at org.apache.xindice.server.Xindice.main(Unknown Source)
> 
> ********************************************************************************************************
> 
> I have followed all the instruction as given in INSTALL guide.
> 
> Pls help me out asap.
> 
> Thanks,
> 
> Niket
> 


-- 
Mike Gratton <mi...@vee.net>
"Every motive escalate."
  Blatant self-promotion: <http://web.vee.net/>