Re: Continuum Uninstall

2006-11-07 Thread jacob thomas

i removed the registry entries and restarted the machine,i am able to
reinstall now and it works fine for me, thanks.
~jacob


Emmanuel Venisse wrote:
 
 You have a quote in your PATH, remove it and all will work fine.
 
 Emmanuel
 
 jacob thomas a écrit :
 Hi, I am facing an issue, I am very new to the Continuum Tool. 
 
 The issues is, I removed continuum from the box, and even clear the
 registry
 also for conitinuum service. I tried to 
 reinstall, unpacked it under the C://... and i ran the command run.bat. 
 JAVA_HOME, M2_HOME is also set in both system  user environment.
 
 Here is the error log I am getting:
 ---
 C:\continuum-1.0.3\bin\win32run.bat
 
 wrapper  | -- Wrapper Started as Console
 wrapper  | Launching a JVM...
 jvm 1  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 1  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | Launching a JVM...
 jvm 2  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 2  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | Launching a JVM...
 jvm 3  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 3  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | Launching a JVM...
 jvm 4  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 4  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | Launching a JVM...
 jvm 5  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 5  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | There were 5 failed launches in a row, each lasting less than
 300
 seconds.  Giving up.
 wrapper  |   There may be a configuration problem: please check the logs.
 wrapper  | -- Wrapper Stopped
 Press any key to continue . . .
 --
 
 I got stuck at this point, let me know if anybody knows the solution how
 to
 unInstall  reInstall.
 
 Thanks  Regards
 
 Jacob Thomas
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Continuum-Uninstall-tf2567514.html#a7216893
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: configuring email nofifiers

2006-11-07 Thread Emmanuel Venisse

You can checkout Maven-SCM (http://svn.apache.org/repos/asf/maven/scm/trunk/)
build it, you probably need to skip all tests because it require some tools 
installed.
Then, you'll replace all maven-scm-* in your continuum by new ones.

If you don't want to build it, you can download artifacts from the snapshot repo 
(http://people.apache.org/maven-snapshot-repository/org/apache/maven/scm/)


Emmanuel

Morgovsky, Alexander (US - Glen Mills) a écrit :

Thanks, how should I verify that this is fixed, in that, from where should I 
try to check out, build, and deploy to?  Thanks.

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 07, 2006 4:12 AM

To: continuum-users@maven.apache.org
Subject: Re: configuring email nofifiers

I think this bug is fixed in maven-scm trunk but not sure. File an issue about it 
(http://jira.codehaus.org/browse/SCM) and I'll look at it later.


Emmanuel

Morgovsky, Alexander (US - Glen Mills) a écrit :

It looks like the checkout is jumbling my svn username/password:

svn --username user:passw --non-interactive checkout instead of
svn --username user --password passw ...

Is this a known bug?

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 06, 2006 4:08 PM

To: continuum-users@maven.apache.org
Subject: Re: configuring email nofifiers

You can configure it in apps/continuum/conf/application.xml 
(MailContinuumNotifer component)

Emmanuel

[EMAIL PROTECTED] a écrit :

Hi,

Is there a way in which the email notification verbosity can be turned 
down ? For example can the email just contain the  project name, the build 
result and a url to the build results page which would have the build 
output in full detail ?


With thanks,

Ashley


-
This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law.  If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED.  Although this transmission and
any attachments are believed to be free of any virus or other
defect that might affect any computer system into which it is
received and opened, it is the responsibility of the recipient to
ensure that it is virus free and no responsibility is accepted by
JPMorgan Chase  Co., its subsidiaries and affiliates, as
applicable, for any loss or damage arising in any way from its use.
If you received this transmission in error, please immediately
contact the sender and destroy the material in its entirety,
whether in electronic or hard copy format. Thank you.



This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message. 



Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]












Re: Performance collapse when logged as admin

2006-11-07 Thread Jesse McConnell

hm, that sounds to me like it would be an issue with the speed of
authz activities on those pages, they had been really slow until I put
in abit of per page caching in the session to speed it up...and it was
a lot faster from then on...but this could be something related to
that.

what database are you guys using for this?  the derby one with the release?

jesse

On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:

Yes, I had the same and also I see th bug which not allowing me to start
every created goal for project. I also decided to return to 1.0.1.

Best regards,
 Juri.

-Original Message-
From: Samuel Langlois [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 12:28 PM
To: continuum-users@maven.apache.org
Subject: Performance collapse when logged as admin


Hello,

I find Continuum web console very slow, especially when logged as admin,
and I think there is something wrong.

For instance, to display the summary page of a project group containing
3 projects, it takes a few seconds when not logged in, and 20s when
logged as admin. For a project group containing 58 projects, it goes
from 15s (which is already quite long...) to an amazing 130s when logged
as admin.

I use Continuum 1.0.3-maestro-1.1 with all default settings.
I have the feeling (but cannot confirm) that the version shipped with
Maestro 1.0.1 did not show this problem. My server is a Pentium4, 1.5GHz
under Fedora Core 5. Not really a speed king, but still... I recently
upgraded it to 1Go RAM without much effect.

Am I the only one in this situation?
How can I help diagnose the problem further?

Thanks for your help

Samuel






--
jesse mcconnell
[EMAIL PROTECTED]


Re: Performance collapse when logged as admin

2006-11-07 Thread Jesse McConnell

k, then my bet is its something up with that authz behavior there.

do you have any custom roles?

what is the name of the project in question?  (ie, The Doxia Project)
you can make something up that follows the same naming structure

thanks, and I'll try and nail this down in continuum
jesse

On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:

I believe the same that goes with Continuum, yea I suppose this is
derby.

-Original Message-
From: Jesse McConnell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 3:48 PM
To: continuum-users@maven.apache.org
Subject: Re: Performance collapse when logged as admin


hm, that sounds to me like it would be an issue with the speed of authz
activities on those pages, they had been really slow until I put in abit
of per page caching in the session to speed it up...and it was a lot
faster from then on...but this could be something related to that.

what database are you guys using for this?  the derby one with the
release?

jesse

On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
 Yes, I had the same and also I see th bug which not allowing me to
 start every created goal for project. I also decided to return to
 1.0.1.

 Best regards,
  Juri.

 -Original Message-
 From: Samuel Langlois [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 2006 12:28 PM
 To: continuum-users@maven.apache.org
 Subject: Performance collapse when logged as admin


 Hello,

 I find Continuum web console very slow, especially when logged as
 admin, and I think there is something wrong.

 For instance, to display the summary page of a project group
 containing 3 projects, it takes a few seconds when not logged in, and
 20s when logged as admin. For a project group containing 58 projects,
 it goes from 15s (which is already quite long...) to an amazing 130s
 when logged as admin.

 I use Continuum 1.0.3-maestro-1.1 with all default settings. I have
 the feeling (but cannot confirm) that the version shipped with Maestro

 1.0.1 did not show this problem. My server is a Pentium4, 1.5GHz under

 Fedora Core 5. Not really a speed king, but still... I recently
 upgraded it to 1Go RAM without much effect.

 Am I the only one in this situation?
 How can I help diagnose the problem further?

 Thanks for your help

 Samuel





--
jesse mcconnell
[EMAIL PROTECTED]




--
jesse mcconnell
[EMAIL PROTECTED]


RE: Performance collapse when logged as admin

2006-11-07 Thread Artamonov, Juri
What I did is just installed Maestro 1.1 and created admin user. Then I
just added simple single module project and defined several goals for
it. That's all. After I saw that it's slow comparing with Maestro 1.0.1
and I couldn't start any goal I created except default goal I decided to
move back to Maestro 1.0.1.

Please let me know if you have more questions.

Best regards,
 Juri.

-Original Message-
From: Jesse McConnell [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 07, 2006 3:55 PM
To: continuum-users@maven.apache.org
Subject: Re: Performance collapse when logged as admin


k, then my bet is its something up with that authz behavior there.

do you have any custom roles?

what is the name of the project in question?  (ie, The Doxia Project)
you can make something up that follows the same naming structure

thanks, and I'll try and nail this down in continuum
jesse

On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
 I believe the same that goes with Continuum, yea I suppose this is 
 derby.

 -Original Message-
 From: Jesse McConnell [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 2006 3:48 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Performance collapse when logged as admin


 hm, that sounds to me like it would be an issue with the speed of 
 authz activities on those pages, they had been really slow until I put

 in abit of per page caching in the session to speed it up...and it was

 a lot faster from then on...but this could be something related to 
 that.

 what database are you guys using for this?  the derby one with the 
 release?

 jesse

 On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
  Yes, I had the same and also I see th bug which not allowing me to 
  start every created goal for project. I also decided to return to 
  1.0.1.
 
  Best regards,
   Juri.
 
  -Original Message-
  From: Samuel Langlois [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, November 07, 2006 12:28 PM
  To: continuum-users@maven.apache.org
  Subject: Performance collapse when logged as admin
 
 
  Hello,
 
  I find Continuum web console very slow, especially when logged as 
  admin, and I think there is something wrong.
 
  For instance, to display the summary page of a project group 
  containing 3 projects, it takes a few seconds when not logged in, 
  and 20s when logged as admin. For a project group containing 58 
  projects, it goes from 15s (which is already quite long...) to an 
  amazing 130s when logged as admin.
 
  I use Continuum 1.0.3-maestro-1.1 with all default settings. I have 
  the feeling (but cannot confirm) that the version shipped with 
  Maestro

  1.0.1 did not show this problem. My server is a Pentium4, 1.5GHz 
  under

  Fedora Core 5. Not really a speed king, but still... I recently 
  upgraded it to 1Go RAM without much effect.
 
  Am I the only one in this situation?
  How can I help diagnose the problem further?
 
  Thanks for your help
 
  Samuel
 
 
 


 --
 jesse mcconnell
 [EMAIL PROTECTED]



-- 
jesse mcconnell
[EMAIL PROTECTED]


Re: Performance collapse when logged as admin

2006-11-07 Thread Christian Edward Gruber
Hmm.  It would probably be wise to fetch the logo upon configuration
change, and drop it in the local database, then serve it from the db
(cached in memory after first load, of course).  It's only one image,
and I think having it locally available might be useful.

regards,
Christian.

P.S.  There might be licensing/copyright issues, but that's really the
problem of the administrator.  I suppose a check-box to say cache logo
locally would be a  good way to keep maximal choice. -cg

Carlos Sanchez wrote:
 I saw that problem when the logo is not available and times out, the
 page looks slow.

 On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
 What I did is just installed Maestro 1.1 and created admin user. Then I
 just added simple single module project and defined several goals for
 it. That's all. After I saw that it's slow comparing with Maestro 1.0.1
 and I couldn't start any goal I created except default goal I decided to
 move back to Maestro 1.0.1.

 Please let me know if you have more questions.

 Best regards,
  Juri.

 -Original Message-
 From: Jesse McConnell [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 2006 3:55 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Performance collapse when logged as admin


 k, then my bet is its something up with that authz behavior there.

 do you have any custom roles?

 what is the name of the project in question?  (ie, The Doxia Project)
 you can make something up that follows the same naming structure

 thanks, and I'll try and nail this down in continuum
 jesse

 On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
  I believe the same that goes with Continuum, yea I suppose this is
  derby.
 
  -Original Message-
  From: Jesse McConnell [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, November 07, 2006 3:48 PM
  To: continuum-users@maven.apache.org
  Subject: Re: Performance collapse when logged as admin
 
 
  hm, that sounds to me like it would be an issue with the speed of
  authz activities on those pages, they had been really slow until I put

  in abit of per page caching in the session to speed it up...and it was

  a lot faster from then on...but this could be something related to
  that.
 
  what database are you guys using for this?  the derby one with the
  release?
 
  jesse
 
  On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
   Yes, I had the same and also I see th bug which not allowing me to
   start every created goal for project. I also decided to return to
   1.0.1.
  
   Best regards,
Juri.
  
   -Original Message-
   From: Samuel Langlois [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, November 07, 2006 12:28 PM
   To: continuum-users@maven.apache.org
   Subject: Performance collapse when logged as admin
  
  
   Hello,
  
   I find Continuum web console very slow, especially when logged as
   admin, and I think there is something wrong.
  
   For instance, to display the summary page of a project group
   containing 3 projects, it takes a few seconds when not logged in,
   and 20s when logged as admin. For a project group containing 58
   projects, it goes from 15s (which is already quite long...) to an
   amazing 130s when logged as admin.
  
   I use Continuum 1.0.3-maestro-1.1 with all default settings. I have
   the feeling (but cannot confirm) that the version shipped with
   Maestro
 
   1.0.1 did not show this problem. My server is a Pentium4, 1.5GHz
   under
 
   Fedora Core 5. Not really a speed king, but still... I recently
   upgraded it to 1Go RAM without much effect.
  
   Am I the only one in this situation?
   How can I help diagnose the problem further?
  
   Thanks for your help
  
   Samuel
  
  
  
 
 
  --
  jesse mcconnell
  [EMAIL PROTECTED]
 


 -- 
 jesse mcconnell
 [EMAIL PROTECTED]





-- 

*christian** gruber + process coach and architect*

*Israfil Consulting Services Corporation*

*email** [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023*



Re: Performance collapse when logged as admin

2006-11-07 Thread Carlos Sanchez

if your logo is not available it's your configuration problem. I don't
see it as a big problem.

On 11/7/06, Christian Edward Gruber [EMAIL PROTECTED] wrote:

Hmm.  It would probably be wise to fetch the logo upon configuration
change, and drop it in the local database, then serve it from the db
(cached in memory after first load, of course).  It's only one image,
and I think having it locally available might be useful.

regards,
Christian.

P.S.  There might be licensing/copyright issues, but that's really the
problem of the administrator.  I suppose a check-box to say cache logo
locally would be a  good way to keep maximal choice. -cg

Carlos Sanchez wrote:
 I saw that problem when the logo is not available and times out, the
 page looks slow.

 On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
 What I did is just installed Maestro 1.1 and created admin user. Then I
 just added simple single module project and defined several goals for
 it. That's all. After I saw that it's slow comparing with Maestro 1.0.1
 and I couldn't start any goal I created except default goal I decided to
 move back to Maestro 1.0.1.

 Please let me know if you have more questions.

 Best regards,
  Juri.

 -Original Message-
 From: Jesse McConnell [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 07, 2006 3:55 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Performance collapse when logged as admin


 k, then my bet is its something up with that authz behavior there.

 do you have any custom roles?

 what is the name of the project in question?  (ie, The Doxia Project)
 you can make something up that follows the same naming structure

 thanks, and I'll try and nail this down in continuum
 jesse

 On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
  I believe the same that goes with Continuum, yea I suppose this is
  derby.
 
  -Original Message-
  From: Jesse McConnell [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, November 07, 2006 3:48 PM
  To: continuum-users@maven.apache.org
  Subject: Re: Performance collapse when logged as admin
 
 
  hm, that sounds to me like it would be an issue with the speed of
  authz activities on those pages, they had been really slow until I put

  in abit of per page caching in the session to speed it up...and it was

  a lot faster from then on...but this could be something related to
  that.
 
  what database are you guys using for this?  the derby one with the
  release?
 
  jesse
 
  On 11/7/06, Artamonov, Juri [EMAIL PROTECTED] wrote:
   Yes, I had the same and also I see th bug which not allowing me to
   start every created goal for project. I also decided to return to
   1.0.1.
  
   Best regards,
Juri.
  
   -Original Message-
   From: Samuel Langlois [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, November 07, 2006 12:28 PM
   To: continuum-users@maven.apache.org
   Subject: Performance collapse when logged as admin
  
  
   Hello,
  
   I find Continuum web console very slow, especially when logged as
   admin, and I think there is something wrong.
  
   For instance, to display the summary page of a project group
   containing 3 projects, it takes a few seconds when not logged in,
   and 20s when logged as admin. For a project group containing 58
   projects, it goes from 15s (which is already quite long...) to an
   amazing 130s when logged as admin.
  
   I use Continuum 1.0.3-maestro-1.1 with all default settings. I have
   the feeling (but cannot confirm) that the version shipped with
   Maestro
 
   1.0.1 did not show this problem. My server is a Pentium4, 1.5GHz
   under
 
   Fedora Core 5. Not really a speed king, but still... I recently
   upgraded it to 1Go RAM without much effect.
  
   Am I the only one in this situation?
   How can I help diagnose the problem further?
  
   Thanks for your help
  
   Samuel
  
  
  
 
 
  --
  jesse mcconnell
  [EMAIL PROTECTED]
 


 --
 jesse mcconnell
 [EMAIL PROTECTED]





--

*christian** gruber + process coach and architect*

*Israfil Consulting Services Corporation*

*email** [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023*






--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride


Re: PROPFIND + authorization failed

2006-11-07 Thread Barrie Treloar

http://freshmeat.net/projects/ntlmaps/

Run this proxy and tell your Subversion client, or Maven, to use the APS
proxy.


This will work for http but won't for https. ntlmaps has problems with
chunked encodings.

From the original problem email the scm url looks like it is http, so

you should be ok.