<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>users@continuum.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/continuum-users/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/continuum-users/"/>
<id>http://mail-archives.apache.org/mod_mbox/continuum-users/</id>
<updated>2009-12-08T13:26:14Z</updated>
<entry>
<title>AW: Author, Date and Comment empty in SCM Changes section</title>
<author><name>Guido Wilken &lt;Guido.Wilken@isec7.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200912.mbox/%3cD29C4921F8E6C141A8C51D8F273E9D951A510287E1@is-hh-ex03.ISEC7net.local%3e"/>
<id>urn:uuid:%3cD29C4921F8E6C141A8C51D8F273E9D951A510287E1@is-hh-ex03-ISEC7net-local%3e</id>
<updated>2009-12-08T12:27:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I have an issue with the migration from 1.2.2 to 1.3.4.
I tried to export the data as described in the upgrade documentation.
Unfortunately the data management client version 1.2.3.1 throws an exception...

Any idea what might be wrong here?

Thanks a lot for your help!

java -Xmx512m -jar data-management-cli-1.2.3.1-app.jar -buildsJdbcUrl jdbc:derby:continuum-1.2.2/data/databases/continuum
-mode EXPORT -directory backups
0 [main] INFO org.apache.maven.continuum.management.DataManagementCli  - Processing Continuum
database...
Exception in thread "main" org.codehaus.plexus.component.repository.exception.ComponentLookupException:
Unable to lookup component 'org.apache.maven.settings.MavenSettingsBuilder', it co       
         uld not be created
   at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:151)
   at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:69)
   at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:297)
   at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:291)
   at org.apache.maven.continuum.management.DataManagementCli.getSettings(DataManagementCli.java:426)
   at org.apache.maven.continuum.management.DataManagementCli.initializeWagon(DataManagementCli.java:282)
   at org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:195)
   at org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:170)
Caused by: org.codehaus.plexus.component.factory.ComponentInstantiationException: Could not
instantiate component: role: 'org.apache.maven.settings.MavenSettingsBuilder', implementation:
                 'org.apache.maven.settings.DefaultMavenSettingsBuilder', role hint: 'default'
realm: plexus.core
   at org.codehaus.plexus.component.factory.java.JavaComponentFactory.makeException(JavaComponentFactory.java:113)
   at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:87)
   at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:239)
   at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:128)
   at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90)
   at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147)
   ...7 more
Caused by: java.lang.NoClassDefFoundError: org.apache.maven.settings.DefaultMavenSettingsBuilder
   at java.lang.Class.initializeClass(libgcj.so.81)
   at java.lang.Class.newInstance(libgcj.so.81)
   at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:66)
   ...11 more
Caused by: java.lang.VerifyError: verification failed at PC 63 in org.apache.maven.settings.DefaultMavenSettingsBuilder:readSettings((Ljava.io.File;)Lorg.apache.maven.settings.Settings;)
                : incompatible type on stack
   at java.lang.Class.initializeClass(libgcj.so.81)
   ...13 more


</pre>
</div>
</content>
</entry>
<entry>
<title>Author, Date and Comment empty in SCM Changes section</title>
<author><name>Sacha Fournier &lt;fourniers@icod.ca&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200912.mbox/%3c4B183180.8020707@icod.ca%3e"/>
<id>urn:uuid:%3c4B183180-8020707@icod-ca%3e</id>
<updated>2009-12-03T21:45:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi all,

I can see that a file was modified but not author, date and comment. 
I've read in this forum that it may be related to date locale ? I'm 
using GIT as SCM here my URL in my POM:

  &lt;scm&gt;
    &lt;connection&gt;scm:git:git://192.168.1.50/public/project.git&lt;/connection&gt;
    
&lt;developerConnection&gt;scm:git:git://192.168.1.50/public/project.git&lt;/developerConnection&gt;
  &lt;/scm&gt;

I've also run this command "mvn scm:changelog" and got this output

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'scm'.
[INFO] 
------------------------------------------------------------------------
[INFO] Building snAssurance Maven Webapp
[INFO]    task-segment: [scm:changelog] (aggregator-style)
[INFO] 
------------------------------------------------------------------------
[INFO] [scm:changelog]
[INFO] Executing: /bin/sh -c cd 
/usr/local/continuum-data/working-directory/5 &amp;&amp; git whatchanged 
'--until=2009-12-03 21:44:07 +0000' --date=iso
[INFO] Working directory: /usr/local/continuum-data/working-directory/5
Sacha Fournier &lt;fourniers@icod.ca&gt;
Thu Dec 03 08:54:36 EST 2009
README, 09b6eb22eb0e8c2f24dd77f703335971fccf9dd9
change README
Sacha Fournier &lt;fourniers@icod.ca&gt;
Wed Dec 02 16:37:31 EST 2009
README, b802919fbe5298370a2fb94e840e6ba63cc97195
change README
...
...


Can some one help me ?





-- 



www.icod.ca &lt;http://www.icod.ca&gt; 	
*Sacha Fournier
*Programmeur-Analyste
	  	
Tél.    +1 (450) 348-5715
Fax    +1 (450) 348-0224 	  	
385, 5ième avenue
St-Jean-Sur-Richelieu
(QC), J2X 1V2
fourniers@icod.ca &lt;mailto:fourniers@icod.ca&gt;
-------------------------------------------------------------------------------------------------------------------------------------
Ce message et toutes les pièces jointes sont confidentiels et établis à 
l'attention exclusive de ses destinataires.
Toute utilisation de ce message non conforme à sa destination, toute 
diffusion ou toute publication, totale ou partielle, est interdite, sauf 
autorisation écrite expresse.
Si vous recevez ce message par erreur, merci de le détruire.
-------------------------------------------------------------------------------------------------------------------------------------







</pre>
</div>
</content>
</entry>
<entry>
<title>Justin is out-of-office</title>
<author><name>justin_fung@hsbc.ca</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200912.mbox/%3cOF792F5C1B.CCC477AE-ON48257680.00797B8D-48257680.00797B8D@smtpgate.us.hsbc%3e"/>
<id>urn:uuid:%3cOF792F5C1B-CCC477AE-ON48257680-00797B8D-48257680-00797B8D@smtpgate-us-hsbc%3e</id>
<updated>2009-12-02T22:06:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I will be out of the office starting 3 Dec 2009 and will not return until
10 Dec 2009.

I will have limited access to email during this time.

For all extensions listed below, please dial +86 20 8132 1833 or tieline
718630 internally

For QMS Deployment Support please contact:
HBMY - Erin L N Wang at x2835
HBUS - Linda D A Lin at x2833
HBME/FD - Bo Hai (Rikent) Gan at x2885

For HBME/HBMX/LATAM/HBCA/SABB GWIS projects, OHD1.2 AO QMS Deployment
Support and Captiva scanning including 1H Signature Scanning please contact
Xi M (Eros) Ye at x2693

For AMH/HASE/AOC/Europe GWIS projects, please contact Wen Y (Wiskey) Tang
at x2316

For Dialogue/CYS projects please contact Kenneth H Liu at x2668

Eros Ye (x2693) is my OIC in my absence.

For any issues requiring immediate escalation, please contact my manager
Jacob T K Kot at x2802

*********************************************************
This email may contain confidential information, and is intended
only for the named recipient and may be privileged. Distribution or
copying of this email by anyone other than the named recipient is
prohibited. If you are not the named recipient, please notify us
immediately and permanently destroy this email and all copies of
it. Internet email is not private, secure, or reliable.  No member
of the HSBC Group is liable for any errors or omissions in the
content or transmission of this email. Any opinions contained in
this email are solely those of the author and, unless clearly
indicated otherwise in writing, are not endorsed by any member of
the HSBC Group.
***********************************************************
Ce courriel peut renfermer des renseignements confidentiels et
privilÃ©giÃ©s et s'adresse au destinataire dÃ©signÃ© seulement.   La
distribution ou la copie de ce courriel par toute personne autre
que le destinataire dÃ©signÃ© est interdite.  Si vous n'Ãªtes pas le
destinataire dÃ©signÃ©, veuillez nous en aviser immÃ©diatement et
dÃ©truire de faÃ§on permanente ce courriel ainsi que toute copie de
celui-ci. La transmission de courriel par Internet ne constitue pas
un mode de transmission confidentiel, sÃ©curitaire ou fiable. Aucun
membre du Groupe HSBC ne sera responsable des erreurs ou des
omissions relatives au contenu ou Ã  la transmission de ce courriel.
 L'auteur de ce courriel est seul responsable des opinions Ã©mises
dans ce courriel, lesquelles, Ã  moins  d'un avis contraire fourni
par Ã©crit, ne sont pas endossÃ©es par aucun membre du Groupe HSBC.
***********************************************************

"SAVE PAPER - THINK BEFORE YOU PRINT!"

"Ã‰CONOMISEZ LE PAPIER ? PENSEZ-Y Ã€ DEUX FOIS AVANT D'IMPRIMER!"


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always	Build) is set.</title>
<author><name>Wendy Smoak &lt;wsmoak@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200912.mbox/%3cadba96190912021400v18f5525ap190981ea5da9e1a7@mail.gmail.com%3e"/>
<id>urn:uuid:%3cadba96190912021400v18f5525ap190981ea5da9e1a7@mail-gmail-com%3e</id>
<updated>2009-12-02T22:00:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Mon, Nov 30, 2009 at 1:04 PM, Bill Brown &lt;wbrown@colorfulsoftware.com&gt; wrote:

&gt; I'm getting the same error with tomcat 5.5.27 and tomcat 6.0.20 on Redhat
&gt; linux 386.

I had no problems with Continuum 1.3.4 in Tomcat 6.0.20 on OS X.  I
don't have a Linux box to test with at the moment, but I doubt that's
the issue.

I followed the instructions at
http://continuum.apache.org/docs/1.3.4/installation/tomcat.html using
option #2 for the JNDI resources and putting the four jars in
$TOMCAT_HOME/lib.

It started up, I added the admin user and saved the configuration,
added a project and built it.

If you're still having trouble, can you start a new thread and give
the exact steps you followed so someone can try to reproduce the
problem?  (This one has wandered away from the original subject and
probably isn't getting the visibility you want.)

-- 
Wendy


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always  Build) is set.</title>
<author><name>Bill Brown &lt;wbrown@colorfulsoftware.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26580961.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26580961-post@talk-nabble-com%3e</id>
<updated>2009-11-30T20:04:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi Wendy: 

I'm getting the same error with tomcat 5.5.27 and tomcat 6.0.20 on Redhat
linux 386.

Thanks again for looking at this.

Bill.




Wendy Smoak-3 wrote:
&gt; 
&gt; On Mon, Nov 30, 2009 at 11:39 AM, Bill Brown
&gt; &lt;wbrown@colorfulsoftware.com&gt; wrote:
&gt; 
&gt;&gt; I tried your suggestion of starting with an empty embedded derby users db
&gt;&gt; but am getting the same error. Â I also tried starting with a fresh empty
&gt;&gt; embedded derby continuum db as well but get the same error.
&gt;&gt;
&gt;&gt; I am deploying on tomcat 6. Â Do you know if that is possible with this
&gt;&gt; version? Â I'm not sure what to try next for debugging this?
&gt; 
&gt; ... so now it sounds like a generic "Continuum 1.3.4 on Tomcat" issue
&gt; rather than anything to do with your data.  Correct?  (What specific
&gt; version of Tomcat are you using?)
&gt; 
&gt; I won't have time to test it in Tomcat until Wednesday at the
&gt; earliest, but maybe someone else here can comment on whether 1.3.4
&gt; works on Tomcat for them.
&gt; 
&gt; -- 
&gt; Wendy
&gt; 
&gt; 

-- 
View this message in context: http://old.nabble.com/projects-mysteriously-leaving-the-build-queue-even-though-%28Always-Build%29-is-set.-tp26484565p26580961.html
Sent from the Continuum - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always	Build) is set.</title>
<author><name>Wendy Smoak &lt;wsmoak@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cadba96190911301101g32195556k516b898fc525eeef@mail.gmail.com%3e"/>
<id>urn:uuid:%3cadba96190911301101g32195556k516b898fc525eeef@mail-gmail-com%3e</id>
<updated>2009-11-30T19:01:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Mon, Nov 30, 2009 at 11:39 AM, Bill Brown
&lt;wbrown@colorfulsoftware.com&gt; wrote:

&gt; I tried your suggestion of starting with an empty embedded derby users db
&gt; but am getting the same error.  I also tried starting with a fresh empty
&gt; embedded derby continuum db as well but get the same error.
&gt;
&gt; I am deploying on tomcat 6.  Do you know if that is possible with this
&gt; version?  I'm not sure what to try next for debugging this?

... so now it sounds like a generic "Continuum 1.3.4 on Tomcat" issue
rather than anything to do with your data.  Correct?  (What specific
version of Tomcat are you using?)

I won't have time to test it in Tomcat until Wednesday at the
earliest, but maybe someone else here can comment on whether 1.3.4
works on Tomcat for them.

-- 
Wendy


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always  Build) is set.</title>
<author><name>Bill Brown &lt;wbrown@colorfulsoftware.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26579703.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26579703-post@talk-nabble-com%3e</id>
<updated>2009-11-30T18:39:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi Wendy: 

I tried your suggestion of starting with an empty embedded derby users db
but am getting the same error.  I also tried starting with a fresh empty
embedded derby continuum db as well but get the same error.  

I am deploying on tomcat 6.  Do you know if that is possible with this
version?  I'm not sure what to try next for debugging this? 

Thanks for looking at this issue.

Bill.

Here is the full trace again during app startup:


Caused by: org.springframework.beans.factory.BeanCreationException: Error
creati
ng bean with name 'authenticationManager': Invocation of init method failed;
nes
ted exception is org.springframework.beans.factory.BeanCreationException:
Error
creating bean with name 'authenticator#keystore': Injection of resource
fields f
ailed; nested exception is
org.springframework.beans.factory.BeanCreationExcepti
on: Error creating bean with name 'userManager#configurable': Injection of
resou
rce fields failed; nested exception is
org.springframework.beans.factory.BeanCre
ationException: Error creating bean with name 'userConfiguration' defined in
URL

[jar:file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2
.jar!/org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initia
lization of bean failed; nested exception is
org.springframework.beans.factory.B
eanCreationException: Error creating bean with name
'registry#commons-configurat
ion': Post-processing of the FactoryBean's object failed; nested exception
is or
g.springframework.beans.factory.BeanInitializationException: Failed to
invoke pl
exus lifecycle Initializable.initialize on registry#commons-configuration;
neste
d exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializa
tionException:
org.apache.commons.configuration.ConfigurationRuntimeException: o
rg.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns ca
nnot be set!
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBea
nPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProc
essor.java:147)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanF
actory.java:350)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1331)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory$1.run(AbstractAutowireCapableBeanFactory.java:409)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:380)
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:264)
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:261)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:185)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:164)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.
findAutowireCandidates(DefaultListableBeanFactory.java:671)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.
resolveDependency(DefaultListableBeanFactory.java:610)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.autowireResource(CommonAnnotationBeanPostProcessor.java:431)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.getResource(CommonAnnotationBeanPostProcessor.java:409)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:5
37)
        at
org.springframework.beans.factory.annotation.InjectionMetadata$Inject
edElement.inject(InjectionMetadata.java:180)
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject
Fields(InjectionMetadata.java:105)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:289)
        ... 58 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creati
ng bean with name 'authenticator#keystore': Injection of resource fields
failed;
 nested exception is
org.springframework.beans.factory.BeanCreationException: Er
ror creating bean with name 'userManager#configurable': Injection of
resource fi
elds failed; nested exception is
org.springframework.beans.factory.BeanCreationE
xception: Error creating bean with name 'userConfiguration' defined in URL
[jar:
file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/
org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initializati
on of bean failed; nested exception is
org.springframework.beans.factory.BeanCre
ationException: Error creating bean with name
'registry#commons-configuration':
Post-processing of the FactoryBean's object failed; nested exception is
org.spri
ngframework.beans.factory.BeanInitializationException: Failed to invoke
plexus l
ifecycle Initializable.initialize on registry#commons-configuration; nested
exce
ption is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationEx
ception: org.apache.commons.configuration.ConfigurationRuntimeException:
org.apa
che.commons.configuration.ConfigurationRuntimeException: Property xmlns
cannot b
e set!
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:292)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.populateBean(AbstractAutowireCapableBeanFactory.java:959)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory$1.run(AbstractAutowireCapableBeanFactory.java:409)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:380)
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:264)
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:261)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:185)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:164)
        at
org.springframework.context.support.AbstractApplicationContext.getBea
n(AbstractApplicationContext.java:880)
        at
org.codehaus.plexus.spring.PlexusToSpringUtils.lookupMap(PlexusToSpri
ngUtils.java:148)
        at
org.codehaus.plexus.spring.PlexusToSpringUtils.lookupList(PlexusToSpr
ingUtils.java:160)
        at
org.codehaus.plexus.redback.authentication.DefaultAuthenticationManag
er.initialize(DefaultAuthenticationManager.java:58)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBea
nPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.ja
va:297)
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBea
nPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPost
Processor.java:250)
        at
org.springframework.beans.factory.annotation.InitDestroyAnnotationBea
nPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProc
essor.java:144)
        ... 77 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creati
ng bean with name 'userManager#configurable': Injection of resource fields
faile
d; nested exception is
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'userConfiguration' defined in URL
[jar:file:/opt/
tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codeha
us/plexus/redback/configuration/UserConfiguration.class]: Initialization of
bean
 failed; nested exception is
org.springframework.beans.factory.BeanCreationExcep
tion: Error creating bean with name 'registry#commons-configuration':
Post-proce
ssing of the FactoryBean's object failed; nested exception is
org.springframewor
k.beans.factory.BeanInitializationException: Failed to invoke plexus
lifecycle I
nitializable.initialize on registry#commons-configuration; nested exception
is o
rg.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
o
rg.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.common
s.configuration.ConfigurationRuntimeException: Property xmlns cannot be set!
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:292)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.populateBean(AbstractAutowireCapableBeanFactory.java:959)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory$1.run(AbstractAutowireCapableBeanFactory.java:409)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:380)
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:264)
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:261)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:185)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:168)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.autowireResource(CommonAnnotationBeanPostProcessor.java:435)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.getResource(CommonAnnotationBeanPostProcessor.java:409)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:5
37)
        at
org.springframework.beans.factory.annotation.InjectionMetadata$Inject
edElement.inject(InjectionMetadata.java:180)
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject
Fields(InjectionMetadata.java:105)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:289)
        ... 98 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creati
ng bean with name 'userConfiguration' defined in URL
[jar:file:/opt/tomcat/webap
ps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codehaus/plexus/re
dback/configuration/UserConfiguration.class]: Initialization of bean failed;
nes
ted exception is org.springframework.beans.factory.BeanCreationException:
Error
creating bean with name 'registry#commons-configuration': Post-processing of
the
 FactoryBean's object failed; nested exception is
org.springframework.beans.fact
ory.BeanInitializationException: Failed to invoke plexus lifecycle
Initializable
.initialize on registry#commons-configuration; nested exception is
org.codehaus.
plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.co
mmons.configuration.ConfigurationRuntimeException:
org.apache.commons.configurat
ion.ConfigurationRuntimeException: Property xmlns cannot be set!
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory$1.run(AbstractAutowireCapableBeanFactory.java:409)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:380)
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:264)
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:222)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:261)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:185)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:168)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.autowireResource(CommonAnnotationBeanPostProcessor.java:435)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.getResource(CommonAnnotationBeanPostProcessor.java:409)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:5
37)
        at
org.springframework.beans.factory.annotation.InjectionMetadata$Inject
edElement.inject(InjectionMetadata.java:180)
        at
org.springframework.beans.factory.annotation.InjectionMetadata.inject
Fields(InjectionMetadata.java:105)
        at
org.springframework.context.annotation.CommonAnnotationBeanPostProces
sor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:289)
        ... 114 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creati
ng bean with name 'registry#commons-configuration': Post-processing of the
Facto
ryBean's object failed; nested exception is
org.springframework.beans.factory.Be
anInitializationException: Failed to invoke plexus lifecycle
Initializable.initi
alize on registry#commons-configuration; nested exception is
org.codehaus.plexus
.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.
configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.Co
nfigurationRuntimeException: Property xmlns cannot be set!
        at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$
1.run(FactoryBeanRegistrySupport.java:142)
        at java.security.AccessController.doPrivileged(Native Method)
        at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.
doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
        at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.
getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getObje
ctForBeanInstance(AbstractBeanFactory.java:1288)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:217)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:185)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:164)
        at
org.springframework.context.support.AbstractApplicationContext.getBea
n(AbstractApplicationContext.java:880)
        at
org.codehaus.plexus.spring.PlexusContainerAdapter.lookup(PlexusContai
nerAdapter.java:422)
        at
org.codehaus.plexus.redback.configuration.UserConfiguration.contextua
lize(UserConfiguration.java:212)
        at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProce
ssAfterInitialization(PlexusLifecycleBeanPostProcessor.java:157)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFa
ctory.java:361)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1344)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
        ... 128 more
Caused by: org.springframework.beans.factory.BeanInitializationException:
Failed
 to invoke plexus lifecycle Initializable.initialize on
registry#commons-configu
ration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.pha
se.InitializationException:
org.apache.commons.configuration.ConfigurationRuntim
eException: org.apache.commons.configuration.ConfigurationRuntimeException:
Prop
erty xmlns cannot be set!
        at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProce
ssAfterInitialization(PlexusLifecycleBeanPostProcessor.java:221)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFa
ctory.java:361)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.postProcessObjectFromFactoryBean(AbstractAutowireCapableBeanFactory.java
:1429)
        at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$
1.run(FactoryBeanRegistrySupport.java:139)
        ... 142 more
Caused by:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Initialization
Exception: org.apache.commons.configuration.ConfigurationRuntimeException:
org.a
pache.commons.configuration.ConfigurationRuntimeException: Property xmlns
cannot
 be set!
        at
org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry.ini
tialize(CommonsConfigurationRegistry.java:388)
        at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProce
ssAfterInitialization(PlexusLifecycleBeanPostProcessor.java:217)
        ... 145 more
Caused by: org.apache.commons.configuration.ConfigurationException:
org.apache.c
ommons.configuration.ConfigurationRuntimeException:
org.apache.commons.configura
tion.ConfigurationRuntimeException: Property xmlns cannot be set!
        at
org.apache.commons.configuration.DefaultConfigurationBuilder.createCo
nfigurationAt(DefaultConfigurationBuilder.java:637)
        at
org.apache.commons.configuration.DefaultConfigurationBuilder.initComb
inedConfiguration(DefaultConfigurationBuilder.java:569)
        at
org.apache.commons.configuration.DefaultConfigurationBuilder.getConfi
guration(DefaultConfigurationBuilder.java:501)
        at
org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry.ini
tialize(CommonsConfigurationRegistry.java:374)
        ... 146 more
Caused by: org.apache.commons.configuration.ConfigurationRuntimeException:
org.a
pache.commons.configuration.ConfigurationRuntimeException: Property xmlns
cannot
 be set!
        at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(Bean
Helper.java:250)
        at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(Bean
Helper.java:267)
        at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(Bean
Helper.java:281)
        at
org.apache.commons.configuration.DefaultConfigurationBuilder.createCo
nfigurationAt(DefaultConfigurationBuilder.java:632)
        ... 149 more
Caused by: org.apache.commons.configuration.ConfigurationRuntimeException:
Prope
rty xmlns cannot be set!
        at
org.apache.commons.configuration.beanutils.BeanHelper.initProperty(Be
anHelper.java:197)
        at
org.apache.commons.configuration.beanutils.BeanHelper.initBean(BeanHe
lper.java:167)
        at
org.apache.commons.configuration.beanutils.DefaultBeanFactory.initBea
nInstance(DefaultBeanFactory.java:106)
        at
org.apache.commons.configuration.beanutils.DefaultBeanFactory.createB
ean(DefaultBeanFactory.java:62)
        at
org.apache.commons.configuration.DefaultConfigurationBuilder$Configur
ationProvider.getConfiguration(DefaultConfigurationBuilder.java:845)
        at
org.apache.commons.configuration.DefaultConfigurationBuilder$Configur
ationBeanFactory.createBean(DefaultConfigurationBuilder.java:1093)
        at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(Bean
Helper.java:245)
        ... 152 more
2009-11-30 12:33:29,661
[ContainerBackgroundProcessor[StandardEngine[Catalina]]]
 INFO  com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory  - Setting
Defau
ltObjectTypeDeterminer as default ...


Wendy Smoak-3 wrote:
&gt; 
&gt; On Wed, Nov 25, 2009 at 10:42 AM, Bill Brown
&gt; &lt;wbrown@colorfulsoftware.com&gt; wrote:
&gt; 
&gt;&gt; After shutting down the 1.2.3 build with mysql backend, I undeployed it
&gt;&gt; and
&gt;&gt; redeployed the 1.3.4 war. Â It seems to be failing in the redback library
&gt;&gt; from some reason (below) Â do you know how I can work around this to get
&gt;&gt; 1.3.4 running? Â Looks like maybe a version mis-match issue but I'm not
&gt;&gt; sure
&gt;&gt; what to change. Â Thanks for your comments.
&gt; 
&gt; In a quick check, I didn't have a problem pointing 1.3.4 at data from
&gt; 1.2.3 using the embedded Derby database in the Jetty bundle.  It was
&gt; only a couple of users and project groups, but it started right up.
&gt; 
&gt; The errors you posted are from Redback, which handles the users and
&gt; security.
&gt; 
&gt; To narrow it down, can you try configuring a new/empty user database
&gt; and starting it with just the builds data?  It should prompt you to
&gt; create the admin user.
&gt; 
&gt; If that works, then we can focus on the user data as the problem.
&gt; (Or, if you don't have very many users, you may elect to just
&gt; re-create them.)
&gt; 
&gt; -- 
&gt; Wendy
&gt; 
&gt; 

-- 
View this message in context: http://old.nabble.com/projects-mysteriously-leaving-the-build-queue-even-though-%28Always-Build%29-is-set.-tp26484565p26579703.html
Sent from the Continuum - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Build queues.</title>
<author><name>Butch Slayer &lt;butch.slayers@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c60fe85de0911300149t2461ae79m13f33dd22ba84d96@mail.gmail.com%3e"/>
<id>urn:uuid:%3c60fe85de0911300149t2461ae79m13f33dd22ba84d96@mail-gmail-com%3e</id>
<updated>2009-11-30T09:49:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
2009/11/27 Wendy Smoak &lt;wsmoak@gmail.com&gt;

&gt; On Fri, Nov 27, 2009 at 7:06 AM, Butch Slayer &lt;butch.slayers@gmail.com&gt;
&gt; wrote:
&gt;
&gt; &gt; I have a single project of which I need to build three different targets.
&gt; So
&gt; &gt; I did the following:
&gt; &gt; I made one project and put three build definitions in. Scheduled at
&gt; &gt; different times, using different schedules works fine. But I would like
&gt; to
&gt; &gt; run all three build definition simultaneous. I tried to do this using
&gt; queues
&gt; &gt; but did not succeed. Can anyone help me out please?
&gt; &gt;
&gt; &gt; I am using a shell project.
&gt;
&gt; What version of Continuum are you using?
&gt;
&gt; Thanks for the input.

I'm working with version 1.3.4, build 807129 of Continuum.

Just on the surface, I don't think it's going to let you do
&gt; simultaneous builds from the same working copy.
&gt;
&gt; They would step on each other, trying to delete and write the same
&gt; files -- or at least that's the assumption, based on the typical 'mvn
&gt; clean install' build which first deletes the 'target' directory, then
&gt; re-creates it and writes files there.
&gt;
&gt; Your shell project may not actually have that limitation, but I think
&gt; it's built in.  Someone more familiar with the code would need to
&gt; confirm.
&gt;
&gt; That's right. I have a build directory for each target.


&gt; You'll probably have to add the project three times so there are
&gt; different working copies, possibly in three different project groups
&gt; (it might complain about duplicates otherwise, not sure how that works
&gt; with shell projects.)
&gt;
&gt; That is what I thought/feared. It's a petty, it feels like wasting
resources...
Next to these three (or more) targets I'll have more versions to build too
in the future.

Is there a way to share a single working copy between more than one project?

Kind regards,
Butch.


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Build queues.</title>
<author><name>Wendy Smoak &lt;wsmoak@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cadba96190911270931o32789d84gda699ee4a4731f3a@mail.gmail.com%3e"/>
<id>urn:uuid:%3cadba96190911270931o32789d84gda699ee4a4731f3a@mail-gmail-com%3e</id>
<updated>2009-11-27T17:31:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Fri, Nov 27, 2009 at 7:06 AM, Butch Slayer &lt;butch.slayers@gmail.com&gt; wrote:

&gt; I have a single project of which I need to build three different targets. So
&gt; I did the following:
&gt; I made one project and put three build definitions in. Scheduled at
&gt; different times, using different schedules works fine. But I would like to
&gt; run all three build definition simultaneous. I tried to do this using queues
&gt; but did not succeed. Can anyone help me out please?
&gt;
&gt; I am using a shell project.

What version of Continuum are you using?

Just on the surface, I don't think it's going to let you do
simultaneous builds from the same working copy.

They would step on each other, trying to delete and write the same
files -- or at least that's the assumption, based on the typical 'mvn
clean install' build which first deletes the 'target' directory, then
re-creates it and writes files there.

Your shell project may not actually have that limitation, but I think
it's built in.  Someone more familiar with the code would need to
confirm.

You'll probably have to add the project three times so there are
different working copies, possibly in three different project groups
(it might complain about duplicates otherwise, not sure how that works
with shell projects.)

-- 
Wendy


</pre>
</div>
</content>
</entry>
<entry>
<title>Build queues.</title>
<author><name>Butch Slayer &lt;butch.slayers@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c60fe85de0911270606m5562be7dmbaa358bde21858bf@mail.gmail.com%3e"/>
<id>urn:uuid:%3c60fe85de0911270606m5562be7dmbaa358bde21858bf@mail-gmail-com%3e</id>
<updated>2009-11-27T14:06:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I have a single project of which I need to build three different targets. So
I did the following:
I made one project and put three build definitions in. Scheduled at
different times, using different schedules works fine. But I would like to
run all three build definition simultaneous. I tried to do this using queues
but did not succeed. Can anyone help me out please?

I am using a shell project.

Kind regards,
Butch.


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always	Build) is set.</title>
<author><name>Wendy Smoak &lt;wsmoak@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cadba96190911251524w26869b15pb54304fa31ec77f6@mail.gmail.com%3e"/>
<id>urn:uuid:%3cadba96190911251524w26869b15pb54304fa31ec77f6@mail-gmail-com%3e</id>
<updated>2009-11-25T23:24:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Wed, Nov 25, 2009 at 10:42 AM, Bill Brown
&lt;wbrown@colorfulsoftware.com&gt; wrote:

&gt; After shutting down the 1.2.3 build with mysql backend, I undeployed it and
&gt; redeployed the 1.3.4 war.  It seems to be failing in the redback library
&gt; from some reason (below)  do you know how I can work around this to get
&gt; 1.3.4 running?  Looks like maybe a version mis-match issue but I'm not sure
&gt; what to change.  Thanks for your comments.

In a quick check, I didn't have a problem pointing 1.3.4 at data from
1.2.3 using the embedded Derby database in the Jetty bundle.  It was
only a couple of users and project groups, but it started right up.

The errors you posted are from Redback, which handles the users and security.

To narrow it down, can you try configuring a new/empty user database
and starting it with just the builds data?  It should prompt you to
create the admin user.

If that works, then we can focus on the user data as the problem.
(Or, if you don't have very many users, you may elect to just
re-create them.)

-- 
Wendy


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always  Build) is set.</title>
<author><name>Bill Brown &lt;wbrown@colorfulsoftware.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26517193.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26517193-post@talk-nabble-com%3e</id>
<updated>2009-11-25T17:42:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi Brett: 

Thanks for the info. 

After shutting down the 1.2.3 build with mysql backend, I undeployed it and
redeployed the 1.3.4 war.  It seems to be failing in the redback library
from some reason (below)  do you know how I can work around this to get
1.3.4 running?  Looks like maybe a version mis-match issue but I'm not sure
what to change.  Thanks for your comments.

Thanks. 
Bill. 


Caught Exception while registering Interceptor class
redbackEnvironmentCheckInterceptor - interceptor -
file:/opt/tomcat/webapps/continuum/WEB-INF/classes/struts-security.xml:30:87
	at
com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.java:206)
	at
com.opensymphony.xwork2.config.providers.InterceptorBuilder.constructInterceptorReference(InterceptorBuilder.java:57)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.lookupInterceptorReference(XmlConfigurationProvider.java:905)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptorStack(XmlConfigurationProvider.java:743)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptorStacks(XmlConfigurationProvider.java:756)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptors(XmlConfigurationProvider.java:777)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addPackage(XmlConfigurationProvider.java:410)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadPackages(XmlConfigurationProvider.java:239)
	at
org.apache.struts2.config.StrutsXmlConfigurationProvider.loadPackages(StrutsXmlConfigurationProvider.java:111)
	at
com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:152)
	at
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52)
	at
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:395)
	at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:452)
	at
org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:205)
	at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:221)
	at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:302)
	at
org.apache.catalina.core.ApplicationFilterConfig.&lt;init&gt;(ApplicationFilterConfig.java:78)
	at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3635)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4222)
	at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
	at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
	at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
	at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1218)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
	at
org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1306)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1570)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1579)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1559)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'interceptor#redbackEnvironmentCheckInterceptor':
FactoryBean threw exception on object creation; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'environmentCheck#locked-admin-check': Injection of resource
fields failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'userManager#configurable': Injection of resource fields failed;
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'userConfiguration' defined in URL
[jar:file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'registry#commons-configuration': Post-processing of the
FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:127)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1288)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:217)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:880)
	at
com.opensymphony.xwork2.spring.SpringObjectFactory.buildBean(SpringObjectFactory.java:126)
	at com.opensymphony.xwork2.ObjectFactory.buildBean(ObjectFactory.java:143)
	at
org.codehaus.plexus.spring.Struts2PlexusInSpringObjectFactory.buildBean(Struts2PlexusInSpringObjectFactory.java:65)
	at
com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.java:184)
	... 32 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'environmentCheck#locked-admin-check': Injection of
resource fields failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'userManager#configurable': Injection of resource fields failed;
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'userConfiguration' defined in URL
[jar:file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'registry#commons-configuration': Post-processing of the
FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:292)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.codehaus.plexus.spring.PlexusToSpringUtils.lookupMap(PlexusToSpringUtils.java:148)
	at
org.codehaus.plexus.spring.PlexusToSpringUtils.lookupList(PlexusToSpringUtils.java:160)
	at
org.codehaus.plexus.spring.PlexusComponentFactoryBean.resolveRequirement(PlexusComponentFactoryBean.java:242)
	at
org.codehaus.plexus.spring.PlexusComponentFactoryBean.createInstance(PlexusComponentFactoryBean.java:163)
	at
org.codehaus.plexus.spring.PlexusComponentFactoryBean.getObject(PlexusComponentFactoryBean.java:108)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
	... 44 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'userManager#configurable': Injection of resource
fields failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'userConfiguration' defined in URL
[jar:file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'registry#commons-configuration': Post-processing of the
FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:292)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:168)
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:435)
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:409)
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:537)
	at
org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:180)
	at
org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:289)
	... 60 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'userConfiguration' defined in URL
[jar:file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'registry#commons-configuration': Post-processing of the
FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:168)
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:435)
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:409)
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:537)
	at
org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:180)
	at
org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
	at
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:289)
	... 76 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'registry#commons-configuration': Post-processing of
the FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:142)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1288)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:217)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:880)
	at
org.codehaus.plexus.spring.PlexusContainerAdapter.lookup(PlexusContainerAdapter.java:422)
	at
org.codehaus.plexus.redback.configuration.UserConfiguration.contextualize(UserConfiguration.java:212)
	at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProcessAfterInitialization(PlexusLifecycleBeanPostProcessor.java:157)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:361)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1344)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
	... 90 more
Caused by: org.springframework.beans.factory.BeanInitializationException:
Failed to invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProcessAfterInitialization(PlexusLifecycleBeanPostProcessor.java:221)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:361)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.postProcessObjectFromFactoryBean(AbstractAutowireCapableBeanFactory.java:1429)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:139)
	... 104 more
Caused by:
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry.initialize(CommonsConfigurationRegistry.java:388)
	at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProcessAfterInitialization(PlexusLifecycleBeanPostProcessor.java:217)
	... 107 more
Caused by: org.apache.commons.configuration.ConfigurationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.apache.commons.configuration.DefaultConfigurationBuilder.createConfigurationAt(DefaultConfigurationBuilder.java:637)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder.initCombinedConfiguration(DefaultConfigurationBuilder.java:569)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder.getConfiguration(DefaultConfigurationBuilder.java:501)
	at
org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry.initialize(CommonsConfigurationRegistry.java:374)
	... 108 more
Caused by: org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:250)
	at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:267)
	at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:281)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder.createConfigurationAt(DefaultConfigurationBuilder.java:632)
	... 111 more
Caused by: org.apache.commons.configuration.ConfigurationRuntimeException:
Property xmlns cannot be set!
	at
org.apache.commons.configuration.beanutils.BeanHelper.initProperty(BeanHelper.java:197)
	at
org.apache.commons.configuration.beanutils.BeanHelper.initBean(BeanHelper.java:167)
	at
org.apache.commons.configuration.beanutils.DefaultBeanFactory.initBeanInstance(DefaultBeanFactory.java:106)
	at
org.apache.commons.configuration.beanutils.DefaultBeanFactory.createBean(DefaultBeanFactory.java:62)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder$ConfigurationProvider.getConfiguration(DefaultConfigurationBuilder.java:845)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder$ConfigurationBeanFactory.createBean(DefaultConfigurationBuilder.java:1093)
	at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:245)
	... 114 more
2009-11-25 11:12:09,995
[ContainerBackgroundProcessor[StandardEngine[Catalina]]] WARN 
com.opensymphony.xwork2.config.providers.InterceptorBuilder  - Unable to
load config class redbackForceAdminUserInterceptor at interceptor -
file:/opt/tomcat/webapps/continuum/WEB-INF/classes/struts-security.xml:29:91
probably due to a missing jar, which might be fine if you never plan to use
the redbackForceAdminUser interceptor
2009-11-25 11:12:09,995
[ContainerBackgroundProcessor[StandardEngine[Catalina]]] ERROR
com.opensymphony.xwork2.config.providers.InterceptorBuilder  - Actual
exception
Caught Exception while registering Interceptor class
redbackForceAdminUserInterceptor - interceptor -
file:/opt/tomcat/webapps/continuum/WEB-INF/classes/struts-security.xml:29:91
	at
com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.java:206)
	at
com.opensymphony.xwork2.config.providers.InterceptorBuilder.constructInterceptorReference(InterceptorBuilder.java:57)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.lookupInterceptorReference(XmlConfigurationProvider.java:905)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptorStack(XmlConfigurationProvider.java:743)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptorStacks(XmlConfigurationProvider.java:756)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptors(XmlConfigurationProvider.java:777)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addPackage(XmlConfigurationProvider.java:410)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadPackages(XmlConfigurationProvider.java:239)
	at
org.apache.struts2.config.StrutsXmlConfigurationProvider.loadPackages(StrutsXmlConfigurationProvider.java:111)
	at
com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:152)
	at
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52)
	at
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:395)
	at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:452)
	at
org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:205)
	at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:221)
	at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:302)
	at
org.apache.catalina.core.ApplicationFilterConfig.&lt;init&gt;(ApplicationFilterConfig.java:78)
	at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3635)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4222)
	at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
	at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
	at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
	at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1218)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
	at
org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1306)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1570)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1579)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1559)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'interceptor#redbackForceAdminUserInterceptor':
FactoryBean threw exception on object creation; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'userConfiguration' defined in URL
[jar:file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'registry#commons-configuration': Post-processing of the
FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:127)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1288)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:217)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:880)
	at
com.opensymphony.xwork2.spring.SpringObjectFactory.buildBean(SpringObjectFactory.java:126)
	at com.opensymphony.xwork2.ObjectFactory.buildBean(ObjectFactory.java:143)
	at
org.codehaus.plexus.spring.Struts2PlexusInSpringObjectFactory.buildBean(Struts2PlexusInSpringObjectFactory.java:65)
	at
com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.java:184)
	... 32 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'userConfiguration' defined in URL
[jar:file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'registry#commons-configuration': Post-processing of the
FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
	at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.codehaus.plexus.spring.PlexusComponentFactoryBean.resolveRequirement(PlexusComponentFactoryBean.java:246)
	at
org.codehaus.plexus.spring.PlexusComponentFactoryBean.createInstance(PlexusComponentFactoryBean.java:163)
	at
org.codehaus.plexus.spring.PlexusComponentFactoryBean.getObject(PlexusComponentFactoryBean.java:108)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:121)
	... 44 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'registry#commons-configuration': Post-processing of
the FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:142)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:91)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1288)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:217)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:880)
	at
org.codehaus.plexus.spring.PlexusContainerAdapter.lookup(PlexusContainerAdapter.java:422)
	at
org.codehaus.plexus.redback.configuration.UserConfiguration.contextualize(UserConfiguration.java:212)
	at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProcessAfterInitialization(PlexusLifecycleBeanPostProcessor.java:157)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:361)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1344)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
	... 56 more
Caused by: org.springframework.beans.factory.BeanInitializationException:
Failed to invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProcessAfterInitialization(PlexusLifecycleBeanPostProcessor.java:221)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:361)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.postProcessObjectFromFactoryBean(AbstractAutowireCapableBeanFactory.java:1429)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:139)
	... 70 more
Caused by:
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry.initialize(CommonsConfigurationRegistry.java:388)
	at
org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProcessAfterInitialization(PlexusLifecycleBeanPostProcessor.java:217)
	... 73 more
Caused by: org.apache.commons.configuration.ConfigurationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.apache.commons.configuration.DefaultConfigurationBuilder.createConfigurationAt(DefaultConfigurationBuilder.java:637)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder.initCombinedConfiguration(DefaultConfigurationBuilder.java:569)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder.getConfiguration(DefaultConfigurationBuilder.java:501)
	at
org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry.initialize(CommonsConfigurationRegistry.java:374)
	... 74 more
Caused by: org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
	at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:250)
	at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:267)
	at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:281)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder.createConfigurationAt(DefaultConfigurationBuilder.java:632)
	... 77 more
Caused by: org.apache.commons.configuration.ConfigurationRuntimeException:
Property xmlns cannot be set!
	at
org.apache.commons.configuration.beanutils.BeanHelper.initProperty(BeanHelper.java:197)
	at
org.apache.commons.configuration.beanutils.BeanHelper.initBean(BeanHelper.java:167)
	at
org.apache.commons.configuration.beanutils.DefaultBeanFactory.initBeanInstance(DefaultBeanFactory.java:106)
	at
org.apache.commons.configuration.beanutils.DefaultBeanFactory.createBean(DefaultBeanFactory.java:62)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder$ConfigurationProvider.getConfiguration(DefaultConfigurationBuilder.java:845)
	at
org.apache.commons.configuration.DefaultConfigurationBuilder$ConfigurationBeanFactory.createBean(DefaultConfigurationBuilder.java:1093)
	at
org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:245)
	... 80 more
2009-11-25 11:12:10,070
[ContainerBackgroundProcessor[StandardEngine[Catalina]]] WARN 
com.opensymphony.xwork2.config.providers.InterceptorBuilder  - Unable to
load config class redbackAutoLoginInterceptor at interceptor -
file:/opt/tomcat/webapps/continuum/WEB-INF/classes/struts-security.xml:31:81
probably due to a missing jar, which might be fine if you never plan to use
the redbackAutoLogin interceptor
2009-11-25 11:12:10,070
[ContainerBackgroundProcessor[StandardEngine[Catalina]]] ERROR
com.opensymphony.xwork2.config.providers.InterceptorBuilder  - Actual
exception
Caught Exception while registering Interceptor class
redbackAutoLoginInterceptor - interceptor -
file:/opt/tomcat/webapps/continuum/WEB-INF/classes/struts-security.xml:31:81
	at
com.opensymphony.xwork2.ObjectFactory.buildInterceptor(ObjectFactory.java:206)
	at
com.opensymphony.xwork2.config.providers.InterceptorBuilder.constructInterceptorReference(InterceptorBuilder.java:57)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.lookupInterceptorReference(XmlConfigurationProvider.java:905)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptorStack(XmlConfigurationProvider.java:743)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptorStacks(XmlConfigurationProvider.java:756)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadInterceptors(XmlConfigurationProvider.java:777)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addPackage(XmlConfigurationProvider.java:410)
	at
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadPackages(XmlConfigurationProvider.java:239)
	at
org.apache.struts2.config.StrutsXmlConfigurationProvider.loadPackages(StrutsXmlConfigurationProvider.java:111)
	at
com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:152)
	at
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52)
	at
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:395)
	at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:452)
	at
org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:205)
	at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:221)
	at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:302)
	at
org.apache.catalina.core.ApplicationFilterConfig.&lt;init&gt;(ApplicationFilterConfig.java:78)
	at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3635)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4222)
	at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
	at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
	at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
	at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1218)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
	at
org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1306)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1570)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1579)
	at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1559)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'interceptor#redbackAutoLoginInterceptor':
FactoryBean threw exception on object creation; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'autoLoginCookies': Injection of resource fields failed; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'securitySystem': Injection of resource fields
failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'authenticationManager': Invocation of init method failed; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'authenticator#keystore': Injection of resource
fields failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'userManager#configurable': Injection of resource fields failed;
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'userConfiguration' defined in URL
[jar:file:/opt/tomcat/webapps/continuum/WEB-INF/lib/redback-configuration-1.2.2.jar!/org/codehaus/plexus/redback/configuration/UserConfiguration.class]:
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'registry#commons-configuration': Post-processing of the
FactoryBean's object failed; nested exception is
org.springframework.beans.factory.BeanInitializationException: Failed to
invoke plexus lifecycle Initializable.initialize on
registry#commons-configuration; nested exception is
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException:
org.apache.commons.configuration.ConfigurationRuntimeException:
org.apache.commons.configuration.ConfigurationRuntimeException: Property
xmlns cannot be set!
Related cause: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'repositoryMetadataBuilder': Initialization of
bean failed; nested exception is
org.springframework.beans.TypeMismatchException: Failed to convert property
value of type [java.lang.String] to required type [java.lang.Class] for
property 'role'; nested exception is java.lang.IllegalArgumentException:
Cannot find class
[org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
Related cause: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'modelResolver': Initialization of bean
failed; nested exception is org.springframework.beans.TypeMismatchException:
Failed to convert property value of type [java.lang.String] to required type
[java.lang.Class] for property 'role'; nested exception is
java.lang.IllegalArgumentException: Cannot find class
[org.apache.maven.project.ModelResolver]
Related cause: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'knownHostsProvider#null': Initialization of
bean failed; nested exception is
org.springframework.beans.TypeMismatchException: Failed to convert property
value of type [java.lang.String] to required type [java.lang.Class] for
property 'implementation'; nested exception is
java.lang.IllegalArgumentException: Cannot find class
[org.apache.maven.wagon.providers.ssh.knownhost.NullKnownHostsProvider]
Related cause: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'repositoryMetadataBuilder': Initialization of
bean failed; nested exception is
org.springframework.beans.TypeMismatchException: Failed to convert property
value of type [java.lang.String] to required type [java.lang.Class] for
property 'role'; nested exception is java.lang.IllegalArgumentException:
Cannot find class
[org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
Related cause: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'modelResolver': Initialization of bean
failed; nested exception is org.springframework.beans.TypeMismatchException:
Failed to convert property value of type [java.lang.String] to required type
[java.lang.Class] for property 'role'; nested exception is
java.lang.IllegalArgumentException: Cannot find class
[org.apache.maven.project.ModelResolver]
Related cause: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'knownHostsProvider#null': Initialization of
bean failed; nested exception is
org.springframework.beans.TypeMismatchException: Failed to convert property
value of type [java.lang.String] to required type [java.lang.Class] for
property 'implementation'; nested exception is
java.lang.IllegalArgumentException: Cannot find class
[org.apache.maven.wagon.providers.ssh.knownhost.NullKnownHostsProvider]

-- 
View this message in context: http://old.nabble.com/projects-mysteriously-leaving-the-build-queue-even-though-%28Always-Build%29-is-set.-tp26484565p26517193.html
Sent from the Continuum - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always  Build) is set.</title>
<author><name>Brett Porter &lt;brett@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cAA5E84DE-C378-4C34-B5CD-5EB00B75370D@apache.org%3e"/>
<id>urn:uuid:%3cAA5E84DE-C378-4C34-B5CD-5EB00B75370D@apache-org%3e</id>
<updated>2009-11-25T16:26:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
You should be able to point 1.3.x at the existing database and it will work (as long as the
other instance is first turned off). Of course, take a backup just in case.

- Brett

On 26/11/2009, at 1:38 AM, Bill Brown wrote:

&gt; 
&gt; Thanks for the info Emmanuel:
&gt; 
&gt; I would like to upgrade to the 1.3.x build but I have a mysql backend and I
&gt; do not know how to upgrade the 1.2.3 db to the 1.3.x builds.  Do you know
&gt; how to do this or can point me to someone who may know?  
&gt; 
&gt; I apologize for diverging from this specific issue but I'm thinking you may
&gt; be able to give me another helpful tip.  
&gt; 
&gt; Thanks 
&gt; Bill.
&gt; -- 
&gt; View this message in context: http://old.nabble.com/projects-mysteriously-leaving-the-build-queue-even-though-%28Always-Build%29-is-set.-tp26484565p26513748.html
&gt; Sent from the Continuum - Users mailing list archive at Nabble.com.
&gt; 



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always  Build) is set.</title>
<author><name>Bill Brown &lt;wbrown@colorfulsoftware.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26513748.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26513748-post@talk-nabble-com%3e</id>
<updated>2009-11-25T14:38:02Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Thanks for the info Emmanuel:

I would like to upgrade to the 1.3.x build but I have a mysql backend and I
do not know how to upgrade the 1.2.3 db to the 1.3.x builds.  Do you know
how to do this or can point me to someone who may know?  

I apologize for diverging from this specific issue but I'm thinking you may
be able to give me another helpful tip.  

Thanks 
Bill.
-- 
View this message in context: http://old.nabble.com/projects-mysteriously-leaving-the-build-queue-even-though-%28Always-Build%29-is-set.-tp26484565p26513748.html
Sent from the Continuum - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: projects mysteriously leaving the build queue even though (Always	Build) is set.</title>
<author><name>Emmanuel Venisse &lt;emmanuel.venisse@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cf345f3480911242157y4e62651bud65c7a28d171b9e3@mail.gmail.com%3e"/>
<id>urn:uuid:%3cf345f3480911242157y4e62651bud65c7a28d171b9e3@mail-gmail-com%3e</id>
<updated>2009-11-25T05:57:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
It's a known issue for 1.2.x when Continuum is restarted with some build not
terminated.
This issue is fixed in 1.3.x

Emmanuel

On Mon, Nov 23, 2009 at 8:43 PM, Bill Brown &lt;wbrown@colorfulsoftware.com&gt;wrote:

&gt;
&gt; Greetings:
&gt;
&gt; I'm using the latest stable continuum 1.2.3 (732759).
&gt;
&gt; I'm using it to build 204 maven projects split into 3 project groups
&gt; (dev/stage/prod).
&gt;
&gt; I have the DEFAULT_SCHEDULE setup to fire every minute for all of the
&gt; projects.  Each project is set to "Always Build" and "Clean Checkout".
&gt;
&gt; I'm noticing that I can submit "Build All Project" for each group to put
&gt; them all into the queue and everything is queued up.  But after a build,
&gt; lots of the projects are not going back into the queue after a successful
&gt; build.
&gt;
&gt; The side effect is that some changes are committed via subversion into some
&gt; of the projects but are never being rebuilt again because they don't stay
&gt; in
&gt; the queue.
&gt;
&gt; Do you know if I can do something in the configuration to always re-queue a
&gt; build even if it builds successfully (I thought that was what the "Always"
&gt; build setting is for)?
&gt;
&gt; Maybe this is a known issue?
&gt;
&gt; Thanks for any information or insights.
&gt; Bill.
&gt;
&gt; --
&gt; View this message in context:
&gt; http://old.nabble.com/projects-mysteriously-leaving-the-build-queue-even-though-%28Always-Build%29-is-set.-tp26484565p26484565.html
&gt; Sent from the Continuum - Users mailing list archive at Nabble.com.
&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>projects mysteriously leaving the build queue even though (Always Build) is set.</title>
<author><name>Bill Brown &lt;wbrown@colorfulsoftware.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26484565.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26484565-post@talk-nabble-com%3e</id>
<updated>2009-11-23T19:43:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Greetings: 

I'm using the latest stable continuum 1.2.3 (732759).  

I'm using it to build 204 maven projects split into 3 project groups
(dev/stage/prod).  

I have the DEFAULT_SCHEDULE setup to fire every minute for all of the
projects.  Each project is set to "Always Build" and "Clean Checkout". 

I'm noticing that I can submit "Build All Project" for each group to put
them all into the queue and everything is queued up.  But after a build,
lots of the projects are not going back into the queue after a successful
build.  

The side effect is that some changes are committed via subversion into some
of the projects but are never being rebuilt again because they don't stay in
the queue.   

Do you know if I can do something in the configuration to always re-queue a
build even if it builds successfully (I thought that was what the "Always"
build setting is for)?   

Maybe this is a known issue? 

Thanks for any information or insights.
Bill.

-- 
View this message in context: http://old.nabble.com/projects-mysteriously-leaving-the-build-queue-even-though-%28Always-Build%29-is-set.-tp26484565p26484565.html
Sent from the Continuum - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>RE: YOHO, anybody out there? RE: A lock could not be obtained within 	the time requested</title>
<author><name>Engebakken Geir &lt;geir.engebakken@edb.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c86581AC3DA73944F8B461B44198645E4011365180EA1@EDBCL06EX001.edb.local%3e"/>
<id>urn:uuid:%3c86581AC3DA73944F8B461B44198645E4011365180EA1@EDBCL06EX001-edb-local%3e</id>
<updated>2009-11-20T16:40:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
OK, thanks a lot I will try this!

My remark regarding lack of docs was just a hint that it could be better :)



Geir

-----Original Message-----
From: Wendy Smoak [mailto:wsmoak@gmail.com] 
Sent: 20. november 2009 00:42
To: users@continuum.apache.org
Subject: Re: YOHO, anybody out there? RE: A lock could not be obtained within the time requested

On Thu, Nov 19, 2009 at 10:23 AM, Wendy Smoak &lt;wsmoak@gmail.com&gt; wrote:
&gt; I vaguely remember a utility to automate deleting old build results,
&gt; you might find it in the list archives.

Here it is (but I've only used it against 1.3.x, I don't know if it'll
work with 1.2.x):

http://svn.apache.org/repos/asf/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-client/src/main/java/org/apache/maven/continuum/xmlrpc/client/BuildResultsPurge.java

-- 
Wendy


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: YOHO, anybody out there? RE: A lock could not be obtained within	the time requested</title>
<author><name>Wendy Smoak &lt;wsmoak@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cadba96190911191542u5cc4b1b5qbe4b671dcfc578cb@mail.gmail.com%3e"/>
<id>urn:uuid:%3cadba96190911191542u5cc4b1b5qbe4b671dcfc578cb@mail-gmail-com%3e</id>
<updated>2009-11-19T23:42:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Thu, Nov 19, 2009 at 10:23 AM, Wendy Smoak &lt;wsmoak@gmail.com&gt; wrote:
&gt; I vaguely remember a utility to automate deleting old build results,
&gt; you might find it in the list archives.

Here it is (but I've only used it against 1.3.x, I don't know if it'll
work with 1.2.x):

http://svn.apache.org/repos/asf/continuum/trunk/continuum-xmlrpc/continuum-xmlrpc-client/src/main/java/org/apache/maven/continuum/xmlrpc/client/BuildResultsPurge.java

-- 
Wendy


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: YOHO, anybody out there? RE: A lock could not be obtained within	the time requested</title>
<author><name>Wendy Smoak &lt;wsmoak@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cadba96190911190923p5b9ead0dx810c236c9dedb438@mail.gmail.com%3e"/>
<id>urn:uuid:%3cadba96190911190923p5b9ead0dx810c236c9dedb438@mail-gmail-com%3e</id>
<updated>2009-11-19T17:23:24Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Thu, Nov 19, 2009 at 8:35 AM, Engebakken Geir
&lt;geir.engebakken@edb.com&gt; wrote:
&gt; There are some 500 build results in the list, I guess this is what halts the delete so
there is a timeout, but I have to mark each one of them for deletion?
&gt;
&gt; I deleted 32 of them, and it took 5 minutes!
&gt;
&gt; There must be a way to set this up so that they are deleted manually each night, now
where is the manual, oops doesn't exist ...

I think you said 1.2.2, so the docs are here...
http://continuum.apache.org/docs/1.2.2/

In 1.3.x there is a build output purge feature but it only deletes the
output directories, not the database records.  The idea was that you
need to keep them around for statistics.  I think there's a JIRA issue
open to change this, you can watch/vote for it.

I vaguely remember a utility to automate deleting old build results,
you might find it in the list archives.

Maybe you can use Selenium to automate deleting them through the web interface?

-- 
Wendy


</pre>
</div>
</content>
</entry>
<entry>
<title>RE: YOHO, anybody out there? RE: A lock could not be obtained within 	the time requested</title>
<author><name>Engebakken Geir &lt;geir.engebakken@edb.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c86581AC3DA73944F8B461B44198645E4011365180C7A@EDBCL06EX001.edb.local%3e"/>
<id>urn:uuid:%3c86581AC3DA73944F8B461B44198645E4011365180C7A@EDBCL06EX001-edb-local%3e</id>
<updated>2009-11-19T15:35:24Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
There are some 500 build results in the list, I guess this is what halts the delete so there
is a timeout, but I have to mark each one of them for deletion?

I deleted 32 of them, and it took 5 minutes!

There must be a way to set this up so that they are deleted manually each night, now where
is the manual, oops doesn't exist ...




Geir

-----Original Message-----
From: Engebakken Geir [mailto:geir.engebakken@edb.com] 
Sent: 19. november 2009 16:20
To: users@continuum.apache.org; Emmanuel Venisse
Subject: RE: YOHO, anybody out there? RE: A lock could not be obtained within the time requested

On a second thought, I guess you mean the build results in the DB of course, so I look into
that now, but there is a lot!

I guess there must be a way to set up purging older builds or something.....


Geir

-----Original Message-----
From: Engebakken Geir [mailto:geir.engebakken@edb.com] 
Sent: 19. november 2009 16:14
To: Emmanuel Venisse; users@continuum.apache.org
Subject: RE: YOHO, anybody out there? RE: A lock could not be obtained within the time requested

I removed the build results (that is the output directory for the builds, which in this case
was /usr/local/continuum/data/build-output-directory/67, this is what you meant?)

But had the same error when deleting the project. After that I can show the project group
list in the web interface, but if I click any project group, continuum hangs and I must restart
continuum.


Geir
From: Emmanuel Venisse [mailto:emmanuel.venisse@gmail.com]
Sent: 19. november 2009 14:03
To: users@continuum.apache.org
Cc: Engebakken Geir
Subject: Re: YOHO, anybody out there? RE: A lock could not be obtained within the time requested

Can you try to delete build results first, maybe only some of them if you have lot.

Emmanuel
On Thu, Nov 19, 2009 at 1:03 PM, Engebakken Geir &lt;geir.engebakken@edb.com&lt;mailto:geir.engebakken@edb.com&gt;&gt;
wrote:
This must have happened for others as well, I guess, any ideas anybody?


Geir

-----Original Message-----
From: Engebakken Geir
Sent: 17. november 2009 11:27
To: Engebakken Geir; users@continuum.apache.org&lt;mailto:users@continuum.apache.org&gt;
Subject: RE: A lock could not be obtained within the time requested

Forgot to say that this is continuum 1.2.2.


Geir

-----Original Message-----
From: Engebakken Geir
Sent: 17. november 2009 11:26
To: 'users@continuum.apache.org&lt;mailto:users@continuum.apache.org&gt;'
Subject: A lock could not be obtained within the time requested

We try to remove a project in our continuum setup, and continuum just hangs and the log  shows
a java stacktrace in an sql select statement ending with :

A lock could not be obtained within the time requested


Any ideas what this might be.

Geir





</pre>
</div>
</content>
</entry>
<entry>
<title>RE: YOHO, anybody out there? RE: A lock could not be obtained within 	the time requested</title>
<author><name>Engebakken Geir &lt;geir.engebakken@edb.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c86581AC3DA73944F8B461B44198645E4011365180C77@EDBCL06EX001.edb.local%3e"/>
<id>urn:uuid:%3c86581AC3DA73944F8B461B44198645E4011365180C77@EDBCL06EX001-edb-local%3e</id>
<updated>2009-11-19T15:20:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On a second thought, I guess you mean the build results in the DB of course, so I look into
that now, but there is a lot!

I guess there must be a way to set up purging older builds or something.....


Geir

-----Original Message-----
From: Engebakken Geir [mailto:geir.engebakken@edb.com] 
Sent: 19. november 2009 16:14
To: Emmanuel Venisse; users@continuum.apache.org
Subject: RE: YOHO, anybody out there? RE: A lock could not be obtained within the time requested

I removed the build results (that is the output directory for the builds, which in this case
was /usr/local/continuum/data/build-output-directory/67, this is what you meant?)

But had the same error when deleting the project. After that I can show the project group
list in the web interface, but if I click any project group, continuum hangs and I must restart
continuum.


Geir
From: Emmanuel Venisse [mailto:emmanuel.venisse@gmail.com]
Sent: 19. november 2009 14:03
To: users@continuum.apache.org
Cc: Engebakken Geir
Subject: Re: YOHO, anybody out there? RE: A lock could not be obtained within the time requested

Can you try to delete build results first, maybe only some of them if you have lot.

Emmanuel
On Thu, Nov 19, 2009 at 1:03 PM, Engebakken Geir &lt;geir.engebakken@edb.com&lt;mailto:geir.engebakken@edb.com&gt;&gt;
wrote:
This must have happened for others as well, I guess, any ideas anybody?


Geir

-----Original Message-----
From: Engebakken Geir
Sent: 17. november 2009 11:27
To: Engebakken Geir; users@continuum.apache.org&lt;mailto:users@continuum.apache.org&gt;
Subject: RE: A lock could not be obtained within the time requested

Forgot to say that this is continuum 1.2.2.


Geir

-----Original Message-----
From: Engebakken Geir
Sent: 17. november 2009 11:26
To: 'users@continuum.apache.org&lt;mailto:users@continuum.apache.org&gt;'
Subject: A lock could not be obtained within the time requested

We try to remove a project in our continuum setup, and continuum just hangs and the log  shows
a java stacktrace in an sql select statement ending with :

A lock could not be obtained within the time requested


Any ideas what this might be.

Geir





</pre>
</div>
</content>
</entry>
<entry>
<title>RE: YOHO, anybody out there? RE: A lock could not be obtained within 	the time requested</title>
<author><name>Engebakken Geir &lt;geir.engebakken@edb.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c86581AC3DA73944F8B461B44198645E4011365180C6F@EDBCL06EX001.edb.local%3e"/>
<id>urn:uuid:%3c86581AC3DA73944F8B461B44198645E4011365180C6F@EDBCL06EX001-edb-local%3e</id>
<updated>2009-11-19T15:14:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I removed the build results (that is the output directory for the builds, which in this case
was /usr/local/continuum/data/build-output-directory/67, this is what you meant?)

But had the same error when deleting the project. After that I can show the project group
list in the web interface, but if I click any project group, continuum hangs and I must restart
continuum.


Geir
From: Emmanuel Venisse [mailto:emmanuel.venisse@gmail.com]
Sent: 19. november 2009 14:03
To: users@continuum.apache.org
Cc: Engebakken Geir
Subject: Re: YOHO, anybody out there? RE: A lock could not be obtained within the time requested

Can you try to delete build results first, maybe only some of them if you have lot.

Emmanuel
On Thu, Nov 19, 2009 at 1:03 PM, Engebakken Geir &lt;geir.engebakken@edb.com&lt;mailto:geir.engebakken@edb.com&gt;&gt;
wrote:
This must have happened for others as well, I guess, any ideas anybody?


Geir

-----Original Message-----
From: Engebakken Geir
Sent: 17. november 2009 11:27
To: Engebakken Geir; users@continuum.apache.org&lt;mailto:users@continuum.apache.org&gt;
Subject: RE: A lock could not be obtained within the time requested

Forgot to say that this is continuum 1.2.2.


Geir

-----Original Message-----
From: Engebakken Geir
Sent: 17. november 2009 11:26
To: 'users@continuum.apache.org&lt;mailto:users@continuum.apache.org&gt;'
Subject: A lock could not be obtained within the time requested

We try to remove a project in our continuum setup, and continuum just hangs and the log  shows
a java stacktrace in an sql select statement ending with :

A lock could not be obtained within the time requested


Any ideas what this might be.

Geir





</pre>
</div>
</content>
</entry>
<entry>
<title>Re: YOHO, anybody out there? RE: A lock could not be obtained within	the time requested</title>
<author><name>Emmanuel Venisse &lt;emmanuel.venisse@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cf345f3480911190503q609dc5e8mf0ab9791ce3878da@mail.gmail.com%3e"/>
<id>urn:uuid:%3cf345f3480911190503q609dc5e8mf0ab9791ce3878da@mail-gmail-com%3e</id>
<updated>2009-11-19T13:03:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Can you try to delete build results first, maybe only some of them if you
have lot.

Emmanuel

On Thu, Nov 19, 2009 at 1:03 PM, Engebakken Geir &lt;geir.engebakken@edb.com&gt;wrote:

&gt; This must have happened for others as well, I guess, any ideas anybody?
&gt;
&gt;
&gt; Geir
&gt;
&gt; -----Original Message-----
&gt; From: Engebakken Geir
&gt; Sent: 17. november 2009 11:27
&gt; To: Engebakken Geir; users@continuum.apache.org
&gt; Subject: RE: A lock could not be obtained within the time requested
&gt;
&gt; Forgot to say that this is continuum 1.2.2.
&gt;
&gt;
&gt; Geir
&gt;
&gt; -----Original Message-----
&gt; From: Engebakken Geir
&gt; Sent: 17. november 2009 11:26
&gt; To: 'users@continuum.apache.org'
&gt; Subject: A lock could not be obtained within the time requested
&gt;
&gt; We try to remove a project in our continuum setup, and continuum just hangs
&gt; and the log  shows a java stacktrace in an sql select statement ending with
&gt; :
&gt;
&gt; A lock could not be obtained within the time requested
&gt;
&gt;
&gt; Any ideas what this might be.
&gt;
&gt; Geir
&gt;
&gt;
&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>YOHO, anybody out there? RE: A lock could not be obtained within the time requested</title>
<author><name>Engebakken Geir &lt;geir.engebakken@edb.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c86581AC3DA73944F8B461B44198645E4011365180B9A@EDBCL06EX001.edb.local%3e"/>
<id>urn:uuid:%3c86581AC3DA73944F8B461B44198645E4011365180B9A@EDBCL06EX001-edb-local%3e</id>
<updated>2009-11-19T12:03:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
This must have happened for others as well, I guess, any ideas anybody?


Geir

-----Original Message-----
From: Engebakken Geir 
Sent: 17. november 2009 11:27
To: Engebakken Geir; users@continuum.apache.org
Subject: RE: A lock could not be obtained within the time requested

Forgot to say that this is continuum 1.2.2. 


Geir

-----Original Message-----
From: Engebakken Geir 
Sent: 17. november 2009 11:26
To: 'users@continuum.apache.org'
Subject: A lock could not be obtained within the time requested

We try to remove a project in our continuum setup, and continuum just hangs and the log  shows
a java stacktrace in an sql select statement ending with :

A lock could not be obtained within the time requested


Any ideas what this might be.

Geir





</pre>
</div>
</content>
</entry>
<entry>
<title>Reset Build number and Continuum Landing page too slow to open.</title>
<author><name>ashmel &lt;ashish_melanta@hotmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26421215.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26421215-post@talk-nabble-com%3e</id>
<updated>2009-11-19T07:06:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

2 Questions/issues:

1. We had to delete and recreate a project in Continuum. We use the
continuum.project.nextBuild.number value in the name of the artifact which
we create during the build. Now, that we have recreated the project, this
number gets reset to 1. Is there any way to change this number forcibly as
the build numbers form an important reference point w.r.t release
information.

2. We have noticed that the Continuum Web Interface takes a long time to
show up when we start/restart Continuum. We have only 1 project group with
about 10 projects running ANT builds. Is there any reason why performance
degrades so much in this case ? Will a upgrade to 1.2 help ?

Thanks for your help in advance.

Regards,
Ashish
-- 
View this message in context: http://old.nabble.com/Reset-Build-number-and-Continuum-Landing-page-too-slow-to-open.-tp26421215p26421215.html
Sent from the Continuum - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Role Documentation for Continuum</title>
<author><name>Deng Ching &lt;oching@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c8667b1bd0911171808vb4f6938md0bb18bde52dfd57@mail.gmail.com%3e"/>
<id>urn:uuid:%3c8667b1bd0911171808vb4f6938md0bb18bde52dfd57@mail-gmail-com%3e</id>
<updated>2009-11-18T02:08:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Dave,

I'm not sure if you've already read this document already, but the Redback
docs for role management can be found here:

http://redback.codehaus.org/rbac/role-management.html

As for Continuum's documentation of its roles, I don't think there is one.
Your best bet is probably to look at the Redback descriptor itself, which is
located at the continuum-security module:

http://svn.apache.org/repos/asf/continuum/tags/continuum-1.2.3/continuum-security/src/main/resources/META-INF/redback/

HTH,
Deng

On Wed, Nov 18, 2009 at 12:26 AM, dbruley &lt;
david.bruley@corelinksolutions.com&gt; wrote:

&gt;
&gt; Hello,
&gt;
&gt; Thought I would follow-up on this older post to see if anyone might still
&gt; be
&gt; able to assist.  Thought my origional subject heading specifying 1.2.3 may
&gt; have reduced responses.  Any documentation on roles even if it's in 1.3.x
&gt; would be appreciated.
&gt;
&gt; Dug through the source a little and looks like Continuum is using Redback
&gt; for Role Management, so I read some of the Redback documentation.  Also
&gt; experimented more in Continuum with the different roles, so I think I have
&gt; a
&gt; good enough idea to move forward.
&gt;
&gt; Just always interested in making sure I'm using the features correctly.
&gt;
&gt; Thanks in advance.
&gt;
&gt; Dave
&gt;
&gt;
&gt; dbruley wrote:
&gt; &gt;
&gt; &gt; We're in the process of moving from Continuum 1.0.3 to 1.2.3 and I'm
&gt; &gt; wondering if there is any documentation for the various roles provided in
&gt; &gt; 1.2.3 such as info about each role, how they relate (noticed some roles
&gt; &gt; listed parent roles), and role management (does a user added to a
&gt; specific
&gt; &gt; role also need to be added to any parent roles?), etc.
&gt; &gt;
&gt; &gt; Granted, I'll figure a lot of it out once I play around a bit through
&gt; &gt; trial and error, but if there is any good documentation, I'd like to
&gt; &gt; review it.
&gt; &gt;
&gt; &gt; I could not find anything under the admin or user guides on the Continuum
&gt; &gt; site nor did a search of the list archives or Google return much.
&gt; &gt; Apologize if I somehow overlooked the obvious.
&gt; &gt;
&gt; &gt; We're using LDAP for user authentication if that matters.
&gt; &gt;
&gt; &gt; Thanks in advance for your help and patience with a newbie!
&gt; &gt;
&gt; &gt;
&gt;
&gt; --
&gt; View this message in context:
&gt; http://old.nabble.com/Role-Documentation-for-Continuum-1.2.3-tp25876812p26392904.html
&gt; Sent from the Continuum - Users mailing list archive at Nabble.com.
&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Role Documentation for Continuum</title>
<author><name>dbruley &lt;david.bruley@corelinksolutions.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26392904.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26392904-post@talk-nabble-com%3e</id>
<updated>2009-11-17T16:26:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hello,

Thought I would follow-up on this older post to see if anyone might still be
able to assist.  Thought my origional subject heading specifying 1.2.3 may
have reduced responses.  Any documentation on roles even if it's in 1.3.x
would be appreciated.

Dug through the source a little and looks like Continuum is using Redback
for Role Management, so I read some of the Redback documentation.  Also
experimented more in Continuum with the different roles, so I think I have a
good enough idea to move forward.

Just always interested in making sure I'm using the features correctly.

Thanks in advance.

Dave


dbruley wrote:
&gt; 
&gt; We're in the process of moving from Continuum 1.0.3 to 1.2.3 and I'm
&gt; wondering if there is any documentation for the various roles provided in
&gt; 1.2.3 such as info about each role, how they relate (noticed some roles
&gt; listed parent roles), and role management (does a user added to a specific
&gt; role also need to be added to any parent roles?), etc.  
&gt; 
&gt; Granted, I'll figure a lot of it out once I play around a bit through
&gt; trial and error, but if there is any good documentation, I'd like to
&gt; review it.
&gt; 
&gt; I could not find anything under the admin or user guides on the Continuum
&gt; site nor did a search of the list archives or Google return much. 
&gt; Apologize if I somehow overlooked the obvious.
&gt; 
&gt; We're using LDAP for user authentication if that matters.
&gt; 
&gt; Thanks in advance for your help and patience with a newbie!
&gt; 
&gt; 

-- 
View this message in context: http://old.nabble.com/Role-Documentation-for-Continuum-1.2.3-tp25876812p26392904.html
Sent from the Continuum - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Best Practices/Correct Use of Build Definitions and Templates</title>
<author><name>dbruley &lt;david.bruley@corelinksolutions.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26392686.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26392686-post@talk-nabble-com%3e</id>
<updated>2009-11-17T16:14:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hello all,

Just wanted to follow-up and see if anyone might be able to offer any
insight on this topic.  Even if you're on 1.3.x I would still be interested
in your thoughts as I'm sure at least some of it would apply to 1.2.3 and if
nothing else it would be good info to have when we upgrade in the future.

I think through experimenting I have an idea of what I could do, but I just
want to make sure it's what I should do!

Thanks in advance,

Dave


dbruley wrote:
&gt; 
&gt; Hello,
&gt; 
&gt; This is probably a newbie question, but I have a few questions on the
&gt; correct/intended use of Build Definitions and Build Definition Templates
&gt; in Continuum 1.2.3.  We're developing our plan to upgrade to 1.2.3 from
&gt; 1.0.3 and want to make sure we're taking full advantage of what 1.2.3
&gt; offers.
&gt; 
&gt; Reading the documentation and articles on the web, I've created different
&gt; build definitions and build definition templates.  If I add a Maven 2.0
&gt; project, I see where I can choose the build definition template I would
&gt; like to use.  That all makes sense.  
&gt; 
&gt; Where I am a little less clear is what happens/should happen when I create
&gt; a new group.  It seems that it uses the predefined "Default Maven 2
&gt; Template".  It also seems that the build definition for the group is
&gt; listed under the Available Build Definitions section when I click "Build
&gt; Definitions Template", so if I don't rename the group's definition, there
&gt; will be two entries with a description of "Default Maven 2 Build
&gt; Definition".
&gt; 
&gt; So a few questions:
&gt; 
&gt; 1) If we want all new groups to have by default an additional goal, let's
&gt; say site:site, is it acceptable to modify the predefined "Default Maven 2
&gt; Build Definition" used by the Default Maven 2 Template.
&gt; 
&gt; 2) Or, should we modify the Default Maven 2 Template removing the Default
&gt; Maven 2 Build Definition from Used Build Definitions and adding a
&gt; definition we define.
&gt; 
&gt; 3) Since it seems that the build definition for a group is added to the
&gt; table of build defintions, is it correct to assume that it is good
&gt; practice to change the description to reference the build definition for
&gt; that group to avoid seeing multiple listings with a description of
&gt; "Default Maven 2 Build Definition"
&gt; 
&gt; 4) If we remove the group level build definition, what is used when we do
&gt; a Build All Projects in that group?
&gt; 
&gt; Are there any other words of wisdom anyone has to offer?
&gt; 
&gt; Thanks in advance for any clarification or advice you can offer, I
&gt; appreciate the help.
&gt; 
&gt; Dave
&gt; 

-- 
View this message in context: http://old.nabble.com/Best-Practices-Correct-Use-of-Build-Definitions-and-Templates-tp26313350p26392686.html
Sent from the Continuum - Users (old) mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>RE: A lock could not be obtained within the time requested</title>
<author><name>Engebakken Geir &lt;geir.engebakken@edb.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c86581AC3DA73944F8B461B44198645E4011365180503@EDBCL06EX001.edb.local%3e"/>
<id>urn:uuid:%3c86581AC3DA73944F8B461B44198645E4011365180503@EDBCL06EX001-edb-local%3e</id>
<updated>2009-11-17T10:27:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Forgot to say that this is continuum 1.2.2. 


Geir

-----Original Message-----
From: Engebakken Geir 
Sent: 17. november 2009 11:26
To: 'users@continuum.apache.org'
Subject: A lock could not be obtained within the time requested

We try to remove a project in our continuum setup, and continuum just hangs and the log  shows
a java stacktrace in an sql select statement ending with :

A lock could not be obtained within the time requested


Any ideas what this might be.

Geir





</pre>
</div>
</content>
</entry>
<entry>
<title>A lock could not be obtained within the time requested</title>
<author><name>Engebakken Geir &lt;geir.engebakken@edb.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c86581AC3DA73944F8B461B44198645E4011365180500@EDBCL06EX001.edb.local%3e"/>
<id>urn:uuid:%3c86581AC3DA73944F8B461B44198645E4011365180500@EDBCL06EX001-edb-local%3e</id>
<updated>2009-11-17T10:26:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
We try to remove a project in our continuum setup, and continuum just hangs and the log  shows
a java stacktrace in an sql select statement ending with :

A lock could not be obtained within the time requested


Any ideas what this might be.

Geir





</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Migrating from Continuum 1.1 to 1.2.3 (GA)</title>
<author><name>Brett Porter &lt;brett@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c7E003E98-7A0F-41F2-B5F4-C5CF9597F97C@apache.org%3e"/>
<id>urn:uuid:%3c7E003E98-7A0F-41F2-B5F4-C5CF9597F97C@apache-org%3e</id>
<updated>2009-11-16T22:00:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
1.2.3 should be a drop in replacement, it will automatically upgrade the database.

We'll clear that up in the documentation.

- Brett

On 17/11/2009, at 3:32 AM, Frédéric Augé wrote:

&gt; Hello,
&gt; 
&gt; I'm confused with the required steps.
&gt; Reading the documentation:
&gt; http://continuum.apache.org/docs/1.2.3/installation/upgrade.html
&gt; 
&gt; It's written "If you are upgrading from 1.1 to 1.2, no upgrade tool is
&gt; needed."
&gt; But then it follows with the data-management tool operations...
&gt; 
&gt; Are those operations needed for a migration to 1.2.3 and not for 1.2 ?
&gt; 
&gt; By the way, I consider the migration because I have a problem with 1.1, we
&gt; use LDAP authentication and Continuum maintains an increasing (with time)
&gt; number of connections to our LDAP server.
&gt; The way we free those connections is by restarting Continuum which isn't a
&gt; big deal but nonetheless indicates a potential leak in the LDAP management
&gt; code.
&gt; I could not find anything on this issue and don't know if it is solved in a
&gt; newer release.
&gt; 
&gt; Regards,
&gt; Frederic



</pre>
</div>
</content>
</entry>
<entry>
<title>Migrating from Continuum 1.1 to 1.2.3 (GA)</title>
<author><name>=?ISO-8859-1?Q?Fr=E9d=E9ric_Aug=E9?= &lt;frederic.auge@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c3568157f0911160832m2f2cfdb3nf2e77847ca1ad46c@mail.gmail.com%3e"/>
<id>urn:uuid:%3c3568157f0911160832m2f2cfdb3nf2e77847ca1ad46c@mail-gmail-com%3e</id>
<updated>2009-11-16T16:32:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello,

I'm confused with the required steps.
Reading the documentation:
http://continuum.apache.org/docs/1.2.3/installation/upgrade.html

It's written "If you are upgrading from 1.1 to 1.2, no upgrade tool is
needed."
But then it follows with the data-management tool operations...

Are those operations needed for a migration to 1.2.3 and not for 1.2 ?

By the way, I consider the migration because I have a problem with 1.1, we
use LDAP authentication and Continuum maintains an increasing (with time)
number of connections to our LDAP server.
The way we free those connections is by restarting Continuum which isn't a
big deal but nonetheless indicates a potential leak in the LDAP management
code.
I could not find anything on this issue and don't know if it is solved in a
newer release.

Regards,
Frederic


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Continuum failing to start on Tomcat</title>
<author><name>Deng Ching &lt;oching@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c8667b1bd0911151754g328f0b55u15169d45fc986023@mail.gmail.com%3e"/>
<id>urn:uuid:%3c8667b1bd0911151754g328f0b55u15169d45fc986023@mail-gmail-com%3e</id>
<updated>2009-11-16T01:54:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hmm, something went wrong during the initialization of the components. Could
you paste or attach the entire stack trace for the error? Usually the root
cause is the one at the very bottom.

Thanks,
Deng

On Fri, Nov 13, 2009 at 7:31 PM, Malcolm Wong Ho
&lt;MalcolmWH@smartcall.co.za&gt;wrote:

&gt; Fixed up the context.xml. Using Continuum 1.2.3 (GA).
&gt;
&gt; Getting new error:
&gt;
&gt; org.springframework.beans.factory.BeanCreationException: Error creating
&gt; bean with name 'repositoryMetadataBuilder': Initialization of bean
&gt; failed; nested exception is
&gt; org.springframework.beans.TypeMismatchException: Failed to convert
&gt; property value of type [java.lang.String] to required type
&gt; [java.lang.Class] for property 'role'; nested exception is
&gt; java.lang.IllegalArgumentException: Cannot find class
&gt; [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:478)
&gt;         at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&gt;        at java.security.AccessController.doPrivileged(Native Method)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&gt;        at org.springframework.beans.factory.support.AbstractBeanFactory
&gt; $1.getObject(AbstractBeanFactory.java:264)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getTypeForFactoryBean(AbstractBeanFactory.java:1198)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:625)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:450)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:223)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:303)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:297)
&gt;        at
&gt;
&gt; org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:942)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.BeanFactoryUtils.beansOfTypeIncludingAncestors(BeanFactoryUtils.java:224)
&gt;        at
&gt;
&gt; org.apache.maven.continuum.notification.manager.spring.NotifierFactoryBean.getObject(NotifierFactoryBean.java:51)
&gt;        at
&gt; org.springframework.beans.factory.support.FactoryBeanRegistrySupport
&gt; $1.run(FactoryBeanRegistrySupport.java:121)
&gt;         at java.security.AccessController.doPrivileged(Native Method)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:98)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:223)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:117)
&gt;         at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&gt;        at java.security.AccessController.doPrivileged(Native Method)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&gt;        at org.springframework.beans.factory.support.AbstractBeanFactory
&gt; $1.getObject(AbstractBeanFactory.java:264)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
&gt;        at
&gt;
&gt; org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
&gt;        at
&gt;
&gt; org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
&gt;        at
&gt;
&gt; org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
&gt;        at
&gt;
&gt; org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
&gt;        at
&gt;
&gt; org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
&gt;        at
&gt; org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
&gt;        at
&gt; org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1249)
&gt;        at
&gt;
&gt; org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:612)
&gt;        at
&gt;
&gt; org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:136)
&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
&gt;        at
&gt;
&gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
&gt;        at
&gt;
&gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
&gt;        at
&gt;
&gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
&gt;        at
&gt;
&gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
&gt;        at
&gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
&gt;        at
&gt; org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
&gt;        at org.apache.coyote.http11.Http11Protocol
&gt; $Http11ConnectionHandler.process(Http11Protocol.java:583)
&gt;        at org.apache.tomcat.util.net.JIoEndpoint
&gt; $Worker.run(JIoEndpoint.java:454)
&gt;        at java.lang.Thread.run(Thread.java:619)
&gt; Caused by: org.springframework.beans.TypeMismatchException: Failed to
&gt; convert property value of type [java.lang.String] to required type
&gt; [java.lang.Class] for property 'role'; nested exception is
&gt; java.lang.IllegalArgumentException: Cannot find class
&gt; [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
&gt;        at
&gt;
&gt; org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:391)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1287)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1248)
&gt;         at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
&gt;         ... 58 more
&gt; Caused by: java.lang.IllegalArgumentException: Cannot find class
&gt; [org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
&gt;        at
&gt; org.springframework.util.ClassUtils.resolveClassName(ClassUtils.java:271)
&gt;        at
&gt;
&gt; org.springframework.beans.propertyeditors.ClassEditor.setAsText(ClassEditor.java:63)
&gt;        at
&gt;
&gt; org.springframework.beans.TypeConverterDelegate.doConvertTextValue(TypeConverterDelegate.java:374)
&gt;        at
&gt;
&gt; org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:350)
&gt;        at
&gt;
&gt; org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:173)
&gt;        at
&gt;
&gt; org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
&gt;        at
&gt;
&gt; org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:386)
&gt;        ... 62 more
&gt; Caused by: java.lang.ClassNotFoundException:
&gt; org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder
&gt;        at
&gt;
&gt; org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
&gt;        at
&gt;
&gt; org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
&gt;        at org.springframework.util.ClassUtils.forName(ClassUtils.java:249)
&gt;        at
&gt; org.springframework.util.ClassUtils.resolveClassName(ClassUtils.java:268)
&gt;        ... 68 more
&gt;
&gt;
&gt;
&gt;
&gt; On Fri, 2009-11-13 at 18:21 +0800, Deng Ching wrote:
&gt; &gt; Hi,
&gt; &gt;
&gt; &gt; How did you configure your JNDI resources?
&gt; &gt; It looks like Continuum is either loading the wrong continuum.xml file or
&gt; &gt; the contents of your ${appserver.base}/conf/continuum.xml file contains
&gt; the
&gt; &gt; JNDI resources configuration..
&gt; &gt;
&gt; &gt; Thanks,
&gt; &gt; Deng
&gt; &gt;
&gt; &gt; On Fri, Nov 13, 2009 at 6:01 PM, Malcolm Wong Ho
&gt; &gt; &lt;MalcolmWH@smartcall.co.za&gt;wrote:
&gt; &gt;
&gt; &gt; &gt; Continuum failing to start on Tomcat, error below:
&gt; &gt; &gt;
&gt; &gt; &gt; 2009-11-13 11:30:56,123 [http-9080-1] ERROR
&gt; &gt; &gt; org.apache.continuum.configuration.DefaultContinuumConfiguration  -
&gt; &gt; &gt; Expected root element 'continuum-configuration' but found
&gt; &gt; &gt; 'Context' (position: START_TAG seen &lt;Context path="/continuum"
&gt; &gt; &gt; docBase="webapps/continuum.war"&gt;... @1:59)
&gt; &gt; &gt; org.codehaus.plexus.util.xml.pull.XmlPullParserException: Expected root
&gt; &gt; &gt; element 'continuum-configuration' but found 'Context' (position:
&gt; &gt; &gt; START_TAG seen &lt;Context path="/continuum"
&gt; &gt; &gt; docBase="webapps/continuum.war"&gt;... @1:59)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.parseContinuumConfigurationModel(ContinuumConfigurationModelXpp3Reader.java:562)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.read(ContinuumConfigurationModelXpp3Reader.java:977)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.read(ContinuumConfigurationModelXpp3Reader.java:991)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.continuum.configuration.DefaultContinuumConfiguration.reload(DefaultContinuumConfiguration.java:123)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.continuum.configuration.DefaultContinuumConfiguration.initialize(DefaultContinuumConfiguration.java:69)
&gt; &gt; &gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&gt; &gt; &gt;        at java.lang.reflect.Method.invoke(Method.java:597)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1412)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1373)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1333)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:471)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&gt; &gt; &gt;        at java.security.AccessController.doPrivileged(Native Method)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&gt; &gt; &gt;        at org.springframework.beans.factory.support.AbstractBeanFactory
&gt; &gt; &gt; $1.getObject(AbstractBeanFactory.java:264)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&gt; &gt; &gt;        at java.security.AccessController.doPrivileged(Native Method)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&gt; &gt; &gt;        at org.springframework.beans.factory.support.AbstractBeanFactory
&gt; &gt; &gt; $1.getObject(AbstractBeanFactory.java:264)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1249)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:612)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:136)
&gt; &gt; &gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
&gt; &gt; &gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
&gt; &gt; &gt;        at
&gt; &gt; &gt;
&gt; org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
&gt; &gt; &gt;        at org.apache.coyote.http11.Http11Protocol
&gt; &gt; &gt; $Http11ConnectionHandler.process(Http11Protocol.java:583)
&gt; &gt; &gt;        at org.apache.tomcat.util.net.JIoEndpoint
&gt; &gt; &gt; $Worker.run(JIoEndpoint.java:454)
&gt; &gt; &gt;        at java.lang.Thread.run(Thread.java:619)
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt; Tomcat Version: Apache Tomcat/6.0.20
&gt; &gt; &gt; JVM Version: 1.6.0_17-b04
&gt; &gt; &gt; OS Name: Linux
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; #####################################################################################
&gt; &gt; &gt; This e-mail message has been scanned for Viruses and Content and
&gt; cleared
&gt; &gt; &gt; by MailMarshal
&gt; &gt; &gt;
&gt; &gt; &gt;
&gt; #####################################################################################
&gt; &gt; &gt;
&gt;
&gt;
&gt; #####################################################################################
&gt; This e-mail message has been scanned for Viruses and Content and cleared
&gt; by MailMarshal
&gt;
&gt; #####################################################################################
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Continuum failing to start on Tomcat</title>
<author><name>Malcolm Wong Ho &lt;MalcolmWH@smartcall.co.za&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c1258111867.22534.1.camel@mwongho-desktop%3e"/>
<id>urn:uuid:%3c1258111867-22534-1-camel@mwongho-desktop%3e</id>
<updated>2009-11-13T11:31:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Fixed up the context.xml. Using Continuum 1.2.3 (GA).

Getting new error:

org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'repositoryMetadataBuilder': Initialization of bean
failed; nested exception is
org.springframework.beans.TypeMismatchException: Failed to convert
property value of type [java.lang.String] to required type
[java.lang.Class] for property 'role'; nested exception is
java.lang.IllegalArgumentException: Cannot find class
[org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:478)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:264)
	at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getTypeForFactoryBean(AbstractBeanFactory.java:1198)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryBean(AbstractAutowireCapableBeanFactory.java:625)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.isTypeMatch(AbstractBeanFactory.java:450)
	at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:223)
	at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:303)
	at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:297)
	at
org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:942)
	at
org.springframework.beans.factory.BeanFactoryUtils.beansOfTypeIncludingAncestors(BeanFactoryUtils.java:224)
	at
org.apache.maven.continuum.notification.manager.spring.NotifierFactoryBean.getObject(NotifierFactoryBean.java:51)
	at org.springframework.beans.factory.support.FactoryBeanRegistrySupport
$1.run(FactoryBeanRegistrySupport.java:121)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)
	at
org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:98)
	at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:223)
	at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:117)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:264)
	at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
	at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
	at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
	at
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
	at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
	at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
	at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
	at
org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1249)
	at
org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:612)
	at
org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:136)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
	at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
	at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
	at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
	at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint
$Worker.run(JIoEndpoint.java:454)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.TypeMismatchException: Failed to
convert property value of type [java.lang.String] to required type
[java.lang.Class] for property 'role'; nested exception is
java.lang.IllegalArgumentException: Cannot find class
[org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
	at
org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:391)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1287)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1248)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
	... 58 more
Caused by: java.lang.IllegalArgumentException: Cannot find class
[org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder]
	at
org.springframework.util.ClassUtils.resolveClassName(ClassUtils.java:271)
	at
org.springframework.beans.propertyeditors.ClassEditor.setAsText(ClassEditor.java:63)
	at
org.springframework.beans.TypeConverterDelegate.doConvertTextValue(TypeConverterDelegate.java:374)
	at
org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:350)
	at
org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:173)
	at
org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
	at
org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:386)
	... 62 more
Caused by: java.lang.ClassNotFoundException:
org.apache.maven.artifact.repository.metadata.RepositoryMetadataBuilder
	at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
	at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
	at org.springframework.util.ClassUtils.forName(ClassUtils.java:249)
	at
org.springframework.util.ClassUtils.resolveClassName(ClassUtils.java:268)
	... 68 more




On Fri, 2009-11-13 at 18:21 +0800, Deng Ching wrote:
&gt; Hi,
&gt; 
&gt; How did you configure your JNDI resources?
&gt; It looks like Continuum is either loading the wrong continuum.xml file or
&gt; the contents of your ${appserver.base}/conf/continuum.xml file contains the
&gt; JNDI resources configuration..
&gt; 
&gt; Thanks,
&gt; Deng
&gt; 
&gt; On Fri, Nov 13, 2009 at 6:01 PM, Malcolm Wong Ho
&gt; &lt;MalcolmWH@smartcall.co.za&gt;wrote:
&gt; 
&gt; &gt; Continuum failing to start on Tomcat, error below:
&gt; &gt;
&gt; &gt; 2009-11-13 11:30:56,123 [http-9080-1] ERROR
&gt; &gt; org.apache.continuum.configuration.DefaultContinuumConfiguration  -
&gt; &gt; Expected root element 'continuum-configuration' but found
&gt; &gt; 'Context' (position: START_TAG seen &lt;Context path="/continuum"
&gt; &gt; docBase="webapps/continuum.war"&gt;... @1:59)
&gt; &gt; org.codehaus.plexus.util.xml.pull.XmlPullParserException: Expected root
&gt; &gt; element 'continuum-configuration' but found 'Context' (position:
&gt; &gt; START_TAG seen &lt;Context path="/continuum"
&gt; &gt; docBase="webapps/continuum.war"&gt;... @1:59)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.parseContinuumConfigurationModel(ContinuumConfigurationModelXpp3Reader.java:562)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.read(ContinuumConfigurationModelXpp3Reader.java:977)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.read(ContinuumConfigurationModelXpp3Reader.java:991)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.continuum.configuration.DefaultContinuumConfiguration.reload(DefaultContinuumConfiguration.java:123)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.continuum.configuration.DefaultContinuumConfiguration.initialize(DefaultContinuumConfiguration.java:69)
&gt; &gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&gt; &gt;        at java.lang.reflect.Method.invoke(Method.java:597)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1412)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1373)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1333)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:471)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&gt; &gt;        at java.security.AccessController.doPrivileged(Native Method)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&gt; &gt;        at org.springframework.beans.factory.support.AbstractBeanFactory
&gt; &gt; $1.getObject(AbstractBeanFactory.java:264)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&gt; &gt;        at java.security.AccessController.doPrivileged(Native Method)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&gt; &gt;        at org.springframework.beans.factory.support.AbstractBeanFactory
&gt; &gt; $1.getObject(AbstractBeanFactory.java:264)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
&gt; &gt;        at
&gt; &gt; org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
&gt; &gt;        at
&gt; &gt; org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1249)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:612)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:136)
&gt; &gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
&gt; &gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
&gt; &gt;        at
&gt; &gt;
&gt; &gt; org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
&gt; &gt;        at
&gt; &gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
&gt; &gt;        at
&gt; &gt; org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
&gt; &gt;        at org.apache.coyote.http11.Http11Protocol
&gt; &gt; $Http11ConnectionHandler.process(Http11Protocol.java:583)
&gt; &gt;        at org.apache.tomcat.util.net.JIoEndpoint
&gt; &gt; $Worker.run(JIoEndpoint.java:454)
&gt; &gt;        at java.lang.Thread.run(Thread.java:619)
&gt; &gt;
&gt; &gt;
&gt; &gt;
&gt; &gt; Tomcat Version: Apache Tomcat/6.0.20
&gt; &gt; JVM Version: 1.6.0_17-b04
&gt; &gt; OS Name: Linux
&gt; &gt;
&gt; &gt;
&gt; &gt; #####################################################################################
&gt; &gt; This e-mail message has been scanned for Viruses and Content and cleared
&gt; &gt; by MailMarshal
&gt; &gt;
&gt; &gt; #####################################################################################
&gt; &gt;

#####################################################################################
This e-mail message has been scanned for Viruses and Content and cleared 
by MailMarshal
#####################################################################################


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Continuum failing to start on Tomcat</title>
<author><name>Deng Ching &lt;oching@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c8667b1bd0911130221s3bbd296am7c0795faabd6f176@mail.gmail.com%3e"/>
<id>urn:uuid:%3c8667b1bd0911130221s3bbd296am7c0795faabd6f176@mail-gmail-com%3e</id>
<updated>2009-11-13T10:21:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

How did you configure your JNDI resources?
It looks like Continuum is either loading the wrong continuum.xml file or
the contents of your ${appserver.base}/conf/continuum.xml file contains the
JNDI resources configuration..

Thanks,
Deng

On Fri, Nov 13, 2009 at 6:01 PM, Malcolm Wong Ho
&lt;MalcolmWH@smartcall.co.za&gt;wrote:

&gt; Continuum failing to start on Tomcat, error below:
&gt;
&gt; 2009-11-13 11:30:56,123 [http-9080-1] ERROR
&gt; org.apache.continuum.configuration.DefaultContinuumConfiguration  -
&gt; Expected root element 'continuum-configuration' but found
&gt; 'Context' (position: START_TAG seen &lt;Context path="/continuum"
&gt; docBase="webapps/continuum.war"&gt;... @1:59)
&gt; org.codehaus.plexus.util.xml.pull.XmlPullParserException: Expected root
&gt; element 'continuum-configuration' but found 'Context' (position:
&gt; START_TAG seen &lt;Context path="/continuum"
&gt; docBase="webapps/continuum.war"&gt;... @1:59)
&gt;        at
&gt;
&gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.parseContinuumConfigurationModel(ContinuumConfigurationModelXpp3Reader.java:562)
&gt;        at
&gt;
&gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.read(ContinuumConfigurationModelXpp3Reader.java:977)
&gt;        at
&gt;
&gt; org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.read(ContinuumConfigurationModelXpp3Reader.java:991)
&gt;        at
&gt;
&gt; org.apache.continuum.configuration.DefaultContinuumConfiguration.reload(DefaultContinuumConfiguration.java:123)
&gt;        at
&gt;
&gt; org.apache.continuum.configuration.DefaultContinuumConfiguration.initialize(DefaultContinuumConfiguration.java:69)
&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&gt;        at
&gt;
&gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&gt;        at
&gt;
&gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&gt;        at java.lang.reflect.Method.invoke(Method.java:597)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1412)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1373)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1333)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:471)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&gt;        at java.security.AccessController.doPrivileged(Native Method)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&gt;        at org.springframework.beans.factory.support.AbstractBeanFactory
&gt; $1.getObject(AbstractBeanFactory.java:264)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&gt;        at java.security.AccessController.doPrivileged(Native Method)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&gt;        at org.springframework.beans.factory.support.AbstractBeanFactory
&gt; $1.getObject(AbstractBeanFactory.java:264)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&gt;        at
&gt;
&gt; org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
&gt;        at
&gt;
&gt; org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
&gt;        at
&gt;
&gt; org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
&gt;        at
&gt;
&gt; org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
&gt;        at
&gt;
&gt; org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
&gt;        at
&gt;
&gt; org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
&gt;        at
&gt; org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
&gt;        at
&gt; org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1249)
&gt;        at
&gt;
&gt; org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:612)
&gt;        at
&gt;
&gt; org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:136)
&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
&gt;        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
&gt;        at
&gt;
&gt; org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
&gt;        at
&gt;
&gt; org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
&gt;        at
&gt;
&gt; org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
&gt;        at
&gt;
&gt; org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
&gt;        at
&gt;
&gt; org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
&gt;        at
&gt; org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
&gt;        at
&gt; org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
&gt;        at org.apache.coyote.http11.Http11Protocol
&gt; $Http11ConnectionHandler.process(Http11Protocol.java:583)
&gt;        at org.apache.tomcat.util.net.JIoEndpoint
&gt; $Worker.run(JIoEndpoint.java:454)
&gt;        at java.lang.Thread.run(Thread.java:619)
&gt;
&gt;
&gt;
&gt; Tomcat Version: Apache Tomcat/6.0.20
&gt; JVM Version: 1.6.0_17-b04
&gt; OS Name: Linux
&gt;
&gt;
&gt; #####################################################################################
&gt; This e-mail message has been scanned for Viruses and Content and cleared
&gt; by MailMarshal
&gt;
&gt; #####################################################################################
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Continuum failing to start on Tomcat</title>
<author><name>Malcolm Wong Ho &lt;MalcolmWH@smartcall.co.za&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c1258106471.20587.2.camel@mwongho-desktop%3e"/>
<id>urn:uuid:%3c1258106471-20587-2-camel@mwongho-desktop%3e</id>
<updated>2009-11-13T10:01:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Continuum failing to start on Tomcat, error below:

2009-11-13 11:30:56,123 [http-9080-1] ERROR
org.apache.continuum.configuration.DefaultContinuumConfiguration  -
Expected root element 'continuum-configuration' but found
'Context' (position: START_TAG seen &lt;Context path="/continuum"
docBase="webapps/continuum.war"&gt;... @1:59) 
org.codehaus.plexus.util.xml.pull.XmlPullParserException: Expected root
element 'continuum-configuration' but found 'Context' (position:
START_TAG seen &lt;Context path="/continuum"
docBase="webapps/continuum.war"&gt;... @1:59) 
	at
org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.parseContinuumConfigurationModel(ContinuumConfigurationModelXpp3Reader.java:562)
	at
org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.read(ContinuumConfigurationModelXpp3Reader.java:977)
	at
org.apache.continuum.configuration.model.io.xpp3.ContinuumConfigurationModelXpp3Reader.read(ContinuumConfigurationModelXpp3Reader.java:991)
	at
org.apache.continuum.configuration.DefaultContinuumConfiguration.reload(DefaultContinuumConfiguration.java:123)
	at
org.apache.continuum.configuration.DefaultContinuumConfiguration.initialize(DefaultContinuumConfiguration.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1412)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1373)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1333)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:471)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:264)
	at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
	at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1244)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
	at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:264)
	at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
	at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
	at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
	at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
	at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
	at
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
	at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
	at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
	at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
	at
org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1249)
	at
org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:612)
	at
org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:136)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
	at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
	at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
	at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
	at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint
$Worker.run(JIoEndpoint.java:454)
	at java.lang.Thread.run(Thread.java:619)



Tomcat Version:	Apache Tomcat/6.0.20
JVM Version: 1.6.0_17-b04
OS Name: Linux

#####################################################################################
This e-mail message has been scanned for Viruses and Content and cleared 
by MailMarshal
#####################################################################################


</pre>
</div>
</content>
</entry>
<entry>
<title>migration a mysql db from version 1.2.3 build 732759 to 1.3.4</title>
<author><name>Bill Brown &lt;wbrown@colorfulsoftware.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26327516.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26327516-post@talk-nabble-com%3e</id>
<updated>2009-11-12T22:15:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Greetings: 

I'd like to migrate our build server from 1.2.3 to 1.3.4 to take advantage
of the parallel queuing.  We have 1.2.3 running with a mysql backend.  

Is there way I can manually modify the schema to upgrade the continuum to
the 1.3.4 release?  I've tried with the tool on the continuum migration
page, but it seems to only be for the embedded db.  

Any insights or clues are much appreciated.  

Thanks.
Bill.

-- 
View this message in context: http://old.nabble.com/migration-a-mysql-db-from-version-1.2.3-build-732759-to-1.3.4-tp26327516p26327516.html
Sent from the Continuum - Users mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Best Practices/Correct Use of Build Definitions and Templates</title>
<author><name>dbruley &lt;david.bruley@corelinksolutions.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c26313350.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c26313350-post@talk-nabble-com%3e</id>
<updated>2009-11-12T04:40:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hello,

This is probably a newbie question, but I have a few questions on the
correct/intended use of Build Definitions and Build Definition Templates in
Continuum 1.2.3.  We're developing our plan to upgrade to 1.2.3 from 1.0.3
and want to make sure we're taking full advantage of what 1.2.3 offers.

Reading the documentation and articles on the web, I've created different
build definitions and build definition templates.  If I add a Maven 2.0
project, I see where I can choose the build definition template I would like
to use.  That all makes sense.  

Where I am a little less clear is what happens/should happen when I create a
new group.  It seems that it uses the predefined "Default Maven 2 Template". 
It also seems that the build definition for the group is listed under the
Available Build Definitions section when I click "Build Definitions
Template", so if I don't rename the group's definition, there will be two
entries with a description of "Default Maven 2 Build Definition".

So a few questions:

1) If we want all new groups to have by default an additional goal, let's
say site:site, is it acceptable to modify the predefined "Default Maven 2
Build Definition" used by the Default Maven 2 Template.

2) Or, should we modify the Default Maven 2 Template removing the Default
Maven 2 Build Definition from Used Build Definitions and adding a definition
we define.

3) Since it seems that the build definition for a group is added to the
table of build defintions, is it correct to assume that it is good practice
to change the description to reference the build definition for that group
to avoid seeing multiple listings with a description of "Default Maven 2
Build Definition"

4) If we remove the group level build definition, what is used when we do a
Build All Projects in that group?

Are there any other words of wisdom anyone has to offer?

Thanks in advance for any clarification or advice you can offer, I
appreciate the help.

Dave
-- 
View this message in context: http://old.nabble.com/Best-Practices-Correct-Use-of-Build-Definitions-and-Templates-tp26313350p26313350.html
Sent from the Continuum - Users (old) mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Problem sending e-mail at end of build</title>
<author><name>&quot;Vandaele, Jan&quot; &lt;jan.vandaele@barco.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3cD88F3003EE489745AD066B310DE337AD04930BD1@KUUMEX03.barco.com%3e"/>
<id>urn:uuid:%3cD88F3003EE489745AD066B310DE337AD04930BD1@KUUMEX03-barco-com%3e</id>
<updated>2009-11-10T16:32:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

 

I installed Continuum 1.3.4 (build nr 807129) and am having problems to
send email at the end of a build.

I am using windows XP, SP3. Continuum is running as a service, with the
same user as I am currently logged on (not the system account).

 

In the continuum.log file I see following error message:

 

2009-11-10 17:01:41,008 [pool-1-thread-1] ERROR
org.apache.maven.continuum.notification.DefaultContinuumNotificationDisp
atcher  - Error while trying to use the mail notifier.

org.apache.maven.continuum.notification.NotificationException: Error
while generating mail contents.

            at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.build
Complete(MailContinuumNotifier.java:409)

            at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.build
Complete(MailContinuumNotifier.java:306)

            at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendM
essage(MailContinuumNotifier.java:280)

            at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDisp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:194)

            at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDisp
atcher.sendNotification(DefaultContinuumNotificationDispatcher.java:149)

            at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDisp
atcher.buildComplete(DefaultContinuumNotificationDispatcher.java:97)

            at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.endBui
ld(DefaultBuildController.java:230)

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

            at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.exec
uteTask(BuildProjectTaskExecutor.java:48)

            at
org.apache.continuum.taskqueueexecutor.ParallelBuildsThreadedTaskQueueEx
ecutor$ExecutorRunnable$1.run(ParallelBuildsThreadedTaskQueueExecutor.ja
va:120)

            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.runWor
ker(ThreadPoolExecutor.java:987)

            at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.run(ThreadPoolExecutor.java:528)

            at java.lang.Thread.run(Unknown Source)

Caused by:
org.apache.maven.continuum.installation.InstallationException: cli to
get mvn version return code 1

            at
org.apache.continuum.installation.DefaultInstallationService.getExecutor
ConfiguratorVersion(DefaultInstallationService.java:440)

            at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.getBu
ilderVersion(MailContinuumNotifier.java:559)

            at
org.apache.maven.continuum.notification.mail.MailContinuumNotifier.build
Complete(MailContinuumNotifier.java:382)

            ... 14 more

 

The build itself is working as expected, only sending the email is not
working.

When I edit the users information, and hit the "Resend Validation"
button, this sends an email, so I think that the plexus.xml and
application.xml file are correct. 

 

Extract of application.xml:

      &lt;configuration&gt;

        &lt;timestamp-format&gt;EEE d MMM yyyy HH:mm:ss Z&lt;/timestamp-format&gt;

        &lt;buildSubjectFormat&gt;continuum build&lt;/buildSubjectFormat&gt;

        &lt;prepareBuildSubjectFormat&gt;PREPARE
BUILD&lt;/prepareBuildSubjectFormat&gt;

        &lt;includeBuildSummary&gt;false&lt;/includeBuildSummary&gt;

        &lt;includeTestSummary&gt;false&lt;/includeTestSummary&gt;

        &lt;includeBuildOutput&gt;false&lt;/includeBuildOutput&gt;

        &lt;alwaysSend&gt;true&lt;/alwaysSend&gt;

        &lt;toOverride&gt;&lt;/toOverride&gt;

      &lt;/configuration&gt;

 

Any help would be much appreciated.

 

Kind regards,

Jan

 



DISCLAIMER:
Unless indicated otherwise, the information contained in this message is privileged and confidential,
and is intended only for the use of the addressee(s) named above and others who have been
specifically authorized to receive it. If you are not the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this message and/or attachments
is strictly prohibited. The company accepts no liability for any damage caused by any virus
transmitted by this email. Furthermore, the company does not warrant a proper and complete
transmission of this information, nor does it accept liability for any delays. If you have
received this message in error, please contact the sender and delete the message. Thank you.


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Continuum schedule does not start on Windows Server 2008</title>
<author><name>Viktor Londarev &lt;Viktor.Londarev@exigenservices.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/continuum-users/200911.mbox/%3c07ACC471EC7736488D14D32ACAE47279155C05D421@RIXEX03.internal.corp%3e"/>
<id>urn:uuid:%3c07ACC471EC7736488D14D32ACAE47279155C05D421@RIXEX03-internal-corp%3e</id>
<updated>2009-11-10T10:20:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi again,

actually, there is no problem with Continuum, the schedule works. There is the 2 h difference
between the server time and time in logs.
I just didn't pay attention on it. Seems, it is our local server configuration issue. I am
sorry for alert. Thank you.


Viktor Londarev | Junior Programmer | viktor.londarev@exigenservices.com



</pre>
</div>
</content>
</entry>
</feed>
