Thanks Thomas, it did work.

I have generated the war file and deployed it on Tomcat 5.5.23 using the 
procedure in:
http://maven.apache.org/archiva/guides/getting-started/index.html

It failed with the error below.

Thanks,

Gael
 
2007-03-12 18:17:47,125 [Thread-1] INFO  PlexusContainer                - 
Loading on start [role]: 
[org.apache.maven.archiva.scheduler.RepositoryTaskScheduler]
2007-03-12 18:17:49,687 [Thread-1] INFO  QuartzScheduler                - 
Quartz Scheduler v.1.5.2 created.
2007-03-12 18:17:49,703 [Thread-1] INFO  RAMJobStore                    - 
RAMJobStore initialized.
2007-03-12 18:17:49,703 [Thread-1] INFO  StdSchedulerFactory            - 
Quartz scheduler 'defaultScheduler' initialized from an externally provided 
properties instance.
2007-03-12 18:17:49,703 [Thread-1] INFO  StdSchedulerFactory            - 
Quartz scheduler version: 1.5.2
2007-03-12 18:17:49,703 [Thread-1] INFO  QuartzScheduler                - 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
2007-03-12 18:17:49,953 [Thread-1] WARN  ConfigurationFactory           - No 
configuration found. Configuring ehcache from ehcache-failsafe.xml  found in 
the classpath: 
jar:file:/E:/Tomcat_5.5/webapps/archiva/WEB-INF/lib/ehcache-1.2.4.jar!/ehcache-failsafe.xml
2007-03-12 18:17:51,062 [Thread-1] INFO  RepositoryTaskScheduler        - 
Scheduling data-refresh: 0 0,30 * * * ?
2007-03-12 18:17:51,109 [Thread-1] INFO  PlexusContainer                - 
Loading on start [role,roleHint]: 
[org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,data-refresh]
2007-03-12 18:18:00,437 [http-8100-1] INFO  EnvironmentCheck:required-roles - 
Checking the existance of required roles.
2007-03-12 18:18:20,453 [http-8100-1] ERROR 
Interceptor:pssEnvironmentCheckInterceptor - EnvironmentCheck Failure.
======================================================================
 ENVIRONMENT FAILURE !! 

Missing "/security" package namespace in xwork.xml
Missing [1] xwork.xml configuration elements.

======================================================================
2007-03-12 18:18:20,515 [http-8100-1] INFO  
Interceptor:pssSecureActionInterceptor - 
org.codehaus.plexus.security.ui.web.interceptor.SecureActionInterceptor 
initialized!
2007-03-12 18:18:21,328 [http-8100-1] ERROR VelocityComponent              - 
ResourceManager : unable to find resource 'VM_global_library.vm' in any 
resource loader.
2007-03-12 18:18:21,390 [http-8100-1] ERROR ObjectFactory:plexus           - 
Unable look up com.opensymphony.xwork.Action:pss-register due to plexus 
misconfiguration.
org.codehaus.plexus.xwork.ComponentCreationException: Unable look up 
com.opensymphony.xwork.Action:pss-register due to plexus misconfiguration.
        at 
org.codehaus.plexus.xwork.PlexusObjectFactory.lookup(PlexusObjectFactory.java:417)
        at 
org.codehaus.plexus.xwork.PlexusObjectFactory.lookupClass(PlexusObjectFactory.java:224)
        at 
org.codehaus.plexus.xwork.PlexusObjectFactory.getClassInstance(PlexusObjectFactory.java:249)



> -----Original Message-----
> From: Thomas Colin de Verdière [mailto:[EMAIL PROTECTED] 
> Sent: Monday, March 12, 2007 12:02 PM
> To: Maven Users List
> Subject: Re: Any Archiva download soon?
> 
> I did have the same problem, and i modified the pom of the project : 
> 'archiva-repository-layer' :
> 
> I add the dependency :
>     <dependency>
>       <groupId>org.codehaus.plexus</groupId>
>       <artifactId>plexus-utils</artifactId>
>     </dependency>
> 
> And i modified the version of the dependency :
> 
>     <dependency>
>       <groupId>org.slf4j</groupId>
>       <artifactId>slf4j-log4j12</artifactId>
>       <version>1.2</version>
>     </dependency>
> 

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

Reply via email to