You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Nicolas Loison <ni...@gmail.com> on 2008/02/27 20:35:51 UTC

Build blocked

Hello,

I've got a problem with a build in Continuum. My Continuum version is
1.0.3and I using Maven 2.

My build runs a jmeter script who is bad. Even if I restart Continuum, the
build is always blocked at the same place and it's impossible to suppress it
!!

Please, can you help me ?

Thanks

Nico

PS: Sorry for my English.... I'm french user

Re: Build blocked

Posted by Olivier Lamy <ol...@apache.org>.
Hi,
Maybe you have a build which runs during too long time.
In the last continuum version, you can setup the maximum time for a
build duration.
But take care about the "Terminer le processus" on windows. AFAIK, it
doesn't really work (due to some limitations on windows).
--
Olivier
2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> Hi Nicolas,
>
>  How is your JMeter script started? I guess continuum just started it, but restarting continuum won't restart this script (since there's certainly no more parent/child relationship if you run under Unix/Linux).
>  So you might need to kill this process.
>
>  Under Linux, use the "kill command" after having found its pid (process id). Under windows, open the process windows and click on "Terminer le processus" :-).
>
>  Cheers.
>  PS : The end of your message made me laugh, btw: "Sorry for my English.... I'm french user". As if being french would be a totally normal excuse for not being able to write english :).
>
>  -----Message d'origine-----
>  De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
>  Envoyé : mercredi 27 février 2008 20:36
>  À : continuum-users@maven.apache.org
>  Objet : Build blocked
>
>
>  Hello,
>
>  I've got a problem with a build in Continuum. My Continuum version is 1.0.3and I using Maven 2.
>
>  My build runs a jmeter script who is bad. Even if I restart Continuum, the build is always blocked at the same place and it's impossible to suppress it !!
>
>  Please, can you help me ?
>
>  Thanks
>
>  Nico
>
>  PS: Sorry for my English.... I'm french user
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
Finally with your explication, it's very simply.

I work on...

Thanks

2008/3/11, Emmanuel Venisse <em...@gmail.com>:
>
> if you don't want, you must connect to your db locally. A derby db is a
> directory so you can copy it on your computer, modify it, then copy back
> it
> to the server.
>
> On Tue, Mar 11, 2008 at 11:00 AM, Nicolas Loison <
> nicolas.loison1@gmail.com>
>
> wrote:
>
> > starting a derby server plugged to my db.........
> >
> > 2008/3/11, Emmanuel Venisse <em...@gmail.com>:
> > >
> > > What is difficult???
> > >
> > > On Mon, Mar 10, 2008 at 6:51 PM, Nicolas Loison <
> > nicolas.loison1@gmail.com
> > > >
> > >
> > > wrote:
> > >
> > > > Ouchhhh,
> > > >
> > > > It's too much difficult....
> > > >
> > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > >
> > > > > You can't except if you start a derby server plugged to your db.
> > > > >
> > > > > Emmanuel
> > > > >
> > > > > On Mon, Mar 10, 2008 at 5:58 PM, Nicolas Loison <
> > > > nicolas.loison1@gmail.com
> > > > > >
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Ok thanks for these explications.
> > > > > >
> > > > > > SquirelSQL may be installed in other PC than the PC where is
> > > installed
> > > > > > continuum ?
> > > > > >
> > > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > > >
> > > > > > > derby is used in memory, so the database is stored in some
> files
> > > and
> > > > > the
> > > > > > > db
> > > > > > > name is ${plexus.home}/database
> > > > > > > When you'll use SquirrelSQL, replace ${plexus.home} by the
> > > continuum
> > > > > > root
> > > > > > > directory, maybe a sub-directory.
> > > > > > > Search a subdirectory named 'database' under your continuum
> > > > directory
> > > > > > and
> > > > > > > you'll know the path to use.
> > > > > > >
> > > > > > > Emmanuel
> > > > > > >
> > > > > > > On Mon, Mar 10, 2008 at 4:29 PM, Nicolas Loison <
> > > > > > nicolas.loison1@gmail.com
> > > > > > > >
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > So,
> > > > > > > >
> > > > > > > > My jdbc url is :
> > > > > > > >
> > > > > > > > <property>
> > > > > > > >            <name>javax.jdo.option.ConnectionURL</name>
> > > > > > > >            <value>jdbc:derby:${plexus.home
> > > > > > }/database;create=true</value>
> > > > > > > > </property>
> > > > > > > >
> > > > > > > > Thanks !
> > > > > > > >
> > > > > > > >
> > > > > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > >
> > > > > > > > > What is your jdbc url?
> > > > > > > > >
> > > > > > > > > Emmanuel
> > > > > > > > >
> > > > > > > > > On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> > > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Ok, so I've found this information in the
> > application.xmlfile
> > > > > but
> > > > > > I
> > > > > > > > > don't
> > > > > > > > > > know what is the name of the DB...
> > > > > > > > > >
> > > > > > > > > > 2008/3/10, Emmanuel Venisse <emmanuel.venisse@gmail.com
> >:
> > > > > > > > > > >
> > > > > > > > > > > You'll find the jdbc url in your application.xml file
> > with
> > > > > > > > > > > username/password. normally, the login is 'sa' with no
> > > > > password.
> > > > > > > > > > >
> > > > > > > > > > > emmanuel
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > > Hi,
> > > > > > > > > > > >
> > > > > > > > > > > > I was in holiday the last week.
> > > > > > > > > > > >
> > > > > > > > > > > > I would like to know what is the name of the DB and
> > What
> > > > is
> > > > > > the
> > > > > > > > > login
> > > > > > > > > > > and
> > > > > > > > > > > > the password to connect it ?
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks a lot,
> > > > > > > > > > > > Nico
> > > > > > > > > > > >
> > > > > > > > > > > > 2008/2/29, Nicolas Loison <nicolas.loison1@gmail.com
> >:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > >
> > > > > > > > > > > > > But what is the name of the DB ? Where is it ?
> What
> > is
> > > > the
> > > > > > > login
> > > > > > > > > and
> > > > > > > > > > > the
> > > > > > > > > > > > > password to connect it ?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks a lot,
> > > > > > > > > > > > > Nico
> > > > > > > > > > > > >
> > > > > > > > > > > > > 2008/2/29, Emmanuel Venisse <
> > > emmanuel.venisse@gmail.com
> > > > >:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > ok, so you can connect to your db with a sql
> > client
> > > > like
> > > > > > > > > > > SquirrelSQL,
> > > > > > > > > > > > > > then
> > > > > > > > > > > > > > you modify the state in the project table.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Emmanuel
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison
> <
> > > > > > > > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Yes of course, I've trying several times, and
> > the
> > > > > > problem
> > > > > > > is
> > > > > > > > > > > always
> > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > same...
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > > > > emmanuel.venisse@gmail.com
> > > > > > >:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Before to modify the db, do you have tested
> to
> > > > > restart
> > > > > > > > > > Continuum
> > > > > > > > > > > > > > then to
> > > > > > > > > > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas
> > Loison
> > > <
> > > > > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I can't force a build, I have not the
> choice
> > > to
> > > > do
> > > > > > it.
> > > > > > > > I'm
> > > > > > > > > > > > obliged
> > > > > > > > > > > > > > to
> > > > > > > > > > > > > > > > > fixed
> > > > > > > > > > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > > > > Nicolas
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > > > > > > emmanuel.venisse@gmail.com
> > > > > > > > >:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > What happen if you force a build?
> > Generally
> > > it
> > > > > fix
> > > > > > > > this
> > > > > > > > > > > > 1.0.3issue.
> > > > > > > > > > > > > > > > > > If it doesn't work, you'll need to fix
> it
> > in
> > > > the
> > > > > > DB.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Emmanuel
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas
> > > > Loison
> > > > > <
> > > > > > > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Hi !
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > So, I run under Linux, but I don't see
> > any
> > > > > > process
> > > > > > > > in
> > > > > > > > > > > report
> > > > > > > > > > > > > > with
> > > > > > > > > > > > > > > > > maven.
> > > > > > > > > > > > > > > > > > > Are
> > > > > > > > > > > > > > > > > > > you able to say more about this
> process
> > ?
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > 2008/2/28, MATHUS Baptiste <
> > > > mathus.b@mipih.fr
> > > > > >:
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > How is your JMeter script started? I
> > > guess
> > > > > > > > continuum
> > > > > > > > > > > just
> > > > > > > > > > > > > > > started
> > > > > > > > > > > > > > > > > it,
> > > > > > > > > > > > > > > > > > > but
> > > > > > > > > > > > > > > > > > > > restarting continuum won't restart
> > this
> > > > > script
> > > > > > > > > (since
> > > > > > > > > > > > > > there's
> > > > > > > > > > > > > > > > > > certainly
> > > > > > > > > > > > > > > > > > > no
> > > > > > > > > > > > > > > > > > > > more parent/child relationship if
> you
> > > run
> > > > > > under
> > > > > > > > > > > > Unix/Linux).
> > > > > > > > > > > > > > > > > > > > So you might need to kill this
> > process.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Under Linux, use the "kill command"
> > > after
> > > > > > having
> > > > > > > > > found
> > > > > > > > > > > its
> > > > > > > > > > > > > > pid
> > > > > > > > > > > > > > > > > > (process
> > > > > > > > > > > > > > > > > > > > id). Under windows, open the process
> > > > windows
> > > > > > and
> > > > > > > > > click
> > > > > > > > > > > on
> > > > > > > > > > > > > > > > "Terminer
> > > > > > > > > > > > > > > > > le
> > > > > > > > > > > > > > > > > > > > processus" :-).
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Cheers.
> > > > > > > > > > > > > > > > > > > > PS : The end of your message made me
> > > > laugh,
> > > > > > btw:
> > > > > > > > > > "Sorry
> > > > > > > > > > > > for
> > > > > > > > > > > > > > my
> > > > > > > > > > > > > > > > > > > English....
> > > > > > > > > > > > > > > > > > > > I'm french user". As if being french
> > > would
> > > > > be
> > > > > > a
> > > > > > > > > > totally
> > > > > > > > > > > > > > normal
> > > > > > > > > > > > > > > > > excuse
> > > > > > > > > > > > > > > > > > > for
> > > > > > > > > > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > > > > > > > > > De : Nicolas Loison [mailto:
> > > > > > > > > nicolas.loison1@gmail.com]
> > > > > > > > > > > > > > > > > > > > Envoyé : mercredi 27 février 2008
> > 20:36
> > > > > > > > > > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Hello,
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > I've got a problem with a build in
> > > > > Continuum.
> > > > > > My
> > > > > > > > > > > Continuum
> > > > > > > > > > > > > > > version
> > > > > > > > > > > > > > > > > is
> > > > > > > > > > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > My build runs a jmeter script who is
> > > bad.
> > > > > Even
> > > > > > > if
> > > > > > > > I
> > > > > > > > > > > > restart
> > > > > > > > > > > > > > > > > Continuum,
> > > > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > > > > > build is always blocked at the same
> > > place
> > > > > and
> > > > > > > it's
> > > > > > > > > > > > > > impossible to
> > > > > > > > > > > > > > > > > > > suppress it
> > > > > > > > > > > > > > > > > > > > !!
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > PS: Sorry for my English.... I'm
> > french
> > > > user
> > >
> > >
>
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
if you don't want, you must connect to your db locally. A derby db is a
directory so you can copy it on your computer, modify it, then copy back it
to the server.

On Tue, Mar 11, 2008 at 11:00 AM, Nicolas Loison <ni...@gmail.com>
wrote:

> starting a derby server plugged to my db.........
>
> 2008/3/11, Emmanuel Venisse <em...@gmail.com>:
> >
> > What is difficult???
> >
> > On Mon, Mar 10, 2008 at 6:51 PM, Nicolas Loison <
> nicolas.loison1@gmail.com
> > >
> >
> > wrote:
> >
> > > Ouchhhh,
> > >
> > > It's too much difficult....
> > >
> > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > >
> > > > You can't except if you start a derby server plugged to your db.
> > > >
> > > > Emmanuel
> > > >
> > > > On Mon, Mar 10, 2008 at 5:58 PM, Nicolas Loison <
> > > nicolas.loison1@gmail.com
> > > > >
> > > >
> > > > wrote:
> > > >
> > > > > Ok thanks for these explications.
> > > > >
> > > > > SquirelSQL may be installed in other PC than the PC where is
> > installed
> > > > > continuum ?
> > > > >
> > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > >
> > > > > > derby is used in memory, so the database is stored in some files
> > and
> > > > the
> > > > > > db
> > > > > > name is ${plexus.home}/database
> > > > > > When you'll use SquirrelSQL, replace ${plexus.home} by the
> > continuum
> > > > > root
> > > > > > directory, maybe a sub-directory.
> > > > > > Search a subdirectory named 'database' under your continuum
> > > directory
> > > > > and
> > > > > > you'll know the path to use.
> > > > > >
> > > > > > Emmanuel
> > > > > >
> > > > > > On Mon, Mar 10, 2008 at 4:29 PM, Nicolas Loison <
> > > > > nicolas.loison1@gmail.com
> > > > > > >
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > So,
> > > > > > >
> > > > > > > My jdbc url is :
> > > > > > >
> > > > > > > <property>
> > > > > > >            <name>javax.jdo.option.ConnectionURL</name>
> > > > > > >            <value>jdbc:derby:${plexus.home
> > > > > }/database;create=true</value>
> > > > > > > </property>
> > > > > > >
> > > > > > > Thanks !
> > > > > > >
> > > > > > >
> > > > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > >
> > > > > > > > What is your jdbc url?
> > > > > > > >
> > > > > > > > Emmanuel
> > > > > > > >
> > > > > > > > On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Ok, so I've found this information in the
> application.xmlfile
> > > > but
> > > > > I
> > > > > > > > don't
> > > > > > > > > know what is the name of the DB...
> > > > > > > > >
> > > > > > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > > >
> > > > > > > > > > You'll find the jdbc url in your application.xml file
> with
> > > > > > > > > > username/password. normally, the login is 'sa' with no
> > > > password.
> > > > > > > > > >
> > > > > > > > > > emmanuel
> > > > > > > > > >
> > > > > > > > > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > Hi,
> > > > > > > > > > >
> > > > > > > > > > > I was in holiday the last week.
> > > > > > > > > > >
> > > > > > > > > > > I would like to know what is the name of the DB and
> What
> > > is
> > > > > the
> > > > > > > > login
> > > > > > > > > > and
> > > > > > > > > > > the password to connect it ?
> > > > > > > > > > >
> > > > > > > > > > > Thanks a lot,
> > > > > > > > > > > Nico
> > > > > > > > > > >
> > > > > > > > > > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > >
> > > > > > > > > > > > But what is the name of the DB ? Where is it ? What
> is
> > > the
> > > > > > login
> > > > > > > > and
> > > > > > > > > > the
> > > > > > > > > > > > password to connect it ?
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks a lot,
> > > > > > > > > > > > Nico
> > > > > > > > > > > >
> > > > > > > > > > > > 2008/2/29, Emmanuel Venisse <
> > emmanuel.venisse@gmail.com
> > > >:
> > > > > > > > > > > > >
> > > > > > > > > > > > > ok, so you can connect to your db with a sql
> client
> > > like
> > > > > > > > > > SquirrelSQL,
> > > > > > > > > > > > > then
> > > > > > > > > > > > > you modify the state in the project table.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Emmanuel
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > > > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > > > > > > >
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > > Yes of course, I've trying several times, and
> the
> > > > > problem
> > > > > > is
> > > > > > > > > > always
> > > > > > > > > > > > > the
> > > > > > > > > > > > > > same...
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > > > emmanuel.venisse@gmail.com
> > > > > >:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Before to modify the db, do you have tested to
> > > > restart
> > > > > > > > > Continuum
> > > > > > > > > > > > > then to
> > > > > > > > > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas
> Loison
> > <
> > > > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I can't force a build, I have not the choice
> > to
> > > do
> > > > > it.
> > > > > > > I'm
> > > > > > > > > > > obliged
> > > > > > > > > > > > > to
> > > > > > > > > > > > > > > > fixed
> > > > > > > > > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > > > Nicolas
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > > > > > emmanuel.venisse@gmail.com
> > > > > > > >:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > What happen if you force a build?
> Generally
> > it
> > > > fix
> > > > > > > this
> > > > > > > > > > > 1.0.3issue.
> > > > > > > > > > > > > > > > > If it doesn't work, you'll need to fix it
> in
> > > the
> > > > > DB.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Emmanuel
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas
> > > Loison
> > > > <
> > > > > > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi !
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > So, I run under Linux, but I don't see
> any
> > > > > process
> > > > > > > in
> > > > > > > > > > report
> > > > > > > > > > > > > with
> > > > > > > > > > > > > > > > maven.
> > > > > > > > > > > > > > > > > > Are
> > > > > > > > > > > > > > > > > > you able to say more about this process
> ?
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > 2008/2/28, MATHUS Baptiste <
> > > mathus.b@mipih.fr
> > > > >:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > How is your JMeter script started? I
> > guess
> > > > > > > continuum
> > > > > > > > > > just
> > > > > > > > > > > > > > started
> > > > > > > > > > > > > > > > it,
> > > > > > > > > > > > > > > > > > but
> > > > > > > > > > > > > > > > > > > restarting continuum won't restart
> this
> > > > script
> > > > > > > > (since
> > > > > > > > > > > > > there's
> > > > > > > > > > > > > > > > > certainly
> > > > > > > > > > > > > > > > > > no
> > > > > > > > > > > > > > > > > > > more parent/child relationship if you
> > run
> > > > > under
> > > > > > > > > > > Unix/Linux).
> > > > > > > > > > > > > > > > > > > So you might need to kill this
> process.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Under Linux, use the "kill command"
> > after
> > > > > having
> > > > > > > > found
> > > > > > > > > > its
> > > > > > > > > > > > > pid
> > > > > > > > > > > > > > > > > (process
> > > > > > > > > > > > > > > > > > > id). Under windows, open the process
> > > windows
> > > > > and
> > > > > > > > click
> > > > > > > > > > on
> > > > > > > > > > > > > > > "Terminer
> > > > > > > > > > > > > > > > le
> > > > > > > > > > > > > > > > > > > processus" :-).
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Cheers.
> > > > > > > > > > > > > > > > > > > PS : The end of your message made me
> > > laugh,
> > > > > btw:
> > > > > > > > > "Sorry
> > > > > > > > > > > for
> > > > > > > > > > > > > my
> > > > > > > > > > > > > > > > > > English....
> > > > > > > > > > > > > > > > > > > I'm french user". As if being french
> > would
> > > > be
> > > > > a
> > > > > > > > > totally
> > > > > > > > > > > > > normal
> > > > > > > > > > > > > > > > excuse
> > > > > > > > > > > > > > > > > > for
> > > > > > > > > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > > > > > > > > De : Nicolas Loison [mailto:
> > > > > > > > nicolas.loison1@gmail.com]
> > > > > > > > > > > > > > > > > > > Envoyé : mercredi 27 février 2008
> 20:36
> > > > > > > > > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Hello,
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > I've got a problem with a build in
> > > > Continuum.
> > > > > My
> > > > > > > > > > Continuum
> > > > > > > > > > > > > > version
> > > > > > > > > > > > > > > > is
> > > > > > > > > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > My build runs a jmeter script who is
> > bad.
> > > > Even
> > > > > > if
> > > > > > > I
> > > > > > > > > > > restart
> > > > > > > > > > > > > > > > Continuum,
> > > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > > > > build is always blocked at the same
> > place
> > > > and
> > > > > > it's
> > > > > > > > > > > > > impossible to
> > > > > > > > > > > > > > > > > > suppress it
> > > > > > > > > > > > > > > > > > > !!
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > PS: Sorry for my English.... I'm
> french
> > > user
> >
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
starting a derby server plugged to my db.........

2008/3/11, Emmanuel Venisse <em...@gmail.com>:
>
> What is difficult???
>
> On Mon, Mar 10, 2008 at 6:51 PM, Nicolas Loison <nicolas.loison1@gmail.com
> >
>
> wrote:
>
> > Ouchhhh,
> >
> > It's too much difficult....
> >
> > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > >
> > > You can't except if you start a derby server plugged to your db.
> > >
> > > Emmanuel
> > >
> > > On Mon, Mar 10, 2008 at 5:58 PM, Nicolas Loison <
> > nicolas.loison1@gmail.com
> > > >
> > >
> > > wrote:
> > >
> > > > Ok thanks for these explications.
> > > >
> > > > SquirelSQL may be installed in other PC than the PC where is
> installed
> > > > continuum ?
> > > >
> > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > >
> > > > > derby is used in memory, so the database is stored in some files
> and
> > > the
> > > > > db
> > > > > name is ${plexus.home}/database
> > > > > When you'll use SquirrelSQL, replace ${plexus.home} by the
> continuum
> > > > root
> > > > > directory, maybe a sub-directory.
> > > > > Search a subdirectory named 'database' under your continuum
> > directory
> > > > and
> > > > > you'll know the path to use.
> > > > >
> > > > > Emmanuel
> > > > >
> > > > > On Mon, Mar 10, 2008 at 4:29 PM, Nicolas Loison <
> > > > nicolas.loison1@gmail.com
> > > > > >
> > > > >
> > > > > wrote:
> > > > >
> > > > > > So,
> > > > > >
> > > > > > My jdbc url is :
> > > > > >
> > > > > > <property>
> > > > > >            <name>javax.jdo.option.ConnectionURL</name>
> > > > > >            <value>jdbc:derby:${plexus.home
> > > > }/database;create=true</value>
> > > > > > </property>
> > > > > >
> > > > > > Thanks !
> > > > > >
> > > > > >
> > > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > > >
> > > > > > > What is your jdbc url?
> > > > > > >
> > > > > > > Emmanuel
> > > > > > >
> > > > > > > On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> > > > > > > nicolas.loison1@gmail.com>
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Ok, so I've found this information in the application.xmlfile
> > > but
> > > > I
> > > > > > > don't
> > > > > > > > know what is the name of the DB...
> > > > > > > >
> > > > > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > >
> > > > > > > > > You'll find the jdbc url in your application.xml file with
> > > > > > > > > username/password. normally, the login is 'sa' with no
> > > password.
> > > > > > > > >
> > > > > > > > > emmanuel
> > > > > > > > >
> > > > > > > > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Hi,
> > > > > > > > > >
> > > > > > > > > > I was in holiday the last week.
> > > > > > > > > >
> > > > > > > > > > I would like to know what is the name of the DB and What
> > is
> > > > the
> > > > > > > login
> > > > > > > > > and
> > > > > > > > > > the password to connect it ?
> > > > > > > > > >
> > > > > > > > > > Thanks a lot,
> > > > > > > > > > Nico
> > > > > > > > > >
> > > > > > > > > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > >
> > > > > > > > > > > But what is the name of the DB ? Where is it ? What is
> > the
> > > > > login
> > > > > > > and
> > > > > > > > > the
> > > > > > > > > > > password to connect it ?
> > > > > > > > > > >
> > > > > > > > > > > Thanks a lot,
> > > > > > > > > > > Nico
> > > > > > > > > > >
> > > > > > > > > > > 2008/2/29, Emmanuel Venisse <
> emmanuel.venisse@gmail.com
> > >:
> > > > > > > > > > > >
> > > > > > > > > > > > ok, so you can connect to your db with a sql client
> > like
> > > > > > > > > SquirrelSQL,
> > > > > > > > > > > > then
> > > > > > > > > > > > you modify the state in the project table.
> > > > > > > > > > > >
> > > > > > > > > > > > Emmanuel
> > > > > > > > > > > >
> > > > > > > > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > > > > > >
> > > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > > Yes of course, I've trying several times, and the
> > > > problem
> > > > > is
> > > > > > > > > always
> > > > > > > > > > > > the
> > > > > > > > > > > > > same...
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > Nico
> > > > > > > > > > > > >
> > > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > > emmanuel.venisse@gmail.com
> > > > >:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Before to modify the db, do you have tested to
> > > restart
> > > > > > > > Continuum
> > > > > > > > > > > > then to
> > > > > > > > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison
> <
> > > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I can't force a build, I have not the choice
> to
> > do
> > > > it.
> > > > > > I'm
> > > > > > > > > > obliged
> > > > > > > > > > > > to
> > > > > > > > > > > > > > > fixed
> > > > > > > > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > > Nicolas
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > > > > emmanuel.venisse@gmail.com
> > > > > > >:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > What happen if you force a build? Generally
> it
> > > fix
> > > > > > this
> > > > > > > > > > 1.0.3issue.
> > > > > > > > > > > > > > > > If it doesn't work, you'll need to fix it in
> > the
> > > > DB.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Emmanuel
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas
> > Loison
> > > <
> > > > > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi !
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > So, I run under Linux, but I don't see any
> > > > process
> > > > > > in
> > > > > > > > > report
> > > > > > > > > > > > with
> > > > > > > > > > > > > > > maven.
> > > > > > > > > > > > > > > > > Are
> > > > > > > > > > > > > > > > > you able to say more about this process ?
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > 2008/2/28, MATHUS Baptiste <
> > mathus.b@mipih.fr
> > > >:
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > How is your JMeter script started? I
> guess
> > > > > > continuum
> > > > > > > > > just
> > > > > > > > > > > > > started
> > > > > > > > > > > > > > > it,
> > > > > > > > > > > > > > > > > but
> > > > > > > > > > > > > > > > > > restarting continuum won't restart this
> > > script
> > > > > > > (since
> > > > > > > > > > > > there's
> > > > > > > > > > > > > > > > certainly
> > > > > > > > > > > > > > > > > no
> > > > > > > > > > > > > > > > > > more parent/child relationship if you
> run
> > > > under
> > > > > > > > > > Unix/Linux).
> > > > > > > > > > > > > > > > > > So you might need to kill this process.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Under Linux, use the "kill command"
> after
> > > > having
> > > > > > > found
> > > > > > > > > its
> > > > > > > > > > > > pid
> > > > > > > > > > > > > > > > (process
> > > > > > > > > > > > > > > > > > id). Under windows, open the process
> > windows
> > > > and
> > > > > > > click
> > > > > > > > > on
> > > > > > > > > > > > > > "Terminer
> > > > > > > > > > > > > > > le
> > > > > > > > > > > > > > > > > > processus" :-).
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Cheers.
> > > > > > > > > > > > > > > > > > PS : The end of your message made me
> > laugh,
> > > > btw:
> > > > > > > > "Sorry
> > > > > > > > > > for
> > > > > > > > > > > > my
> > > > > > > > > > > > > > > > > English....
> > > > > > > > > > > > > > > > > > I'm french user". As if being french
> would
> > > be
> > > > a
> > > > > > > > totally
> > > > > > > > > > > > normal
> > > > > > > > > > > > > > > excuse
> > > > > > > > > > > > > > > > > for
> > > > > > > > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > > > > > > > De : Nicolas Loison [mailto:
> > > > > > > nicolas.loison1@gmail.com]
> > > > > > > > > > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Hello,
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > I've got a problem with a build in
> > > Continuum.
> > > > My
> > > > > > > > > Continuum
> > > > > > > > > > > > > version
> > > > > > > > > > > > > > > is
> > > > > > > > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > My build runs a jmeter script who is
> bad.
> > > Even
> > > > > if
> > > > > > I
> > > > > > > > > > restart
> > > > > > > > > > > > > > > Continuum,
> > > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > > > build is always blocked at the same
> place
> > > and
> > > > > it's
> > > > > > > > > > > > impossible to
> > > > > > > > > > > > > > > > > suppress it
> > > > > > > > > > > > > > > > > > !!
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > PS: Sorry for my English.... I'm french
> > user
>
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
What is difficult???

On Mon, Mar 10, 2008 at 6:51 PM, Nicolas Loison <ni...@gmail.com>
wrote:

> Ouchhhh,
>
> It's too much difficult....
>
> 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> >
> > You can't except if you start a derby server plugged to your db.
> >
> > Emmanuel
> >
> > On Mon, Mar 10, 2008 at 5:58 PM, Nicolas Loison <
> nicolas.loison1@gmail.com
> > >
> >
> > wrote:
> >
> > > Ok thanks for these explications.
> > >
> > > SquirelSQL may be installed in other PC than the PC where is installed
> > > continuum ?
> > >
> > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > >
> > > > derby is used in memory, so the database is stored in some files and
> > the
> > > > db
> > > > name is ${plexus.home}/database
> > > > When you'll use SquirrelSQL, replace ${plexus.home} by the continuum
> > > root
> > > > directory, maybe a sub-directory.
> > > > Search a subdirectory named 'database' under your continuum
> directory
> > > and
> > > > you'll know the path to use.
> > > >
> > > > Emmanuel
> > > >
> > > > On Mon, Mar 10, 2008 at 4:29 PM, Nicolas Loison <
> > > nicolas.loison1@gmail.com
> > > > >
> > > >
> > > > wrote:
> > > >
> > > > > So,
> > > > >
> > > > > My jdbc url is :
> > > > >
> > > > > <property>
> > > > >            <name>javax.jdo.option.ConnectionURL</name>
> > > > >            <value>jdbc:derby:${plexus.home
> > > }/database;create=true</value>
> > > > > </property>
> > > > >
> > > > > Thanks !
> > > > >
> > > > >
> > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > >
> > > > > > What is your jdbc url?
> > > > > >
> > > > > > Emmanuel
> > > > > >
> > > > > > On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> > > > > > nicolas.loison1@gmail.com>
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Ok, so I've found this information in the application.xml file
> > but
> > > I
> > > > > > don't
> > > > > > > know what is the name of the DB...
> > > > > > >
> > > > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > >
> > > > > > > > You'll find the jdbc url in your application.xml file with
> > > > > > > > username/password. normally, the login is 'sa' with no
> > password.
> > > > > > > >
> > > > > > > > emmanuel
> > > > > > > >
> > > > > > > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > > > > > > nicolas.loison1@gmail.com
> > > > > > > > >
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > I was in holiday the last week.
> > > > > > > > >
> > > > > > > > > I would like to know what is the name of the DB and What
> is
> > > the
> > > > > > login
> > > > > > > > and
> > > > > > > > > the password to connect it ?
> > > > > > > > >
> > > > > > > > > Thanks a lot,
> > > > > > > > > Nico
> > > > > > > > >
> > > > > > > > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > >
> > > > > > > > > > But what is the name of the DB ? Where is it ? What is
> the
> > > > login
> > > > > > and
> > > > > > > > the
> > > > > > > > > > password to connect it ?
> > > > > > > > > >
> > > > > > > > > > Thanks a lot,
> > > > > > > > > > Nico
> > > > > > > > > >
> > > > > > > > > > 2008/2/29, Emmanuel Venisse <emmanuel.venisse@gmail.com
> >:
> > > > > > > > > > >
> > > > > > > > > > > ok, so you can connect to your db with a sql client
> like
> > > > > > > > SquirrelSQL,
> > > > > > > > > > > then
> > > > > > > > > > > you modify the state in the project table.
> > > > > > > > > > >
> > > > > > > > > > > Emmanuel
> > > > > > > > > > >
> > > > > > > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > > Yes of course, I've trying several times, and the
> > > problem
> > > > is
> > > > > > > > always
> > > > > > > > > > > the
> > > > > > > > > > > > same...
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Nico
> > > > > > > > > > > >
> > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > emmanuel.venisse@gmail.com
> > > >:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Before to modify the db, do you have tested to
> > restart
> > > > > > > Continuum
> > > > > > > > > > > then to
> > > > > > > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > > > I can't force a build, I have not the choice to
> do
> > > it.
> > > > > I'm
> > > > > > > > > obliged
> > > > > > > > > > > to
> > > > > > > > > > > > > > fixed
> > > > > > > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > > Nicolas
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > > > emmanuel.venisse@gmail.com
> > > > > >:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > What happen if you force a build? Generally it
> > fix
> > > > > this
> > > > > > > > > 1.0.3issue.
> > > > > > > > > > > > > > > If it doesn't work, you'll need to fix it in
> the
> > > DB.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Emmanuel
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas
> Loison
> > <
> > > > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi !
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > So, I run under Linux, but I don't see any
> > > process
> > > > > in
> > > > > > > > report
> > > > > > > > > > > with
> > > > > > > > > > > > > > maven.
> > > > > > > > > > > > > > > > Are
> > > > > > > > > > > > > > > > you able to say more about this process ?
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > 2008/2/28, MATHUS Baptiste <
> mathus.b@mipih.fr
> > >:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > How is your JMeter script started? I guess
> > > > > continuum
> > > > > > > > just
> > > > > > > > > > > > started
> > > > > > > > > > > > > > it,
> > > > > > > > > > > > > > > > but
> > > > > > > > > > > > > > > > > restarting continuum won't restart this
> > script
> > > > > > (since
> > > > > > > > > > > there's
> > > > > > > > > > > > > > > certainly
> > > > > > > > > > > > > > > > no
> > > > > > > > > > > > > > > > > more parent/child relationship if you run
> > > under
> > > > > > > > > Unix/Linux).
> > > > > > > > > > > > > > > > > So you might need to kill this process.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Under Linux, use the "kill command" after
> > > having
> > > > > > found
> > > > > > > > its
> > > > > > > > > > > pid
> > > > > > > > > > > > > > > (process
> > > > > > > > > > > > > > > > > id). Under windows, open the process
> windows
> > > and
> > > > > > click
> > > > > > > > on
> > > > > > > > > > > > > "Terminer
> > > > > > > > > > > > > > le
> > > > > > > > > > > > > > > > > processus" :-).
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Cheers.
> > > > > > > > > > > > > > > > > PS : The end of your message made me
> laugh,
> > > btw:
> > > > > > > "Sorry
> > > > > > > > > for
> > > > > > > > > > > my
> > > > > > > > > > > > > > > > English....
> > > > > > > > > > > > > > > > > I'm french user". As if being french would
> > be
> > > a
> > > > > > > totally
> > > > > > > > > > > normal
> > > > > > > > > > > > > > excuse
> > > > > > > > > > > > > > > > for
> > > > > > > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > > > > > > De : Nicolas Loison [mailto:
> > > > > > nicolas.loison1@gmail.com]
> > > > > > > > > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Hello,
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I've got a problem with a build in
> > Continuum.
> > > My
> > > > > > > > Continuum
> > > > > > > > > > > > version
> > > > > > > > > > > > > > is
> > > > > > > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > My build runs a jmeter script who is bad.
> > Even
> > > > if
> > > > > I
> > > > > > > > > restart
> > > > > > > > > > > > > > Continuum,
> > > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > > build is always blocked at the same place
> > and
> > > > it's
> > > > > > > > > > > impossible to
> > > > > > > > > > > > > > > > suppress it
> > > > > > > > > > > > > > > > > !!
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > PS: Sorry for my English.... I'm french
> user
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
Ouchhhh,

It's too much difficult....

2008/3/10, Emmanuel Venisse <em...@gmail.com>:
>
> You can't except if you start a derby server plugged to your db.
>
> Emmanuel
>
> On Mon, Mar 10, 2008 at 5:58 PM, Nicolas Loison <nicolas.loison1@gmail.com
> >
>
> wrote:
>
> > Ok thanks for these explications.
> >
> > SquirelSQL may be installed in other PC than the PC where is installed
> > continuum ?
> >
> > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > >
> > > derby is used in memory, so the database is stored in some files and
> the
> > > db
> > > name is ${plexus.home}/database
> > > When you'll use SquirrelSQL, replace ${plexus.home} by the continuum
> > root
> > > directory, maybe a sub-directory.
> > > Search a subdirectory named 'database' under your continuum directory
> > and
> > > you'll know the path to use.
> > >
> > > Emmanuel
> > >
> > > On Mon, Mar 10, 2008 at 4:29 PM, Nicolas Loison <
> > nicolas.loison1@gmail.com
> > > >
> > >
> > > wrote:
> > >
> > > > So,
> > > >
> > > > My jdbc url is :
> > > >
> > > > <property>
> > > >            <name>javax.jdo.option.ConnectionURL</name>
> > > >            <value>jdbc:derby:${plexus.home
> > }/database;create=true</value>
> > > > </property>
> > > >
> > > > Thanks !
> > > >
> > > >
> > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > >
> > > > > What is your jdbc url?
> > > > >
> > > > > Emmanuel
> > > > >
> > > > > On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> > > > > nicolas.loison1@gmail.com>
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Ok, so I've found this information in the application.xml file
> but
> > I
> > > > > don't
> > > > > > know what is the name of the DB...
> > > > > >
> > > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > > >
> > > > > > > You'll find the jdbc url in your application.xml file with
> > > > > > > username/password. normally, the login is 'sa' with no
> password.
> > > > > > >
> > > > > > > emmanuel
> > > > > > >
> > > > > > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > > > > > nicolas.loison1@gmail.com
> > > > > > > >
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > I was in holiday the last week.
> > > > > > > >
> > > > > > > > I would like to know what is the name of the DB and What is
> > the
> > > > > login
> > > > > > > and
> > > > > > > > the password to connect it ?
> > > > > > > >
> > > > > > > > Thanks a lot,
> > > > > > > > Nico
> > > > > > > >
> > > > > > > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > >
> > > > > > > > > But what is the name of the DB ? Where is it ? What is the
> > > login
> > > > > and
> > > > > > > the
> > > > > > > > > password to connect it ?
> > > > > > > > >
> > > > > > > > > Thanks a lot,
> > > > > > > > > Nico
> > > > > > > > >
> > > > > > > > > 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > > >
> > > > > > > > > > ok, so you can connect to your db with a sql client like
> > > > > > > SquirrelSQL,
> > > > > > > > > > then
> > > > > > > > > > you modify the state in the project table.
> > > > > > > > > >
> > > > > > > > > > Emmanuel
> > > > > > > > > >
> > > > > > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > Yes of course, I've trying several times, and the
> > problem
> > > is
> > > > > > > always
> > > > > > > > > > the
> > > > > > > > > > > same...
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Nico
> > > > > > > > > > >
> > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> emmanuel.venisse@gmail.com
> > >:
> > > > > > > > > > > >
> > > > > > > > > > > > Before to modify the db, do you have tested to
> restart
> > > > > > Continuum
> > > > > > > > > > then to
> > > > > > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > > > > > >
> > > > > > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > > I can't force a build, I have not the choice to do
> > it.
> > > > I'm
> > > > > > > > obliged
> > > > > > > > > > to
> > > > > > > > > > > > > fixed
> > > > > > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks,
> > > > > > > > > > > > > Nicolas
> > > > > > > > > > > > >
> > > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > > emmanuel.venisse@gmail.com
> > > > >:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > What happen if you force a build? Generally it
> fix
> > > > this
> > > > > > > > 1.0.3issue.
> > > > > > > > > > > > > > If it doesn't work, you'll need to fix it in the
> > DB.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Emmanuel
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison
> <
> > > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi !
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > So, I run under Linux, but I don't see any
> > process
> > > > in
> > > > > > > report
> > > > > > > > > > with
> > > > > > > > > > > > > maven.
> > > > > > > > > > > > > > > Are
> > > > > > > > > > > > > > > you able to say more about this process ?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > 2008/2/28, MATHUS Baptiste <mathus.b@mipih.fr
> >:
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > How is your JMeter script started? I guess
> > > > continuum
> > > > > > > just
> > > > > > > > > > > started
> > > > > > > > > > > > > it,
> > > > > > > > > > > > > > > but
> > > > > > > > > > > > > > > > restarting continuum won't restart this
> script
> > > > > (since
> > > > > > > > > > there's
> > > > > > > > > > > > > > certainly
> > > > > > > > > > > > > > > no
> > > > > > > > > > > > > > > > more parent/child relationship if you run
> > under
> > > > > > > > Unix/Linux).
> > > > > > > > > > > > > > > > So you might need to kill this process.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Under Linux, use the "kill command" after
> > having
> > > > > found
> > > > > > > its
> > > > > > > > > > pid
> > > > > > > > > > > > > > (process
> > > > > > > > > > > > > > > > id). Under windows, open the process windows
> > and
> > > > > click
> > > > > > > on
> > > > > > > > > > > > "Terminer
> > > > > > > > > > > > > le
> > > > > > > > > > > > > > > > processus" :-).
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Cheers.
> > > > > > > > > > > > > > > > PS : The end of your message made me laugh,
> > btw:
> > > > > > "Sorry
> > > > > > > > for
> > > > > > > > > > my
> > > > > > > > > > > > > > > English....
> > > > > > > > > > > > > > > > I'm french user". As if being french would
> be
> > a
> > > > > > totally
> > > > > > > > > > normal
> > > > > > > > > > > > > excuse
> > > > > > > > > > > > > > > for
> > > > > > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > > > > > De : Nicolas Loison [mailto:
> > > > > nicolas.loison1@gmail.com]
> > > > > > > > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Hello,
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > I've got a problem with a build in
> Continuum.
> > My
> > > > > > > Continuum
> > > > > > > > > > > version
> > > > > > > > > > > > > is
> > > > > > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > My build runs a jmeter script who is bad.
> Even
> > > if
> > > > I
> > > > > > > > restart
> > > > > > > > > > > > > Continuum,
> > > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > > build is always blocked at the same place
> and
> > > it's
> > > > > > > > > > impossible to
> > > > > > > > > > > > > > > suppress it
> > > > > > > > > > > > > > > > !!
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > PS: Sorry for my English.... I'm french user
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
You can't except if you start a derby server plugged to your db.

Emmanuel

On Mon, Mar 10, 2008 at 5:58 PM, Nicolas Loison <ni...@gmail.com>
wrote:

> Ok thanks for these explications.
>
> SquirelSQL may be installed in other PC than the PC where is installed
> continuum ?
>
> 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> >
> > derby is used in memory, so the database is stored in some files and the
> > db
> > name is ${plexus.home}/database
> > When you'll use SquirrelSQL, replace ${plexus.home} by the continuum
> root
> > directory, maybe a sub-directory.
> > Search a subdirectory named 'database' under your continuum directory
> and
> > you'll know the path to use.
> >
> > Emmanuel
> >
> > On Mon, Mar 10, 2008 at 4:29 PM, Nicolas Loison <
> nicolas.loison1@gmail.com
> > >
> >
> > wrote:
> >
> > > So,
> > >
> > > My jdbc url is :
> > >
> > > <property>
> > >            <name>javax.jdo.option.ConnectionURL</name>
> > >            <value>jdbc:derby:${plexus.home
> }/database;create=true</value>
> > > </property>
> > >
> > > Thanks !
> > >
> > >
> > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > >
> > > > What is your jdbc url?
> > > >
> > > > Emmanuel
> > > >
> > > > On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> > > > nicolas.loison1@gmail.com>
> > > >
> > > > wrote:
> > > >
> > > > > Ok, so I've found this information in the application.xml file but
> I
> > > > don't
> > > > > know what is the name of the DB...
> > > > >
> > > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > > >
> > > > > > You'll find the jdbc url in your application.xml file with
> > > > > > username/password. normally, the login is 'sa' with no password.
> > > > > >
> > > > > > emmanuel
> > > > > >
> > > > > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > > > > nicolas.loison1@gmail.com
> > > > > > >
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > I was in holiday the last week.
> > > > > > >
> > > > > > > I would like to know what is the name of the DB and What is
> the
> > > > login
> > > > > > and
> > > > > > > the password to connect it ?
> > > > > > >
> > > > > > > Thanks a lot,
> > > > > > > Nico
> > > > > > >
> > > > > > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > >
> > > > > > > > But what is the name of the DB ? Where is it ? What is the
> > login
> > > > and
> > > > > > the
> > > > > > > > password to connect it ?
> > > > > > > >
> > > > > > > > Thanks a lot,
> > > > > > > > Nico
> > > > > > > >
> > > > > > > > 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > >
> > > > > > > > > ok, so you can connect to your db with a sql client like
> > > > > > SquirrelSQL,
> > > > > > > > > then
> > > > > > > > > you modify the state in the project table.
> > > > > > > > >
> > > > > > > > > Emmanuel
> > > > > > > > >
> > > > > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Yes of course, I've trying several times, and the
> problem
> > is
> > > > > > always
> > > > > > > > > the
> > > > > > > > > > same...
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Nico
> > > > > > > > > >
> > > > > > > > > > 2008/2/28, Emmanuel Venisse <emmanuel.venisse@gmail.com
> >:
> > > > > > > > > > >
> > > > > > > > > > > Before to modify the db, do you have tested to restart
> > > > > Continuum
> > > > > > > > > then to
> > > > > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > > > > >
> > > > > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > > I can't force a build, I have not the choice to do
> it.
> > > I'm
> > > > > > > obliged
> > > > > > > > > to
> > > > > > > > > > > > fixed
> > > > > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > Nicolas
> > > > > > > > > > > >
> > > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> > emmanuel.venisse@gmail.com
> > > >:
> > > > > > > > > > > > >
> > > > > > > > > > > > > What happen if you force a build? Generally it fix
> > > this
> > > > > > > 1.0.3issue.
> > > > > > > > > > > > > If it doesn't work, you'll need to fix it in the
> DB.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Emmanuel
> > > > > > > > > > > > >
> > > > > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > > >
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi !
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > So, I run under Linux, but I don't see any
> process
> > > in
> > > > > > report
> > > > > > > > > with
> > > > > > > > > > > > maven.
> > > > > > > > > > > > > > Are
> > > > > > > > > > > > > > you able to say more about this process ?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > How is your JMeter script started? I guess
> > > continuum
> > > > > > just
> > > > > > > > > > started
> > > > > > > > > > > > it,
> > > > > > > > > > > > > > but
> > > > > > > > > > > > > > > restarting continuum won't restart this script
> > > > (since
> > > > > > > > > there's
> > > > > > > > > > > > > certainly
> > > > > > > > > > > > > > no
> > > > > > > > > > > > > > > more parent/child relationship if you run
> under
> > > > > > > Unix/Linux).
> > > > > > > > > > > > > > > So you might need to kill this process.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Under Linux, use the "kill command" after
> having
> > > > found
> > > > > > its
> > > > > > > > > pid
> > > > > > > > > > > > > (process
> > > > > > > > > > > > > > > id). Under windows, open the process windows
> and
> > > > click
> > > > > > on
> > > > > > > > > > > "Terminer
> > > > > > > > > > > > le
> > > > > > > > > > > > > > > processus" :-).
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Cheers.
> > > > > > > > > > > > > > > PS : The end of your message made me laugh,
> btw:
> > > > > "Sorry
> > > > > > > for
> > > > > > > > > my
> > > > > > > > > > > > > > English....
> > > > > > > > > > > > > > > I'm french user". As if being french would be
> a
> > > > > totally
> > > > > > > > > normal
> > > > > > > > > > > > excuse
> > > > > > > > > > > > > > for
> > > > > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > > > > De : Nicolas Loison [mailto:
> > > > nicolas.loison1@gmail.com]
> > > > > > > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Hello,
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I've got a problem with a build in Continuum.
> My
> > > > > > Continuum
> > > > > > > > > > version
> > > > > > > > > > > > is
> > > > > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > My build runs a jmeter script who is bad. Even
> > if
> > > I
> > > > > > > restart
> > > > > > > > > > > > Continuum,
> > > > > > > > > > > > > > the
> > > > > > > > > > > > > > > build is always blocked at the same place and
> > it's
> > > > > > > > > impossible to
> > > > > > > > > > > > > > suppress it
> > > > > > > > > > > > > > > !!
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > PS: Sorry for my English.... I'm french user
> > > > > >
> > > >
> > >
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
Ok thanks for these explications.

SquirelSQL may be installed in other PC than the PC where is installed
continuum ?

2008/3/10, Emmanuel Venisse <em...@gmail.com>:
>
> derby is used in memory, so the database is stored in some files and the
> db
> name is ${plexus.home}/database
> When you'll use SquirrelSQL, replace ${plexus.home} by the continuum root
> directory, maybe a sub-directory.
> Search a subdirectory named 'database' under your continuum directory and
> you'll know the path to use.
>
> Emmanuel
>
> On Mon, Mar 10, 2008 at 4:29 PM, Nicolas Loison <nicolas.loison1@gmail.com
> >
>
> wrote:
>
> > So,
> >
> > My jdbc url is :
> >
> > <property>
> >            <name>javax.jdo.option.ConnectionURL</name>
> >            <value>jdbc:derby:${plexus.home}/database;create=true</value>
> > </property>
> >
> > Thanks !
> >
> >
> > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > >
> > > What is your jdbc url?
> > >
> > > Emmanuel
> > >
> > > On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> > > nicolas.loison1@gmail.com>
> > >
> > > wrote:
> > >
> > > > Ok, so I've found this information in the application.xml file but I
> > > don't
> > > > know what is the name of the DB...
> > > >
> > > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > > >
> > > > > You'll find the jdbc url in your application.xml file with
> > > > > username/password. normally, the login is 'sa' with no password.
> > > > >
> > > > > emmanuel
> > > > >
> > > > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > > > nicolas.loison1@gmail.com
> > > > > >
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I was in holiday the last week.
> > > > > >
> > > > > > I would like to know what is the name of the DB and What is the
> > > login
> > > > > and
> > > > > > the password to connect it ?
> > > > > >
> > > > > > Thanks a lot,
> > > > > > Nico
> > > > > >
> > > > > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > > > > >
> > > > > > > Thanks,
> > > > > > >
> > > > > > > But what is the name of the DB ? Where is it ? What is the
> login
> > > and
> > > > > the
> > > > > > > password to connect it ?
> > > > > > >
> > > > > > > Thanks a lot,
> > > > > > > Nico
> > > > > > >
> > > > > > > 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > >
> > > > > > > > ok, so you can connect to your db with a sql client like
> > > > > SquirrelSQL,
> > > > > > > > then
> > > > > > > > you modify the state in the project table.
> > > > > > > >
> > > > > > > > Emmanuel
> > > > > > > >
> > > > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > > > > nicolas.loison1@gmail.com>
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Yes of course, I've trying several times, and the problem
> is
> > > > > always
> > > > > > > > the
> > > > > > > > > same...
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Nico
> > > > > > > > >
> > > > > > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > > >
> > > > > > > > > > Before to modify the db, do you have tested to restart
> > > > Continuum
> > > > > > > > then to
> > > > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > > > >
> > > > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > I can't force a build, I have not the choice to do it.
> > I'm
> > > > > > obliged
> > > > > > > > to
> > > > > > > > > > > fixed
> > > > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Nicolas
> > > > > > > > > > >
> > > > > > > > > > > 2008/2/28, Emmanuel Venisse <
> emmanuel.venisse@gmail.com
> > >:
> > > > > > > > > > > >
> > > > > > > > > > > > What happen if you force a build? Generally it fix
> > this
> > > > > > 1.0.3issue.
> > > > > > > > > > > > If it doesn't work, you'll need to fix it in the DB.
> > > > > > > > > > > >
> > > > > > > > > > > > Emmanuel
> > > > > > > > > > > >
> > > > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > > >
> > > > > > > > > > > > wrote:
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > > Hi !
> > > > > > > > > > > > >
> > > > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > > > >
> > > > > > > > > > > > > So, I run under Linux, but I don't see any process
> > in
> > > > > report
> > > > > > > > with
> > > > > > > > > > > maven.
> > > > > > > > > > > > > Are
> > > > > > > > > > > > > you able to say more about this process ?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > Nico
> > > > > > > > > > > > >
> > > > > > > > > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > How is your JMeter script started? I guess
> > continuum
> > > > > just
> > > > > > > > > started
> > > > > > > > > > > it,
> > > > > > > > > > > > > but
> > > > > > > > > > > > > > restarting continuum won't restart this script
> > > (since
> > > > > > > > there's
> > > > > > > > > > > > certainly
> > > > > > > > > > > > > no
> > > > > > > > > > > > > > more parent/child relationship if you run under
> > > > > > Unix/Linux).
> > > > > > > > > > > > > > So you might need to kill this process.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Under Linux, use the "kill command" after having
> > > found
> > > > > its
> > > > > > > > pid
> > > > > > > > > > > > (process
> > > > > > > > > > > > > > id). Under windows, open the process windows and
> > > click
> > > > > on
> > > > > > > > > > "Terminer
> > > > > > > > > > > le
> > > > > > > > > > > > > > processus" :-).
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Cheers.
> > > > > > > > > > > > > > PS : The end of your message made me laugh, btw:
> > > > "Sorry
> > > > > > for
> > > > > > > > my
> > > > > > > > > > > > > English....
> > > > > > > > > > > > > > I'm french user". As if being french would be a
> > > > totally
> > > > > > > > normal
> > > > > > > > > > > excuse
> > > > > > > > > > > > > for
> > > > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > > > De : Nicolas Loison [mailto:
> > > nicolas.loison1@gmail.com]
> > > > > > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Hello,
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I've got a problem with a build in Continuum. My
> > > > > Continuum
> > > > > > > > > version
> > > > > > > > > > > is
> > > > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > My build runs a jmeter script who is bad. Even
> if
> > I
> > > > > > restart
> > > > > > > > > > > Continuum,
> > > > > > > > > > > > > the
> > > > > > > > > > > > > > build is always blocked at the same place and
> it's
> > > > > > > > impossible to
> > > > > > > > > > > > > suppress it
> > > > > > > > > > > > > > !!
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > Nico
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > PS: Sorry for my English.... I'm french user
> > > > >
> > >
> >
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
derby is used in memory, so the database is stored in some files and the db
name is ${plexus.home}/database
When you'll use SquirrelSQL, replace ${plexus.home} by the continuum root
directory, maybe a sub-directory.
Search a subdirectory named 'database' under your continuum directory and
you'll know the path to use.

Emmanuel

On Mon, Mar 10, 2008 at 4:29 PM, Nicolas Loison <ni...@gmail.com>
wrote:

> So,
>
> My jdbc url is :
>
> <property>
>            <name>javax.jdo.option.ConnectionURL</name>
>            <value>jdbc:derby:${plexus.home}/database;create=true</value>
> </property>
>
> Thanks !
>
>
> 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> >
> > What is your jdbc url?
> >
> > Emmanuel
> >
> > On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> > nicolas.loison1@gmail.com>
> >
> > wrote:
> >
> > > Ok, so I've found this information in the application.xml file but I
> > don't
> > > know what is the name of the DB...
> > >
> > > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > > >
> > > > You'll find the jdbc url in your application.xml file with
> > > > username/password. normally, the login is 'sa' with no password.
> > > >
> > > > emmanuel
> > > >
> > > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > > nicolas.loison1@gmail.com
> > > > >
> > > >
> > > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I was in holiday the last week.
> > > > >
> > > > > I would like to know what is the name of the DB and What is the
> > login
> > > > and
> > > > > the password to connect it ?
> > > > >
> > > > > Thanks a lot,
> > > > > Nico
> > > > >
> > > > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > But what is the name of the DB ? Where is it ? What is the login
> > and
> > > > the
> > > > > > password to connect it ?
> > > > > >
> > > > > > Thanks a lot,
> > > > > > Nico
> > > > > >
> > > > > > 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> > > > > > >
> > > > > > > ok, so you can connect to your db with a sql client like
> > > > SquirrelSQL,
> > > > > > > then
> > > > > > > you modify the state in the project table.
> > > > > > >
> > > > > > > Emmanuel
> > > > > > >
> > > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > > > nicolas.loison1@gmail.com>
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Yes of course, I've trying several times, and the problem is
> > > > always
> > > > > > > the
> > > > > > > > same...
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Nico
> > > > > > > >
> > > > > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > >
> > > > > > > > > Before to modify the db, do you have tested to restart
> > > Continuum
> > > > > > > then to
> > > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > > >
> > > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > I can't force a build, I have not the choice to do it.
> I'm
> > > > > obliged
> > > > > > > to
> > > > > > > > > > fixed
> > > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Nicolas
> > > > > > > > > >
> > > > > > > > > > 2008/2/28, Emmanuel Venisse <emmanuel.venisse@gmail.com
> >:
> > > > > > > > > > >
> > > > > > > > > > > What happen if you force a build? Generally it fix
> this
> > > > > 1.0.3issue.
> > > > > > > > > > > If it doesn't work, you'll need to fix it in the DB.
> > > > > > > > > > >
> > > > > > > > > > > Emmanuel
> > > > > > > > > > >
> > > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > > >
> > > > > > > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > > Hi !
> > > > > > > > > > > >
> > > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > > >
> > > > > > > > > > > > So, I run under Linux, but I don't see any process
> in
> > > > report
> > > > > > > with
> > > > > > > > > > maven.
> > > > > > > > > > > > Are
> > > > > > > > > > > > you able to say more about this process ?
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks
> > > > > > > > > > > > Nico
> > > > > > > > > > > >
> > > > > > > > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > > >
> > > > > > > > > > > > > How is your JMeter script started? I guess
> continuum
> > > > just
> > > > > > > > started
> > > > > > > > > > it,
> > > > > > > > > > > > but
> > > > > > > > > > > > > restarting continuum won't restart this script
> > (since
> > > > > > > there's
> > > > > > > > > > > certainly
> > > > > > > > > > > > no
> > > > > > > > > > > > > more parent/child relationship if you run under
> > > > > Unix/Linux).
> > > > > > > > > > > > > So you might need to kill this process.
> > > > > > > > > > > > >
> > > > > > > > > > > > > Under Linux, use the "kill command" after having
> > found
> > > > its
> > > > > > > pid
> > > > > > > > > > > (process
> > > > > > > > > > > > > id). Under windows, open the process windows and
> > click
> > > > on
> > > > > > > > > "Terminer
> > > > > > > > > > le
> > > > > > > > > > > > > processus" :-).
> > > > > > > > > > > > >
> > > > > > > > > > > > > Cheers.
> > > > > > > > > > > > > PS : The end of your message made me laugh, btw:
> > > "Sorry
> > > > > for
> > > > > > > my
> > > > > > > > > > > > English....
> > > > > > > > > > > > > I'm french user". As if being french would be a
> > > totally
> > > > > > > normal
> > > > > > > > > > excuse
> > > > > > > > > > > > for
> > > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > > >
> > > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > > De : Nicolas Loison [mailto:
> > nicolas.loison1@gmail.com]
> > > > > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > > >
> > > > > > > > > > > > > Hello,
> > > > > > > > > > > > >
> > > > > > > > > > > > > I've got a problem with a build in Continuum. My
> > > > Continuum
> > > > > > > > version
> > > > > > > > > > is
> > > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > My build runs a jmeter script who is bad. Even if
> I
> > > > > restart
> > > > > > > > > > Continuum,
> > > > > > > > > > > > the
> > > > > > > > > > > > > build is always blocked at the same place and it's
> > > > > > > impossible to
> > > > > > > > > > > > suppress it
> > > > > > > > > > > > > !!
> > > > > > > > > > > > >
> > > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > > >
> > > > > > > > > > > > > Thanks
> > > > > > > > > > > > >
> > > > > > > > > > > > > Nico
> > > > > > > > > > > > >
> > > > > > > > > > > > > PS: Sorry for my English.... I'm french user
> > > >
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
So,

My jdbc url is :

<property>
            <name>javax.jdo.option.ConnectionURL</name>
            <value>jdbc:derby:${plexus.home}/database;create=true</value>
</property>

Thanks !


2008/3/10, Emmanuel Venisse <em...@gmail.com>:
>
> What is your jdbc url?
>
> Emmanuel
>
> On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <
> nicolas.loison1@gmail.com>
>
> wrote:
>
> > Ok, so I've found this information in the application.xml file but I
> don't
> > know what is the name of the DB...
> >
> > 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> > >
> > > You'll find the jdbc url in your application.xml file with
> > > username/password. normally, the login is 'sa' with no password.
> > >
> > > emmanuel
> > >
> > > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> > nicolas.loison1@gmail.com
> > > >
> > >
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > I was in holiday the last week.
> > > >
> > > > I would like to know what is the name of the DB and What is the
> login
> > > and
> > > > the password to connect it ?
> > > >
> > > > Thanks a lot,
> > > > Nico
> > > >
> > > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > > >
> > > > > Thanks,
> > > > >
> > > > > But what is the name of the DB ? Where is it ? What is the login
> and
> > > the
> > > > > password to connect it ?
> > > > >
> > > > > Thanks a lot,
> > > > > Nico
> > > > >
> > > > > 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> > > > > >
> > > > > > ok, so you can connect to your db with a sql client like
> > > SquirrelSQL,
> > > > > > then
> > > > > > you modify the state in the project table.
> > > > > >
> > > > > > Emmanuel
> > > > > >
> > > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > > nicolas.loison1@gmail.com>
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Yes of course, I've trying several times, and the problem is
> > > always
> > > > > > the
> > > > > > > same...
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Nico
> > > > > > >
> > > > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > >
> > > > > > > > Before to modify the db, do you have tested to restart
> > Continuum
> > > > > > then to
> > > > > > > > force a build? Generaly it fix the issue.
> > > > > > > >
> > > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > > > > nicolas.loison1@gmail.com
> > > > > > > > >
> > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > I can't force a build, I have not the choice to do it. I'm
> > > > obliged
> > > > > > to
> > > > > > > > > fixed
> > > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Nicolas
> > > > > > > > >
> > > > > > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > > >
> > > > > > > > > > What happen if you force a build? Generally it fix this
> > > > 1.0.3issue.
> > > > > > > > > > If it doesn't work, you'll need to fix it in the DB.
> > > > > > > > > >
> > > > > > > > > > Emmanuel
> > > > > > > > > >
> > > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > > Hi !
> > > > > > > > > > >
> > > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > > >
> > > > > > > > > > > So, I run under Linux, but I don't see any process in
> > > report
> > > > > > with
> > > > > > > > > maven.
> > > > > > > > > > > Are
> > > > > > > > > > > you able to say more about this process ?
> > > > > > > > > > >
> > > > > > > > > > > Thanks
> > > > > > > > > > > Nico
> > > > > > > > > > >
> > > > > > > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > > > > > > >
> > > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > > >
> > > > > > > > > > > > How is your JMeter script started? I guess continuum
> > > just
> > > > > > > started
> > > > > > > > > it,
> > > > > > > > > > > but
> > > > > > > > > > > > restarting continuum won't restart this script
> (since
> > > > > > there's
> > > > > > > > > > certainly
> > > > > > > > > > > no
> > > > > > > > > > > > more parent/child relationship if you run under
> > > > Unix/Linux).
> > > > > > > > > > > > So you might need to kill this process.
> > > > > > > > > > > >
> > > > > > > > > > > > Under Linux, use the "kill command" after having
> found
> > > its
> > > > > > pid
> > > > > > > > > > (process
> > > > > > > > > > > > id). Under windows, open the process windows and
> click
> > > on
> > > > > > > > "Terminer
> > > > > > > > > le
> > > > > > > > > > > > processus" :-).
> > > > > > > > > > > >
> > > > > > > > > > > > Cheers.
> > > > > > > > > > > > PS : The end of your message made me laugh, btw:
> > "Sorry
> > > > for
> > > > > > my
> > > > > > > > > > > English....
> > > > > > > > > > > > I'm french user". As if being french would be a
> > totally
> > > > > > normal
> > > > > > > > > excuse
> > > > > > > > > > > for
> > > > > > > > > > > > not being able to write english :).
> > > > > > > > > > > >
> > > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > > De : Nicolas Loison [mailto:
> nicolas.loison1@gmail.com]
> > > > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > > >
> > > > > > > > > > > > Hello,
> > > > > > > > > > > >
> > > > > > > > > > > > I've got a problem with a build in Continuum. My
> > > Continuum
> > > > > > > version
> > > > > > > > > is
> > > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > My build runs a jmeter script who is bad. Even if I
> > > > restart
> > > > > > > > > Continuum,
> > > > > > > > > > > the
> > > > > > > > > > > > build is always blocked at the same place and it's
> > > > > > impossible to
> > > > > > > > > > > suppress it
> > > > > > > > > > > > !!
> > > > > > > > > > > >
> > > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks
> > > > > > > > > > > >
> > > > > > > > > > > > Nico
> > > > > > > > > > > >
> > > > > > > > > > > > PS: Sorry for my English.... I'm french user
> > >
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
What is your jdbc url?

Emmanuel

On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison <ni...@gmail.com>
wrote:

> Ok, so I've found this information in the application.xml file but I don't
> know what is the name of the DB...
>
> 2008/3/10, Emmanuel Venisse <em...@gmail.com>:
> >
> > You'll find the jdbc url in your application.xml file with
> > username/password. normally, the login is 'sa' with no password.
> >
> > emmanuel
> >
> > On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <
> nicolas.loison1@gmail.com
> > >
> >
> > wrote:
> >
> > > Hi,
> > >
> > > I was in holiday the last week.
> > >
> > > I would like to know what is the name of the DB and What is the login
> > and
> > > the password to connect it ?
> > >
> > > Thanks a lot,
> > > Nico
> > >
> > > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > > >
> > > > Thanks,
> > > >
> > > > But what is the name of the DB ? Where is it ? What is the login and
> > the
> > > > password to connect it ?
> > > >
> > > > Thanks a lot,
> > > > Nico
> > > >
> > > > 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> > > > >
> > > > > ok, so you can connect to your db with a sql client like
> > SquirrelSQL,
> > > > > then
> > > > > you modify the state in the project table.
> > > > >
> > > > > Emmanuel
> > > > >
> > > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > > nicolas.loison1@gmail.com>
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Yes of course, I've trying several times, and the problem is
> > always
> > > > > the
> > > > > > same...
> > > > > >
> > > > > > Thanks,
> > > > > > Nico
> > > > > >
> > > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > > >
> > > > > > > Before to modify the db, do you have tested to restart
> Continuum
> > > > > then to
> > > > > > > force a build? Generaly it fix the issue.
> > > > > > >
> > > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > > > nicolas.loison1@gmail.com
> > > > > > > >
> > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > I can't force a build, I have not the choice to do it. I'm
> > > obliged
> > > > > to
> > > > > > > > fixed
> > > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Nicolas
> > > > > > > >
> > > > > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > > >
> > > > > > > > > What happen if you force a build? Generally it fix this
> > > 1.0.3issue.
> > > > > > > > > If it doesn't work, you'll need to fix it in the DB.
> > > > > > > > >
> > > > > > > > > Emmanuel
> > > > > > > > >
> > > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > > > > > nicolas.loison1@gmail.com
> > > > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > > Hi !
> > > > > > > > > >
> > > > > > > > > > I prefer write in French.... ;)
> > > > > > > > > >
> > > > > > > > > > So, I run under Linux, but I don't see any process in
> > report
> > > > > with
> > > > > > > > maven.
> > > > > > > > > > Are
> > > > > > > > > > you able to say more about this process ?
> > > > > > > > > >
> > > > > > > > > > Thanks
> > > > > > > > > > Nico
> > > > > > > > > >
> > > > > > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > > > > > >
> > > > > > > > > > > Hi Nicolas,
> > > > > > > > > > >
> > > > > > > > > > > How is your JMeter script started? I guess continuum
> > just
> > > > > > started
> > > > > > > > it,
> > > > > > > > > > but
> > > > > > > > > > > restarting continuum won't restart this script (since
> > > > > there's
> > > > > > > > > certainly
> > > > > > > > > > no
> > > > > > > > > > > more parent/child relationship if you run under
> > > Unix/Linux).
> > > > > > > > > > > So you might need to kill this process.
> > > > > > > > > > >
> > > > > > > > > > > Under Linux, use the "kill command" after having found
> > its
> > > > > pid
> > > > > > > > > (process
> > > > > > > > > > > id). Under windows, open the process windows and click
> > on
> > > > > > > "Terminer
> > > > > > > > le
> > > > > > > > > > > processus" :-).
> > > > > > > > > > >
> > > > > > > > > > > Cheers.
> > > > > > > > > > > PS : The end of your message made me laugh, btw:
> "Sorry
> > > for
> > > > > my
> > > > > > > > > > English....
> > > > > > > > > > > I'm french user". As if being french would be a
> totally
> > > > > normal
> > > > > > > > excuse
> > > > > > > > > > for
> > > > > > > > > > > not being able to write english :).
> > > > > > > > > > >
> > > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > > Objet : Build blocked
> > > > > > > > > > >
> > > > > > > > > > > Hello,
> > > > > > > > > > >
> > > > > > > > > > > I've got a problem with a build in Continuum. My
> > Continuum
> > > > > > version
> > > > > > > > is
> > > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > My build runs a jmeter script who is bad. Even if I
> > > restart
> > > > > > > > Continuum,
> > > > > > > > > > the
> > > > > > > > > > > build is always blocked at the same place and it's
> > > > > impossible to
> > > > > > > > > > suppress it
> > > > > > > > > > > !!
> > > > > > > > > > >
> > > > > > > > > > > Please, can you help me ?
> > > > > > > > > > >
> > > > > > > > > > > Thanks
> > > > > > > > > > >
> > > > > > > > > > > Nico
> > > > > > > > > > >
> > > > > > > > > > > PS: Sorry for my English.... I'm french user
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
Ok, so I've found this information in the application.xml file but I don't
know what is the name of the DB...

2008/3/10, Emmanuel Venisse <em...@gmail.com>:
>
> You'll find the jdbc url in your application.xml file with
> username/password. normally, the login is 'sa' with no password.
>
> emmanuel
>
> On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <nicolas.loison1@gmail.com
> >
>
> wrote:
>
> > Hi,
> >
> > I was in holiday the last week.
> >
> > I would like to know what is the name of the DB and What is the login
> and
> > the password to connect it ?
> >
> > Thanks a lot,
> > Nico
> >
> > 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> > >
> > > Thanks,
> > >
> > > But what is the name of the DB ? Where is it ? What is the login and
> the
> > > password to connect it ?
> > >
> > > Thanks a lot,
> > > Nico
> > >
> > > 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> > > >
> > > > ok, so you can connect to your db with a sql client like
> SquirrelSQL,
> > > > then
> > > > you modify the state in the project table.
> > > >
> > > > Emmanuel
> > > >
> > > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > > nicolas.loison1@gmail.com>
> > > >
> > > > wrote:
> > > >
> > > > > Yes of course, I've trying several times, and the problem is
> always
> > > > the
> > > > > same...
> > > > >
> > > > > Thanks,
> > > > > Nico
> > > > >
> > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > >
> > > > > > Before to modify the db, do you have tested to restart Continuum
> > > > then to
> > > > > > force a build? Generaly it fix the issue.
> > > > > >
> > > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > > nicolas.loison1@gmail.com
> > > > > > >
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > I can't force a build, I have not the choice to do it. I'm
> > obliged
> > > > to
> > > > > > > fixed
> > > > > > > it in the DB, isn't it ? How do that ?
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Nicolas
> > > > > > >
> > > > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > > > >
> > > > > > > > What happen if you force a build? Generally it fix this
> > 1.0.3issue.
> > > > > > > > If it doesn't work, you'll need to fix it in the DB.
> > > > > > > >
> > > > > > > > Emmanuel
> > > > > > > >
> > > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > > > > nicolas.loison1@gmail.com
> > > > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > >
> > > > > > > > > Hi !
> > > > > > > > >
> > > > > > > > > I prefer write in French.... ;)
> > > > > > > > >
> > > > > > > > > So, I run under Linux, but I don't see any process in
> report
> > > > with
> > > > > > > maven.
> > > > > > > > > Are
> > > > > > > > > you able to say more about this process ?
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > > Nico
> > > > > > > > >
> > > > > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > > > > >
> > > > > > > > > > Hi Nicolas,
> > > > > > > > > >
> > > > > > > > > > How is your JMeter script started? I guess continuum
> just
> > > > > started
> > > > > > > it,
> > > > > > > > > but
> > > > > > > > > > restarting continuum won't restart this script (since
> > > > there's
> > > > > > > > certainly
> > > > > > > > > no
> > > > > > > > > > more parent/child relationship if you run under
> > Unix/Linux).
> > > > > > > > > > So you might need to kill this process.
> > > > > > > > > >
> > > > > > > > > > Under Linux, use the "kill command" after having found
> its
> > > > pid
> > > > > > > > (process
> > > > > > > > > > id). Under windows, open the process windows and click
> on
> > > > > > "Terminer
> > > > > > > le
> > > > > > > > > > processus" :-).
> > > > > > > > > >
> > > > > > > > > > Cheers.
> > > > > > > > > > PS : The end of your message made me laugh, btw: "Sorry
> > for
> > > > my
> > > > > > > > > English....
> > > > > > > > > > I'm french user". As if being french would be a totally
> > > > normal
> > > > > > > excuse
> > > > > > > > > for
> > > > > > > > > > not being able to write english :).
> > > > > > > > > >
> > > > > > > > > > -----Message d'origine-----
> > > > > > > > > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > > Objet : Build blocked
> > > > > > > > > >
> > > > > > > > > > Hello,
> > > > > > > > > >
> > > > > > > > > > I've got a problem with a build in Continuum. My
> Continuum
> > > > > version
> > > > > > > is
> > > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > My build runs a jmeter script who is bad. Even if I
> > restart
> > > > > > > Continuum,
> > > > > > > > > the
> > > > > > > > > > build is always blocked at the same place and it's
> > > > impossible to
> > > > > > > > > suppress it
> > > > > > > > > > !!
> > > > > > > > > >
> > > > > > > > > > Please, can you help me ?
> > > > > > > > > >
> > > > > > > > > > Thanks
> > > > > > > > > >
> > > > > > > > > > Nico
> > > > > > > > > >
> > > > > > > > > > PS: Sorry for my English.... I'm french user
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
You'll find the jdbc url in your application.xml file with
username/password. normally, the login is 'sa' with no password.

emmanuel

On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison <ni...@gmail.com>
wrote:

> Hi,
>
> I was in holiday the last week.
>
> I would like to know what is the name of the DB and What is the login and
> the password to connect it ?
>
> Thanks a lot,
> Nico
>
> 2008/2/29, Nicolas Loison <ni...@gmail.com>:
> >
> > Thanks,
> >
> > But what is the name of the DB ? Where is it ? What is the login and the
> > password to connect it ?
> >
> > Thanks a lot,
> > Nico
> >
> > 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> > >
> > > ok, so you can connect to your db with a sql client like SquirrelSQL,
> > > then
> > > you modify the state in the project table.
> > >
> > > Emmanuel
> > >
> > > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > > nicolas.loison1@gmail.com>
> > >
> > > wrote:
> > >
> > > > Yes of course, I've trying several times, and the problem is always
> > > the
> > > > same...
> > > >
> > > > Thanks,
> > > > Nico
> > > >
> > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > >
> > > > > Before to modify the db, do you have tested to restart Continuum
> > > then to
> > > > > force a build? Generaly it fix the issue.
> > > > >
> > > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > > nicolas.loison1@gmail.com
> > > > > >
> > > > >
> > > > > wrote:
> > > > >
> > > > > > I can't force a build, I have not the choice to do it. I'm
> obliged
> > > to
> > > > > > fixed
> > > > > > it in the DB, isn't it ? How do that ?
> > > > > >
> > > > > > Thanks,
> > > > > > Nicolas
> > > > > >
> > > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > > >
> > > > > > > What happen if you force a build? Generally it fix this
> 1.0.3issue.
> > > > > > > If it doesn't work, you'll need to fix it in the DB.
> > > > > > >
> > > > > > > Emmanuel
> > > > > > >
> > > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > > > nicolas.loison1@gmail.com
> > > > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > >
> > > > > > > > Hi !
> > > > > > > >
> > > > > > > > I prefer write in French.... ;)
> > > > > > > >
> > > > > > > > So, I run under Linux, but I don't see any process in report
> > > with
> > > > > > maven.
> > > > > > > > Are
> > > > > > > > you able to say more about this process ?
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > > Nico
> > > > > > > >
> > > > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > > > >
> > > > > > > > > Hi Nicolas,
> > > > > > > > >
> > > > > > > > > How is your JMeter script started? I guess continuum just
> > > > started
> > > > > > it,
> > > > > > > > but
> > > > > > > > > restarting continuum won't restart this script (since
> > > there's
> > > > > > > certainly
> > > > > > > > no
> > > > > > > > > more parent/child relationship if you run under
> Unix/Linux).
> > > > > > > > > So you might need to kill this process.
> > > > > > > > >
> > > > > > > > > Under Linux, use the "kill command" after having found its
> > > pid
> > > > > > > (process
> > > > > > > > > id). Under windows, open the process windows and click on
> > > > > "Terminer
> > > > > > le
> > > > > > > > > processus" :-).
> > > > > > > > >
> > > > > > > > > Cheers.
> > > > > > > > > PS : The end of your message made me laugh, btw: "Sorry
> for
> > > my
> > > > > > > > English....
> > > > > > > > > I'm french user". As if being french would be a totally
> > > normal
> > > > > > excuse
> > > > > > > > for
> > > > > > > > > not being able to write english :).
> > > > > > > > >
> > > > > > > > > -----Message d'origine-----
> > > > > > > > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > > Objet : Build blocked
> > > > > > > > >
> > > > > > > > > Hello,
> > > > > > > > >
> > > > > > > > > I've got a problem with a build in Continuum. My Continuum
> > > > version
> > > > > > is
> > > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > My build runs a jmeter script who is bad. Even if I
> restart
> > > > > > Continuum,
> > > > > > > > the
> > > > > > > > > build is always blocked at the same place and it's
> > > impossible to
> > > > > > > > suppress it
> > > > > > > > > !!
> > > > > > > > >
> > > > > > > > > Please, can you help me ?
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > >
> > > > > > > > > Nico
> > > > > > > > >
> > > > > > > > > PS: Sorry for my English.... I'm french user
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
Hi,

I was in holiday the last week.

I would like to know what is the name of the DB and What is the login and
the password to connect it ?

Thanks a lot,
Nico

2008/2/29, Nicolas Loison <ni...@gmail.com>:
>
> Thanks,
>
> But what is the name of the DB ? Where is it ? What is the login and the
> password to connect it ?
>
> Thanks a lot,
> Nico
>
> 2008/2/29, Emmanuel Venisse <em...@gmail.com>:
> >
> > ok, so you can connect to your db with a sql client like SquirrelSQL,
> > then
> > you modify the state in the project table.
> >
> > Emmanuel
> >
> > On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <
> > nicolas.loison1@gmail.com>
> >
> > wrote:
> >
> > > Yes of course, I've trying several times, and the problem is always
> > the
> > > same...
> > >
> > > Thanks,
> > > Nico
> > >
> > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > >
> > > > Before to modify the db, do you have tested to restart Continuum
> > then to
> > > > force a build? Generaly it fix the issue.
> > > >
> > > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > > nicolas.loison1@gmail.com
> > > > >
> > > >
> > > > wrote:
> > > >
> > > > > I can't force a build, I have not the choice to do it. I'm obliged
> > to
> > > > > fixed
> > > > > it in the DB, isn't it ? How do that ?
> > > > >
> > > > > Thanks,
> > > > > Nicolas
> > > > >
> > > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > > >
> > > > > > What happen if you force a build? Generally it fix this 1.0.3issue.
> > > > > > If it doesn't work, you'll need to fix it in the DB.
> > > > > >
> > > > > > Emmanuel
> > > > > >
> > > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > > nicolas.loison1@gmail.com
> > > > > > >
> > > > > > wrote:
> > > > > >
> > > > > >
> > > > > > > Hi !
> > > > > > >
> > > > > > > I prefer write in French.... ;)
> > > > > > >
> > > > > > > So, I run under Linux, but I don't see any process in report
> > with
> > > > > maven.
> > > > > > > Are
> > > > > > > you able to say more about this process ?
> > > > > > >
> > > > > > > Thanks
> > > > > > > Nico
> > > > > > >
> > > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > > >
> > > > > > > > Hi Nicolas,
> > > > > > > >
> > > > > > > > How is your JMeter script started? I guess continuum just
> > > started
> > > > > it,
> > > > > > > but
> > > > > > > > restarting continuum won't restart this script (since
> > there's
> > > > > > certainly
> > > > > > > no
> > > > > > > > more parent/child relationship if you run under Unix/Linux).
> > > > > > > > So you might need to kill this process.
> > > > > > > >
> > > > > > > > Under Linux, use the "kill command" after having found its
> > pid
> > > > > > (process
> > > > > > > > id). Under windows, open the process windows and click on
> > > > "Terminer
> > > > > le
> > > > > > > > processus" :-).
> > > > > > > >
> > > > > > > > Cheers.
> > > > > > > > PS : The end of your message made me laugh, btw: "Sorry for
> > my
> > > > > > > English....
> > > > > > > > I'm french user". As if being french would be a totally
> > normal
> > > > > excuse
> > > > > > > for
> > > > > > > > not being able to write english :).
> > > > > > > >
> > > > > > > > -----Message d'origine-----
> > > > > > > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > > À : continuum-users@maven.apache.org
> > > > > > > > Objet : Build blocked
> > > > > > > >
> > > > > > > > Hello,
> > > > > > > >
> > > > > > > > I've got a problem with a build in Continuum. My Continuum
> > > version
> > > > > is
> > > > > > > > 1.0.3and I using Maven 2.
> > > > > > > >
> > > > > > > >
> > > > > > > > My build runs a jmeter script who is bad. Even if I restart
> > > > > Continuum,
> > > > > > > the
> > > > > > > > build is always blocked at the same place and it's
> > impossible to
> > > > > > > suppress it
> > > > > > > > !!
> > > > > > > >
> > > > > > > > Please, can you help me ?
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > Nico
> > > > > > > >
> > > > > > > > PS: Sorry for my English.... I'm french user
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
>
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
Thanks,

But what is the name of the DB ? Where is it ? What is the login and the
password to connect it ?

Thanks a lot,
Nico

2008/2/29, Emmanuel Venisse <em...@gmail.com>:
>
> ok, so you can connect to your db with a sql client like SquirrelSQL, then
> you modify the state in the project table.
>
> Emmanuel
>
> On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <nicolas.loison1@gmail.com
> >
>
> wrote:
>
> > Yes of course, I've trying several times, and the problem is always the
> > same...
> >
> > Thanks,
> > Nico
> >
> > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > >
> > > Before to modify the db, do you have tested to restart Continuum then
> to
> > > force a build? Generaly it fix the issue.
> > >
> > > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> > nicolas.loison1@gmail.com
> > > >
> > >
> > > wrote:
> > >
> > > > I can't force a build, I have not the choice to do it. I'm obliged
> to
> > > > fixed
> > > > it in the DB, isn't it ? How do that ?
> > > >
> > > > Thanks,
> > > > Nicolas
> > > >
> > > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > > >
> > > > > What happen if you force a build? Generally it fix this 1.0.3issue.
> > > > > If it doesn't work, you'll need to fix it in the DB.
> > > > >
> > > > > Emmanuel
> > > > >
> > > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > > nicolas.loison1@gmail.com
> > > > > >
> > > > > wrote:
> > > > >
> > > > >
> > > > > > Hi !
> > > > > >
> > > > > > I prefer write in French.... ;)
> > > > > >
> > > > > > So, I run under Linux, but I don't see any process in report
> with
> > > > maven.
> > > > > > Are
> > > > > > you able to say more about this process ?
> > > > > >
> > > > > > Thanks
> > > > > > Nico
> > > > > >
> > > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > > >
> > > > > > > Hi Nicolas,
> > > > > > >
> > > > > > > How is your JMeter script started? I guess continuum just
> > started
> > > > it,
> > > > > > but
> > > > > > > restarting continuum won't restart this script (since there's
> > > > > certainly
> > > > > > no
> > > > > > > more parent/child relationship if you run under Unix/Linux).
> > > > > > > So you might need to kill this process.
> > > > > > >
> > > > > > > Under Linux, use the "kill command" after having found its pid
> > > > > (process
> > > > > > > id). Under windows, open the process windows and click on
> > > "Terminer
> > > > le
> > > > > > > processus" :-).
> > > > > > >
> > > > > > > Cheers.
> > > > > > > PS : The end of your message made me laugh, btw: "Sorry for my
> > > > > > English....
> > > > > > > I'm french user". As if being french would be a totally normal
> > > > excuse
> > > > > > for
> > > > > > > not being able to write english :).
> > > > > > >
> > > > > > > -----Message d'origine-----
> > > > > > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > > À : continuum-users@maven.apache.org
> > > > > > > Objet : Build blocked
> > > > > > >
> > > > > > > Hello,
> > > > > > >
> > > > > > > I've got a problem with a build in Continuum. My Continuum
> > version
> > > > is
> > > > > > > 1.0.3and I using Maven 2.
> > > > > > >
> > > > > > >
> > > > > > > My build runs a jmeter script who is bad. Even if I restart
> > > > Continuum,
> > > > > > the
> > > > > > > build is always blocked at the same place and it's impossible
> to
> > > > > > suppress it
> > > > > > > !!
> > > > > > >
> > > > > > > Please, can you help me ?
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > > Nico
> > > > > > >
> > > > > > > PS: Sorry for my English.... I'm french user
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
ok, so you can connect to your db with a sql client like SquirrelSQL, then
you modify the state in the project table.

Emmanuel

On Fri, Feb 29, 2008 at 8:40 AM, Nicolas Loison <ni...@gmail.com>
wrote:

> Yes of course, I've trying several times, and the problem is always the
> same...
>
> Thanks,
> Nico
>
> 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> >
> > Before to modify the db, do you have tested to restart Continuum then to
> > force a build? Generaly it fix the issue.
> >
> > On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <
> nicolas.loison1@gmail.com
> > >
> >
> > wrote:
> >
> > > I can't force a build, I have not the choice to do it. I'm obliged to
> > > fixed
> > > it in the DB, isn't it ? How do that ?
> > >
> > > Thanks,
> > > Nicolas
> > >
> > > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > > >
> > > > What happen if you force a build? Generally it fix this 1.0.3 issue.
> > > > If it doesn't work, you'll need to fix it in the DB.
> > > >
> > > > Emmanuel
> > > >
> > > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > > nicolas.loison1@gmail.com
> > > > >
> > > > wrote:
> > > >
> > > >
> > > > > Hi !
> > > > >
> > > > > I prefer write in French.... ;)
> > > > >
> > > > > So, I run under Linux, but I don't see any process in report with
> > > maven.
> > > > > Are
> > > > > you able to say more about this process ?
> > > > >
> > > > > Thanks
> > > > > Nico
> > > > >
> > > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > > >
> > > > > > Hi Nicolas,
> > > > > >
> > > > > > How is your JMeter script started? I guess continuum just
> started
> > > it,
> > > > > but
> > > > > > restarting continuum won't restart this script (since there's
> > > > certainly
> > > > > no
> > > > > > more parent/child relationship if you run under Unix/Linux).
> > > > > > So you might need to kill this process.
> > > > > >
> > > > > > Under Linux, use the "kill command" after having found its pid
> > > > (process
> > > > > > id). Under windows, open the process windows and click on
> > "Terminer
> > > le
> > > > > > processus" :-).
> > > > > >
> > > > > > Cheers.
> > > > > > PS : The end of your message made me laugh, btw: "Sorry for my
> > > > > English....
> > > > > > I'm french user". As if being french would be a totally normal
> > > excuse
> > > > > for
> > > > > > not being able to write english :).
> > > > > >
> > > > > > -----Message d'origine-----
> > > > > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > > À : continuum-users@maven.apache.org
> > > > > > Objet : Build blocked
> > > > > >
> > > > > > Hello,
> > > > > >
> > > > > > I've got a problem with a build in Continuum. My Continuum
> version
> > > is
> > > > > > 1.0.3and I using Maven 2.
> > > > > >
> > > > > >
> > > > > > My build runs a jmeter script who is bad. Even if I restart
> > > Continuum,
> > > > > the
> > > > > > build is always blocked at the same place and it's impossible to
> > > > > suppress it
> > > > > > !!
> > > > > >
> > > > > > Please, can you help me ?
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > Nico
> > > > > >
> > > > > > PS: Sorry for my English.... I'm french user
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
Yes of course, I've trying several times, and the problem is always the
same...

Thanks,
Nico

2008/2/28, Emmanuel Venisse <em...@gmail.com>:
>
> Before to modify the db, do you have tested to restart Continuum then to
> force a build? Generaly it fix the issue.
>
> On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <nicolas.loison1@gmail.com
> >
>
> wrote:
>
> > I can't force a build, I have not the choice to do it. I'm obliged to
> > fixed
> > it in the DB, isn't it ? How do that ?
> >
> > Thanks,
> > Nicolas
> >
> > 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> > >
> > > What happen if you force a build? Generally it fix this 1.0.3 issue.
> > > If it doesn't work, you'll need to fix it in the DB.
> > >
> > > Emmanuel
> > >
> > > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> > nicolas.loison1@gmail.com
> > > >
> > > wrote:
> > >
> > >
> > > > Hi !
> > > >
> > > > I prefer write in French.... ;)
> > > >
> > > > So, I run under Linux, but I don't see any process in report with
> > maven.
> > > > Are
> > > > you able to say more about this process ?
> > > >
> > > > Thanks
> > > > Nico
> > > >
> > > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > > >
> > > > > Hi Nicolas,
> > > > >
> > > > > How is your JMeter script started? I guess continuum just started
> > it,
> > > > but
> > > > > restarting continuum won't restart this script (since there's
> > > certainly
> > > > no
> > > > > more parent/child relationship if you run under Unix/Linux).
> > > > > So you might need to kill this process.
> > > > >
> > > > > Under Linux, use the "kill command" after having found its pid
> > > (process
> > > > > id). Under windows, open the process windows and click on
> "Terminer
> > le
> > > > > processus" :-).
> > > > >
> > > > > Cheers.
> > > > > PS : The end of your message made me laugh, btw: "Sorry for my
> > > > English....
> > > > > I'm french user". As if being french would be a totally normal
> > excuse
> > > > for
> > > > > not being able to write english :).
> > > > >
> > > > > -----Message d'origine-----
> > > > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > > > Envoyé : mercredi 27 février 2008 20:36
> > > > > À : continuum-users@maven.apache.org
> > > > > Objet : Build blocked
> > > > >
> > > > > Hello,
> > > > >
> > > > > I've got a problem with a build in Continuum. My Continuum version
> > is
> > > > > 1.0.3and I using Maven 2.
> > > > >
> > > > >
> > > > > My build runs a jmeter script who is bad. Even if I restart
> > Continuum,
> > > > the
> > > > > build is always blocked at the same place and it's impossible to
> > > > suppress it
> > > > > !!
> > > > >
> > > > > Please, can you help me ?
> > > > >
> > > > > Thanks
> > > > >
> > > > > Nico
> > > > >
> > > > > PS: Sorry for my English.... I'm french user
> > > > >
> > > >
> > >
> >
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
Before to modify the db, do you have tested to restart Continuum then to
force a build? Generaly it fix the issue.

On Thu, Feb 28, 2008 at 9:54 PM, Nicolas Loison <ni...@gmail.com>
wrote:

> I can't force a build, I have not the choice to do it. I'm obliged to
> fixed
> it in the DB, isn't it ? How do that ?
>
> Thanks,
> Nicolas
>
> 2008/2/28, Emmanuel Venisse <em...@gmail.com>:
> >
> > What happen if you force a build? Generally it fix this 1.0.3 issue.
> > If it doesn't work, you'll need to fix it in the DB.
> >
> > Emmanuel
> >
> > On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <
> nicolas.loison1@gmail.com
> > >
> > wrote:
> >
> >
> > > Hi !
> > >
> > > I prefer write in French.... ;)
> > >
> > > So, I run under Linux, but I don't see any process in report with
> maven.
> > > Are
> > > you able to say more about this process ?
> > >
> > > Thanks
> > > Nico
> > >
> > > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > > >
> > > > Hi Nicolas,
> > > >
> > > > How is your JMeter script started? I guess continuum just started
> it,
> > > but
> > > > restarting continuum won't restart this script (since there's
> > certainly
> > > no
> > > > more parent/child relationship if you run under Unix/Linux).
> > > > So you might need to kill this process.
> > > >
> > > > Under Linux, use the "kill command" after having found its pid
> > (process
> > > > id). Under windows, open the process windows and click on "Terminer
> le
> > > > processus" :-).
> > > >
> > > > Cheers.
> > > > PS : The end of your message made me laugh, btw: "Sorry for my
> > > English....
> > > > I'm french user". As if being french would be a totally normal
> excuse
> > > for
> > > > not being able to write english :).
> > > >
> > > > -----Message d'origine-----
> > > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > > Envoyé : mercredi 27 février 2008 20:36
> > > > À : continuum-users@maven.apache.org
> > > > Objet : Build blocked
> > > >
> > > > Hello,
> > > >
> > > > I've got a problem with a build in Continuum. My Continuum version
> is
> > > > 1.0.3and I using Maven 2.
> > > >
> > > >
> > > > My build runs a jmeter script who is bad. Even if I restart
> Continuum,
> > > the
> > > > build is always blocked at the same place and it's impossible to
> > > suppress it
> > > > !!
> > > >
> > > > Please, can you help me ?
> > > >
> > > > Thanks
> > > >
> > > > Nico
> > > >
> > > > PS: Sorry for my English.... I'm french user
> > > >
> > >
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
I can't force a build, I have not the choice to do it. I'm obliged to fixed
it in the DB, isn't it ? How do that ?

Thanks,
Nicolas

2008/2/28, Emmanuel Venisse <em...@gmail.com>:
>
> What happen if you force a build? Generally it fix this 1.0.3 issue.
> If it doesn't work, you'll need to fix it in the DB.
>
> Emmanuel
>
> On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <nicolas.loison1@gmail.com
> >
> wrote:
>
>
> > Hi !
> >
> > I prefer write in French.... ;)
> >
> > So, I run under Linux, but I don't see any process in report with maven.
> > Are
> > you able to say more about this process ?
> >
> > Thanks
> > Nico
> >
> > 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> > >
> > > Hi Nicolas,
> > >
> > > How is your JMeter script started? I guess continuum just started it,
> > but
> > > restarting continuum won't restart this script (since there's
> certainly
> > no
> > > more parent/child relationship if you run under Unix/Linux).
> > > So you might need to kill this process.
> > >
> > > Under Linux, use the "kill command" after having found its pid
> (process
> > > id). Under windows, open the process windows and click on "Terminer le
> > > processus" :-).
> > >
> > > Cheers.
> > > PS : The end of your message made me laugh, btw: "Sorry for my
> > English....
> > > I'm french user". As if being french would be a totally normal excuse
> > for
> > > not being able to write english :).
> > >
> > > -----Message d'origine-----
> > > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > > Envoyé : mercredi 27 février 2008 20:36
> > > À : continuum-users@maven.apache.org
> > > Objet : Build blocked
> > >
> > > Hello,
> > >
> > > I've got a problem with a build in Continuum. My Continuum version is
> > > 1.0.3and I using Maven 2.
> > >
> > >
> > > My build runs a jmeter script who is bad. Even if I restart Continuum,
> > the
> > > build is always blocked at the same place and it's impossible to
> > suppress it
> > > !!
> > >
> > > Please, can you help me ?
> > >
> > > Thanks
> > >
> > > Nico
> > >
> > > PS: Sorry for my English.... I'm french user
> > >
> >
>

Re: Build blocked

Posted by Emmanuel Venisse <em...@gmail.com>.
What happen if you force a build? Generally it fix this 1.0.3 issue.
If it doesn't work, you'll need to fix it in the DB.

Emmanuel

On Thu, Feb 28, 2008 at 3:01 PM, Nicolas Loison <ni...@gmail.com>
wrote:

> Hi !
>
> I prefer write in French.... ;)
>
> So, I run under Linux, but I don't see any process in report with maven.
> Are
> you able to say more about this process ?
>
> Thanks
> Nico
>
> 2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
> >
> > Hi Nicolas,
> >
> > How is your JMeter script started? I guess continuum just started it,
> but
> > restarting continuum won't restart this script (since there's certainly
> no
> > more parent/child relationship if you run under Unix/Linux).
> > So you might need to kill this process.
> >
> > Under Linux, use the "kill command" after having found its pid (process
> > id). Under windows, open the process windows and click on "Terminer le
> > processus" :-).
> >
> > Cheers.
> > PS : The end of your message made me laugh, btw: "Sorry for my
> English....
> > I'm french user". As if being french would be a totally normal excuse
> for
> > not being able to write english :).
> >
> > -----Message d'origine-----
> > De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> > Envoyé : mercredi 27 février 2008 20:36
> > À : continuum-users@maven.apache.org
> > Objet : Build blocked
> >
> > Hello,
> >
> > I've got a problem with a build in Continuum. My Continuum version is
> > 1.0.3and I using Maven 2.
> >
> >
> > My build runs a jmeter script who is bad. Even if I restart Continuum,
> the
> > build is always blocked at the same place and it's impossible to
> suppress it
> > !!
> >
> > Please, can you help me ?
> >
> > Thanks
> >
> > Nico
> >
> > PS: Sorry for my English.... I'm french user
> >
>

Re: Build blocked

Posted by Nicolas Loison <ni...@gmail.com>.
Hi !

I prefer write in French.... ;)

So, I run under Linux, but I don't see any process in report with maven. Are
you able to say more about this process ?

Thanks
Nico

2008/2/28, MATHUS Baptiste <ma...@mipih.fr>:
>
> Hi Nicolas,
>
> How is your JMeter script started? I guess continuum just started it, but
> restarting continuum won't restart this script (since there's certainly no
> more parent/child relationship if you run under Unix/Linux).
> So you might need to kill this process.
>
> Under Linux, use the "kill command" after having found its pid (process
> id). Under windows, open the process windows and click on "Terminer le
> processus" :-).
>
> Cheers.
> PS : The end of your message made me laugh, btw: "Sorry for my English....
> I'm french user". As if being french would be a totally normal excuse for
> not being able to write english :).
>
> -----Message d'origine-----
> De : Nicolas Loison [mailto:nicolas.loison1@gmail.com]
> Envoyé : mercredi 27 février 2008 20:36
> À : continuum-users@maven.apache.org
> Objet : Build blocked
>
> Hello,
>
> I've got a problem with a build in Continuum. My Continuum version is
> 1.0.3and I using Maven 2.
>
>
> My build runs a jmeter script who is bad. Even if I restart Continuum, the
> build is always blocked at the same place and it's impossible to suppress it
> !!
>
> Please, can you help me ?
>
> Thanks
>
> Nico
>
> PS: Sorry for my English.... I'm french user
>

RE: Build blocked

Posted by MATHUS Baptiste <ma...@mipih.fr>.
Hi Nicolas,

How is your JMeter script started? I guess continuum just started it, but restarting continuum won't restart this script (since there's certainly no more parent/child relationship if you run under Unix/Linux).
So you might need to kill this process.

Under Linux, use the "kill command" after having found its pid (process id). Under windows, open the process windows and click on "Terminer le processus" :-).

Cheers.
PS : The end of your message made me laugh, btw: "Sorry for my English.... I'm french user". As if being french would be a totally normal excuse for not being able to write english :).

-----Message d'origine-----
De : Nicolas Loison [mailto:nicolas.loison1@gmail.com] 
Envoyé : mercredi 27 février 2008 20:36
À : continuum-users@maven.apache.org
Objet : Build blocked

Hello,

I've got a problem with a build in Continuum. My Continuum version is 1.0.3and I using Maven 2.

My build runs a jmeter script who is bad. Even if I restart Continuum, the build is always blocked at the same place and it's impossible to suppress it !!

Please, can you help me ?

Thanks

Nico

PS: Sorry for my English.... I'm french user