You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Gunter D'Hondt <gu...@sofico.be> on 2005/03/15 11:24:31 UTC

com.coyotegulch.jisp.DatabaseException

Hi,
Strange things are happening inside the Cocoon error.log with my 
Cocoon/CForms webapp (which doesn't use any db). Anybody any idea why I'm 
getting this? See stacktrace below (it occurs on multiple uri's and not 
always...)

Regards,
Gunter D'Hondt

Stacktrace from errorlog:
ERROR   (2005-03-15) 11:12.45:578   [core.store.persistent] 
(/myurl/577148) Thread-12/AbstractJispFilesystemStore: get(..): Exception
com.coyotegulch.jisp.DatabaseException: no indexes associated with this 
database
        at 
com.coyotegulch.jisp.IndexedObjectDatabase.<clinit>(IndexedObjectDatabase.java:88)
        at 
org.apache.cocoon.components.store.impl.DefaultPersistentStore.parameterize(DefaultPersistentStore.java:174)
        at 
org.apache.avalon.framework.container.ContainerUtil.parameterize(ContainerUtil.java:266)
        at 
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(DefaultComponentFactory.java:307)
        at 
org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(ThreadSafeComponentHandler.java:143)
        at 
org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(ExcaliburComponentManager.java:310)
        at 
org.apache.cocoon.components.CocoonComponentManager.lookup(CocoonComponentManager.java:324)
        at 
org.apache.avalon.framework.service.WrapperServiceManager.lookup(WrapperServiceManager.java:106)
        at 
org.apache.excalibur.store.impl.MRUMemoryStore.parameterize(MRUMemoryStore.java:153)
        at 
org.apache.cocoon.components.store.impl.DefaultStore.parameterize(DefaultStore.java:72)
        at 
org.apache.avalon.framework.container.ContainerUtil.parameterize(ContainerUtil.java:266)
        at 
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(DefaultComponentFactory.java:307)
        at 
org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(ThreadSafeComponentHandler.java:143)
        at 
org.apache.avalon.excalibur.component.ExcaliburComponentManager.initialize(ExcaliburComponentManager.java:556)
        at 
org.apache.cocoon.components.CocoonComponentManager.initialize(CocoonComponentManager.java:547)
        at 
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil.java:282)
        at org.apache.cocoon.Cocoon.initialize(Cocoon.java:340)
        at 
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil.java:282)
        at 
org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.java:1369)
        at 
org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:514)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)
        at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)
        at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3420)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:3608)
        at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
        at 
org.apache.catalina.core.StandardHost.start(StandardHost.java:738)
        at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:497)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:2190)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
        at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
        at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: com.coyotegulch.jisp.DatabaseException

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Gunter D'Hondt wrote:
> Hi,
> Strange things are happening inside the Cocoon error.log with my 
> Cocoon/CForms webapp (which doesn't use any db). Anybody any idea why I'm 
> getting this? See stacktrace below (it occurs on multiple uri's and not 
> always...)
> 
> Regards,
> Gunter D'Hondt
> 
> Stacktrace from errorlog:
> ERROR   (2005-03-15) 11:12.45:578   [core.store.persistent] 
> (/myurl/577148) Thread-12/AbstractJispFilesystemStore: get(..): Exception
> com.coyotegulch.jisp.DatabaseException: no indexes associated with this 

bugs with the jisp cache led to its removal in cocoon 2.1.6. consider 
upgrading


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org