Re: [c-1.1]Working copy delete error

2007-12-29 Thread Mick Knutson
I stopped tomcat and attempted to delete the files manually and it wont let
me because they seem to be read-only (see below).

I restarted tomcat and now get:

[EMAIL PROTECTED] bin]$ ./startup.sh
Using CATALINA_BASE:   /home/build/opt/apache-tomcat-5.5.25
Using CATALINA_HOME:   /home/build/opt/apache-tomcat-5.5.25
Using CATALINA_TMPDIR: /home/build/opt/apache-tomcat-5.5.25/temp
Using JRE_HOME:   /usr/lib/jvm/java-1.5.0
touch: cannot touch `/home/build/opt/apache-tomcat-5.5.25/logs/catalina.out':
Read-only file system
[EMAIL PROTECTED] bin]$ /home/build/opt/apache-tomcat-5.5.25/bin/catalina.sh:
line 273: /home/build/opt/apache-tomcat-5.5.25/logs/catalina.out: Read-only
file system

*


On Dec 28, 2007 4:57 PM, Wendy Smoak [EMAIL PROTECTED] wrote:

 On Dec 28, 2007 5:38 PM, Mick Knutson [EMAIL PROTECTED] wrote:

  I just started getting this errror:
 
  org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error
  executing action 'clean-working-directory'
 ...
  Caused by: java.io.IOException: Unable to delete directory
  /home/build/opt/apache-tomcat-5.5.25
 /webapps/continuum/WEB-INF/working-directory/20/immi/common/src/main/java/com/immi/common/domain/matching/.svn/tmp/props

 Try logging in and deleting that working copy yourself.  Continuum
 will check it out again next time the project builds.

 --
 Wendy




-- 
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---


Re: [c-1.1]Working copy delete error

2007-12-29 Thread Roger Ye
I had got the same error and figured out the same solution as Wendy
mentioned,
just log in the server and delete /working-directory/20 manually,
actually I deleted
everything inside the working-directory.

BTW, I use continuum 1.1 as a webapp deployed to tomcat 6.0.14, Mick, seems
you
have the similar case?

Roger


On 12/29/07, Wendy Smoak [EMAIL PROTECTED] wrote:

 On Dec 28, 2007 5:38 PM, Mick Knutson [EMAIL PROTECTED] wrote:

  I just started getting this errror:
 
  org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error
  executing action 'clean-working-directory'
 ...
  Caused by: java.io.IOException: Unable to delete directory
  /home/build/opt/apache-tomcat-5.5.25
 /webapps/continuum/WEB-INF/working-directory/20/immi/common/src/main/java/com/immi/common/domain/matching/.svn/tmp/props

 Try logging in and deleting that working copy yourself.  Continuum
 will check it out again next time the project builds.

 --
 Wendy