Re: Error when cocoon initializing

2002-11-08 Thread Geoff Howard
I think some of the Jisp stuff may have been worked on
recently (not sure about that) so you may try doing a
cvs update.

As a quick experiment, you could try switching to the
plain file system store in cocoon.xconf.

Is this a fresh install?

Geoff Howard

--- Kyle Koss [EMAIL PROTECTED] wrote:
 I am running cocoon-CVS from Nov.4 on SunOne
 appserver 7, and I get this
 error when cocoon starts up:
 
 ERROR   (2002-11-07) 16:19.03:876  
 [core.store.persistent]
 (Unknown-URI) Unknown-thread/JispFilesystemStore:
 initialize(..)
 Exception
 java.io.EOFException
   at

java.io.RandomAccessFile.readByte(RandomAccessFile.java:564)
   at

com.coyotegulch.jisp.ObjectDatabaseFile.readObject(ObjectDatabaseFile.ja
 va:368)
   at

com.coyotegulch.jisp.BTreePageFile.init(BTreePageFile.java:74)
   at

com.coyotegulch.jisp.BTreeIndex.init(BTreeIndex.java:110)
   at

org.apache.cocoon.components.store.JispFilesystemStore.initialize(JispFi
 lesystemStore.java:240)
   at

org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstanc
 e(DefaultComponentFactory.java:275)
   at

org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initial
 ize(ThreadSafeComponentHandler.java:98)
   at

org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(E
 xcaliburComponentManager.java:268)
   at

org.apache.cocoon.components.CocoonComponentManager.lookup(CocoonCompone
 ntManager.java:236)
   at

org.apache.avalon.excalibur.component.DefaultComponentFactory$ComponentM
 anagerProxy.lookup(DefaultComponentFactory.java:393)
   at

org.apache.excalibur.store.impl.MRUMemoryStore.compose(MRUMemoryStore.ja
 va:63)
   at

org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstanc
 e(DefaultComponentFactory.java:239)
   at

org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initial
 ize(ThreadSafeComponentHandler.java:98)
   at

org.apache.avalon.excalibur.component.ExcaliburComponentManager.initiali
 ze(ExcaliburComponentManager.java:513)
   at
 org.apache.cocoon.Cocoon.initialize(Cocoon.java:288)
   at

org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.java:
 1305)
   at

org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:507)
   at

org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
 a:921)
   at

org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
   at

org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.j
 ava:3346)
   at

org.apache.catalina.core.StandardContext.start(StandardContext.java:3592
 )
   at

org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
   at

org.apache.catalina.core.StandardHost.start(StandardHost.java:638)
   at

org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
   at

org.apache.catalina.core.StandardEngine.start(StandardEngine.java:345)
   at

org.apache.catalina.startup.Embedded.start(Embedded.java:957)
   at

com.iplanet.ias.web.WebContainer.start(WebContainer.java:426)
   at

com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:514)
   at

com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:170)
 
 What do I do to fix this.
 
 Thanx,
 Kyle
 
 
 

-
 Please check that your question  has not already
 been answered in the
 FAQ before posting.
 http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:  
 [EMAIL PROTECTED]
 


__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




RE: Error when cocoon initializing

2002-11-08 Thread Kyle Koss
I did try switching to the plain file system, that gave me
initialization errors as well, so that's not the answer. And yes, it is
a fresh install.

Do you know what files I would have to update for this, would it be just
the jisp jar file, or other jars as well?

Kyle Koss

-Original Message-
From: Geoff Howard [mailto:cocoongeoff;yahoo.com] 
Sent: November 8, 2002 8:24 AM
To: [EMAIL PROTECTED]
Subject: Re: Error when cocoon initializing

I think some of the Jisp stuff may have been worked on
recently (not sure about that) so you may try doing a
cvs update.

As a quick experiment, you could try switching to the
plain file system store in cocoon.xconf.

Is this a fresh install?

Geoff Howard

--- Kyle Koss [EMAIL PROTECTED] wrote:
 I am running cocoon-CVS from Nov.4 on SunOne
 appserver 7, and I get this
 error when cocoon starts up:
 
 ERROR   (2002-11-07) 16:19.03:876  
 [core.store.persistent]
 (Unknown-URI) Unknown-thread/JispFilesystemStore:
 initialize(..)
 Exception
 java.io.EOFException
   at

java.io.RandomAccessFile.readByte(RandomAccessFile.java:564)
   at

com.coyotegulch.jisp.ObjectDatabaseFile.readObject(ObjectDatabaseFile.ja
 va:368)
   at

com.coyotegulch.jisp.BTreePageFile.init(BTreePageFile.java:74)
   at

com.coyotegulch.jisp.BTreeIndex.init(BTreeIndex.java:110)
   at

org.apache.cocoon.components.store.JispFilesystemStore.initialize(JispFi
 lesystemStore.java:240)
   at

org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstanc
 e(DefaultComponentFactory.java:275)
   at

org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initial
 ize(ThreadSafeComponentHandler.java:98)
   at

org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(E
 xcaliburComponentManager.java:268)
   at

org.apache.cocoon.components.CocoonComponentManager.lookup(CocoonCompone
 ntManager.java:236)
   at

org.apache.avalon.excalibur.component.DefaultComponentFactory$ComponentM
 anagerProxy.lookup(DefaultComponentFactory.java:393)
   at

org.apache.excalibur.store.impl.MRUMemoryStore.compose(MRUMemoryStore.ja
 va:63)
   at

org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstanc
 e(DefaultComponentFactory.java:239)
   at

org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initial
 ize(ThreadSafeComponentHandler.java:98)
   at

org.apache.avalon.excalibur.component.ExcaliburComponentManager.initiali
 ze(ExcaliburComponentManager.java:513)
   at
 org.apache.cocoon.Cocoon.initialize(Cocoon.java:288)
   at

org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.java:
 1305)
   at

org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:507)
   at

org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.jav
 a:921)
   at

org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
   at

org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.j
 ava:3346)
   at

org.apache.catalina.core.StandardContext.start(StandardContext.java:3592
 )
   at

org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
   at

org.apache.catalina.core.StandardHost.start(StandardHost.java:638)
   at

org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
   at

org.apache.catalina.core.StandardEngine.start(StandardEngine.java:345)
   at

org.apache.catalina.startup.Embedded.start(Embedded.java:957)
   at

com.iplanet.ias.web.WebContainer.start(WebContainer.java:426)
   at

com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:514)
   at

com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:170)
 
 What do I do to fix this.
 
 Thanx,
 Kyle
 
 
 

-
 Please check that your question  has not already
 been answered in the
 FAQ before posting.
 http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:  
 [EMAIL PROTECTED]
 


__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]