RE: Problem with continuum

2008-03-04 Thread nicklist
You need file access to your continuum application. (Through ssh or on the machine itself for example) Continuum uses a work directory where the checkouts are made. Here lies the problem. (For every build the working copy is updated, not recreated.) As a side note for the dev'ers. Would it be

Re: Problem starting Continuum webapp interface

2006-06-14 Thread Emmanuel Venisse
the default http port used by continuum is 8080. Do you have an other server on this port? You can change it in apps/continuum/conf/application.xml Actually, you can't deploy continuum in a servlet container. Normally, it will be possible in 1.1 Emmanuel Punyashloka Biswal a écrit : Hi,

Re: Problem starting Continuum

2006-05-31 Thread Emmanuel Venisse
I think you'll need to reinstall your continuum. Before to do it, you can connect to the derby database with a jdbc client and try to remove the duplicated object (or remove this table, it will be recreated at startup normally) but you perhaps have some other error in your db. Emmanuel Mike

Re: Problem with continuum-1.0.3

2006-04-28 Thread Thibaut Cazenave
Here is the final explanation of a long exchange with Emmanuel for my problem... Finally I did find why Continuum blocked during CVS project checkout. It was because of compress option -z3 used by default for all cvs commands in new version (1.0-beta-3) of SCM CVS API. example : cvs -f -d

Re: Problem with continuum-1.0.3

2006-04-26 Thread Emmanuel Venisse
Thibaut, Can you answer to my questions? Emmanuel Thibaut Cazenave a écrit : Emmanuel Venisse : Is it a big file? How many files do you have in your project? The best place for continuum question is the continuum mailing list, thanks. Emmanuel Thibaut CAZENAVE a écrit : Hi, I just

Re: Problem with continuum-1.0.3

2006-04-26 Thread Thibaut Cazenave
Yes sorry, I've got to come back to work to check these points. This file on which continuum blocked is not that big : 23533 o on my CVS repository There are bigger files on my project. When checkouted on Windows, this file sizes 20 ko. I've got 1596 files and 2876 folders in my project. And

Re: Problem with continuum-1.0.3

2006-04-26 Thread Emmanuel Venisse
Can you do some tests? 1- Remove your database 2- start continuum and configure it 3- add all your projects 4- wait the checkout of files (without browsing continuum web interface, so logs will be clean) 5- Send me logs What is the OS that host Continuum? Emmanuel Thibaut Cazenave a écrit :

Re: Problem with continuum on solaris zone

2006-01-15 Thread Trygve Laugstøl
On Fri, 2006-01-13 at 09:14 -0500, Sean Schofield wrote: We're trying to setup continuum for the MyFaces project. We have a solaris zone set up and we're having trouble starting the server. $ bin/solaris/run.sh start Starting continuum... bin/solaris/run.sh: ./wrapper: cannot execute