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 Joan M Carroll <jc...@world.std.com> on 2002/09/19 09:36:39 UTC

WinDoze Install Problems?

Hello, Salut, Privet, etc

I am new to the xindice user list, so pardon
me if this post is out-of-form.

I also had problems installing & running on
the windows platform (Linux was a-OK).

I got everything working smoothly by making
up some new batch files.

If anyone wants to try these out, they're at

http://theworld.com/~jcarroll/

There is some doc, but - quickly - you should

1) save off your original batch files,
2) replace them with the new ones,
3) read the "Dos-Tips" file (you may need to increase
your environment size etc), then
4) run 'MakeEnv' to initialize everything.

The scripts don't add XINDICE_HOME\bin to your
PATH.  You need to do this yourself.

These files work for me, but comments & suggestions
are welcome - I will update the site.

Good Luck!
j


Re: WinDoze Install Problems?

Posted by Joan M Carroll <jc...@world.std.com>.
Hi Drew,
This looks like a problem I had when I tried to run
Xindice with JDK1.4.1.  So far, on the Win side I
have only gotten a clean startup with JDK1.3.

As you say, the server will start, and requests are
handled ... but the startup errors are unsettling...

I think your suspicions are correct about the JDK version.

Any chance of having another go with v1.3?

Again, Good Luck!
Joan
On Fri, 20 Sep 2002, Drew Lane wrote:

> Joan M Carroll wrote:
>
> >should be ok now - THANKS for the note.
> >
> >
> I tried the script you mentioned.  It's a nice script - much
> better than the one that came with Xindice (at least for some flavors of
> windose)
>
> However, still getting same error message on startup even though the
> server starts
>
> I don't suspect this is normal.
>
> I still wonder if Xindice has been tested again Windows JDK 1.3.1_01
>
> Eventually I will upgrade to JDK 1.4, but not right now.
>
> Drew
>
>
>
> DEBUG>
> java.lang.IndexOutOfBoundsException
>    at java.io.ByteArrayOutputStream.write(Unknown Source)
>    at org.apache.xindice.core.filer.Paged$Page.streamTo(Paged.java:992)
>    at org.apache.xindice.core.filer.Paged.readValue(Paged.java:163)
>    at
> org.apache.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
>    at org.apache.xindice.core.Collection.getDocument(Collection.java:714)
>    at org.apache.xindice.core.Collection.getObject(Collection.java:760)
>    at
> org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:182)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
>    at
> org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96)
>
>    at
> org.apache.xindice.util.Configuration.processChildren(Configuration.java:684)
>
>    at
> org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
>    at
> org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
>    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:96)
> DEBUG>
> java.lang.IndexOutOfBoundsException
>    at java.io.ByteArrayOutputStream.write(Unknown Source)
>    at org.apache.xindice.core.filer.Paged$Page.streamTo(Paged.java:992)
>    at org.apache.xindice.core.filer.Paged.readValue(Paged.java:163)
>    at
> org.apache.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
>    at org.apache.xindice.core.Collection.getDocument(Collection.java:714)
>    at org.apache.xindice.core.Collection.putDocument(Collection.java:624)
>    at org.apache.xindice.core.Collection.putObject(Collection.java:795)
>    at org.apache.xindice.core.Collection.setObject(Collection.java:807)
>    at
> org.apache.xindice.core.SystemCollection.saveSymbols(SystemCollection.java:202)
>
>    at
> org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:185)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
>    at
> org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96)
>
>    at
> org.apache.xindice.util.Configuration.processChildren(Configuration.java:684)
>
>    at
> org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
>    at
> org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
>    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:96)
> DEBUG>
> java.io.IOException: The parameter is incorrect
>    at java.io.RandomAccessFile.seek(Native Method)
>    at org.apache.xindice.core.filer.Paged$Page.read(Paged.java:921)
>    at org.apache.xindice.core.filer.Paged.getPage(Paged.java:130)
>    at org.apache.xindice.core.filer.Paged.getPage(Paged.java:144)
>    at org.apache.xindice.core.filer.Paged.writeValue(Paged.java:207)
>    at
> org.apache.xindice.core.filer.BTreeFiler.writeRecord(BTreeFiler.java:173)
>    at org.apache.xindice.core.Collection.putDocument(Collection.java:629)
>    at org.apache.xindice.core.Collection.putObject(Collection.java:795)
>    at org.apache.xindice.core.Collection.setObject(Collection.java:807)
>    at
> org.apache.xindice.core.SystemCollection.saveSymbols(SystemCollection.java:202)
>
>    at
> org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:185)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
>    at
> org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96)
>
>    at
> org.apache.xindice.util.Configuration.processChildren(Configuration.java:684)
>
>    at
> org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
>    at
> org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
>    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:96)
> DEBUG>
> java.lang.IndexOutOfBoundsException
>    at java.io.ByteArrayOutputStream.write(Unknown Source)
>    at org.apache.xindice.core.filer.Paged$Page.streamTo(Paged.java:992)
>    at org.apache.xindice.core.filer.Paged.readValue(Paged.java:163)
>    at
> org.apache.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
>    at org.apache.xindice.core.Collection.getDocument(Collection.java:714)
>    at org.apache.xindice.core.Collection.getObject(Collection.java:760)
>    at
> org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:182)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
>    at
> org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96)
>
>    at
> org.apache.xindice.util.Configuration.processChildren(Configuration.java:684)
>
>    at
> org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
>    at
> org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
>    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:96)
> DEBUG>
> java.lang.IndexOutOfBoundsException
>    at java.io.ByteArrayOutputStream.write(Unknown Source)
>    at org.apache.xindice.core.filer.Paged$Page.streamTo(Paged.java:992)
>    at org.apache.xindice.core.filer.Paged.readValue(Paged.java:163)
>    at
> org.apache.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
>    at org.apache.xindice.core.Collection.getDocument(Collection.java:714)
>    at org.apache.xindice.core.Collection.putDocument(Collection.java:624)
>    at org.apache.xindice.core.Collection.putObject(Collection.java:795)
>    at org.apache.xindice.core.Collection.setObject(Collection.java:807)
>    at
> org.apache.xindice.core.SystemCollection.saveSymbols(SystemCollection.java:202)
>
>    at
> org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:185)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
>    at
> org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96)
>
>    at
> org.apache.xindice.util.Configuration.processChildren(Configuration.java:684)
>
>    at
> org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
>    at
> org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
>    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:96)
> DEBUG>
> java.lang.IndexOutOfBoundsException
>    at java.io.ByteArrayInputStream.read(Unknown Source)
>    at org.apache.xindice.core.filer.Paged$Page.streamFrom(Paged.java:1001)
>    at org.apache.xindice.core.filer.Paged.writeValue(Paged.java:198)
>    at
> org.apache.xindice.core.filer.BTreeFiler.writeRecord(BTreeFiler.java:173)
>    at org.apache.xindice.core.Collection.putDocument(Collection.java:629)
>    at org.apache.xindice.core.Collection.putObject(Collection.java:795)
>    at org.apache.xindice.core.Collection.setObject(Collection.java:807)
>    at
> org.apache.xindice.core.SystemCollection.saveSymbols(SystemCollection.java:202)
>
>    at
> org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:185)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
>    at
> org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96)
>
>    at
> org.apache.xindice.util.Configuration.processChildren(Configuration.java:684)
>
>    at
> org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92)
>
>    at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
>    at
> org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
>    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:96)
>
> java -classpath
> "C:\Xindice\java\lib\Xindice.jar;.;C:\ant\config;C:\Xindice\java\lib\ANT-14~1.JAR;C:\Xindice\java\lib\EXAMPLES.JAR;C:\Xindice\java\lib\INFOZO~1.JAR;C:\Xindice\java\lib\OPENOR~1.JAR;C:\Xindice\java\lib\OPENOR~2.JAR;C:\Xindice\java\lib\XALAN-~1.JAR;C:\Xindice\java\lib\XERCES~1.JAR;C:\Xindice\java\lib\XINDICE.JAR;C:\Xindice\java\lib\XML-AP~1.JAR;C:\Xindice\java\lib\XMLDB-~1.JAR;C:\Xindice\java\lib\XMLDB-~2.JAR;C:\Xindice\java\lib\XMLDB.JAR;C:\jdk1.3.1_01\lib\tools.jar"
> -noverify org.apache.xindice.core.server.Xindice
> C:\Xindice\config\system.xml
>
> Xindice 1.0 (Birthday)
>
> Database: 'db' initializing
> Script: 'GET' added to script storage
> Service: 'db' started
> Service: 'HTTPServer' started @ http://5686:4080/
> Service: 'APIService' started
>
> Server Running
>
>


Re: WinDoze Install Problems?

Posted by Drew Lane <dr...@qwest.net>.
Joan M Carroll wrote:

>should be ok now - THANKS for the note.
>  
>
I tried the script you mentioned.  It's a nice script - much
better than the one that came with Xindice (at least for some flavors of 
windose)

However, still getting same error message on startup even though the 
server starts

I don't suspect this is normal.

I still wonder if Xindice has been tested again Windows JDK 1.3.1_01

Eventually I will upgrade to JDK 1.4, but not right now.

Drew



DEBUG>
java.lang.IndexOutOfBoundsException
   at java.io.ByteArrayOutputStream.write(Unknown Source)
   at org.apache.xindice.core.filer.Paged$Page.streamTo(Paged.java:992)
   at org.apache.xindice.core.filer.Paged.readValue(Paged.java:163)
   at 
org.apache.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
   at org.apache.xindice.core.Collection.getDocument(Collection.java:714)
   at org.apache.xindice.core.Collection.getObject(Collection.java:760)
   at 
org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:182) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
   at 
org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96) 

   at 
org.apache.xindice.util.Configuration.processChildren(Configuration.java:684) 

   at 
org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
   at 
org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
   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:96)
DEBUG>
java.lang.IndexOutOfBoundsException
   at java.io.ByteArrayOutputStream.write(Unknown Source)
   at org.apache.xindice.core.filer.Paged$Page.streamTo(Paged.java:992)
   at org.apache.xindice.core.filer.Paged.readValue(Paged.java:163)
   at 
org.apache.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
   at org.apache.xindice.core.Collection.getDocument(Collection.java:714)
   at org.apache.xindice.core.Collection.putDocument(Collection.java:624)
   at org.apache.xindice.core.Collection.putObject(Collection.java:795)
   at org.apache.xindice.core.Collection.setObject(Collection.java:807)
   at 
org.apache.xindice.core.SystemCollection.saveSymbols(SystemCollection.java:202) 

   at 
org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:185) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
   at 
org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96) 

   at 
org.apache.xindice.util.Configuration.processChildren(Configuration.java:684) 

   at 
org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
   at 
org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
   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:96)
DEBUG>
java.io.IOException: The parameter is incorrect
   at java.io.RandomAccessFile.seek(Native Method)
   at org.apache.xindice.core.filer.Paged$Page.read(Paged.java:921)
   at org.apache.xindice.core.filer.Paged.getPage(Paged.java:130)
   at org.apache.xindice.core.filer.Paged.getPage(Paged.java:144)
   at org.apache.xindice.core.filer.Paged.writeValue(Paged.java:207)
   at 
org.apache.xindice.core.filer.BTreeFiler.writeRecord(BTreeFiler.java:173)
   at org.apache.xindice.core.Collection.putDocument(Collection.java:629)
   at org.apache.xindice.core.Collection.putObject(Collection.java:795)
   at org.apache.xindice.core.Collection.setObject(Collection.java:807)
   at 
org.apache.xindice.core.SystemCollection.saveSymbols(SystemCollection.java:202) 

   at 
org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:185) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
   at 
org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96) 

   at 
org.apache.xindice.util.Configuration.processChildren(Configuration.java:684) 

   at 
org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
   at 
org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
   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:96)
DEBUG>
java.lang.IndexOutOfBoundsException
   at java.io.ByteArrayOutputStream.write(Unknown Source)
   at org.apache.xindice.core.filer.Paged$Page.streamTo(Paged.java:992)
   at org.apache.xindice.core.filer.Paged.readValue(Paged.java:163)
   at 
org.apache.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
   at org.apache.xindice.core.Collection.getDocument(Collection.java:714)
   at org.apache.xindice.core.Collection.getObject(Collection.java:760)
   at 
org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:182) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
   at 
org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96) 

   at 
org.apache.xindice.util.Configuration.processChildren(Configuration.java:684) 

   at 
org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
   at 
org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
   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:96)
DEBUG>
java.lang.IndexOutOfBoundsException
   at java.io.ByteArrayOutputStream.write(Unknown Source)
   at org.apache.xindice.core.filer.Paged$Page.streamTo(Paged.java:992)
   at org.apache.xindice.core.filer.Paged.readValue(Paged.java:163)
   at 
org.apache.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
   at org.apache.xindice.core.Collection.getDocument(Collection.java:714)
   at org.apache.xindice.core.Collection.putDocument(Collection.java:624)
   at org.apache.xindice.core.Collection.putObject(Collection.java:795)
   at org.apache.xindice.core.Collection.setObject(Collection.java:807)
   at 
org.apache.xindice.core.SystemCollection.saveSymbols(SystemCollection.java:202) 

   at 
org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:185) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
   at 
org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96) 

   at 
org.apache.xindice.util.Configuration.processChildren(Configuration.java:684) 

   at 
org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
   at 
org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
   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:96)
DEBUG>
java.lang.IndexOutOfBoundsException
   at java.io.ByteArrayInputStream.read(Unknown Source)
   at org.apache.xindice.core.filer.Paged$Page.streamFrom(Paged.java:1001)
   at org.apache.xindice.core.filer.Paged.writeValue(Paged.java:198)
   at 
org.apache.xindice.core.filer.BTreeFiler.writeRecord(BTreeFiler.java:173)
   at org.apache.xindice.core.Collection.putDocument(Collection.java:629)
   at org.apache.xindice.core.Collection.putObject(Collection.java:795)
   at org.apache.xindice.core.Collection.setObject(Collection.java:807)
   at 
org.apache.xindice.core.SystemCollection.saveSymbols(SystemCollection.java:202) 

   at 
org.apache.xindice.core.SystemCollection.loadSymbols(SystemCollection.java:185) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:175)
   at 
org.apache.xindice.core.CollectionManager$1.process(CollectionManager.java:96) 

   at 
org.apache.xindice.util.Configuration.processChildren(Configuration.java:684) 

   at 
org.apache.xindice.core.CollectionManager.setConfig(CollectionManager.java:92) 

   at org.apache.xindice.core.Collection.setConfig(Collection.java:216)
   at 
org.apache.xindice.core.SystemCollection.init(SystemCollection.java:155)
   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:96)

java -classpath 
"C:\Xindice\java\lib\Xindice.jar;.;C:\ant\config;C:\Xindice\java\lib\ANT-14~1.JAR;C:\Xindice\java\lib\EXAMPLES.JAR;C:\Xindice\java\lib\INFOZO~1.JAR;C:\Xindice\java\lib\OPENOR~1.JAR;C:\Xindice\java\lib\OPENOR~2.JAR;C:\Xindice\java\lib\XALAN-~1.JAR;C:\Xindice\java\lib\XERCES~1.JAR;C:\Xindice\java\lib\XINDICE.JAR;C:\Xindice\java\lib\XML-AP~1.JAR;C:\Xindice\java\lib\XMLDB-~1.JAR;C:\Xindice\java\lib\XMLDB-~2.JAR;C:\Xindice\java\lib\XMLDB.JAR;C:\jdk1.3.1_01\lib\tools.jar" 
-noverify org.apache.xindice.core.server.Xindice 
C:\Xindice\config\system.xml

Xindice 1.0 (Birthday)

Database: 'db' initializing
Script: 'GET' added to script storage
Service: 'db' started
Service: 'HTTPServer' started @ http://5686:4080/
Service: 'APIService' started

Server Running



Re: WinDoze Install Problems?

Posted by Joan M Carroll <jc...@world.std.com>.
should be ok now - THANKS for the note.

On Thu, 19 Sep 2002, Drew Lane wrote:

>
>   Forbidden
>
> You don't have permission to access
> /~jcarroll/xindice_work/xindice_bat.zip on this server.
>
>
> Joan M Carroll wrote:
>
> >Hello, Salut, Privet, etc
> >
> >I am new to the xindice user list, so pardon
> >me if this post is out-of-form.
> >
> >I also had problems installing & running on
> >the windows platform (Linux was a-OK).
> >
> >I got everything working smoothly by making
> >up some new batch files.
> >
> >If anyone wants to try these out, they're at
> >
> >http://theworld.com/~jcarroll/
> >
> >There is some doc, but - quickly - you should
> >
> >1) save off your original batch files,
> >2) replace them with the new ones,
> >3) read the "Dos-Tips" file (you may need to increase
> >your environment size etc), then
> >4) run 'MakeEnv' to initialize everything.
> >
> >The scripts don't add XINDICE_HOME\bin to your
> >PATH.  You need to do this yourself.
> >
> >These files work for me, but comments & suggestions
> >are welcome - I will update the site.
> >
> >Good Luck!
> >j
> >
> >
> >
> >
> >
>
>


Re: WinDoze Install Problems?

Posted by Drew Lane <dr...@qwest.net>.
  Forbidden

You don't have permission to access 
/~jcarroll/xindice_work/xindice_bat.zip on this server.


Joan M Carroll wrote:

>Hello, Salut, Privet, etc
>
>I am new to the xindice user list, so pardon
>me if this post is out-of-form.
>
>I also had problems installing & running on
>the windows platform (Linux was a-OK).
>
>I got everything working smoothly by making
>up some new batch files.
>
>If anyone wants to try these out, they're at
>
>http://theworld.com/~jcarroll/
>
>There is some doc, but - quickly - you should
>
>1) save off your original batch files,
>2) replace them with the new ones,
>3) read the "Dos-Tips" file (you may need to increase
>your environment size etc), then
>4) run 'MakeEnv' to initialize everything.
>
>The scripts don't add XINDICE_HOME\bin to your
>PATH.  You need to do this yourself.
>
>These files work for me, but comments & suggestions
>are welcome - I will update the site.
>
>Good Luck!
>j
>
>
>
>  
>