Re: Continuum and Archiva mail address.

2008-07-22 Thread Stefan Seidel

I know for continuum it is the VERY unintuitive file
continuum/apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml
where there is a from-mailbox and from-name tag.

Stefan

Magne Nordtveit wrote:

Hi!

I have  just set up Archiva and Continuum on the same Tomcat server, and its 
working beautifully (After setting the users-db to different directories... 
Doh!).


Only one thing remaining now, to make Archiva's mailing address be 
[EMAIL PROTECTED] and give it a name i.e Archiva Repository Manager, and the 
same with Continuum.


But I can't find out how to configure the sender...




--
best regards,

Stefan Seidel
software developer

VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.+49 (341) 9 60 50 07
fax.+49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum + Tomcat: Not using settings.xml?

2008-07-22 Thread Wendy Smoak
On Tue, Jul 22, 2008 at 9:23 AM, Magne Nordtveit
[EMAIL PROTECTED] wrote:
 I get a Missing artifact trying to build the POM. Check that its parent POM
 is available or add it first in Continuum. error message, and no usefull
 output from the logs either...

Please ask on the Continuum mailing list, you can find subscription
info here:  http://continuum.apache.org/mail-lists.html

(I think you're running into http://jira.codehaus.org/browse/CONTINUUM-1789.)

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum error build

2008-04-18 Thread Alexandre Nshimiyimana
Yes, my project use Maven and the pom(s) split in 4 modules.
I'll redirect to
[EMAIL PROTECTED]

Thanks.


2008/4/17, Brett Porter [EMAIL PROTECTED]:

 It seems you have configured the project to run 'pom.xml' instead of
 setting that as the build file for Maven.

 Can you please direct further enquiries to [EMAIL PROTECTED]
 Continuum has become it separate project.

 Cheers,
 Brett


 On 18/04/2008, Alexandre Nshimiyimana [EMAIL PROTECTED] wrote:
  I'm getting this   error when buillding via Continuum:
 
   Build Error:

   
  
   org.apache.maven.continuum.execution.ContinuumBuildExecutorException:
 Error
   while executing shell command. The most common error is that 'pom.xml'
 is
   not in your path.
  at

   
  org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:207)
  at

   
  org.apache.maven.continuum.execution.shell.ShellBuildExecutor.build(ShellBuildExecutor.java:67)
  at

   
  org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:140)
  at

   
  org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
  at

   
  org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:145)
  at

   
  org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
  at

   
  org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
  at

   
  edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
  at

   
  edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
  at

   
  edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
  at

   
  edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
  at java.lang.Thread.run(Thread.java:595)
   Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error
 while
   executing process.
  at
   org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:737)
  at

   
  org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:101)
  at

   
  org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:87)
  at

   
  org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:101)
  at

   
  org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:58)
  at

   
  org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:192)
  ... 11 more
   Caused by: java.io.IOException: java.io.IOException:
   /srv/maestro/project-server/data/continuum/working-directory/2/pom.xml:
   cannot execute
  at java.lang.UNIXProcess.init(UNIXProcess.java:148)
  at java.lang.ProcessImpl.start(ProcessImpl.java:65)
  at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
  at java.lang.Runtime.exec(Runtime.java:591)
  at
   org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:732)
  ... 16 more
 



 --
 Brett Porter
 Blog: http://blogs.exist.com/bporter/

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Continuum error build

2008-04-17 Thread Brett Porter
It seems you have configured the project to run 'pom.xml' instead of
setting that as the build file for Maven.

Can you please direct further enquiries to [EMAIL PROTECTED]
Continuum has become it separate project.

Cheers,
Brett

On 18/04/2008, Alexandre Nshimiyimana [EMAIL PROTECTED] wrote:
 I'm getting this   error when buillding via Continuum:

  Build Error:
  
  org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error
  while executing shell command. The most common error is that 'pom.xml' is
  not in your path.
 at
  
 org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:207)
 at
  
 org.apache.maven.continuum.execution.shell.ShellBuildExecutor.build(ShellBuildExecutor.java:67)
 at
  
 org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:140)
 at
  
 org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
 at
  
 org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:145)
 at
  
 org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
 at
  
 org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
 at
  
 edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
 at
  
 edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
 at
  
 edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
 at
  
 edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
 at java.lang.Thread.run(Thread.java:595)
  Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error while
  executing process.
 at
  org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:737)
 at
  
 org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:101)
 at
  
 org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:87)
 at
  
 org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:101)
 at
  
 org.apache.maven.continuum.utils.shell.DefaultShellCommandHelper.executeShellCommand(DefaultShellCommandHelper.java:58)
 at
  
 org.apache.maven.continuum.execution.AbstractBuildExecutor.executeShellCommand(AbstractBuildExecutor.java:192)
 ... 11 more
  Caused by: java.io.IOException: java.io.IOException:
  /srv/maestro/project-server/data/continuum/working-directory/2/pom.xml:
  cannot execute
 at java.lang.UNIXProcess.init(UNIXProcess.java:148)
 at java.lang.ProcessImpl.start(ProcessImpl.java:65)
 at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
 at java.lang.Runtime.exec(Runtime.java:591)
 at
  org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:732)
 ... 16 more



-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum does not launch a build as scheduled?

2008-02-25 Thread Emmanuel Venisse
Your project in trunk and branch must be different. I mean that the couple
groupId/artifactId/version must be different and scm definition too of
course.

Emmanuel

On Fri, Feb 22, 2008 at 11:37 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:


 I've two maven 2.0.8 projects that relate to the same product, one is
 set to retrieve and build from a branch, and the other one is set to
 retrieve and build from the trunk in Subversion.

 When I set the schedule to launch the build for each project, Continuum
 runs the build for the branch project, but when it attempts to launch
 the build as scheduled for the trunk project nothing happens, the build
 does not run?

 Instead of running the build, Continuum displays a message indicating
 that the project is duplicated in the reactor? But interestingly, I can
 force the build to run by clicking on the Build Now icon!

 Does anyone knows what is wrong?

 Here is the message that gets displayed in Apache Continuum command line
 screen:

 jvm 1| 2008-02-22 13:32:58,246 [SocketListener0-1] INFO
 org.apache.maven.continuum.build.settings.SchedulesActivator:default  -
 Activating schedule MBCD 1.0 trunk Schedule
 jvm 1| 2008-02-22 13:32:58,261 [SocketListener0-1] INFO
 org.apache.maven.continuum.build.settings.SchedulesActivator:default  -
 MBCD 1.0 trunk Schedule: next fire time -Fri Feb 22 13:34:00 PST 2008
 jvm 1| There was no such logger
 'com.opensymphony.xwork.Action:schedule' 040.
 jvm 1| 2008-02-22 13:34:00,014 [defaultScheduler_Worker-0] INFO
 org.apache.maven.continuum.build.settings.SchedulesActivator:default  -
 
  Executing build job (MBCD 1.0 trunk Schedule)...
 jvm 1| 2008-02-22 13:34:00,029 [defaultScheduler_Worker-0] WARN
 org.apache.maven.continuum.Continuum:default  - Project
 'com.fairisaac.MBCD:MBCD:4.0' is duplicated in the reactor

 I Also, I'm using the following maven version:

 C:\Auto_Buildsmvn -v
 Maven version: 2.0.8
 Java version: 1.6.0_01
 OS name: windows 2003 version: 5.2 arch: x86 Family: windows

  Sameh
 This email and any files transmitted with it are confidential, proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.




Re: Continuum report incorrect build results?

2008-02-21 Thread Emmanuel Venisse
If you use maven 2.0.7, you must patch mvn.bat. It is explains in continuum
FAQs

Emmanuel

On Thu, Feb 21, 2008 at 12:41 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 When Continuum runs my maven 2 project, it send an email: [continuum]
 BUILD SUCCESSFUL:, but when I checked the build results I found out the
 build failed when it was building the last component, so why is
 Continuum is reporting success when the build failed?

 Does anyone know how to make Continuum detect this failure and correctly
 report back this result?

 The following is the build failed error messages:

[javac] 33. ERROR in C:\Auto_Builds\working-directory\12\
 csvimport\job\DelimImportJob.java (at line 128)
[javac]
 ls.setCharacterSet(DelimitedLayoutImpl.CHARACTER_SET_EBCIDIC);
[javac]
 ^
[javac] DelimitedLayoutImpl.CHARACTER_SET_EBCIDIC cannot be resolved


 BUILD FAILED
 C:\Auto_Builds\working-directory\12\mabc\build.xml:32: The following
 error occurred while executing this line:
 C:\Auto_Builds\working-directory\12\mabc\build.xml:16: The following
 error occurred while executing this line:
 C:\Auto_Builds\working-directory\12\mabc\build.xml:291: The following
 error occurred while executing this line:
 C:\Auto_Builds\working-directory\12\mabc\build.xml:258: Compile failed;
 see the compiler error output for details.

 Total time: 13 seconds
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Error executing command line. Exit code:13
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 25 minutes 14 seconds
 [INFO] Finished at: Wed Feb 20 15:23:17 PST 2008
 [INFO] Final Memory: 23M/63M
 [INFO]
 
 This email and any files transmitted with it are confidential, proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.




RE: Continuum report incorrect build results?

2008-02-20 Thread Tawfik, Sameh E

I'm using the following parameters when I run a build:

-Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
install

So is that is why Continuum is reporting success instead of failure?

Do I need to set any flags or settings to Continuum?

  Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 20, 2008 3:42 PM
To: continuum-users@maven.apache.org
Subject: Continuum report incorrect build results?



When Continuum runs my maven 2 project, it send an email: [continuum]
BUILD SUCCESSFUL:, but when I checked the build results I found out the
build failed when it was building the last component, so why is
Continuum is reporting success when the build failed?

Does anyone know how to make Continuum detect this failure and correctly
report back this result?

The following is the build failed error messages:

[javac] 33. ERROR in C:\Auto_Builds\working-directory\12\
csvimport\job\DelimImportJob.java (at line 128)
[javac]
ls.setCharacterSet(DelimitedLayoutImpl.CHARACTER_SET_EBCIDIC);
[javac]
^
[javac] DelimitedLayoutImpl.CHARACTER_SET_EBCIDIC cannot be resolved


BUILD FAILED
C:\Auto_Builds\working-directory\12\mabc\build.xml:32: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:16: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:291: The following
error occurred while executing this line:
C:\Auto_Builds\working-directory\12\mabc\build.xml:258: Compile failed;
see the compiler error output for details.

Total time: 13 seconds
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error executing command line. Exit code:13
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 25 minutes 14 seconds
[INFO] Finished at: Wed Feb 20 15:23:17 PST 2008
[INFO] Final Memory: 23M/63M
[INFO]

This email and any files transmitted with it are confidential,
proprietary
and intended solely for the individual or entity to whom they are
addressed.
If you have received this email in error please delete it immediately.


This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



RE: Continuum 1.1 @ Tomcat 6

2008-02-06 Thread SlinnHawkins, Jon (ELS-CAM)
Hi Martin 

I successfully installed by following the instructions on :

http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Tomcat

HTH

Jon 

-Original Message-
From: Ritz, Martin [mailto:[EMAIL PROTECTED] 
Sent: 06 February 2008 12:15
To: [EMAIL PROTECTED]
Subject: WG: Continuum 1.1 @ Tomcat 6


 Hi Continuum user group,
 
 I want to install continuum in my existing Tomcat 6 Server.
 I followed the instructions on Guide to Install Continuum on Tomcat
(http://maven.apache.org/continuum/docs/1.1/installation/tomcat.html).
 I created an context.xml and added the libraries.
 But I get still this error: 
 
 WARN  org.apache.commons.configuration.JNDIConfiguration  - Internal 
 error
 javax.naming.NameNotFoundException: Name java:comp is not bound in 
 this Context
 
 I can't get my continuum running at the tomcat due to this error.
 Can anybody help my with this issue?
 What I have to change/ add?
 
 
 ---
 rgds
 Martin Ritz
 
 BTC AG - Unit Softwaredevelopment
 mailto:[EMAIL PROTECTED]
 


This email is from Elsevier Limited, a company registered in England and Wales 
with company number 1982084,
whose registered office is The Boulevard, Langford Lane, Kidlington, Oxford, 
OX5 1GB, United Kingdom.



RE: Continuum renamed and moved my projects?

2008-02-04 Thread Tawfik, Sameh E


Wendy,

I created two project groups project group A and Project group B. In
project group A, I added a maven2 project abc-r4, and in Project
group B, I added maven2 project abc-r3.

Both projects represent the same product, but each project represents
different code, so project abc-4 represents the main code of the trunk
and abc-r3 project represents the code from a branch in Subversion. 

After I did the above, when I attempted to build project abc-3 that
represents the branch, Continuum did the following:

1. It moved abc-r4 project from project group project group A to the
second project group Project group B. When I opened project group A
it was empty!

2. In project group Project group B, Continuum renamed both projects
to have the same name? So now, the two projects are called abc. When I
click on each project to see the properties, I see each project SCM URL
is set correctly to the point to the right line of code inside
Subversion repository, one is set to the trunk, and the other is set to
a branch.

I think there must be some configuration that I need to set inside
Continuum to allow it to maintain the structure that I set? I'm not sure
yet what do I need to set to accomplish this goal? Maybe it's something
I need to set under the Administration choices? 

What I'm trying to do is simple, I just want to add two projects of the
same product, one represents the main line of code and the other one
represents a branch.

  Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 01, 2008 6:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum renamed and moved my projects?

On Feb 1, 2008 6:38 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:

 Now when I run a build, Continuum did the following:

 1. It moved the project under the trunk code group to be under the
 second group that is I set to point to the branch?

 2. In the group that points to the branch, Continuum renamed both
 projects to have the same name?

What do you mean when you say Continuum moved and renamed the
projects?

-- 
Wendy
This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-28 Thread Tawfik, Sameh E

Hi Emmanuel,

The problem is resolved. It was as you specified earlier when you asked:

  1- are you sure your smtp server use ssl?

When I updated :\continuum-1.1\conf\plexus.xml, I took the default
settings which uses ssl as follow:

property
   namemail.smtp.socketFactory.class/name
   valuejavax.net.ssl.SSLSocketFactory/value
/property

And after, I set the alwaysSend property to true, when the build run,
I see the following error messages:

jvm 1| DEBUG: setDebug: JavaMail version 1.4ea
jvm 1| DEBUG: getProvider() returning
javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun
Microsystems, Inc]
jvm 1| DEBUG SMTP: useEhlo true, useAuth true
jvm 1| DEBUG SMTP: trying to connect to host mail.fairisaac.com,
port 25, isSSL false
jvm 1| DEBUG SMTP: exception reading response:
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?
jvm 1| 2008-01-25 14:12:13,713 [pool-1-thread-1] ERROR
org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
default  - Error while
trying to use the mail notifier.
jvm 1| org.codehaus.plexus.notification.NotificationException:
Exception while sending message.

I verified that we are not using ssl, followed by removing the above ssl
property segment from \continuum-1.1\conf\plexus.xml, so now after the
build is complete, Continuum is able to successfully send email with the
build results.

   Thanks,
 
 Sameh


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Friday, January 25, 2008 12:57 AM
To: [EMAIL PROTECTED]
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

You can configure it in
.../WEB-INF/classes/META-INF/plexus/application.xml

You'll find in this file some alwaysSend parameters

Emmanuel

On Jan 25, 2008 2:55 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:


 I found the following info from the Continuum screen that launches
when
 I click on C:\continuum-1.1\bin\windows-x86-32\run.bat


 jvm 1| 2008-01-24 17:28:14,982 [pool-1-thread-1] INFO
 org.codehaus.plexus.notification.notifier.Notifier:msn  - Same state,
 not sending message.
 jvm 1| 2008-01-24 17:28:14,998 [pool-1-thread-1] INFO
 org.codehaus.plexus.notification.notifier.Notifier:mail  - Same state,
 not sending message.

 So, is there is any way to force it to send an email. We need to know
 the results of the build? And I do not know if the email part is
working
 or not yet?

  Sameh

 -Original Message-
 From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 24, 2008 5:23 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?


 We're using Microsoft Exchange Server, so when I add a Notifier which
 choice to choose? is it mail, or MSN?

   Sameh

 -Original Message-
 From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 24, 2008 4:41 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



 Emmanuel,

 I'm not sure if our server uses ssl? But I'm working on finding out.

 And, I need Continuum to always send email to a specific email group,
 every time it runs a build whether it's successful or not. I'm hoping
 Continuum can do that without going through too many steps?

 Also, I noticed whenever I run a build; the icons do not change unless
I
 press F5 to refresh the screen! So, is there is a way, where I can
have
 Continuum automatically updates the build icons? So it would be easy
to
 visually know that the build is complete? Do I need to modify or reset
 something? I worked with other auto build tools, where whenever you
run
 a build you'd see the icon is moving and then it change its shape to
 indicate that the build is done.

 Finally, do you know of any example that I can view to see how the
email
 section is set in the C:\continuum-1.1\conf\plexus.xml file? That
would
 help a lot.

   Thanks,

  Sameh

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 3:29 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 1- are you sure your smtp server use ssl?
 2- Continuum doesn't send a mail for each build by default but only
when
 the
 project state change to prevent some spam

 Emmanuel

 On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
 
  I opened the correct file, and made the following modification,
  restarted Continuum, followed by logging as an admin, run a build,
but
  still Continuum is not sending any email?
 
 
   resource
 namemail/Session/name
 typejavax.mail.Session/type
 properties
   property
 namemail.smtp.host/name
 valueSTPMSGMxyz.corp.fairisaac.com/value
   /property
   property

Re: Continuum 1.1 standalone run-time error on Windows server 2003.

2008-01-28 Thread Wendy Smoak
On Jan 28, 2008 6:40 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote:

 I just installed Continuum 1.1 on Windows Server 2003 - Enterprise
 Edition with Service Pack 1, by extracting all the files from
 apache-continuum-1.1.zip

 Next, I run C:\continuum-1.1\bin\windows-x86-32\run.bat
...
jvm 1| Caused by: java.net.BindException: Address already in use:
JVM_Bind

Looks like you already have something running on port 8080.  You can
change the port number in one of the xml files, I think you'll find it
if you search for 'jetty.port', or check the docs.

-- 
Wendy


RE: Continuum 1.1 standalone run-time error on Windows server 2003.

2008-01-28 Thread Tawfik, Sameh E

Thanks Wendy, I used port 8085 and that fixed it.

  Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 28, 2008 5:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum 1.1 standalone run-time error on Windows server
2003.

On Jan 28, 2008 6:40 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:

 I just installed Continuum 1.1 on Windows Server 2003 - Enterprise
 Edition with Service Pack 1, by extracting all the files from
 apache-continuum-1.1.zip

 Next, I run C:\continuum-1.1\bin\windows-x86-32\run.bat
...
jvm 1| Caused by: java.net.BindException: Address already in use:
JVM_Bind

Looks like you already have something running on port 8080.  You can
change the port number in one of the xml files, I think you'll find it
if you search for 'jetty.port', or check the docs.

-- 
Wendy
This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-25 Thread Emmanuel Venisse
You can configure it in .../WEB-INF/classes/META-INF/plexus/application.xml

You'll find in this file some alwaysSend parameters

Emmanuel

On Jan 25, 2008 2:55 AM, Tawfik, Sameh E [EMAIL PROTECTED] wrote:


 I found the following info from the Continuum screen that launches when
 I click on C:\continuum-1.1\bin\windows-x86-32\run.bat


 jvm 1| 2008-01-24 17:28:14,982 [pool-1-thread-1] INFO
 org.codehaus.plexus.notification.notifier.Notifier:msn  - Same state,
 not sending message.
 jvm 1| 2008-01-24 17:28:14,998 [pool-1-thread-1] INFO
 org.codehaus.plexus.notification.notifier.Notifier:mail  - Same state,
 not sending message.

 So, is there is any way to force it to send an email. We need to know
 the results of the build? And I do not know if the email part is working
 or not yet?

  Sameh

 -Original Message-
 From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 24, 2008 5:23 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?


 We're using Microsoft Exchange Server, so when I add a Notifier which
 choice to choose? is it mail, or MSN?

   Sameh

 -Original Message-
 From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 24, 2008 4:41 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



 Emmanuel,

 I'm not sure if our server uses ssl? But I'm working on finding out.

 And, I need Continuum to always send email to a specific email group,
 every time it runs a build whether it's successful or not. I'm hoping
 Continuum can do that without going through too many steps?

 Also, I noticed whenever I run a build; the icons do not change unless I
 press F5 to refresh the screen! So, is there is a way, where I can have
 Continuum automatically updates the build icons? So it would be easy to
 visually know that the build is complete? Do I need to modify or reset
 something? I worked with other auto build tools, where whenever you run
 a build you'd see the icon is moving and then it change its shape to
 indicate that the build is done.

 Finally, do you know of any example that I can view to see how the email
 section is set in the C:\continuum-1.1\conf\plexus.xml file? That would
 help a lot.

   Thanks,

  Sameh

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 3:29 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 1- are you sure your smtp server use ssl?
 2- Continuum doesn't send a mail for each build by default but only when
 the
 project state change to prevent some spam

 Emmanuel

 On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
 
  I opened the correct file, and made the following modification,
  restarted Continuum, followed by logging as an admin, run a build, but
  still Continuum is not sending any email?
 
 
   resource
 namemail/Session/name
 typejavax.mail.Session/type
 properties
   property
 namemail.smtp.host/name
 valueSTPMSGMxyz.corp.fairisaac.com/value
   /property
   property
 namemail.smtp.port/name
 value25/value
   /property
 
   property
 namemail.smtp.auth/name
 valuetrue/value
   /property
   property
 namemail.smtp.user/name
 valueSamehTawfik/value
   /property
   property
 namepassword/name
 valuex/value
   /property
   property
 namemail.smtp.debug/name
 valuetrue/value
   /property
   property
 namemail.smtp.starttls.enable/name
 valuetrue/value
   /property
   property
 namemail.smtp.socketFactory.class/name
 valuejavax.net.ssl.SSLSocketFactory/value
   /property
 /properties
   /resource
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:56 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?
 
  You looked at the wrong file, It should be
  C:\continuum-1.1\conf\plexus.xml and the file is similar to this one :
 
 https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
  continuum-plexus-runtime/src/conf/plexus.xml
 
  On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
  wrote:
 
  
   I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
  is
   empty!
  
   Could you let me know what the required syntax to add to this file?
  
Thanks,
  
  Same

RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E

I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it is
empty!

Could you let me know what the required syntax to add to this file? 

 Thanks,

Same

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 2:37 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

Do you have configured your smtp server in conf/plexus.xml?


On Jan 24, 2008 11:25 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:


 Hi,

 According to the help documentation, the following is all I need to
have
 Continuum send an email when it done from running a build, but
Continuum
 does not send any email as it supposed to when it's done from a build!

 I set the following under the Notifiers section of the project, but
 nothing happens?

 Type Recipient  Events
 From
 mail   [EMAIL PROTECTED]   Success/Failures/Warnings/Errors
 User


  Sameh

 This email and any files transmitted with it are confidential,
proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.


This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Emmanuel Venisse
You look at the wrong file, It should be
C:\continuum-1.1\conf\plexus.xmland the file is similar to this one :
https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/continuum-plexus-runtime/src/conf/plexus.xml

On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote:


 I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it is
 empty!

 Could you let me know what the required syntax to add to this file?

  Thanks,

Same

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:37 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 Do you have configured your smtp server in conf/plexus.xml?


 On Jan 24, 2008 11:25 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  Hi,
 
  According to the help documentation, the following is all I need to
 have
  Continuum send an email when it done from running a build, but
 Continuum
  does not send any email as it supposed to when it's done from a build!
 
  I set the following under the Notifiers section of the project, but
  nothing happens?
 
  Type Recipient  Events
  From
  mail   [EMAIL PROTECTED]   Success/Failures/Warnings/Errors
  User
 
 
   Sameh
 
  This email and any files transmitted with it are confidential,
 proprietary
  and intended solely for the individual or entity to whom they are
  addressed.
  If you have received this email in error please delete it immediately.
 
 
 This email and any files transmitted with it are confidential, proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.




RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E


We're using Microsoft Exchange Server, so when I add a Notifier which
choice to choose? is it mail, or MSN? 

   Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 4:41 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



Emmanuel, 

I'm not sure if our server uses ssl? But I'm working on finding out.

And, I need Continuum to always send email to a specific email group,
every time it runs a build whether it's successful or not. I'm hoping
Continuum can do that without going through too many steps?

Also, I noticed whenever I run a build; the icons do not change unless I
press F5 to refresh the screen! So, is there is a way, where I can have
Continuum automatically updates the build icons? So it would be easy to
visually know that the build is complete? Do I need to modify or reset
something? I worked with other auto build tools, where whenever you run
a build you'd see the icon is moving and then it change its shape to
indicate that the build is done.

Finally, do you know of any example that I can view to see how the email
section is set in the C:\continuum-1.1\conf\plexus.xml file? That would
help a lot.

   Thanks,

 Sameh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 3:29 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

1- are you sure your smtp server use ssl?
2- Continuum doesn't send a mail for each build by default but only when
the
project state change to prevent some spam

Emmanuel

On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 I opened the correct file, and made the following modification,
 restarted Continuum, followed by logging as an admin, run a build, but
 still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:56 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 You looked at the wrong file, It should be
 C:\continuum-1.1\conf\plexus.xml and the file is similar to this one :

https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
 continuum-plexus-runtime/src/conf/plexus.xml

 On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
 is
  empty!
 
  Could you let me know what the required syntax to add to this file?
 
   Thanks,
 
 Same
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:37 PM
  To: continuum-users@maven.apache.org
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send
email?
 
  Do you have configured your smtp server in conf/plexus.xml?
 
 
  On Jan 24, 2008 11:25 PM, Tawfik, Sameh E
[EMAIL PROTECTED]
  wrote:
 
  
   Hi,
  
   According to the help documentation, the following is all I need
to
  have
   Continuum send an email when it done from running a build, but
  Continuum
   does not send any email as it supposed to when it's done from a
 build!
  
   I set the following under the Notifiers section of the project,
but
   nothing happens?
  
   Type Recipient  Events
   From
   mail   [EMAIL PROTECTED]
Success/Failures/Warnings/Errors
   User
  
  
Sameh
  
   This email and any files transmitted with it are confidential,
  proprietary
   and intended solely for the individual or entity to whom they are
   addressed.
   If you have received this email

RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E

Thanks Wendy,

I found the file, it's:

C:\continuum-1.1\apps\continuum\webapp\WEB-INF\jsp\projectGroupSummary.j
sp

And, I changed the value from 300 to 05, and it's much better now.

   Sameh

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 4:50 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

On Jan 24, 2008 5:41 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:

 Also, I noticed whenever I run a build; the icons do not change unless
I
 press F5 to refresh the screen! So, is there is a way, where I can
have
 Continuum automatically updates the build icons?

The page will refresh automatically, but perhaps not as often as you'd
like.

Right click and view source, you'll see:  meta content=300
http-equiv=refresh/meta

I think that's every 5 minutes.  You can probably find the file(s) and
change it (let us know if you need help finding it).  (We should make
it configurable...)

-- 
Wendy
This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E

I found the following info from the Continuum screen that launches when
I click on C:\continuum-1.1\bin\windows-x86-32\run.bat


jvm 1| 2008-01-24 17:28:14,982 [pool-1-thread-1] INFO
org.codehaus.plexus.notification.notifier.Notifier:msn  - Same state,
not sending message.
jvm 1| 2008-01-24 17:28:14,998 [pool-1-thread-1] INFO
org.codehaus.plexus.notification.notifier.Notifier:mail  - Same state,
not sending message.

So, is there is any way to force it to send an email. We need to know
the results of the build? And I do not know if the email part is working
or not yet?

  Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 5:23 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?


We're using Microsoft Exchange Server, so when I add a Notifier which
choice to choose? is it mail, or MSN? 

   Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 4:41 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



Emmanuel, 

I'm not sure if our server uses ssl? But I'm working on finding out.

And, I need Continuum to always send email to a specific email group,
every time it runs a build whether it's successful or not. I'm hoping
Continuum can do that without going through too many steps?

Also, I noticed whenever I run a build; the icons do not change unless I
press F5 to refresh the screen! So, is there is a way, where I can have
Continuum automatically updates the build icons? So it would be easy to
visually know that the build is complete? Do I need to modify or reset
something? I worked with other auto build tools, where whenever you run
a build you'd see the icon is moving and then it change its shape to
indicate that the build is done.

Finally, do you know of any example that I can view to see how the email
section is set in the C:\continuum-1.1\conf\plexus.xml file? That would
help a lot.

   Thanks,

 Sameh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 3:29 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

1- are you sure your smtp server use ssl?
2- Continuum doesn't send a mail for each build by default but only when
the
project state change to prevent some spam

Emmanuel

On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 I opened the correct file, and made the following modification,
 restarted Continuum, followed by logging as an admin, run a build, but
 still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:56 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 You looked at the wrong file, It should be
 C:\continuum-1.1\conf\plexus.xml and the file is similar to this one :

https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
 continuum-plexus-runtime/src/conf/plexus.xml

 On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
 is
  empty!
 
  Could you let me know what the required syntax to add to this file?
 
   Thanks,
 
 Same
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:37 PM
  To: continuum-users@maven.apache.org
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send
email?
 
  Do

RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Robbrecht van Amerongen
I had the same problem. After a lot of searching in the configuration
files I discovered that the firewall on the XP server blocks access of
java.exe to the mail server. This is in most virusscanners a common rule
to prevent mass mailing. 

Regards, 

Robbrecht van Amerongen 
AMIS Weblog: http://technology.amis.nl/blog


 

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 25 januari 2008 2:23
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



We're using Microsoft Exchange Server, so when I add a Notifier which
choice to choose? is it mail, or MSN? 

   Sameh

-Original Message-
From: Tawfik, Sameh E [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 24, 2008 4:41 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1 standalone on WindowsXP doesn't send email?



Emmanuel, 

I'm not sure if our server uses ssl? But I'm working on finding out.

And, I need Continuum to always send email to a specific email group,
every time it runs a build whether it's successful or not. I'm hoping
Continuum can do that without going through too many steps?

Also, I noticed whenever I run a build; the icons do not change unless I
press F5 to refresh the screen! So, is there is a way, where I can have
Continuum automatically updates the build icons? So it would be easy to
visually know that the build is complete? Do I need to modify or reset
something? I worked with other auto build tools, where whenever you run
a build you'd see the icon is moving and then it change its shape to
indicate that the build is done.

Finally, do you know of any example that I can view to see how the email
section is set in the C:\continuum-1.1\conf\plexus.xml file? That would
help a lot.

   Thanks,

 Sameh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 3:29 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

1- are you sure your smtp server use ssl?
2- Continuum doesn't send a mail for each build by default but only when
the
project state change to prevent some spam

Emmanuel

On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 I opened the correct file, and made the following modification,
 restarted Continuum, followed by logging as an admin, run a build, but
 still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:56 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 You looked at the wrong file, It should be
 C:\continuum-1.1\conf\plexus.xml and the file is similar to this one :

https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
 continuum-plexus-runtime/src/conf/plexus.xml

 On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
 is
  empty!
 
  Could you let me know what the required syntax to add to this file?
 
   Thanks,
 
 Same
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:37 PM
  To: continuum-users@maven.apache.org
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send
email?
 
  Do you have configured your smtp server in conf/plexus.xml?
 
 
  On Jan 24, 2008 11:25 PM, Tawfik, Sameh E
[EMAIL PROTECTED]
  wrote:
 
  
   Hi,
  
   According to the help documentation, the following is all I need
to
  have
   Continuum send an email when it done from

Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Emmanuel Venisse
Do you have configured your smtp server in conf/plexus.xml?


On Jan 24, 2008 11:25 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote:


 Hi,

 According to the help documentation, the following is all I need to have
 Continuum send an email when it done from running a build, but Continuum
 does not send any email as it supposed to when it's done from a build!

 I set the following under the Notifiers section of the project, but
 nothing happens?

 Type Recipient  Events
 From
 mail   [EMAIL PROTECTED]   Success/Failures/Warnings/Errors
 User


  Sameh

 This email and any files transmitted with it are confidential, proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.




RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E


I opened the correct file, and made the following modification,
restarted Continuum, followed by logging as an admin, run a build, but
still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property 
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 2:56 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

You looked at the wrong file, It should be
C:\continuum-1.1\conf\plexus.xmland the file is similar to this one :
https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
continuum-plexus-runtime/src/conf/plexus.xml

On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:


 I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
is
 empty!

 Could you let me know what the required syntax to add to this file?

  Thanks,

Same

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:37 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 Do you have configured your smtp server in conf/plexus.xml?


 On Jan 24, 2008 11:25 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  Hi,
 
  According to the help documentation, the following is all I need to
 have
  Continuum send an email when it done from running a build, but
 Continuum
  does not send any email as it supposed to when it's done from a
build!
 
  I set the following under the Notifiers section of the project, but
  nothing happens?
 
  Type Recipient  Events
  From
  mail   [EMAIL PROTECTED]   Success/Failures/Warnings/Errors
  User
 
 
   Sameh
 
  This email and any files transmitted with it are confidential,
 proprietary
  and intended solely for the individual or entity to whom they are
  addressed.
  If you have received this email in error please delete it
immediately.
 
 
 This email and any files transmitted with it are confidential,
proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.


This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.



Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Emmanuel Venisse
1- are you sure your smtp server use ssl?
2- Continuum doesn't send a mail for each build by default but only when the
project state change to prevent some spam

Emmanuel

On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED] wrote:



 I opened the correct file, and made the following modification,
 restarted Continuum, followed by logging as an admin, run a build, but
 still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:56 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 You looked at the wrong file, It should be
 C:\continuum-1.1\conf\plexus.xmland the file is similar to this one :
 https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
 continuum-plexus-runtime/src/conf/plexus.xml

 On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
 is
  empty!
 
  Could you let me know what the required syntax to add to this file?
 
   Thanks,
 
 Same
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:37 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?
 
  Do you have configured your smtp server in conf/plexus.xml?
 
 
  On Jan 24, 2008 11:25 PM, Tawfik, Sameh E [EMAIL PROTECTED]
  wrote:
 
  
   Hi,
  
   According to the help documentation, the following is all I need to
  have
   Continuum send an email when it done from running a build, but
  Continuum
   does not send any email as it supposed to when it's done from a
 build!
  
   I set the following under the Notifiers section of the project, but
   nothing happens?
  
   Type Recipient  Events
   From
   mail   [EMAIL PROTECTED]   Success/Failures/Warnings/Errors
   User
  
  
Sameh
  
   This email and any files transmitted with it are confidential,
  proprietary
   and intended solely for the individual or entity to whom they are
   addressed.
   If you have received this email in error please delete it
 immediately.
  
  
  This email and any files transmitted with it are confidential,
 proprietary
  and intended solely for the individual or entity to whom they are
  addressed.
  If you have received this email in error please delete it immediately.
 
 
 This email and any files transmitted with it are confidential, proprietary
 and intended solely for the individual or entity to whom they are
 addressed.
 If you have received this email in error please delete it immediately.




RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Tawfik, Sameh E


Emmanuel, 

I'm not sure if our server uses ssl? But I'm working on finding out.

And, I need Continuum to always send email to a specific email group,
every time it runs a build whether it's successful or not. I'm hoping
Continuum can do that without going through too many steps?

Also, I noticed whenever I run a build; the icons do not change unless I
press F5 to refresh the screen! So, is there is a way, where I can have
Continuum automatically updates the build icons? So it would be easy to
visually know that the build is complete? Do I need to modify or reset
something? I worked with other auto build tools, where whenever you run
a build you'd see the icon is moving and then it change its shape to
indicate that the build is done.

Finally, do you know of any example that I can view to see how the email
section is set in the C:\continuum-1.1\conf\plexus.xml file? That would
help a lot.

   Thanks,

 Sameh

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Emmanuel Venisse
Sent: Thursday, January 24, 2008 3:29 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

1- are you sure your smtp server use ssl?
2- Continuum doesn't send a mail for each build by default but only when
the
project state change to prevent some spam

Emmanuel

On Jan 25, 2008 12:23 AM, Tawfik, Sameh E [EMAIL PROTECTED]
wrote:



 I opened the correct file, and made the following modification,
 restarted Continuum, followed by logging as an admin, run a build, but
 still Continuum is not sending any email?


  resource
namemail/Session/name
typejavax.mail.Session/type
properties
  property
namemail.smtp.host/name
valueSTPMSGMxyz.corp.fairisaac.com/value
  /property
  property
namemail.smtp.port/name
value25/value
  /property

  property
namemail.smtp.auth/name
valuetrue/value
  /property
  property
namemail.smtp.user/name
valueSamehTawfik/value
  /property
  property
namepassword/name
valuex/value
  /property
  property
namemail.smtp.debug/name
valuetrue/value
  /property
  property
namemail.smtp.starttls.enable/name
valuetrue/value
  /property
  property
namemail.smtp.socketFactory.class/name
valuejavax.net.ssl.SSLSocketFactory/value
  /property
/properties
  /resource

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On
 Behalf Of Emmanuel Venisse
 Sent: Thursday, January 24, 2008 2:56 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

 You looked at the wrong file, It should be
 C:\continuum-1.1\conf\plexus.xml and the file is similar to this one :

https://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.x/
 continuum-plexus-runtime/src/conf/plexus.xml

 On Jan 24, 2008 11:51 PM, Tawfik, Sameh E [EMAIL PROTECTED]
 wrote:

 
  I just opened C:\continuum-1.1\apps\continuum\conf\plexus.xml and it
 is
  empty!
 
  Could you let me know what the required syntax to add to this file?
 
   Thanks,
 
 Same
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On
  Behalf Of Emmanuel Venisse
  Sent: Thursday, January 24, 2008 2:37 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Continuum 1.1 standalone on WindowsXP doesn't send
email?
 
  Do you have configured your smtp server in conf/plexus.xml?
 
 
  On Jan 24, 2008 11:25 PM, Tawfik, Sameh E
[EMAIL PROTECTED]
  wrote:
 
  
   Hi,
  
   According to the help documentation, the following is all I need
to
  have
   Continuum send an email when it done from running a build, but
  Continuum
   does not send any email as it supposed to when it's done from a
 build!
  
   I set the following under the Notifiers section of the project,
but
   nothing happens?
  
   Type Recipient  Events
   From
   mail   [EMAIL PROTECTED]
Success/Failures/Warnings/Errors
   User
  
  
Sameh
  
   This email and any files transmitted with it are confidential,
  proprietary
   and intended solely for the individual or entity to whom they are
   addressed.
   If you have received this email in error please delete it
 immediately.
  
  
  This email and any files transmitted with it are confidential,
 proprietary
  and intended solely for the individual or entity to whom they are
  addressed.
  If you have received this email in error please delete it
immediately.
 
 
 This email and any files transmitted with it are confidential,
proprietary
 and intended solely for the individual

Re: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-24 Thread Wendy Smoak
On Jan 24, 2008 5:41 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote:

 Also, I noticed whenever I run a build; the icons do not change unless I
 press F5 to refresh the screen! So, is there is a way, where I can have
 Continuum automatically updates the build icons?

The page will refresh automatically, but perhaps not as often as you'd like.

Right click and view source, you'll see:  meta content=300
http-equiv=refresh/meta

I think that's every 5 minutes.  You can probably find the file(s) and
change it (let us know if you need help finding it).  (We should make
it configurable...)

-- 
Wendy


Re: Continuum 1.1. and PostgreSQL?

2008-01-14 Thread Bjørn T Johansen
Oki, thx... PostgreSQL it is... :)

BTJ

On Mon, 14 Jan 2008 10:15:23 -0600
Jesse McConnell [EMAIL PROTECTED] wrote:

 a lot of the development has been done on postgres fwiw
 
 and I worked with a production instance on postgres for quite some time as
 well
 
 On Jan 14, 2008 10:00 AM, Stephane Nicoll [EMAIL PROTECTED] wrote:
 
  Yep. Our instance is running on postgresql and we have no problem so far.
 
  On 1/14/08, Bjørn T Johansen [EMAIL PROTECTED] wrote:
   Is this a fine match? Or should one use a different database?
  
  
   --
  
   Regards
  
   Bjørn T Johansen
  
  
  ---
   Someone wrote:
   I understand that if you play a Windows CD backwards you hear strange
  Satanic messages
   To which someone replied:
   It's even worse than that; play it forwards and it installs Windows
  
  ---
  
 
 
  --
  Large Systems Suck: This rule is 100% transitive. If you build one,
  you suck -- S.Yegge
 
 
 
 


Re: Continuum 1.1. and PostgreSQL?

2008-01-14 Thread Jesse McConnell
a lot of the development has been done on postgres fwiw

and I worked with a production instance on postgres for quite some time as
well

On Jan 14, 2008 10:00 AM, Stephane Nicoll [EMAIL PROTECTED] wrote:

 Yep. Our instance is running on postgresql and we have no problem so far.

 On 1/14/08, Bjørn T Johansen [EMAIL PROTECTED] wrote:
  Is this a fine match? Or should one use a different database?
 
 
  --
 
  Regards
 
  Bjørn T Johansen
 
 
 ---
  Someone wrote:
  I understand that if you play a Windows CD backwards you hear strange
 Satanic messages
  To which someone replied:
  It's even worse than that; play it forwards and it installs Windows
 
 ---
 


 --
 Large Systems Suck: This rule is 100% transitive. If you build one,
 you suck -- S.Yegge




-- 
jesse mcconnell
[EMAIL PROTECTED]


Re: Continuum 1.1. and PostgreSQL?

2008-01-14 Thread Stephane Nicoll
Yep. Our instance is running on postgresql and we have no problem so far.

On 1/14/08, Bjørn T Johansen [EMAIL PROTECTED] wrote:
 Is this a fine match? Or should one use a different database?


 --

 Regards

 Bjørn T Johansen

 ---
 Someone wrote:
 I understand that if you play a Windows CD backwards you hear strange 
 Satanic messages
 To which someone replied:
 It's even worse than that; play it forwards and it installs Windows
 ---



-- 
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck -- S.Yegge


Re: Continuum: what does default mean?

2008-01-12 Thread simon
Ah, I see. So clicking on build at the higher level will only run
nested build definitions with default=true. That makes sense.

Thanks Olivier  Wendy for your help. I'll subscribe to the continuum
list and ask there if I have any further questions.

On Fri, 2008-01-11 at 22:23 +0100, Olivier Lamy wrote:
 Hi,
 In fact, we're not talking about the same field ;-).
 The default you talk is to say this builddefinition will be used when
 the user will force a build from the project group menu page.
 Concerning build definition template this feature is available in 1.1
 final (the myfaces continuum instance is 1.1-beta-2).
 
 --
 Olivier
 PS : if you have more questions please use the continuum users ml (thanks)
 
 2008/1/11, simon [EMAIL PROTECTED]:
  Hi Olivier,
 
  I think we're talking about the same field, but unfortunately I don't
  understand your answer. I'll try to be more precise...
 
  When looking at an existing build definition, the columns are:
goals
arguments
build file
schedule
profile
from
build fresh
default
 
  This default setting is a boolean value.
 
  I'm talking specifically about the continuum server at
 myfaces.zones.apache.org:8080/continuum
  although unfortunately you won't be able to see anything there without a
  login account.
 
  There are lots of definitions there with default=true, and lots with
  default=false. In particular, it appears that definitions for building
  jars is typically default=true while building sites is typically
  default=false.
 
  But I don't understand why things are set up this way..
 
  What is a default maven2 template? I see in the continuum docs a
  section about build templates, although I see no such menu in the
  myfaces continuum site. Maybe I don't have sufficient privileges to see
  the menu; if so, how would I find out whether default=true is what I
  want or not for a new build definition? And what does one do anyway?
 
  Thanks,
  Simon
 
  On Wed, 2008-01-09 at 17:58 +0100, Olivier Lamy wrote:
   Hi,
   You mean when adding a project in the Build Definition list box ?
   If yes it's the default build definition for the project type (maven1,
   maven2, ant).
   If you are adding a m2 project : Default == default maven2 template.
  
   Sure it's a little verbose here because we repeat the same things.
  
   --
   Olivier
  
  
   2008/1/9, Simon Kitching [EMAIL PROTECTED]:
Hi,
   
On a continuum site, what does the default setting mean for a project?
   
Thanks, Simon
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum: what does default mean?

2008-01-11 Thread simon
Hi Olivier,

I think we're talking about the same field, but unfortunately I don't
understand your answer. I'll try to be more precise...

When looking at an existing build definition, the columns are:
  goals
  arguments
  build file
  schedule
  profile
  from
  build fresh
  default

This default setting is a boolean value.

I'm talking specifically about the continuum server at
   myfaces.zones.apache.org:8080/continuum
although unfortunately you won't be able to see anything there without a
login account.

There are lots of definitions there with default=true, and lots with
default=false. In particular, it appears that definitions for building
jars is typically default=true while building sites is typically
default=false.

But I don't understand why things are set up this way..

What is a default maven2 template? I see in the continuum docs a
section about build templates, although I see no such menu in the
myfaces continuum site. Maybe I don't have sufficient privileges to see
the menu; if so, how would I find out whether default=true is what I
want or not for a new build definition? And what does one do anyway?

Thanks,
Simon

On Wed, 2008-01-09 at 17:58 +0100, Olivier Lamy wrote:
 Hi,
 You mean when adding a project in the Build Definition list box ?
 If yes it's the default build definition for the project type (maven1,
 maven2, ant).
 If you are adding a m2 project : Default == default maven2 template.
 
 Sure it's a little verbose here because we repeat the same things.
 
 --
 Olivier
 
 
 2008/1/9, Simon Kitching [EMAIL PROTECTED]:
  Hi,
 
  On a continuum site, what does the default setting mean for a project?
 
  Thanks, Simon
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum: what does default mean?

2008-01-11 Thread Wendy Smoak
On Jan 11, 2008 10:46 AM, simon [EMAIL PROTECTED] wrote:

 I'm talking specifically about the continuum server at
myfaces.zones.apache.org:8080/continuum
 although unfortunately you won't be able to see anything there without a
 login account.

I made 'guest' a global project user, so the projects are now visible.

The MyFaces zone is running 1.1-beta-2, so the docs on the Continuum
site won't match exactly.

Can we move this to [EMAIL PROTECTED] instead?
http://maven.apache.org/continuum/mail-lists.html

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum: what does default mean?

2008-01-11 Thread Olivier Lamy
Hi,
In fact, we're not talking about the same field ;-).
The default you talk is to say this builddefinition will be used when
the user will force a build from the project group menu page.
Concerning build definition template this feature is available in 1.1
final (the myfaces continuum instance is 1.1-beta-2).

--
Olivier
PS : if you have more questions please use the continuum users ml (thanks)

2008/1/11, simon [EMAIL PROTECTED]:
 Hi Olivier,

 I think we're talking about the same field, but unfortunately I don't
 understand your answer. I'll try to be more precise...

 When looking at an existing build definition, the columns are:
   goals
   arguments
   build file
   schedule
   profile
   from
   build fresh
   default

 This default setting is a boolean value.

 I'm talking specifically about the continuum server at
myfaces.zones.apache.org:8080/continuum
 although unfortunately you won't be able to see anything there without a
 login account.

 There are lots of definitions there with default=true, and lots with
 default=false. In particular, it appears that definitions for building
 jars is typically default=true while building sites is typically
 default=false.

 But I don't understand why things are set up this way..

 What is a default maven2 template? I see in the continuum docs a
 section about build templates, although I see no such menu in the
 myfaces continuum site. Maybe I don't have sufficient privileges to see
 the menu; if so, how would I find out whether default=true is what I
 want or not for a new build definition? And what does one do anyway?

 Thanks,
 Simon

 On Wed, 2008-01-09 at 17:58 +0100, Olivier Lamy wrote:
  Hi,
  You mean when adding a project in the Build Definition list box ?
  If yes it's the default build definition for the project type (maven1,
  maven2, ant).
  If you are adding a m2 project : Default == default maven2 template.
 
  Sure it's a little verbose here because we repeat the same things.
 
  --
  Olivier
 
 
  2008/1/9, Simon Kitching [EMAIL PROTECTED]:
   Hi,
  
   On a continuum site, what does the default setting mean for a project?
  
   Thanks, Simon
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum: what does default mean?

2008-01-09 Thread Olivier Lamy
Hi,
You mean when adding a project in the Build Definition list box ?
If yes it's the default build definition for the project type (maven1,
maven2, ant).
If you are adding a m2 project : Default == default maven2 template.

Sure it's a little verbose here because we repeat the same things.

--
Olivier


2008/1/9, Simon Kitching [EMAIL PROTECTED]:
 Hi,

 On a continuum site, what does the default setting mean for a project?

 Thanks, Simon

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum freezes after checkout

2008-01-05 Thread Olivier Lamy
Hi,
Can you try using native cvs [1] ?

--
Olivier
[1] 
http://maven.apache.org/continuum/faqs.html#the-embedded-java-CVS-client-doesn-t-work-for-me-what-is-the-workaround

2008/1/3, Henrik Brautaset Aronsen [EMAIL PROTECTED]:
 Hi.

 We have a maven2 project, with several sub projects.   I installed
 Continuum 1.1 on a Debian Etch machine  (cvs v1.12.13, mvn v2.0.8, java
 v1.5.0_10).

 I added the Maven our projects using Add Maven 2.x project with a
 file:/// URL.  All the projects are listed as they should.  As Continuum
 starts working on the root project, it just hangs at the checkout (with
 the checkout icon next to the project).  I cannot build another project,
 and I cannot cancel the build.


 INFO   | jvm 1| 2008/01/03 10:19:40 | 2008-01-03 10:19:40,667
 [pool-1-thread-1] INFO
 org.apache.maven.continuum.buildcontroller.BuildController:default  -
 Performing action checkout-project
 INFO   | jvm 1| 2008/01/03 10:19:40 | 2008-01-03 10:19:40,686
 [pool-1-thread-1] INFO
 org.apache.maven.continuum.scm.ContinuumScm:default  - Checking out
 project: 'Entire Project source', id: '31' to
 '/usr/local/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/31'.
 INFO   | jvm 1| 2008/01/03 10:19:40 | 2008-01-03 10:19:40,712
 [pool-1-thread-1] INFO  org.apache.maven.scm.manager.ScmManager:default
  - Executing: /bin/sh -c cd
 /usr/local/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory
  cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/home/project/cvs -q checkout -d 31 
 project
 INFO   | jvm 1| 2008/01/03 10:19:40 | 2008-01-03 10:19:40,712
 [pool-1-thread-1] INFO  org.apache.maven.scm.manager.ScmManager:default
  - Working directory:
 /usr/local/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory
 INFO   | jvm 1| 2008/01/03 10:19:41 | #65188 warning C/S protocol
 error (section 5.10). It's regurarly observed with cvs 1.12.xx servers.
 INFO   | jvm 1| 2008/01/03 10:19:41 |   unexpected pathname=project/
 missing root prefix=/home/project/cvs
 INFO   | jvm 1| 2008/01/03 10:19:41 |   relaxing, but who knows all
 consequences
 [...]
 INFO   | jvm 1| 2008/01/03 11:00:00 | 2008-01-03 11:00:00,016
 [defaultScheduler_Worker-12] INFO
 org.apache.maven.continuum.build.settings.SchedulesActivator:default  -
  Executing build job (Every five minutes)...
 INFO   | jvm 1| 2008/01/03 11:00:00 | 2008-01-03 11:00:00,139
 [defaultScheduler_Worker-12] INFO
 org.apache.maven.continuum.Continuum:default  - Project 'Entire Project
 Source' already being built.


 The files are actually checked out into the .../working-directory/31
 folder.  If I try issuing the cvs checkout command above manually, it
 checks out just fine, without any errors.

 This behaviour is identical on another linux box. On my Macbook,
 however, continuum builds all projects as it should (cvs v1.12.13, mvn
 v2.0.7, java v1.5.0_13).

 I added this as an issue as well:
 http://jira.codehaus.org/browse/CONTINUUM-1615

 Best regards,
 Henrik



Re: Continuum and company pom

2007-12-27 Thread Insitu
Hello,
According to the page you point at:

  Note : the pom is searched in central repository and the
  repositories available for the active profiles from you
  $user.home/.m2/settings.xml  

So you should define somewhere a settings.xml file for the continuum
user (or better a global settings.xml file) with the repository your
POM is deployed in. It is however strange that it does not use its
local repo for finding the POM.

HTH
-- 
Arnaud Bailly, PhD
OQube - Software Engineering
http://www.oqube.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum not able to handle the parent-child hierarchy

2007-12-12 Thread Emmanuel Venisse

Post your logs when you select R1 and R2 for building

Emmanuel

Hemant Malik a écrit :

Hi,
I am using Continuum 1.1 deployed on tomcat 5.5. The problem I am facing is
that Continuum after checking out is not able to handle the parent-child
relationships in the project structure.

For instance if there is a Maven Project R1 which has a child R2 ( inside
the pom of R1 i have mentioned about R2 in dependencyManagement tag and
module tag. And in R2's pom i have mentioned about R1 in the parent tag,
but the problem is when I select R1 and R2 for building, R2 fails, telling
that not able to download R1 from any repository.
When I give only R1 for build it doesn't take R2 on its own for building
like *mvn install* command takes on its own from command line.

It would be really great if someone can guide on the same.

Thanking in anticipation.

Regards,
Hemant Malik



Re: continuum 1.1 and guest user

2007-12-12 Thread deckrider
Thanks for the clue!

Somehow because I didn't see 'guest' in the 1.1 version, I thought I
first had to login as 'guest', but didn't know the password.

Now I see that although it doesn't show me logged in as guest, I still
have guest permissions.

On Dec 8, 2007 9:04 AM, Wendy Smoak [EMAIL PROTECTED] wrote:

 On Dec 6, 2007 3:22 PM, deckrider+mvn [EMAIL PROTECTED] wrote:
  I would like to just have 1-2 admins and everyone else can be guest
  for continuum 1.1.
 
  This seemed possible in continuum 1.0, but I must be missing some step
  to know how to do it with continuum 1.1.  After I log in the first
  time to set up admin, I'm still not understanding how to log in so as
  to become guest (as well as how to give guest more privs).

 Log in as admin, then click the Users button at the left, choose the
 guest user, and grant it the roles you want it to have.

 Guest is the unauthenticated user, so you don't log in to become
 guest.  For example, if you make the guest user a global project
 developer, then anyone with access to the server will be able to add
 projects, kick off builds, etc.  Is that what you want?

 --
 Wendy




-- 
ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


Re: Continuum Profile during release?

2007-12-08 Thread Wendy Smoak
On Dec 6, 2007 8:44 AM, Wendy Smoak [EMAIL PROTECTED] wrote:

 If I define a Continuum Profile (CP)  [1] for scheduled builds, for
 example to build with a different JDK than the one Continuum is
 running under, how do I make sure that CP is used when I release the
 project?

Discussed with Olivier on irc, this isn't implemented.
http://jira.codehaus.org/browse/CONTINUUM-1594

-- 
Wendy


Re: continuum 1.1 and guest user

2007-12-08 Thread Wendy Smoak
On Dec 6, 2007 3:22 PM, deckrider+mvn [EMAIL PROTECTED] wrote:
 I would like to just have 1-2 admins and everyone else can be guest
 for continuum 1.1.

 This seemed possible in continuum 1.0, but I must be missing some step
 to know how to do it with continuum 1.1.  After I log in the first
 time to set up admin, I'm still not understanding how to log in so as
 to become guest (as well as how to give guest more privs).

Log in as admin, then click the Users button at the left, choose the
guest user, and grant it the roles you want it to have.

Guest is the unauthenticated user, so you don't log in to become
guest.  For example, if you make the guest user a global project
developer, then anyone with access to the server will be able to add
projects, kick off builds, etc.  Is that what you want?

-- 
Wendy


Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-04 Thread ossi petz

cool!

i needed to change the mysql database charset to latin1 (see other 
discussion on mysql 5.0)


thanks!
regards

ossi



Brett Porter schrieb:

yes, and yes. in fact, I would recommend sharing the user database connection.

On 04/12/2007, ossi petz [EMAIL PROTECTED] wrote:

Hallo

thanks for all replies.

the continuum settings are ok since it would run without archiva. the
error appears on archiva is 'hot deployed' (start archiva with tomcat
manager while continuum is running).

since the database is a container resource, can i use mysql instead? oh
wiki!
http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL :-)

can archiva and continuum use the same user-database? (it all looks so
similar)

i will try using mysql and come back later.

thanks

ossi



Brett Porter schrieb:

from what I can see, the error is all about the continuum database -
and the derby problem shouldn't be a concern since it's all in the one
JVM.

I think the settings for the continuum database should be double checked.

On 04/12/2007, Ingo Siebert [EMAIL PROTECTED] wrote:

Hi Ossi,

I posted the same problem today, but i don't use archiva.
If you find a solution, please let me know. :)

Ingo

ossi petz schrieb:

Hallo

I tried to install both archiva and continuum on the same tomcat 5.5.25
/ Java 1.5

When i only install continuum things work fine. When i only install
archiva things work too.

When i install both continuum and archiva i end up with apache derby
exceptions. archiva starts (i guess its because of its arc.. con..),
continuum cant connect / create the database (see attached stacktrace).

there is only a 'see next error'. i dont fully get the source of the
problem. do i need to copy the derby.jar into each application? or
should i use different resource names in the container configuration?


any hints would be great!
thanks

ossi












Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Brett Porter
yes, and yes. in fact, I would recommend sharing the user database connection.

On 04/12/2007, ossi petz [EMAIL PROTECTED] wrote:
 Hallo

 thanks for all replies.

 the continuum settings are ok since it would run without archiva. the
 error appears on archiva is 'hot deployed' (start archiva with tomcat
 manager while continuum is running).

 since the database is a container resource, can i use mysql instead? oh
 wiki!
 http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL :-)

 can archiva and continuum use the same user-database? (it all looks so
 similar)

 i will try using mysql and come back later.

 thanks

 ossi



 Brett Porter schrieb:
  from what I can see, the error is all about the continuum database -
  and the derby problem shouldn't be a concern since it's all in the one
  JVM.
 
  I think the settings for the continuum database should be double checked.
 
  On 04/12/2007, Ingo Siebert [EMAIL PROTECTED] wrote:
  Hi Ossi,
 
  I posted the same problem today, but i don't use archiva.
  If you find a solution, please let me know. :)
 
  Ingo
 
  ossi petz schrieb:
  Hallo
 
  I tried to install both archiva and continuum on the same tomcat 5.5.25
  / Java 1.5
 
  When i only install continuum things work fine. When i only install
  archiva things work too.
 
  When i install both continuum and archiva i end up with apache derby
  exceptions. archiva starts (i guess its because of its arc.. con..),
  continuum cant connect / create the database (see attached stacktrace).
 
  there is only a 'see next error'. i dont fully get the source of the
  problem. do i need to copy the derby.jar into each application? or
  should i use different resource names in the container configuration?
 
 
  any hints would be great!
  thanks
 
  ossi
 
 
 
 




-- 
Brett Porter
Blog: http://www.devzuz.org/blogs/bporter/


Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Emmanuel Venisse

You can't use more than one datasource on an embedded db.

I think the exception is on the users db access. I'd recommend to use an 
external derby server instead of an embedded db.

Emmanuel

ossi petz a écrit :

Hallo

I tried to install both archiva and continuum on the same tomcat 5.5.25 
/ Java 1.5


When i only install continuum things work fine. When i only install 
archiva things work too.


When i install both continuum and archiva i end up with apache derby 
exceptions. archiva starts (i guess its because of its arc.. con..), 
continuum cant connect / create the database (see attached stacktrace).


there is only a 'see next error'. i dont fully get the source of the 
problem. do i need to copy the derby.jar into each application? or 
should i use different resource names in the container configuration?



any hints would be great!
thanks

ossi



Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Brett Porter
from what I can see, the error is all about the continuum database -
and the derby problem shouldn't be a concern since it's all in the one
JVM.

I think the settings for the continuum database should be double checked.

On 04/12/2007, Ingo Siebert [EMAIL PROTECTED] wrote:
 Hi Ossi,

 I posted the same problem today, but i don't use archiva.
 If you find a solution, please let me know. :)

 Ingo

 ossi petz schrieb:
  Hallo
 
  I tried to install both archiva and continuum on the same tomcat 5.5.25
  / Java 1.5
 
  When i only install continuum things work fine. When i only install
  archiva things work too.
 
  When i install both continuum and archiva i end up with apache derby
  exceptions. archiva starts (i guess its because of its arc.. con..),
  continuum cant connect / create the database (see attached stacktrace).
 
  there is only a 'see next error'. i dont fully get the source of the
  problem. do i need to copy the derby.jar into each application? or
  should i use different resource names in the container configuration?
 
 
  any hints would be great!
  thanks
 
  ossi
 




-- 
Brett Porter
Blog: http://www.devzuz.org/blogs/bporter/


Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread Ingo Siebert

Hi Ossi,

I posted the same problem today, but i don't use archiva.
If you find a solution, please let me know. :)

Ingo

ossi petz schrieb:

Hallo

I tried to install both archiva and continuum on the same tomcat 5.5.25 
/ Java 1.5


When i only install continuum things work fine. When i only install 
archiva things work too.


When i install both continuum and archiva i end up with apache derby 
exceptions. archiva starts (i guess its because of its arc.. con..), 
continuum cant connect / create the database (see attached stacktrace).


there is only a 'see next error'. i dont fully get the source of the 
problem. do i need to copy the derby.jar into each application? or 
should i use different resource names in the container configuration?



any hints would be great!
thanks

ossi





Re: continuum 1.1 together with archiva 1.0 on tomcat 5.5

2007-12-03 Thread ossi petz

Hallo

thanks for all replies.

the continuum settings are ok since it would run without archiva. the 
error appears on archiva is 'hot deployed' (start archiva with tomcat 
manager while continuum is running).


since the database is a container resource, can i use mysql instead? oh 
wiki!

http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL :-)

can archiva and continuum use the same user-database? (it all looks so 
similar)


i will try using mysql and come back later.

thanks

ossi



Brett Porter schrieb:

from what I can see, the error is all about the continuum database -
and the derby problem shouldn't be a concern since it's all in the one
JVM.

I think the settings for the continuum database should be double checked.

On 04/12/2007, Ingo Siebert [EMAIL PROTECTED] wrote:

Hi Ossi,

I posted the same problem today, but i don't use archiva.
If you find a solution, please let me know. :)

Ingo

ossi petz schrieb:

Hallo

I tried to install both archiva and continuum on the same tomcat 5.5.25
/ Java 1.5

When i only install continuum things work fine. When i only install
archiva things work too.

When i install both continuum and archiva i end up with apache derby
exceptions. archiva starts (i guess its because of its arc.. con..),
continuum cant connect / create the database (see attached stacktrace).

there is only a 'see next error'. i dont fully get the source of the
problem. do i need to copy the derby.jar into each application? or
should i use different resource names in the container configuration?


any hints would be great!
thanks

ossi










Re: Continuum 1.1: Release feature

2007-11-29 Thread Graham Leggett
On Thu, November 29, 2007 4:38 pm, Ken Turner wrote:

 Does anybody know what the Release feature does?  I can find nothing in
 the
 help pages, and when I tried pushing the Release button on a project that
 I
 had successfully built, I got an error java.lang.NullPointerException:
 groupId was null

I am assuming the release feature uses the features in the release plugin,
but what isn't clear is whether clicking release triggers
release:prepare, release:perform, or both.

Regards,
Graham
--




Re: Continuum 1.1: Appearance feature

2007-11-29 Thread olivier lamy
Maybe the last solution :-)
Looks weird because it works for me.
Can you attach your company pom to a jira issue ?
Thanks,
--
Olivier

2007/11/29, Ken Turner [EMAIL PROTECTED]:


 Well, I upgraded to Firefox 2.0.0.10 as you suggested, and even shut
 down/restarted the Continuum app, but no joy :-(.  Only thing I haven't
 done
 is reboot the PC.
 --
 View this message in context:
 http://www.nabble.com/Continuum-1.1%3A-Appearance-feature-tf4897268.html#a14026452
 Sent from the Continuum - Users mailing list archive at Nabble.com.




Re: Continuum 1.1: Release feature

2007-11-29 Thread Ken Turner

I confess to never having looked at Maven's Release feature.  I will do so
now.  Thanks for your help.
-- 
View this message in context: 
http://www.nabble.com/Continuum-1.1%3A-Release-feature-tf4897585.html#a14027439
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: Continuum 1.1: Appearance feature

2007-11-29 Thread Ken Turner

OK have done. It's JIRA CONTINUUM-1584.

-- 
View this message in context: 
http://www.nabble.com/Continuum-1.1%3A-Appearance-feature-tf4897268.html#a14027958
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: Continuum 1.1: Appearance feature

2007-11-29 Thread olivier lamy
Thanks for your time to load an issue.
Have a look at the comment I have added.

HTH,
--
Olivier

2007/11/29, Ken Turner [EMAIL PROTECTED]:


 OK have done. It's JIRA CONTINUUM-1584.

 --
 View this message in context:
 http://www.nabble.com/Continuum-1.1%3A-Appearance-feature-tf4897268.html#a14027958
 Sent from the Continuum - Users mailing list archive at Nabble.com.




Re: Continuum 1.1: Appearance feature

2007-11-29 Thread olivier lamy
Hi,
Upgrade to firefox 2.0.0.10 :-)
No issue here.

--
Olivier

2007/11/29, Ken Turner [EMAIL PROTECTED]:


 I have provided company POM information - Name, URL and Logo URL, and the
 result is very pretty when viewed using IE6, but doesn't work at all with
 Firefox 2.0.0.9.

 Anybody know of a workaround for this?
 --
 View this message in context:
 http://www.nabble.com/Continuum-1.1%3A-Appearance-feature-tf4897268.html#a14025957
 Sent from the Continuum - Users mailing list archive at Nabble.com.




Re: Continuum 1.1: Appearance feature

2007-11-29 Thread Ken Turner

Well, I upgraded to Firefox 2.0.0.10 as you suggested, and even shut
down/restarted the Continuum app, but no joy :-(.  Only thing I haven't done
is reboot the PC.
-- 
View this message in context: 
http://www.nabble.com/Continuum-1.1%3A-Appearance-feature-tf4897268.html#a14026452
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: Continuum 1.1-beta-3 crashing while adding a new project group

2007-11-14 Thread Anshula

Hi Oliver,

Thanks for the reply.
No I have not made any change to the SEQUENCE_TABLE. Should that cause this
error ?
Isnt there any other way to correct this error now? Coz I have already
imported data from beta2 to beta3 long time back..And made quite a few
updates after that...

Regards,
Anshula


olivier lamy wrote:
 
 Hi,
 Have a look at
 http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.htmlsection
 Importing Data to the new version.
 Have you made the update in SEQUENCE_TABLE ?
 
 --
 Olivier
 
 2007/11/14, Anshula [EMAIL PROTECTED]:


 Hi,

 I have been using Continuum 1.1-beta-3 since more than a month now and it
 has been running smoothly. But today I attempted to add some more project
 groups to it, and it crashed giving me a primary key constraint
 violation.
 Attached is the stacktrace.

 I did migrate my data from 1.1-beta3 from beta 2 before starting to use
 beta-3. Could that have caused the problem ? This is the 1st problem I
 have
 faced since the migration. All the other data migrated smoothly, and I
 have
 been able to add/edit schedules,projects, build definitions since then.

 Help will be appreciated.
 Regards,
 Anshula

 http://www.nabble.com/file/p13756617/Stacktrace.txt Stacktrace.txt

 --
 View this message in context:
 http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13756617
 Sent from the Continuum - Users mailing list archive at Nabble.com.


 
 

-- 
View this message in context: 
http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13757364
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: Continuum 1.1-beta-3 crashing while adding a new project group

2007-11-14 Thread olivier lamy
Just made the update on projectGroup table value in SEQUENCE_TABLE
Something like :
update SEQUENCE_TABLE set NEXT_VAL = (select max(id) + 10 from projectGroup)

where SEQUENCE_NAME ='org.apache.maven.continuum.model.project.ProjectGroup'

--
Olivier

2007/11/14, Anshula [EMAIL PROTECTED]:


 Hi Oliver,

 Thanks for the reply.
 No I have not made any change to the SEQUENCE_TABLE. Should that cause
 this
 error ?
 Isnt there any other way to correct this error now? Coz I have already
 imported data from beta2 to beta3 long time back..And made quite a few
 updates after that...

 Regards,
 Anshula


 olivier lamy wrote:
 
  Hi,
  Have a look at
 
 http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.htmlsection
  Importing Data to the new version.
  Have you made the update in SEQUENCE_TABLE ?
 
  --
  Olivier
 
  2007/11/14, Anshula [EMAIL PROTECTED]:
 
 
  Hi,
 
  I have been using Continuum 1.1-beta-3 since more than a month now and
 it
  has been running smoothly. But today I attempted to add some more
 project
  groups to it, and it crashed giving me a primary key constraint
  violation.
  Attached is the stacktrace.
 
  I did migrate my data from 1.1-beta3 from beta 2 before starting to use
  beta-3. Could that have caused the problem ? This is the 1st problem I
  have
  faced since the migration. All the other data migrated smoothly, and I
  have
  been able to add/edit schedules,projects, build definitions since then.
 
  Help will be appreciated.
  Regards,
  Anshula
 
  http://www.nabble.com/file/p13756617/Stacktrace.txt Stacktrace.txt
 
  --
  View this message in context:
 
 http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13756617
  Sent from the Continuum - Users mailing list archive at Nabble.com.
 
 
 
 

 --
 View this message in context:
 http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13757364
 Sent from the Continuum - Users mailing list archive at Nabble.com.




Re: Continuum 1.1-beta-3 crashing while adding a new project group

2007-11-14 Thread olivier lamy
Hi,
Have a look at
http://maven.apache.org/continuum/documentation/1_1/installation/upgrade.htmlsection
Importing Data to the new version.
Have you made the update in SEQUENCE_TABLE ?

--
Olivier

2007/11/14, Anshula [EMAIL PROTECTED]:


 Hi,

 I have been using Continuum 1.1-beta-3 since more than a month now and it
 has been running smoothly. But today I attempted to add some more project
 groups to it, and it crashed giving me a primary key constraint violation.
 Attached is the stacktrace.

 I did migrate my data from 1.1-beta3 from beta 2 before starting to use
 beta-3. Could that have caused the problem ? This is the 1st problem I
 have
 faced since the migration. All the other data migrated smoothly, and I
 have
 been able to add/edit schedules,projects, build definitions since then.

 Help will be appreciated.
 Regards,
 Anshula

 http://www.nabble.com/file/p13756617/Stacktrace.txt Stacktrace.txt

 --
 View this message in context:
 http://www.nabble.com/Continuum-1.1-beta-3-crashing-while-adding-a-new-project-group-tf4808053.html#a13756617
 Sent from the Continuum - Users mailing list archive at Nabble.com.




RE: continuum 1.1-beta-4 on Windows 2000?

2007-11-07 Thread VanIngen, Erik (ESTG)
Thanks you Emmanuel, I know enough. I will propose our team to migrate to
Linux!

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: 07 November 2007 08:35
To: continuum-users@maven.apache.org
Subject: Re: continuum 1.1-beta-4 on Windows 2000?


I don't have a windows 2000 to test.

I have an instance there with more than 100 projects on win XP and it works
fine and at ASF (http://vmbuild.apache.org/continuum/) an instance on Linux
that works fine too.

Emmanuel

VanIngen, Erik (ESTG) a écrit :
 We are very enthousiastic about Continuum. But Continuum on Windows 
 2000 is in our configuration not stable. More or less every week an 
 instability occurs.  Our configuration is plain and very 
 straightforward. We build 4 projects which takes about 10 minutes (3 
 java projects and 1 web project). The schedule is every hour. There 
 are threads or processes remaining which are breaking the build of the 
 next hour. And thereofore we consider Continuum on Windows 2000 as not 
 stable. We did play with memory settings. It might be very well stable 
 on other platforms. In fact we are considering moving to Linux. The 
 question is, will that solve our problems?
 
 Erik van Ingen
 
 
 
 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
 Sent: 06 November 2007 14:18
 To: continuum-users@maven.apache.org
 Subject: Re: continuum 1.1-beta-4 on Windows 2000?
 
 
 Continuum is stable, but the stability can depends on lot of things 
 (nb projects, schedule interval, build time average by project, 
 memory,
 processor)
 
 Emmanuel
 
 VanIngen, Erik (ESTG) a écrit :
 Hi continuum,

 We are working fine with continuum 1.1-beta-3 on Windows 2000. The
 only annoying thing is that instability things keep happening like 
 described below. The reason is that some java processes or threads of 
 Continuum are remaining and locking resources.

 We don't want to upgrade to continuum 1.1-beta-4, unless it is
 resolving stability issues like below. Am I right to say that beta-4 
 in not improving the stability of Continuum?

 Kind Regards,
 Erik






 -Original Message-
 From: VanIngen, Erik (ESTG)
 Sent: 05 November 2007 09:24
 To: continuum-users@maven.apache.org
 Subject: Build Error: svn: Working copy '.' locked


 Hi continuum,

 We are using continuum 1.1-beta-3 on Windows 2000. It is working fine
 but today all of the sudden there is this message:

 *
 *
 **
 Build Error:

 **
 **
 Provider message: The svn command failed.
 Command output:

 --
 ---
 --
 svn: Working copy '.' locked
 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
 details)
 Type 'svn help' for usage.

 --
 ---
 --

 Does anyone have any idea how to solve this?

 Kind Regards,
 Erik van Ingen


 



Re: continuum 1.1-beta-4 on Windows 2000?

2007-11-06 Thread Emmanuel Venisse

Continuum is stable, but the stability can depends on lot of things (nb 
projects, schedule interval, build time average by project, memory, 
processor)

Emmanuel

VanIngen, Erik (ESTG) a écrit :
Hi continuum, 


We are working fine with continuum 1.1-beta-3 on Windows 2000. The only
annoying thing is that instability things keep happening like described
below. The reason is that some java processes or threads of Continuum are
remaining and locking resources.  


We don't want to upgrade to continuum 1.1-beta-4, unless it is resolving
stability issues like below. Am I right to say that beta-4 in not improving
the stability of Continuum?

Kind Regards,
Erik






-Original Message-
From: VanIngen, Erik (ESTG) 
Sent: 05 November 2007 09:24

To: continuum-users@maven.apache.org
Subject: Build Error: svn: Working copy '.' locked


Hi continuum, 


We are using continuum 1.1-beta-3 on Windows 2000. It is working fine but
today all of the sudden there is this message:


Build Error:

Provider message: The svn command failed.
Command output: 
-

--
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
Type 'svn help' for usage.
-
--

Does anyone have any idea how to solve this?

Kind Regards,
Erik van Ingen






RE: continuum 1.1-beta-4 on Windows 2000?

2007-11-06 Thread VanIngen, Erik (ESTG)
We are very enthousiastic about Continuum. But Continuum on Windows 2000 is
in our configuration not stable. More or less every week an instability
occurs.  Our configuration is plain and very straightforward. We build 4
projects which takes about 10 minutes (3 java projects and 1 web project).
The schedule is every hour. There are threads or processes remaining which
are breaking the build of the next hour. And thereofore we consider Continuum
on Windows 2000 as not stable. We did play with memory settings. It might be
very well stable on other platforms. In fact we are considering moving to
Linux. The question is, will that solve our problems?

Erik van Ingen



-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: 06 November 2007 14:18
To: continuum-users@maven.apache.org
Subject: Re: continuum 1.1-beta-4 on Windows 2000?


Continuum is stable, but the stability can depends on lot of things (nb
projects, schedule interval, build time average by project, memory,
processor)

Emmanuel

VanIngen, Erik (ESTG) a écrit :
 Hi continuum,
 
 We are working fine with continuum 1.1-beta-3 on Windows 2000. The 
 only annoying thing is that instability things keep happening like 
 described below. The reason is that some java processes or threads of 
 Continuum are remaining and locking resources.
 
 We don't want to upgrade to continuum 1.1-beta-4, unless it is 
 resolving stability issues like below. Am I right to say that beta-4 
 in not improving the stability of Continuum?
 
 Kind Regards,
 Erik
 
 
 
 
 
 
 -Original Message-
 From: VanIngen, Erik (ESTG)
 Sent: 05 November 2007 09:24
 To: continuum-users@maven.apache.org
 Subject: Build Error: svn: Working copy '.' locked
 
 
 Hi continuum,
 
 We are using continuum 1.1-beta-3 on Windows 2000. It is working fine 
 but today all of the sudden there is this message:
 
 **
 **
 Build Error:


 Provider message: The svn command failed.
 Command output: 

-
 --
 svn: Working copy '.' locked
 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
details)
 Type 'svn help' for usage.

-
 --
 
 Does anyone have any idea how to solve this?
 
 Kind Regards,
 Erik van Ingen
 
 



Re: continuum being visible to all users

2007-11-06 Thread Ionut S
Guys,
If anybody knows how this can be solved, it would really help us ...

Ionut S [EMAIL PROTECTED] wrote: Just want to be sure I'm clear enough:


I want to give my users the right to force a build (without being logged in). 
Is there a way to do that ?



Ionut S  wrote: The lowest right I can give (Project User) will let everybody 
see the project; however one can't start a build. When I move up to the 
Project Developer role, everyone can delete things in Continuum !! 

Is there a way to let everybody see the projects and the build results and 
start a new build ? In 1.0.3 we had this possibility..




Emmanuel Venisse  wrote: You need to add some rights to the guest users, at 
least Project group reader.

Emmanuel

Ionut S a écrit :
 Hi,
 In the 1.0.3 version the continuum project page was visible to everyone.. Now 
 only registered users have access to it. How can I configure it so that, by 
 default, everybody can see most of the pages ? 
 
 I didn't find a link for this kind of instructions, so excuse me if I missed 
 it ..
 
 Thank you !
 
  __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: continuum being visible to all users

2007-11-06 Thread Emmanuel Venisse

It isn't possible to set Project Developer role without the delete action.

Emmanuel

Ionut S a écrit :

Guys,
If anybody knows how this can be solved, it would really help us ...

Ionut S [EMAIL PROTECTED] wrote: Just want to be sure I'm clear enough:


I want to give my users the right to force a build (without being logged in). 
Is there a way to do that ?



Ionut S  wrote: The lowest right I can give (Project User) will let everybody see the project; however one can't start a build. When I move up to the Project Developer role, everyone can delete things in Continuum !! 


Is there a way to let everybody see the projects and the build results and 
start a new build ? In 1.0.3 we had this possibility..




Emmanuel Venisse  wrote: You need to add some rights to the guest users, at 
least Project group reader.

Emmanuel

Ionut S a écrit :

Hi,
In the 1.0.3 version the continuum project page was visible to everyone.. Now only registered users have access to it. How can I configure it so that, by default, everybody can see most of the pages ? 


I didn't find a link for this kind of instructions, so excuse me if I missed it 
..

Thank you !

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




Re: continuum being visible to all users

2007-11-05 Thread Emmanuel Venisse

You need to add some rights to the guest users, at least Project group reader.

Emmanuel

Ionut S a écrit :

Hi,
In the 1.0.3 version the continuum project page was visible to everyone.. Now only registered users have access to it. How can I configure it so that, by default, everybody can see most of the pages ? 


I didn't find a link for this kind of instructions, so excuse me if I missed it 
..

Thank you !

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




Re: continuum being visible to all users

2007-11-05 Thread Ionut S
I realized how I need to do it..
Basically I just need to add Continuum Group Project Developer and Continuum 
Group Project User to the Global Roles.



Ionut S [EMAIL PROTECTED] wrote: Hi,
In the 1.0.3 version the continuum project page was visible to everyone.. Now 
only registered users have access to it. How can I configure it so that, by 
default, everybody can see most of the pages ? 

I didn't find a link for this kind of instructions, so excuse me if I missed it 
..

Thank you !

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: continuum being visible to all users

2007-11-05 Thread Ionut S
The lowest right I can give (Project User) will let everybody see the project; 
however one can't start a build. When I move up to the Project Developer 
role, everyone can delete things in Continuum !! 

Is there a way to let everybody see the projects and the build results and 
start a new build ? In 1.0.3 we had this possibility..




Emmanuel Venisse [EMAIL PROTECTED] wrote: You need to add some rights to the 
guest users, at least Project group reader.

Emmanuel

Ionut S a écrit :
 Hi,
 In the 1.0.3 version the continuum project page was visible to everyone.. Now 
 only registered users have access to it. How can I configure it so that, by 
 default, everybody can see most of the pages ? 
 
 I didn't find a link for this kind of instructions, so excuse me if I missed 
 it ..
 
 Thank you !
 
  __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Continuum Release Process Documentation

2007-10-31 Thread Emmanuel Venisse



Andreas Guther a écrit :

I noticed that Continuum provides a Release function.

So far I failed located documentation on this function.  We are using
the Maven Release process and I am exited about the possibility to
execute a release from within Continuum.  Unfortunately I do not have
the time to play with the function and rather would like to see some
examples before considering digging into it.

Is there any documentation about the Continuum Release function
available and ideally a tutorial that walks through a few examples?


Not yet but a page will be available in few days.

Emmanuel



Re: Continuum don't show the author and messages commit in the changes section

2007-10-20 Thread Dan Tran
i finally figured it out!!! our svn server clock is out of sync with
the network.

-D

On 7/26/07, Dan Tran [EMAIL PROTECTED] wrote:
 Emmanuel,

 Do you have instructions on how to enable debug on maven-scm classes?

 Thanks

 -Dan



 On 7/26/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
  To know what's happen, I'd need logs of maven-scm classes in debug level.
 
  Emmanuel
 
  Dan Tran a écrit :
   it intermittenly happens on 1.1-beta-1 as well
  
   -D
  
  
   On 7/26/07, Martin Alejandro Villalobos [EMAIL PROTECTED] 
   wrote:
  
   Emmanuel, thanks for your answer.
   I'm using Continuum 1.0.3 and SVN, but this behaviour is only with some
   projects, not with all.
   Can be related with the way in that the svn plugin of Eclipse do the
   commits?
  
   Thanks.
  
   Martin.
  
   Emmanuel Venisse wrote:
div class=moz-text-flowed style=font-family:
 -moz-fixedContinuum
version? SCM?
   
Generally it's a problem due to the locale used on the server, it
 must
be an english locale.
   
Emmanuel
   
Martin Alejandro Villalobos a écrit :
Hello, I have a trouble.
In a mysterious way, Continuum don't show the author and messages
commit in the changes section.
Somebody knows what could be a problem???
   
Thanks.
   
Martin.
   
   
   
   
   
/div
  
  
   --
   Martin A. Villalobos
   Software Development and SCM
   Globant
   Arg Office: +54 (11) 4109 1700 int 8473
   [EMAIL PROTECTED]
  
  
  
 
 




Re: Continuum getting slower over time (1.1-beta-3)

2007-10-15 Thread Julien Stern
Hello,

continuum 1.1-beta-3 DOES get slower with time unfortunately.
The time needed to perform some sequence of operations was about 3
minutes initially and went up to about 15 minutes. Then, continuum
started producing various OutOfMemory Errors (Java heap space).
 
This looks like a memory leak but I do not know where to search.
If there is some info I can give, tell me.

--
Julien


On Mon, Oct 08, 2007 at 01:29:23PM +0200, Emmanuel Venisse wrote:
 
 
 Julien Stern a écrit :
 Hi list,
 
 Continuum (1.1-beta-3) seem to be getting slower and slower over time.
 
 I have roughly measured the time needed to verify all projects when
 nothing has been updated. (e.g. full SCM check pass without any
 invokation of Maven).
 
 After a week or so, this time seems to get much larger. If I restart
 continuum, it is short again.
 
 Has anyone else experienced a similar slow down ?
 
 No, I have few instances that run since few weeks and they aren't slow.
 
 If this is the case, I can try to perform some more precise
 measurements.
 
 Yes, please.
 
 Emmanuel
 


Re: Continuum under Tomcat CVS

2007-10-12 Thread Antonín Faltýnek
This is GREAT :-D whole my family will praise you as a hero ;)

Using cvs_native solved all my problems and now continuum is fully 
functionall.

When look back, there has to be some property configured in jetty or plexus 
that is not configured in tomcat. That is my only explanation of this issue.

Thank you very much Emmanuel
Best regards
Tonda

Dne čtvrtek 11. října 2007 Emmanuel Venisse napsal(a):
 weird. standalone and webapp use the same cvs provider.

 If you prefer to use the native cvs instead of the java cvs, you can set
 this property in your tomcat:

 -Dmaven.scm.provider.cvs.implementation=cvs_native

 Emmanuel

 Antonín Faltýnek a écrit :
  This is really funny,
 
  because I'm running on linux box, I'm not able to perform cvs login for
  'ext' server and my repo is not run on pserver.
 
  So I tried connecting to cvs server through ssh using rsa key.
 
  When I configure (fresh install and upload of one POM) continuum, which
  was running as standalone, everything works fine.
 
  When I run continuum from Tomcat, under same user as before I got
  following error, I've same configuration, same user, only another
  container:
 
  2007-10-11 15:53:19,506 [pool-1-thread-1] INFO
  BuildController:default- Initializing build
  2007-10-11 15:53:19,513 [pool-1-thread-1] INFO
  BuildController:default- Starting build of TIF Utils
  2007-10-11 15:53:19,552 [pool-1-thread-1] INFO
  BuildController:default- Purging exiting working copy
  2007-10-11 15:53:19,552 [pool-1-thread-1] INFO
  BuildController:default- Performing action
  clean-working-directory 2007-10-11 15:53:19,554 [pool-1-thread-1] INFO
  BuildController:default- Updating working dir
  2007-10-11 15:53:19,554 [pool-1-thread-1] INFO
  BuildController:default- Performing action
  check-working-directory 2007-10-11 15:53:19,557 [pool-1-thread-1] INFO
  BuildController:default- Performing action checkout-project
  2007-10-11 15:53:19,560 [pool-1-thread-1] INFO
  ContinuumScm:default   - Checking out project: 'TIF Utils', id:
  '6' to
  '/var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory/6'.
  2007-10-11 15:53:19,561 [pool-1-thread-1] INFO
  ScmManager:default -
  Executing: /bin/sh -c cd
  /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory  cvs
  -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 6
  TIF_Utils
  2007-10-11 15:53:19,561 [pool-1-thread-1] INFO
  ScmManager:default - Working
  directory:
  /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,590 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -
  servletPath=/WEB-INF/jsp/projectView.jsp, pathInfo=null,
  queryString=null, name=null
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,590 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -  Path Based Forward
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,592 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -
  servletPath=/WEB-INF/jsp/navigations/ProjectMenu.jsp, pathInfo=null,
  queryString=tab=view, name=null
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,592 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -  Path Based Include
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,649 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -
  servletPath=/WEB-INF/jsp/components/buildDefinitionSummaryComponent.jsp,
  pathInfo=null, queryString=null, name=null
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,649 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -  Path Based Include
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,687 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -  Disabling the response for futher
  output log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,688 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -  The Response is vehiculed using a
  wrapper: com.opensymphony.module.sitemesh.filter.PageResponseWrapper
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,690 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -
  servletPath=/WEB-INF/jsp/decorators/default.jsp, pathInfo=null,
  queryString=null, name=null
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,690 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -  Path Based Include
  log4j:ERROR Attempted to append to closed appender named [R].
  2007-10-11 15:53:19,744 [http-8080-Processor24] DEBUG
  ApplicationDispatcher  -
  servletPath=/WEB-INF/jsp/components/companyLogo.jsp, 

Re: Continuum under Tomcat CVS

2007-10-11 Thread Antonín Faltýnek
Nope, I've tried to use Continuum configuration options 'SCM username' 
and 'SCM password'.

Tonda

Dne středa 10. října 2007 Emmanuel Venisse napsal(a):
 Do you have a .cvspass file with your cvsroot declared in it?

 Emmanuel

 Antonín Faltýnek a écrit :
  I've tried but it was not functional for me, this error was caused when
  I've tried to use 'SCM username' and 'SCM password'. In ./.ssh directory
  is only known_hosts file.
 
  TOnda
 
  Dne středa 10. října 2007 Emmanuel Venisse napsal(a):
  Do you use a private/public ssh key to connect to your cvs server? where
  is it stored?
 
  Emmanuel
 
  Antonín Faltýnek a écrit :
  I'm sorry for late response, but I was away from town.
 
  I'd tried new continuum beta3, but connection to CVS is not still
  working, Tomcat user has its home directory with ssh configuration.
  It's environmet varible CVS_RSH is correctly set to 'ssh', this command
  is available on PATH.
 
  When I try to use username/password authentication I get following
  error:
 
  2007-10-10 08:36:04,837 [pool-1-thread-1] INFO
  BuildController:default- Starting build of TIF Utils
  2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
  BuildController:default- Purging exiting working copy
  2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
  BuildController:default- Performing action
  clean-working-directory 2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
  BuildController:default- Updating working dir
  2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
  BuildController:default- Performing action
  check-working-directory 2007-10-10 08:36:04,877 [pool-1-thread-1] INFO
  BuildController:default- Performing action checkout-project
  2007-10-10 08:36:04,882 [pool-1-thread-1] INFO
  ContinuumScm:default   - Checking out project: 'TIF Utils', id:
  '1' to '/var/lib/tomcat-5.
  5/webapps/continuum/WEB-INF/working-directory/1'.
  2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
  ScmManager:default -
  Executing: /bin/sh -c cd /var/lib/tomcat-5.5/webapps/continuum/W
  EB-INF/working-directory 
  cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 1
  TIF_Utils
  2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
  ScmManager:default - Working
  directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/
  working-directory
  java.lang.IllegalArgumentException: password argument is null
  at
  ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:307)
  at
  org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(Ex
 tC onnection.java:122) at
  org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect
 (C vsConnection.java:164) at
  org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.process
 Co mmand(CvsConnection.java:475) at
  org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaCh
 ec kOutCommand.executeCvsCommand(CvsJavaCheckOutCommand.java:50) at
  org.apache.maven.scm.provider.cvslib.command.checkout.AbstractCvsCheckO
 ut Command.executeCheckOutCommand(AbstractCvsCheckOutCommand.java
 
:83) at
 
  org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeCo
 mm and(AbstractCheckOutCommand.java:49) at
  org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.ja
 va
 
  :58) at
 
  org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeComm
 an d(AbstractCvsScmProvider.java:521) at
  org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.checkout(Ab
 st ractCvsScmProvider.java:595) at
  org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmP
 ro vider.java:444) at
  org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmP
 ro vider.java:399) at
  org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmP
 ro vider.java:382) at
  org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultCont
 in uumScm.java:136) at
  org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.e
 xe cute(CheckoutProjectContinuumAction.java:91) at
  org.apache.maven.continuum.buildcontroller.DefaultBuildController.perfo
 rm Action(DefaultBuildController.java:417) at
  org.apache.maven.continuum.buildcontroller.DefaultBuildController.updat
 eW orkingDirectory(DefaultBuildController.java:400) at
  org.apache.maven.continuum.buildcontroller.DefaultBuildController.build
 (D efaultBuildController.java:112) at
  org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.exe
 cu teTask(BuildProjectTaskExecutor.java:50) at
  org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Execu
 to rRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at
  edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapte
 r. call(Executors.java:442) at
  edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTas
 k. java:176) at
  edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWo
 rk 

Re: Continuum under Tomcat CVS

2007-10-11 Thread Antonín Faltýnek
This is really funny,

because I'm running on linux box, I'm not able to perform cvs login for 'ext' 
server and my repo is not run on pserver.

So I tried connecting to cvs server through ssh using rsa key.

When I configure (fresh install and upload of one POM) continuum, which was 
running as standalone, everything works fine.

When I run continuum from Tomcat, under same user as before I got following 
error, I've same configuration, same user, only another container:

2007-10-11 15:53:19,506 [pool-1-thread-1] INFO  
BuildController:default- Initializing build
2007-10-11 15:53:19,513 [pool-1-thread-1] INFO  
BuildController:default- Starting build of TIF Utils
2007-10-11 15:53:19,552 [pool-1-thread-1] INFO  
BuildController:default- Purging exiting working copy
2007-10-11 15:53:19,552 [pool-1-thread-1] INFO  
BuildController:default- Performing action clean-working-directory
2007-10-11 15:53:19,554 [pool-1-thread-1] INFO  
BuildController:default- Updating working dir
2007-10-11 15:53:19,554 [pool-1-thread-1] INFO  
BuildController:default- Performing action check-working-directory
2007-10-11 15:53:19,557 [pool-1-thread-1] INFO  
BuildController:default- Performing action checkout-project
2007-10-11 15:53:19,560 [pool-1-thread-1] INFO  
ContinuumScm:default   - Checking out project: 'TIF Utils', id: '6' 
to '/var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory/6'.
2007-10-11 15:53:19,561 [pool-1-thread-1] INFO  
ScmManager:default - 
Executing: /bin/sh -c cd 
/var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory 
 cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 6 
TIF_Utils
2007-10-11 15:53:19,561 [pool-1-thread-1] INFO  
ScmManager:default - Working 
directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,590 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - servletPath=/WEB-INF/jsp/projectView.jsp, 
pathInfo=null, queryString=null, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,590 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Forward
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,592 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/navigations/ProjectMenu.jsp, pathInfo=null, 
queryString=tab=view, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,592 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Include
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,649 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/components/buildDefinitionSummaryComponent.jsp, 
pathInfo=null, queryString=null, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,649 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Include
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,687 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Disabling the response for futher output
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,688 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  The Response is vehiculed using a wrapper: 
com.opensymphony.module.sitemesh.filter.PageResponseWrapper
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,690 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/decorators/default.jsp, pathInfo=null, 
queryString=null, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,690 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Include
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,744 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/components/companyLogo.jsp, pathInfo=null, 
queryString=null, name=null
log4j:ERROR Attempted to append to closed appender named [R].
2007-10-11 15:53:19,744 [http-8080-Processor24] DEBUG 
ApplicationDispatcher  -  Path Based Include
org.netbeans.lib.cvsclient.connection.AuthenticationException: Cannot 
authenticate. Reason: Publickey authentication failed.
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(ExtConnection.java:135)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(CvsConnection.java:164)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:475)
at 

Re: Continuum under Tomcat CVS

2007-10-10 Thread Antonín Faltýnek
I'm sorry for late response, but I was away from town.

I'd tried new continuum beta3, but connection to CVS is not still working, 
Tomcat user has its home directory with ssh configuration. It's environmet 
varible CVS_RSH is correctly set to 'ssh', this command is available on PATH.

When I try to use username/password authentication I get following error:

2007-10-10 08:36:04,837 [pool-1-thread-1] INFO  
BuildController:default- Starting build of TIF Utils
2007-10-10 08:36:04,873 [pool-1-thread-1] INFO  
BuildController:default- Purging exiting working copy
2007-10-10 08:36:04,873 [pool-1-thread-1] INFO  
BuildController:default- Performing action clean-working-directory
2007-10-10 08:36:04,875 [pool-1-thread-1] INFO  
BuildController:default- Updating working dir
2007-10-10 08:36:04,875 [pool-1-thread-1] INFO  
BuildController:default- Performing action check-working-directory
2007-10-10 08:36:04,877 [pool-1-thread-1] INFO  
BuildController:default- Performing action checkout-project
2007-10-10 08:36:04,882 [pool-1-thread-1] INFO  
ContinuumScm:default   - Checking out project: 'TIF Utils', id: '1' 
to '/var/lib/tomcat-5.   
5/webapps/continuum/WEB-INF/working-directory/1'.
2007-10-10 08:36:04,883 [pool-1-thread-1] INFO  
ScmManager:default - 
Executing: /bin/sh -c cd /var/lib/tomcat-5.5/webapps/continuum/W   

EB-INF/working-directory  
cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 1 
TIF_Utils
2007-10-10 08:36:04,883 [pool-1-thread-1] INFO  
ScmManager:default - Working 
directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/   

working-directory
java.lang.IllegalArgumentException: password argument is null
at 
ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:307)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(ExtConnection.java:122)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(CvsConnection.java:164)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCommand(CvsConnection.java:475)
at 
org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaCheckOutCommand.executeCvsCommand(CvsJavaCheckOutCommand.java:50)
at 
org.apache.maven.scm.provider.cvslib.command.checkout.AbstractCvsCheckOutCommand.executeCheckOutCommand(AbstractCvsCheckOutCommand.java
   :83)
at 
org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeCommand(AbstractCheckOutCommand.java:49)
at 
org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:58)
at 
org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeCommand(AbstractCvsScmProvider.java:521)
at 
org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.checkout(AbstractCvsScmProvider.java:595)
at 
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmProvider.java:444)
at 
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmProvider.java:399)
at 
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmProvider.java:382)
at 
org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultContinuumScm.java:136)
at 
org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.execute(CheckoutProjectContinuumAction.java:91)
at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:417)
at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.updateWorkingDirectory(DefaultBuildController.java:400)
at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:112)
at 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
at 
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
at 
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987)
at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528)
at java.lang.Thread.run(Thread.java:595)
2007-10-10 08:36:05,043 [pool-1-thread-1] WARN  
ContinuumScm:default   - Error while checking out the code for 
project: 'TIF Utils', id: '   1' 
to '/var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory/1'.
2007-10-10 08:36:05,043 [pool-1-thread-1] WARN  

Re: Continuum under Tomcat CVS

2007-10-10 Thread Antonín Faltýnek
I've tried but it was not functional for me, this error was caused when I've 
tried to use 'SCM username' and 'SCM password'. In ./.ssh directory is only 
known_hosts file.

TOnda

Dne středa 10. října 2007 Emmanuel Venisse napsal(a):
 Do you use a private/public ssh key to connect to your cvs server? where is
 it stored?

 Emmanuel

 Antonín Faltýnek a écrit :
  I'm sorry for late response, but I was away from town.
 
  I'd tried new continuum beta3, but connection to CVS is not still
  working, Tomcat user has its home directory with ssh configuration. It's
  environmet varible CVS_RSH is correctly set to 'ssh', this command is
  available on PATH.
 
  When I try to use username/password authentication I get following error:
 
  2007-10-10 08:36:04,837 [pool-1-thread-1] INFO
  BuildController:default- Starting build of TIF Utils
  2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
  BuildController:default- Purging exiting working copy
  2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
  BuildController:default- Performing action
  clean-working-directory 2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
  BuildController:default- Updating working dir
  2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
  BuildController:default- Performing action
  check-working-directory 2007-10-10 08:36:04,877 [pool-1-thread-1] INFO
  BuildController:default- Performing action checkout-project
  2007-10-10 08:36:04,882 [pool-1-thread-1] INFO
  ContinuumScm:default   - Checking out project: 'TIF Utils', id:
  '1' to '/var/lib/tomcat-5.
  5/webapps/continuum/WEB-INF/working-directory/1'.
  2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
  ScmManager:default -
  Executing: /bin/sh -c cd /var/lib/tomcat-5.5/webapps/continuum/W
  EB-INF/working-directory 
  cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 1
  TIF_Utils
  2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
  ScmManager:default - Working
  directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/
  working-directory
  java.lang.IllegalArgumentException: password argument is null
  at
  ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:307)
  at
  org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(ExtC
 onnection.java:122) at
  org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(C
 vsConnection.java:164) at
  org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCo
 mmand(CvsConnection.java:475) at
  org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaChec
 kOutCommand.executeCvsCommand(CvsJavaCheckOutCommand.java:50) at
  org.apache.maven.scm.provider.cvslib.command.checkout.AbstractCvsCheckOut
 Command.executeCheckOutCommand(AbstractCvsCheckOutCommand.java
:83) at
  org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeComm
 and(AbstractCheckOutCommand.java:49) at
  org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java
 :58) at
  org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeComman
 d(AbstractCvsScmProvider.java:521) at
  org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.checkout(Abst
 ractCvsScmProvider.java:595) at
  org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
 vider.java:444) at
  org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
 vider.java:399) at
  org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
 vider.java:382) at
  org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultContin
 uumScm.java:136) at
  org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.exe
 cute(CheckoutProjectContinuumAction.java:91) at
  org.apache.maven.continuum.buildcontroller.DefaultBuildController.perform
 Action(DefaultBuildController.java:417) at
  org.apache.maven.continuum.buildcontroller.DefaultBuildController.updateW
 orkingDirectory(DefaultBuildController.java:400) at
  org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(D
 efaultBuildController.java:112) at
  org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.execu
 teTask(BuildProjectTaskExecutor.java:50) at
  org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Executo
 rRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at
  edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.
 call(Executors.java:442) at
  edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.
 java:176) at
  edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWork
 er(ThreadPoolExecutor.java:987) at
  edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.
 run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Thread.java:595)
  2007-10-10 08:36:05,043 [pool-1-thread-1] WARN
  ContinuumScm:default   - Error while checking out the code for

Re: Continuum under Tomcat CVS

2007-10-10 Thread Emmanuel Venisse

Do you have a .cvspass file with your cvsroot declared in it?

Emmanuel

Antonín Faltýnek a écrit :
I've tried but it was not functional for me, this error was caused when I've 
tried to use 'SCM username' and 'SCM password'. In ./.ssh directory is only 
known_hosts file.


TOnda

Dne středa 10. října 2007 Emmanuel Venisse napsal(a):

Do you use a private/public ssh key to connect to your cvs server? where is
it stored?

Emmanuel

Antonín Faltýnek a écrit :

I'm sorry for late response, but I was away from town.

I'd tried new continuum beta3, but connection to CVS is not still
working, Tomcat user has its home directory with ssh configuration. It's
environmet varible CVS_RSH is correctly set to 'ssh', this command is
available on PATH.

When I try to use username/password authentication I get following error:

2007-10-10 08:36:04,837 [pool-1-thread-1] INFO
BuildController:default- Starting build of TIF Utils
2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
BuildController:default- Purging exiting working copy
2007-10-10 08:36:04,873 [pool-1-thread-1] INFO
BuildController:default- Performing action
clean-working-directory 2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
BuildController:default- Updating working dir
2007-10-10 08:36:04,875 [pool-1-thread-1] INFO
BuildController:default- Performing action
check-working-directory 2007-10-10 08:36:04,877 [pool-1-thread-1] INFO
BuildController:default- Performing action checkout-project
2007-10-10 08:36:04,882 [pool-1-thread-1] INFO
ContinuumScm:default   - Checking out project: 'TIF Utils', id:
'1' to '/var/lib/tomcat-5.
5/webapps/continuum/WEB-INF/working-directory/1'.
2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
ScmManager:default -
Executing: /bin/sh -c cd /var/lib/tomcat-5.5/webapps/continuum/W
EB-INF/working-directory 
cvs -z3 -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 1
TIF_Utils
2007-10-10 08:36:04,883 [pool-1-thread-1] INFO
ScmManager:default - Working
directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/
working-directory
java.lang.IllegalArgumentException: password argument is null
at
ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:307)
at
org.apache.maven.scm.provider.cvslib.cvsjava.util.ExtConnection.open(ExtC
onnection.java:122) at
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.connect(C
vsConnection.java:164) at
org.apache.maven.scm.provider.cvslib.cvsjava.util.CvsConnection.processCo
mmand(CvsConnection.java:475) at
org.apache.maven.scm.provider.cvslib.cvsjava.command.checkout.CvsJavaChec
kOutCommand.executeCvsCommand(CvsJavaCheckOutCommand.java:50) at
org.apache.maven.scm.provider.cvslib.command.checkout.AbstractCvsCheckOut
Command.executeCheckOutCommand(AbstractCvsCheckOutCommand.java
  :83) at

org.apache.maven.scm.command.checkout.AbstractCheckOutCommand.executeComm
and(AbstractCheckOutCommand.java:49) at
org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java
:58) at
org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeComman
d(AbstractCvsScmProvider.java:521) at
org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.checkout(Abst
ractCvsScmProvider.java:595) at
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
vider.java:444) at
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
vider.java:399) at
org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractScmPro
vider.java:382) at
org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultContin
uumScm.java:136) at
org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.exe
cute(CheckoutProjectContinuumAction.java:91) at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.perform
Action(DefaultBuildController.java:417) at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.updateW
orkingDirectory(DefaultBuildController.java:400) at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(D
efaultBuildController.java:112) at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.execu
teTask(BuildProjectTaskExecutor.java:50) at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Executo
rRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.
call(Executors.java:442) at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.
java:176) at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWork
er(ThreadPoolExecutor.java:987) at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.
run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Thread.java:595)
2007-10-10 08:36:05,043 [pool-1-thread-1] WARN
ContinuumScm:default   - Error while checking out the code for
project: 'TIF Utils', id: '  

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Emmanuel Venisse

Do you use 'alwaysBuild' feature in build definition? We fixed a memory issue 
in this part in beta-3

Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized that 
no more mails
were send from continuum. I log on to the continuum server and saw that 
builds were made
only mail notification missed. I searched thru the logs, and didnt see 
any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider message: 
The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  org.codehaus.plexus.PlexusContainer  - 
Loading on start [role,roleHint]: 
[org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  org.quartz.impl.StdSchedulerFactory  - 
Quartz scheduler 'defaultScheduler' initialized from an externally 
provided properties instance.
1630 [WrapperSimpleAppMain] INFO  org.quartz.impl.StdSchedulerFactory  - 
Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  - 
Could not find the executable 'maven' in the path '[/usr/local/bin, 
/usr/bin, /bin, /opt/bin, /usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  - 
Resolved the executable 'mvn' to '/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  Continuum 1.1-beta-2 
started! 
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  (oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.initialization.ContinuumInitializer:default  
- Continuum initializer running ...
6577 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.build.settings.SchedulesActivator:default  - 
Activating schedules ...
6608 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.build.settings.SchedulesActivator:default  - 
DEFAULT_SCHEDULE: next fire time -Fri Oct 05 14:00:00 CEST 2007
6609 [WrapperSimpleAppMain] INFO  

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Emmanuel Venisse

I meant 'Build Fresh'

Mac-Systems a écrit :

Well, dont know exacly what you mean.
I used the default schedule with some extra param for site generation 
and deploy of site:




Goals Arguments Build File Schedule Profile From 
Build Fresh Default  clean generate-sources install site 
site-deploy --batch-mode -e pom.xml DEFAULT_SCHEDULE 
http://172.25.51.14:8080/continuum/schedule.action?id=1   
GROUP false true




- jens
Do you use 'alwaysBuild' feature in build definition? We fixed a 
memory issue in this part in beta-3


Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized 
that no more mails
were send from continuum. I log on to the continuum server and saw 
that builds were made
only mail notification missed. I searched thru the logs, and didnt 
see any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider 
message: The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  
org.codehaus.plexus.PlexusContainer  - Loading on start 
[role,roleHint]: [org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler 
'defaultScheduler' initialized from an externally provided properties 
instance.
1630 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  
- Could not find the executable 'maven' in the path '[/usr/local/bin, 
/usr/bin, /bin, /opt/bin, /usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  - 
Resolved the executable 'mvn' to '/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  Continuum 
1.1-beta-2 started! 
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  (oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems

Well, dont know exacly what you mean.
I used the default schedule with some extra param for site generation 
and deploy of site:




Goals 	Arguments 	Build File 	Schedule 	Profile 	From 	Build Fresh 
Default 	  	  	 
clean generate-sources install site site-deploy 	--batch-mode -e 
pom.xml 	DEFAULT_SCHEDULE 
http://172.25.51.14:8080/continuum/schedule.action?id=1 	  	GROUP 
false 	true




- jens
Do you use 'alwaysBuild' feature in build definition? We fixed a 
memory issue in this part in beta-3


Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized 
that no more mails
were send from continuum. I log on to the continuum server and saw 
that builds were made
only mail notification missed. I searched thru the logs, and didnt 
see any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider 
message: The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - 
Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  
org.codehaus.plexus.PlexusContainer  - Loading on start 
[role,roleHint]: [org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler 
'defaultScheduler' initialized from an externally provided properties 
instance.
1630 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  
- Could not find the executable 'maven' in the path '[/usr/local/bin, 
/usr/bin, /bin, /opt/bin, /usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  - 
Resolved the executable 'mvn' to '/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  Continuum 
1.1-beta-2 started! 
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  (oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems

Ok,

build fresh is configured as false.

- jens



I meant 'Build Fresh'

Mac-Systems a écrit :

Well, dont know exacly what you mean.
I used the default schedule with some extra param for site generation 
and deploy of site:




Goals Arguments Build File Schedule Profile 
From Build Fresh Default  clean generate-sources 
install site site-deploy --batch-mode -e pom.xml 
DEFAULT_SCHEDULE 
http://172.25.51.14:8080/continuum/schedule.action?id=1   
GROUP false true




- jens
Do you use 'alwaysBuild' feature in build definition? We fixed a 
memory issue in this part in beta-3


Emmanuel

Mac-Systems a écrit :

Hello,

before i gone in vacation i installed new beta 2 of continuum.
Over 100 builds where made during my vacation Yesterday i regonized 
that no more mails
were send from continuum. I log on to the continuum server and saw 
that builds were made
only mail notification missed. I searched thru the logs, and didnt 
see any errors. Ok, restarting the server.

I forced a build and saw this Out of Memory :

362328 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider 
message: The svn command failed.
362381 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  
- Merging SCM results
362721 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  
- Error updating from SCM, not building
0[WrapperSimpleAppMain] INFO  
org.codehaus.plexus.PlexusContainer  - Loading on start 
[role,roleHint]: [org.apache.maven.continuum.Continuum,default]
1629 [WrapperSimpleAppMain] INFO  org.quartz.simpl.RAMJobStore  - 
RAMJobStore initialized.
1629 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler 
'defaultScheduler' initialized from an externally provided 
properties instance.
1630 [WrapperSimpleAppMain] INFO  
org.quartz.impl.StdSchedulerFactory  - Quartz scheduler version: 1.4.5
1631 [WrapperSimpleAppMain] INFO  org.quartz.core.QuartzScheduler  
- Scheduler defaultScheduler_$_NON_CLUSTERED started.
1734 [WrapperSimpleAppMain] WARN  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven-1  
- Could not find the executable 'maven' in the path 
'[/usr/local/bin, /usr/bin, /bin, /opt/bin, 
/usr/i686-pc-linux-gnu/gcc-bin/4.1.2$, 
/home/mavensite/maven-2.0.7/bin, 
/home/mavensite/continuum-1.0.3/bin/linux;]'.
1739 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:ant  - 
Resolved the executable 'ant' to '/usr/bin/ant'.
2134 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2  
- Resolved the executable 'mvn' to 
'/home/mavensite/maven-2.0.7/bin/mvn'.
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
- Build executors:
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   ant
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven-1
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   maven2
2139 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.execution.manager.BuildExecutorManager:default  
-   shell
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Initializing 
Continuum.
2164 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Showing all projects:
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  7:WPP - CR 
7005:1.0-SNAPSHOT:maven2
6424 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  1:WPP - 
trunk:1.0-SNAPSHOT:maven2
6425 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - Starting Continuum.
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6426 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -  Continuum 
1.1-beta-2 started! 
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - 
-
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -\   ^__^
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  - \  
(oo)\___
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
(__)\   )\/\
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
||w |
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
|| ||
6428 [WrapperSimpleAppMain] INFO  
org.apache.maven.continuum.Continuum:default  -
6428 

Re: continuum with oracle

2007-10-01 Thread Cla Monsch

hi

it's an unlovely story!

with 1.0.3 it was possible to use an oracle db. there you had to adjust 
some mappings within the package.jdo file in the jpox jar. we also 
tried to switch the 1.1-alpha2 version to oracle but we gave it up due 
to problems between jpox and oracle.


i suspect there isn't any documentation about this topic.

cheers
cla


Quoting I am Who i am [EMAIL PROTECTED]:


Is there anywhere any documenation for switching continuum database to
something different than the default one?/

i want to have oracle db, is there any migration scritps, or anything

If any one knows please let me know






Re: continuum with oracle

2007-10-01 Thread Emmanuel Venisse

If you create a file similar to the mssql file with max length equals to 4000 
(I think it's the limit for Oracle) it should work with 1.1

Emmanuel

Cla Monsch a écrit :
yes - that should work for 1.0.3. but in addition to this with 1.1 
versions we had other problems:


INFO   | jvm 1| 2007/08/08 14:05:04 | 2007-08-08 14:05:04,897 
[WrapperSimpleAppMain] ERROR RDBMS  - An 
exception was thrown while adding/validating class(es)

ORA-00904: CHECKOUT_RESULT_SCMRESULN2_OID: invalid identifier
INFO   | jvm 1| 2007/08/08 14:05:04 | INFO   | jvm 1| 2007/08/08 
14:05:04 | java.sql.SQLException: ORA-00904: 
CHECKOUT_RESULT_SCMRESULN2_OID: invalid identifier



cheers cla


Quoting Emmanuel Venisse [EMAIL PROTECTED]:

Actually, oracle db isn't supported due to some field lengths. A patch 
similar to the one for mssql can be done: 
http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-model/src/main/resources/package-mssql.orm 



Emmanuel

Cla Monsch a écrit :

hi

it's an unlovely story!

with 1.0.3 it was possible to use an oracle db. there you had to 
adjust some mappings within the package.jdo file in the jpox jar. we 
also tried to switch the 1.1-alpha2 version to oracle but we gave it 
up due to problems between jpox and oracle.


i suspect there isn't any documentation about this topic.

cheers
cla


Quoting I am Who i am [EMAIL PROTECTED]:


Is there anywhere any documenation for switching continuum database to
something different than the default one?/

i want to have oracle db, is there any migration scritps, or anything

If any one knows please let me know















Re: continuum with oracle

2007-10-01 Thread Emmanuel Venisse
Actually, oracle db isn't supported due to some field lengths. A patch similar to the one for mssql can be done: 
http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-model/src/main/resources/package-mssql.orm


Emmanuel

Cla Monsch a écrit :

hi

it's an unlovely story!

with 1.0.3 it was possible to use an oracle db. there you had to adjust 
some mappings within the package.jdo file in the jpox jar. we also tried 
to switch the 1.1-alpha2 version to oracle but we gave it up due to 
problems between jpox and oracle.


i suspect there isn't any documentation about this topic.

cheers
cla


Quoting I am Who i am [EMAIL PROTECTED]:


Is there anywhere any documenation for switching continuum database to
something different than the default one?/

i want to have oracle db, is there any migration scritps, or anything

If any one knows please let me know










Re: continuum with oracle

2007-10-01 Thread Cla Monsch

yes - that should work for 1.0.3. but in addition to this with 1.1
versions we had other problems:

INFO   | jvm 1| 2007/08/08 14:05:04 | 2007-08-08 14:05:04,897
[WrapperSimpleAppMain] ERROR RDBMS  - An
exception was thrown while adding/validating class(es)
ORA-00904: CHECKOUT_RESULT_SCMRESULN2_OID: invalid identifier
INFO   | jvm 1| 2007/08/08 14:05:04 | INFO   | jvm 1|
2007/08/08 14:05:04 | java.sql.SQLException: ORA-00904:
CHECKOUT_RESULT_SCMRESULN2_OID: invalid identifier


cheers cla


Quoting Emmanuel Venisse [EMAIL PROTECTED]:


Actually, oracle db isn't supported due to some field lengths. A
patch similar to the one for mssql can be done:
http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-model/src/main/resources/package-mssql.orm

Emmanuel

Cla Monsch a écrit :

hi

it's an unlovely story!

with 1.0.3 it was possible to use an oracle db. there you had to
adjust some mappings within the package.jdo file in the jpox jar. we
also tried to switch the 1.1-alpha2 version to oracle but we gave it
up due to problems between jpox and oracle.

i suspect there isn't any documentation about this topic.

cheers
cla


Quoting I am Who i am [EMAIL PROTECTED]:


Is there anywhere any documenation for switching continuum database to
something different than the default one?/

i want to have oracle db, is there any migration scritps, or anything

If any one knows please let me know











Re: continuum with oracle

2007-09-29 Thread Wendy Smoak
On 9/29/07, I am Who i am [EMAIL PROTECTED] wrote:
 Is there anywhere any documenation for switching continuum database to
 something different than the default one?/

 i want to have oracle db, is there any migration scritps, or anything

It doesn't look like we have docs on it, but you might start with the
'Continuum on MySQL' wiki page, and then contribute one for Oracle
based on that:

http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL

(You will probably need to create an account and log in before that
link will work.)

However, before you put too much time into it, I think there are some
issues re: using Continuum with Oracle.  Here's one that is still
open:  http://jira.codehaus.org/browse/CONTINUUM-1197

-- 
Wendy


Re: Continuum under Tomcat CVS

2007-09-26 Thread Emmanuel Venisse

For cvs (and continnum and maven) a user home is required because cvs store 
authentication in ${user.home}/.cvspass
maven required it too to store the local repository and settings.xml

Emmanuel

Antonín Faltýnek a écrit :

Hi all,

I have problem with Continuum 1.1 beta2, which I'm running on Linux box
under Tomcat 5.5. Continuum is not able to perform CVS update command, when
I use command from log file and run it as any other user it works fine for
me.

Tomcat is running under user tomcat, which has no home directory
(/dev/null).

Has anybody met (and happily solved :)) this issue?

Thanks

Tonda





Re: Continuum Emails

2007-09-26 Thread Robert O

Hi!

Right now I'm at my job and don't have the stacktrace, but from what I can
remember it's the same as posted in the first post of this thread (I will
anyway post it later today). 

I have not setup any smtp server, because I thought maybe it came along with
continuum (as a part/component of plexus or something)?

But if I understand you correctly what you are saying is that I need a local
smtp-server that I configure Continuum to use, a 3rd party service? (If that
is the case, do you know any good smtp server i should use?)

Robert





Emmanuel Venisse wrote:
 
 Do you have a stacktrace or something in logs?
 
 Do you use a local smtp server or a remote smtp server and is it required
 a known email address for the sender?
 
 Emmanuel
 
 Robert O a écrit :
 Hi
 
 I've tried to follow your explanation on how to configure the
 mailnotifier,
 but I can't get it to work. Just keeps getting the errormessage:  Error
 while trying to use the mailnotifier.
 
 I thought the mailnotifier would work more or less out of the box when
 installing Continuum? Do i need to install a 3rd party mail-server or
 something?
 
 I'm using the continuum-1.1-beta-2 locally on Windows XP. Continuum runs
 with the bundled jetty server, and I thought that or the plexus thing
 (which
 I don't know what is :) would provide me with some mail-functionality 
 
 I haven't found much helpful documentation on the topic, just some hints
 on
 the official Continuum website. Maybe someone knows some good resources?
 
 Thanks
 
 Robert
 
 
 
 amorgovsky wrote:
 Thank you for your help. 

 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 10, 2007 2:50 AM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum Emails

 No.

 In conf/plexus.xml, you must have something like that:

  resources
!--
 Mail Session
--
resource
  namemail/Session/name
  typejavax.mail.Session/type
  properties
property
  namemail.smtp.host/name
  valuelocalhost/value
/property
property
  namemail.smtp.port/name
  value25/value
/property
  /properties
/resource

 and in application.xml, you must keep the component declaration like it
 iwas when you installed Continuum:

  component
roleorg.codehaus.plexus.mailsender.MailSender/role
   
 implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation
configuration
  jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
/configuration
  /component

 Emmanuel

 LAMY Olivier a écrit :
 Yep. 

 -Message d'origine-
 De : Morgovsky, Alexander (US - Glen Mills)
 [mailto:[EMAIL PROTECTED] 
 Envoyé : vendredi 10 août 2007 00:36
 À : continuum-users@maven.apache.org
 Objet : RE: Continuum Emails

 Does this mean that I should put the whole component node into
 plexus.xml?

 component
   roleorg.codehaus.plexus.mailsender.MailSender/role
  
 implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation
   configuration
 jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
smtp-host/smtp-host
 smtp-port/smtp-port
   /configuration
 /component 

 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 09, 2007 5:18 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum Emails

 the jndi conf must be done in conf/plexus.xml

 Morgovsky, Alexander (US - Glen Mills) a écrit :
 I am using Continuum 1.1-alpha-2.  I have noticed that my Continuum 
 instance is not sending out emails.  In the logs I found the error:

 [pool-1-thread-1] ERROR
 org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
 default  - Error while trying to use the mailnotifier.
 org.codehaus.plexus.notification.NotificationException: Exception 
 while sending message.
   at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
 dM
 essage(MailContinuumNotifier.java:415)
   at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bui
 ld
 Complete(MailContinuumNotifier.java:319)
   at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
 dN
 otification(MailContinuumNotifier.java:211)
   at
 org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
 sp
 atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:198)
   at
 org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
 sp
 atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:150)
   at
 org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
 sp
 atcher.buildComplete(DefaultContinuumNotificationDispatcher.java:103

Re: Continuum Emails

2007-09-26 Thread Emmanuel Venisse

You can use your ISP smtp server ;) like for all your mails

Emmanuel

Robert O a écrit :

Hi!

Right now I'm at my job and don't have the stacktrace, but from what I can
remember it's the same as posted in the first post of this thread (I will
anyway post it later today). 


I have not setup any smtp server, because I thought maybe it came along with
continuum (as a part/component of plexus or something)?

But if I understand you correctly what you are saying is that I need a local
smtp-server that I configure Continuum to use, a 3rd party service? (If that
is the case, do you know any good smtp server i should use?)

Robert





Emmanuel Venisse wrote:

Do you have a stacktrace or something in logs?

Do you use a local smtp server or a remote smtp server and is it required
a known email address for the sender?

Emmanuel

Robert O a écrit :

Hi

I've tried to follow your explanation on how to configure the
mailnotifier,
but I can't get it to work. Just keeps getting the errormessage:  Error
while trying to use the mailnotifier.

I thought the mailnotifier would work more or less out of the box when
installing Continuum? Do i need to install a 3rd party mail-server or
something?

I'm using the continuum-1.1-beta-2 locally on Windows XP. Continuum runs
with the bundled jetty server, and I thought that or the plexus thing
(which
I don't know what is :) would provide me with some mail-functionality 


I haven't found much helpful documentation on the topic, just some hints
on
the official Continuum website. Maybe someone knows some good resources?

Thanks

Robert



amorgovsky wrote:
Thank you for your help. 


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 10, 2007 2:50 AM

To: continuum-users@maven.apache.org
Subject: Re: Continuum Emails

No.

In conf/plexus.xml, you must have something like that:

 resources
   !--
Mail Session
   --
   resource
 namemail/Session/name
 typejavax.mail.Session/type
 properties
   property
 namemail.smtp.host/name
 valuelocalhost/value
   /property
   property
 namemail.smtp.port/name
 value25/value
   /property
 /properties
   /resource

and in application.xml, you must keep the component declaration like it
iwas when you installed Continuum:

 component
   roleorg.codehaus.plexus.mailsender.MailSender/role
  
implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation

   configuration
 jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
   /configuration
 /component

Emmanuel

LAMY Olivier a écrit :
Yep. 


-Message d'origine-
De : Morgovsky, Alexander (US - Glen Mills)
[mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 10 août 2007 00:36

À : continuum-users@maven.apache.org
Objet : RE: Continuum Emails

Does this mean that I should put the whole component node into
plexus.xml?

component
  roleorg.codehaus.plexus.mailsender.MailSender/role
 
implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation

  configuration
jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
smtp-host/smtp-host
smtp-port/smtp-port
  /configuration
/component 


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 09, 2007 5:18 PM
To: continuum-users@maven.apache.org
Subject: Re: Continuum Emails

the jndi conf must be done in conf/plexus.xml

Morgovsky, Alexander (US - Glen Mills) a écrit :
I am using Continuum 1.1-alpha-2.  I have noticed that my Continuum 
instance is not sending out emails.  In the logs I found the error:


[pool-1-thread-1] ERROR
org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
default  - Error while trying to use the mailnotifier.
org.codehaus.plexus.notification.NotificationException: Exception 
while sending message.

at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dM
essage(MailContinuumNotifier.java:415)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bui
ld
Complete(MailContinuumNotifier.java:319)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dN
otification(MailContinuumNotifier.java:211)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:198)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:150)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.buildComplete(DefaultContinuumNotificationDispatcher.java:103

Re: Continuum Emails

2007-09-26 Thread Emmanuel Venisse

Do you have a stacktrace or something in logs?

Do you use a local smtp server or a remote smtp server and is it required a 
known email address for the sender?

Emmanuel

Robert O a écrit :

Hi

I've tried to follow your explanation on how to configure the mailnotifier,
but I can't get it to work. Just keeps getting the errormessage:  Error
while trying to use the mailnotifier.

I thought the mailnotifier would work more or less out of the box when
installing Continuum? Do i need to install a 3rd party mail-server or
something?

I'm using the continuum-1.1-beta-2 locally on Windows XP. Continuum runs
with the bundled jetty server, and I thought that or the plexus thing (which
I don't know what is :) would provide me with some mail-functionality 


I haven't found much helpful documentation on the topic, just some hints on
the official Continuum website. Maybe someone knows some good resources?

Thanks

Robert



amorgovsky wrote:
Thank you for your help. 


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 10, 2007 2:50 AM

To: [EMAIL PROTECTED]
Subject: Re: Continuum Emails

No.

In conf/plexus.xml, you must have something like that:

 resources
   !--
Mail Session
   --
   resource
 namemail/Session/name
 typejavax.mail.Session/type
 properties
   property
 namemail.smtp.host/name
 valuelocalhost/value
   /property
   property
 namemail.smtp.port/name
 value25/value
   /property
 /properties
   /resource

and in application.xml, you must keep the component declaration like it
iwas when you installed Continuum:

 component
   roleorg.codehaus.plexus.mailsender.MailSender/role
  
implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation

   configuration
 jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
   /configuration
 /component

Emmanuel

LAMY Olivier a écrit :
Yep. 


-Message d'origine-
De : Morgovsky, Alexander (US - Glen Mills)
[mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 10 août 2007 00:36

À : [EMAIL PROTECTED]
Objet : RE: Continuum Emails

Does this mean that I should put the whole component node into
plexus.xml?

component
  roleorg.codehaus.plexus.mailsender.MailSender/role
 
implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation

  configuration
jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
smtp-host/smtp-host
smtp-port/smtp-port
  /configuration
/component 


-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 09, 2007 5:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Continuum Emails

the jndi conf must be done in conf/plexus.xml

Morgovsky, Alexander (US - Glen Mills) a écrit :
I am using Continuum 1.1-alpha-2.  I have noticed that my Continuum 
instance is not sending out emails.  In the logs I found the error:


[pool-1-thread-1] ERROR
org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
default  - Error while trying to use the mailnotifier.
org.codehaus.plexus.notification.NotificationException: Exception 
while sending message.

at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dM
essage(MailContinuumNotifier.java:415)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bui
ld
Complete(MailContinuumNotifier.java:319)
at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
dN
otification(MailContinuumNotifier.java:211)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:198)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:150)
at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
sp
atcher.buildComplete(DefaultContinuumNotificationDispatcher.java:103)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.endB
ui
ld(DefaultBuildController.java:219)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.buil
d(
DefaultBuildController.java:173)
at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.ex
ec
uteTask(BuildProjectTaskExecutor.java:50)
at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Exec
ut
orRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapt
er
.call(Executors.java:442)
at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTa
sk
.java:176

Re: Continuum under Tomcat CVS

2007-09-26 Thread Emmanuel Venisse

Do you have more informations about the SCM error in your build result?

Emmanuel

Antonín Faltýnek a écrit :

Dne středa 26. září 2007 Emmanuel Venisse napsal(a):

For cvs (and continnum and maven) a user home is required because cvs store
authentication in ${user.home}/.cvspass maven required it too to store the
local repository and settings.xml

Emmanuel

Antonín Faltýnek a écrit :

Hi all,

I have problem with Continuum 1.1 beta2, which I'm running on Linux box
under Tomcat 5.5. Continuum is not able to perform CVS update command,
when I use command from log file and run it as any other user it works
fine for me.

Tomcat is running under user tomcat, which has no home directory
(/dev/null).

Has anybody met (and happily solved :)) this issue?

Thanks

Tonda


So I've created user home for tomcat, I haven't mentioned that for connection 
I'm using ssh with rsa key, from command line it works fine, tomcat is really 
running under tomcat user, but continuum still fails.


(continuum is updating, because co was performed by hand)

 log snipped 

38787 [http-8080-Processor25] DEBUG 
org.apache.catalina.core.ApplicationDispatcher  -  Path Based Include
38727 [pool-1-thread-1] INFO  
org.apache.maven.continuum.scm.ContinuumScm:default  - Updating project: 
id: '1', name 'TIF Utils'.
38980 [pool-1-thread-1] INFO  
org.apache.maven.scm.manager.ScmManager:default  - 
Executing: /bin/bash -c cd /var/lib/tomcat-5.5/webapps/continuum

/WEB-INF/working-directory/1  cvs -z3 -f -q update -d
38980 [pool-1-thread-1] INFO  
org.apache.maven.scm.manager.ScmManager:default  - Working 
directory: /var/lib/tomcat-5.5/webapps/continuum/WEB-INF/

working-directory/1
39155 [http-8080-Processor25] DEBUG 
org.apache.catalina.core.ApplicationDispatcher  - 
servletPath=/WEB-INF/jsp/components/companyLogo.jsp, pathInf

o=null, queryString=null, name=null
39155 [http-8080-Processor25] DEBUG 
org.apache.catalina.core.ApplicationDispatcher  -  Path Based Include
40079 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Error while updating 
the code for project: 'TIF Utils', id: '

1' to '/var/lib/tomcat-5.5/webapps/continuum/WEB-INF/working-directory/1'.
40080 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Command output:
40080 [pool-1-thread-1] WARN  
org.apache.maven.continuum.scm.ContinuumScm:default  - Provider message: The 
cvs command failed.
40123 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - Merging 
SCM results
40622 [pool-1-thread-1] INFO  
org.apache.maven.continuum.buildcontroller.BuildController:default  - Error 
updating from SCM, not building







Re: Continuum Emails

2007-09-26 Thread Robert O

Alright, I see!
Thanks for your help :)

Robert



Emmanuel Venisse wrote:
 
 You can use your ISP smtp server ;) like for all your mails
 
 Emmanuel
 
 Robert O a écrit :
 Hi!
 
 Right now I'm at my job and don't have the stacktrace, but from what I
 can
 remember it's the same as posted in the first post of this thread (I will
 anyway post it later today). 
 
 I have not setup any smtp server, because I thought maybe it came along
 with
 continuum (as a part/component of plexus or something)?
 
 But if I understand you correctly what you are saying is that I need a
 local
 smtp-server that I configure Continuum to use, a 3rd party service? (If
 that
 is the case, do you know any good smtp server i should use?)
 
 Robert
 
 
 
 
 
 Emmanuel Venisse wrote:
 Do you have a stacktrace or something in logs?

 Do you use a local smtp server or a remote smtp server and is it
 required
 a known email address for the sender?

 Emmanuel

 Robert O a écrit :
 Hi

 I've tried to follow your explanation on how to configure the
 mailnotifier,
 but I can't get it to work. Just keeps getting the errormessage:  Error
 while trying to use the mailnotifier.

 I thought the mailnotifier would work more or less out of the box when
 installing Continuum? Do i need to install a 3rd party mail-server or
 something?

 I'm using the continuum-1.1-beta-2 locally on Windows XP. Continuum
 runs
 with the bundled jetty server, and I thought that or the plexus thing
 (which
 I don't know what is :) would provide me with some mail-functionality 

 I haven't found much helpful documentation on the topic, just some
 hints
 on
 the official Continuum website. Maybe someone knows some good
 resources?

 Thanks

 Robert



 amorgovsky wrote:
 Thank you for your help. 

 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 10, 2007 2:50 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Continuum Emails

 No.

 In conf/plexus.xml, you must have something like that:

  resources
!--
 Mail Session
--
resource
  namemail/Session/name
  typejavax.mail.Session/type
  properties
property
  namemail.smtp.host/name
  valuelocalhost/value
/property
property
  namemail.smtp.port/name
  value25/value
/property
  /properties
/resource

 and in application.xml, you must keep the component declaration like
 it
 iwas when you installed Continuum:

  component
roleorg.codehaus.plexus.mailsender.MailSender/role
   
 implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation
configuration
  jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
/configuration
  /component

 Emmanuel

 LAMY Olivier a écrit :
 Yep. 

 -Message d'origine-
 De : Morgovsky, Alexander (US - Glen Mills)
 [mailto:[EMAIL PROTECTED] 
 Envoyé : vendredi 10 août 2007 00:36
 À : [EMAIL PROTECTED]
 Objet : RE: Continuum Emails

 Does this mean that I should put the whole component node into
 plexus.xml?

 component
   roleorg.codehaus.plexus.mailsender.MailSender/role
  
 implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation
   configuration
 jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
  smtp-host/smtp-host
 smtp-port/smtp-port
   /configuration
 /component 

 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 09, 2007 5:18 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Continuum Emails

 the jndi conf must be done in conf/plexus.xml

 Morgovsky, Alexander (US - Glen Mills) a écrit :
 I am using Continuum 1.1-alpha-2.  I have noticed that my Continuum 
 instance is not sending out emails.  In the logs I found the error:

 [pool-1-thread-1] ERROR
 org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
 default  - Error while trying to use the mailnotifier.
 org.codehaus.plexus.notification.NotificationException: Exception 
 while sending message.
 at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
 dM
 essage(MailContinuumNotifier.java:415)
 at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bui
 ld
 Complete(MailContinuumNotifier.java:319)
 at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
 dN
 otification(MailContinuumNotifier.java:211)
 at
 org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
 sp
 atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:198)
 at
 org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
 sp
 atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:150

RE: Continuum Emails

2007-09-25 Thread Robert O

Hi

I've tried to follow your explanation on how to configure the mailnotifier,
but I can't get it to work. Just keeps getting the errormessage:  Error
while trying to use the mailnotifier.

I thought the mailnotifier would work more or less out of the box when
installing Continuum? Do i need to install a 3rd party mail-server or
something?

I'm using the continuum-1.1-beta-2 locally on Windows XP. Continuum runs
with the bundled jetty server, and I thought that or the plexus thing (which
I don't know what is :) would provide me with some mail-functionality 

I haven't found much helpful documentation on the topic, just some hints on
the official Continuum website. Maybe someone knows some good resources?

Thanks

Robert



amorgovsky wrote:
 
 Thank you for your help. 
 
 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 10, 2007 2:50 AM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum Emails
 
 No.
 
 In conf/plexus.xml, you must have something like that:
 
  resources
!--
 Mail Session
--
resource
  namemail/Session/name
  typejavax.mail.Session/type
  properties
property
  namemail.smtp.host/name
  valuelocalhost/value
/property
property
  namemail.smtp.port/name
  value25/value
/property
  /properties
/resource
 
 and in application.xml, you must keep the component declaration like it
 iwas when you installed Continuum:
 
  component
roleorg.codehaus.plexus.mailsender.MailSender/role
   
 implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation
configuration
  jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
/configuration
  /component
 
 Emmanuel
 
 LAMY Olivier a écrit :
 Yep. 
 
 -Message d'origine-
 De : Morgovsky, Alexander (US - Glen Mills)
 [mailto:[EMAIL PROTECTED] 
 Envoyé : vendredi 10 août 2007 00:36
 À : continuum-users@maven.apache.org
 Objet : RE: Continuum Emails
 
 Does this mean that I should put the whole component node into
 plexus.xml?
 
 component
   roleorg.codehaus.plexus.mailsender.MailSender/role
  
 implementationorg.codehaus.plexus.mailsender.javamail.JndiJavamailMailSender/implementation
   configuration
 jndiSessionNamejava:comp/env/mail/Session/jndiSessionName
  smtp-host/smtp-host
 smtp-port/smtp-port
   /configuration
 /component 
 
 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 09, 2007 5:18 PM
 To: continuum-users@maven.apache.org
 Subject: Re: Continuum Emails
 
 the jndi conf must be done in conf/plexus.xml
 
 Morgovsky, Alexander (US - Glen Mills) a écrit :
 I am using Continuum 1.1-alpha-2.  I have noticed that my Continuum 
 instance is not sending out emails.  In the logs I found the error:

 [pool-1-thread-1] ERROR
 org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:
 default  - Error while trying to use the mailnotifier.
 org.codehaus.plexus.notification.NotificationException: Exception 
 while sending message.
 at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
 dM
 essage(MailContinuumNotifier.java:415)
 at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.bui
 ld
 Complete(MailContinuumNotifier.java:319)
 at
 org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sen
 dN
 otification(MailContinuumNotifier.java:211)
 at
 org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
 sp
 atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:198)
 at
 org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
 sp
 atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:150)
 at
 org.apache.maven.continuum.notification.DefaultContinuumNotificationDi
 sp
 atcher.buildComplete(DefaultContinuumNotificationDispatcher.java:103)
 at
 org.apache.maven.continuum.buildcontroller.DefaultBuildController.endB
 ui
 ld(DefaultBuildController.java:219)
 at
 org.apache.maven.continuum.buildcontroller.DefaultBuildController.buil
 d(
 DefaultBuildController.java:173)
 at
 org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.ex
 ec
 uteTask(BuildProjectTaskExecutor.java:50)
 at
 org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Exec
 ut
 orRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
 at
 edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapt
 er
 .call(Executors.java:442)
 at
 edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTa
 sk
 .java:176)
 at
 edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Work
 er
 .runTask

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]:
 Olivier has done a little patch that improve a lot the rendering.
 I have a group with 100 projects, before the patch, the page was display in 
 12s and now it's less than 2s.
 Can you give a try?

Yes i can !
How can I do that ? Patch, snapshot ?

Thanks

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Emmanuel Venisse

You can try the latest snapshot : 
http://maven.zones.apache.org/~continuum/builds/trunk/

Emmanuel

Damien Lecan a écrit :

2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]:

Olivier has done a little patch that improve a lot the rendering.
I have a group with 100 projects, before the patch, the page was display in 12s 
and now it's less than 2s.
Can you give a try?


Yes i can !
How can I do that ? Patch, snapshot ?

Thanks

Damien






Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]:
 You can try the latest snapshot : 
 http://maven.zones.apache.org/~continuum/builds/trunk/

Did you change something in database schema ?

I get that when I launch the snapshot :
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column
'ELEMENT.ALWAYS_BUILD' in 'field list'

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread olivier lamy
Yep it's a change.



2007/9/14, Damien Lecan [EMAIL PROTECTED]:

 2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]:
  You can try the latest snapshot :
 http://maven.zones.apache.org/~continuum/builds/trunk/

 Did you change something in database schema ?

 I get that when I launch the snapshot :
 com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column
 'ELEMENT.ALWAYS_BUILD' in 'field list'

 Damien




-- 
Olivier


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Emmanuel Venisse

yes, some fields are added. We're writing a doc about database migration.

Emmanuel

Damien Lecan a écrit :

2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]:

You can try the latest snapshot : 
http://maven.zones.apache.org/~continuum/builds/trunk/


Did you change something in database schema ?

I get that when I launch the snapshot :
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column
'ELEMENT.ALWAYS_BUILD' in 'field list'

Damien






Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]:
 yes, some fields are added. We're writing a doc about database migration.

Ok, I will try with a fresh database, I'll migrate later.

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Damien Lecan
2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]:
 Olivier has done a little patch that improve a lot the rendering.
 I have a group with 100 projects, before the patch, the page was display in 
 12s and now it's less than 2s.
 Can you give a try?

Incredibly fast ! My now 25 module project page is loaded in ~2,1s.
Well done, this is performance tuning ;-)

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread olivier lamy
Cool.
Thanks for your time on testing.

--
Olivier

2007/9/14, Damien Lecan [EMAIL PROTECTED]:

 2007/9/14, Emmanuel Venisse [EMAIL PROTECTED]:
  Olivier has done a little patch that improve a lot the rendering.
  I have a group with 100 projects, before the patch, the page was display
 in 12s and now it's less than 2s.
  Can you give a try?

 Incredibly fast ! My now 25 module project page is loaded in ~2,1s.
 Well done, this is performance tuning ;-)

 Damien




-- 
Olivier


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-13 Thread olivier lamy
Hi,
I have created the issue : http://jira.codehaus.org/browse/CONTINUUM-1446.
We will fix this for beta-3.


--
Olivier


2007/9/13, Emmanuel Venisse [EMAIL PROTECTED]:



 Damien Lecan a écrit :
  2007/9/12, Emmanuel Venisse [EMAIL PROTECTED]:
  I'd like you test something about performance.
 
  As explain in this page (
 http://wiki.opensymphony.com/display/WW/Performance+Tuning), you can
 create a freemarker.properties file under WEB-INF/classes that contains
 'template_update_delay=6'
  then you extract the template directory from webwork jar to
 WEB-INF/classes
  Let us know if it's better with that.
 
  Much better than before : the 17 module project page takes now just
  between 7,5s and 11s to load.
  And all pages are loaded faster.

 Cool, I'll look if I can add these changes in the release.

 
  Thanks
 
  I noticed something else : pages are loaded much faster as guest than
  as admin with full roles.
 
  For the same 17 module project page, I get the following values
  (average for 10 loads) :
   - guest : 7,6s
   - admin : 11,5s
 
  Checking of roles takes ~4s.  Improvements could be done ?

 It isn't the roles check that take some seconds but pages aren't the
 exactly the same for a guest and an admin.
 If you don't get project group admin or project group developer roles to
 guest, he can't see some actions/links like build/edit/remove... that
 require some more webwork cycles

 Emmanuel





-- 
Olivier


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-13 Thread Damien Lecan
  Checking of roles takes ~4s.  Improvements could be done ?

 It isn't the roles check that take some seconds but pages aren't the exactly 
 the same for a guest and an admin.
 If you don't get project group admin or project group developer roles to 
 guest, he can't see some actions/links like build/edit/remove... that require 
 some more webwork cycles

Webwork cycles raise the rendering time by 50%. Something must be
wrong with Webwork/freemarker.
I'm managing JSP/Struts, JSP/Spring MVC applications with Acegi to manage roles.
Displaying or not actions/links... maybe 50 times in a page is not so slow.

Good luck and thank you for the first improvement.

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-12 Thread Damien Lecan
Hello,

   for 
 http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=9
 we have 30 modules printed in 7,5s and the page size is 101ko

 We use the standalone version installed in a vm.

Standalone version is as slow as embedded version in Tomcat :-(

My server is not powerful, but other applications running on it are
very fast compared to Continuum (Jira, Spring MVC/Struts home-made
Java applications, Proximity, ...)

Are 7,5s to load a single page an acceptable value for a such product ?

Damien


Re: Continuum 1.1.0-beta-2 UI performance

2007-09-12 Thread Emmanuel Venisse

I'd like you test something about performance.

As explain in this page 
(http://wiki.opensymphony.com/display/WW/Performance+Tuning), you can create a 
freemarker.properties file under WEB-INF/classes that contains 
'template_update_delay=6'
then you extract the template directory from webwork jar to WEB-INF/classes

Let us know if it's better with that.
Thanks

Emmanuel

Damien Lecan a écrit :

Hello,


  for 
http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=9
we have 30 modules printed in 7,5s and the page size is 101ko

We use the standalone version installed in a vm.


Standalone version is as slow as embedded version in Tomcat :-(

My server is not powerful, but other applications running on it are
very fast compared to Continuum (Jira, Spring MVC/Struts home-made
Java applications, Proximity, ...)

Are 7,5s to load a single page an acceptable value for a such product ?

Damien






Re: Continuum 1.1.0-beta-2 UI performance

2007-09-12 Thread Emmanuel Venisse



Damien Lecan a écrit :

Hello,


  for 
http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=9
we have 30 modules printed in 7,5s and the page size is 101ko

We use the standalone version installed in a vm.


Standalone version is as slow as embedded version in Tomcat :-(


:(



My server is not powerful, but other applications running on it are
very fast compared to Continuum (Jira, Spring MVC/Struts home-made
Java applications, Proximity, ...)

Are 7,5s to load a single page an acceptable value for a such product ?


We'll improve performance in 1.2, but I don't think 7,5s is a problem for a 
such product

Emmanuel



  1   2   3   4   5   6   >