I did
install cocoon on Resin 2.0.5 . I did not replace any library files in the \LIB
directory of resin. I did a build on cocoon using the following
command
.\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%RESIN_HOME%\webapps
install
When I
start the first time, everything runs fine including the database connection to
hsql. However when I close the server and restart it, it gives me the following
error.
Resin
2.0.5 (built Fri Jan 11 08:29:05 PST 2002)
Copyright(c) 1998-2001 Caucho Technology. All rights reserved. Starting Resin on Thu, 28 Feb 2002 12:41:52 -0800 (PST)
http listening to *:8080 srun listening to 127.0.0.1:6802 [2002-02-28 12:41:53.672] initializing application http://localhost/cocoon Loading catalog: /D:/silvys/resin-2.0.5/webapps/cocoon/resources/entities/catalog [2002-02-28 12:41:56.927] initializing application http://localhost/examples/login [2002-02-28 12:41:56.937] initializing application http://localhost/examples/tags [2002-02-28 12:41:56.937] initializing application http://localhost/examples/templates [2002-02-28 12:41:56.937] initializing application http://localhost/examples/xsl [2002-02-28 12:41:56.937] initializing application http://localhost/java_tut [2002-02-28 12:41:56.937] initializing application http://localhost/examples/navigation [2002-02-28 12:41:56.937] initializing application http://localhost/examples/basic [2002-02-28 12:41:56.937] initializing application http://localhost/ [2002-02-28 12:41:56.937] initializing application http://localhost/examples/tictactoe Server.run/init: java.sql.SQLException: File input/output error: D:\silvys\resin-2.0.5\webapps\cocoon\WEB-INF\db\cocoondb.backup java.sql.SQLException: File input/output error: D:\silvys\resin-2.0.5\webapps\cocoon\WEB-INF\db\cocoondb.backup at org.hsqldb.Trace.getError(Trace.java:180) at org.hsqldb.Trace.getError(Trace.java:144) at org.hsqldb.Trace.error(Trace.java:205) at org.hsqldb.Log.restoreBackup(Log.java:731) at org.hsqldb.Log.open(Log.java:212) at org.hsqldb.Database.<init>(Database.java:96) at org.hsqldb.Server.run(Server.java:137) at org.hsqldb.Server.main(Server.java:78) at org.apache.cocoon.components.hsqldb.ServerImpl.run(ServerImpl.java:101) at java.lang.Thread.run(Thread.java:484) Can
anybody answer this for me.
Silvy
Mathews
|
- Install Cocoon with Resin 2.0.5 Antonio Serrano
- RE: Install Cocoon with Resin 2.0.5 Mathews, Silvy (HQP)
- RE: Install Cocoon with Resin 2.0.5 Vadim Gritsenko
- RE: Install Cocoon with Resin 2.0.5 Mathews, Silvy (HQP)
- Install Cocoon with Resin 2.0.5 Antonio Serrano