RE: Any Archiva download soon?

2007-03-13 Thread Marziou, Gael
Thanks a lot Wendy.

With your updated instructions, I was able to start Archiva and login.

However, I get an NPE due to a null registry (don't know what it means)
when trying to add a managed repository.

Thanks,

Gael

2007-03-13 11:28:35,355 [Thread-1] INFO  PlexusContainer
- Loading on start [role]:
[org.apache.maven.archiva.scheduler.RepositoryTaskScheduler]
2007-03-13 11:28:39,105 [Thread-1] INFO  QuartzScheduler
- Quartz Scheduler v.1.5.2 created.
2007-03-13 11:28:39,105 [Thread-1] INFO  RAMJobStore
- RAMJobStore initialized.
2007-03-13 11:28:39,105 [Thread-1] INFO  StdSchedulerFactory
- Quartz scheduler 'defaultScheduler' initialized from an externally
provided properties instance.
2007-03-13 11:28:39,105 [Thread-1] INFO  StdSchedulerFactory
- Quartz scheduler version: 1.5.2
2007-03-13 11:28:39,105 [Thread-1] INFO  QuartzScheduler
- Scheduler defaultScheduler_$_NON_CLUSTERED started.
2007-03-13 11:28:39,371 [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!/e
hcache-failsafe.xml
2007-03-13 11:28:40,824 [Thread-1] INFO  RepositoryTaskScheduler
- Scheduling data-refresh: 0 0,30 * * * ?
2007-03-13 11:28:40,871 [Thread-1] INFO  PlexusContainer
- Loading on start [role,roleHint]:
[org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,data-refresh]
2007-03-13 11:29:31,137 [http-8100-1] INFO
EnvironmentCheck:required-roles - Checking the existance of required
roles.
2007-03-13 11:29:48,090 [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-13 11:29:48,152 [http-8100-1] INFO
Interceptor:pssSecureActionInterceptor -
org.codehaus.plexus.security.ui.web.interceptor.SecureActionInterceptor
initialized!
2007-03-13 11:29:48,934 [http-8100-1] ERROR VelocityComponent
- ResourceManager : unable to find resource 'VM_global_library.vm' in
any resource loader.
2007-03-13 11:29:49,230 [http-8100-1] INFO
Interceptor:pssSecureActionInterceptor -
org.codehaus.plexus.security.ui.web.interceptor.SecureActionInterceptor
initialized!
2007-03-13 11:29:49,230 [http-8100-1] INFO
Interceptor:pssSecureActionInterceptor -
org.codehaus.plexus.security.ui.web.interceptor.SecureActionInterceptor
initialized!
2007-03-13 11:29:51,074 [http-8100-1] INFO
Interceptor:pssForceAdminUserInterceptor - Admin user found. No need to
configure admin user.
2007-03-13 11:29:51,730 [http-8100-1] INFO
Interceptor:configurationInterceptor - No repositories were configured -
forwarding to repository configuration page
2007-03-13 11:29:53,574 [http-8100-1] INFO  FreemarkerManager
- Instantiating Freemarker ConfigManager!,
com.opensymphony.webwork.views.freemarker.FreemarkerManager
2007-03-13 11:30:00,090 [pool-1-thread-1] INFO  ConsumerFactory
- Attempting to create consumer [index-artifact]
2007-03-13 11:30:00,168 [pool-1-thread-1] INFO  ConsumerFactory
- Created consumer [index-artifact|Index Artifact Consumer]
2007-03-13 11:30:00,168 [pool-1-thread-1] INFO  ConsumerFactory
- Attempting to create consumer [artifact-health]
2007-03-13 11:30:00,324 [pool-1-thread-1] INFO  ConsumerFactory
- Created consumer [artifact-health|Artifact Health Consumer]
2007-03-13 11:30:00,324 [pool-1-thread-1] INFO  ConsumerFactory
- Attempting to create consumer [metadata-health]
2007-03-13 11:30:00,340 [pool-1-thread-1] INFO  ConsumerFactory
- Created consumer [metadata-health|RepositoryMetadata Health Consumer]
2007-03-13 11:30:40,824 [http-8100-1] INFO
Interceptor:configurationInterceptor - No repositories were configured -
forwarding to repository configuration page
2007-03-13 11:32:52,418 [http-8100-1] ERROR DispatcherUtils
- Could not execute action
java.lang.NullPointerException
at
org.apache.maven.archiva.configuration.io.registry.ConfigurationRegistry
Writer.writeConfiguration(ConfigurationRegistryWriter.java:36)
at
org.apache.maven.archiva.configuration.io.registry.ConfigurationRegistry
Writer.write(ConfigurationRegistryWriter.java:26)
at
org.apache.maven.archiva.configuration.DefaultArchivaConfiguration.save(
DefaultArchivaConfiguration.java:83)
at
org.apache.maven.archiva.web.action.admin.AbstractConfigureRepositoryAct
ion.saveConfiguration(AbstractConfigureRepositoryAction.java:110)
at
org.apache.maven.archiva.web.action.admin.AbstractConfigureRepositoryAct
ion.add(AbstractConfigureRepositoryAction.java:87)


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



Re: Any Archiva download soon?

2007-03-13 Thread Wendy Smoak

On 3/13/07, Marziou, Gael [EMAIL PROTECTED] wrote:

Thanks a lot Wendy.

With your updated instructions, I was able to start Archiva and login.

However, I get an NPE due to a null registry (don't know what it means)
when trying to add a managed repository.


I've seen that before... it can't find the configuration file because
it doesn't exist yet.  If you're working with the latest from svn,
please open an issue for it in http://jira.codehaus.org/browse/MRM.

As a workaround, add an ~/.m2/archiva.xml file containing only the
empty tag configuration / .

Archiva mailing lists:  http://maven.apache.org/archiva/mail-lists.html

--
Wendy

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



RE: Any Archiva download soon?

2007-03-13 Thread Marziou, Gael
 
Well, the ~/.m2/archiva.xml trick did not fix the NPE.

I did not know there was a user mailing list for Archiva, I'll post a
follow up here.

Gael

 -Original Message-
 From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 13, 2007 2:27 PM
 To: Maven Users List
 Subject: Re: Any Archiva download soon?
 
 On 3/13/07, Marziou, Gael [EMAIL PROTECTED] wrote:
  Thanks a lot Wendy.
 
  With your updated instructions, I was able to start Archiva 
 and login.
 
  However, I get an NPE due to a null registry (don't know what it 
  means) when trying to add a managed repository.
 
 I've seen that before... it can't find the configuration file 
 because it doesn't exist yet.  If you're working with the 
 latest from svn, please open an issue for it in 
 http://jira.codehaus.org/browse/MRM.
 
  As a workaround, add an ~/.m2/archiva.xml file containing 
 only the empty tag configuration / .
 
 Archiva mailing lists:  
 http://maven.apache.org/archiva/mail-lists.html
 
 --
 Wendy
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

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



Re: Any Archiva download soon?

2007-03-12 Thread Thomas Colin de Verdière
I did have the same problem, and i modified the pom of the project : 
'archiva-repository-layer' :


I add the dependency :
   dependency
 groupIdorg.codehaus.plexus/groupId
 artifactIdplexus-utils/artifactId
   /dependency

And i modified the version of the dependency :

   dependency
 groupIdorg.slf4j/groupId
 artifactIdslf4j-log4j12/artifactId
 version1.2/version
   /dependency

Marziou, Gael a écrit :

Hello,

I have tried several times to build Archiva from sources but each time,
I am unable to resolve all dependencies so I have given up.

How far is the Archiva project from releasing a binary build?

Thanks,

Gael

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


  



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



RE: Any Archiva download soon?

2007-03-12 Thread Marziou, Gael
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
   groupIdorg.codehaus.plexus/groupId
   artifactIdplexus-utils/artifactId
 /dependency
 
 And i modified the version of the dependency :
 
 dependency
   groupIdorg.slf4j/groupId
   artifactIdslf4j-log4j12/artifactId
   version1.2/version
 /dependency
 

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



Re: Any Archiva download soon?

2007-03-12 Thread Wendy Smoak

On 3/12/07, Marziou, Gael [EMAIL PROTECTED] wrote:

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


That's missing two data sources... I updated the page in svn over the
weekend and then ran into some other issue publishing it.  I've just
done so, it will sync in an hour.

Meanwhile, the instructions on the wiki are more current, and Archiva
is starting correctly for me in Tomcat.  Fair warning though, I'm
seeing problems with repository roles...

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

Let's switch to the Archiva lists for further discussion:
http://maven.apache.org/archiva/mail-lists.html

--
Wendy

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



RE: Any Archiva download soon?

2007-03-09 Thread LAMY Olivier
You need to add repos.

You can add a profile in your settings :

profile
  idapache-snapshots/id
  repositories
repository
  idpeople.apache.org/id
  urlhttp://people.apache.org/repo/m2-snapshot-repository/url
/repository
repository
  idsnapshots.repository.codehaus.org/id
  urlhttp://snapshots.repository.codehaus.org//url
/repository
  /repositories
  pluginRepositories
pluginRepository
  idpeople.apache/id
  urlhttp://people.apache.org/repo/m2-snapshot-repository/url
/pluginRepository
pluginRepository
  idsnapshots.repository.codehaus.org/id
  urlhttp://snapshots.repository.codehaus.org//url
/pluginRepository
  /pluginRepositories
/profile 

And build with -P apache-snapshots

--
Olivier

-Message d'origine-
De : Marziou, Gael [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 9 mars 2007 18:12
À : users@maven.apache.org
Objet : Any Archiva download soon?

Hello,

I have tried several times to build Archiva from sources but each time, I am 
unable to resolve all dependencies so I have given up.

How far is the Archiva project from releasing a binary build?

Thanks,

Gael

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


This e-mail, any attachments and the information contained therein (this 
message) are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
--
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après le message ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
-


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



RE: Any Archiva download soon?

2007-03-09 Thread David Jackman
I had no problem getting the sources and building it myself a couple of
days ago.

I can zip up the results and email it to you if you still can't get it
to work.  Let me know.
 

-Original Message-
From: Marziou, Gael [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 10:12 AM
To: users@maven.apache.org
Subject: Any Archiva download soon?

Hello,

I have tried several times to build Archiva from sources but each time,
I am unable to resolve all dependencies so I have given up.

How far is the Archiva project from releasing a binary build?

Thanks,

Gael

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


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



RE: Any Archiva download soon?

2007-03-09 Thread Marziou, Gael
Thanks Olivier,

I tried but it failed also.

Gael

mvn -P apache-snapshots -Dmaven.test.skip=true install

.

GroupId: org.slf4j
ArtifactId: slf4j-parent
Version: 1.0-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.slf4j:slf4j-parent:pom:1.0-SNAPSHOT

from the specified remote repositories:
  codehaus.org (http://repository.codehaus.org),
  central (http://repo1.maven.org/maven2),
  people.apache.org
(http://people.apache.org/repo/m2-snapshot-repository),
  apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository),
  snapshots.codehaus.org (http://snapshots.repository.codehaus.org),
  snapshots.repository.codehaus.org
(http://snapshots.repository.codehaus.org/)

 

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



RE: Any Archiva download soon?

2007-03-09 Thread LAMY Olivier
Strange I can't see link to this artifact in plexus-slf4j-logging

I see org.slf4j:slf4j-simple:1.2

Just try : mvn -P apache-snapshots -Dmaven.test.skip=true clean install -U

If doesn't work no more idea :-(

--
Olivier

[1] 
http://snapshots.repository.codehaus.org/org/codehaus/plexus/plexus-slf4j-logging/1.1-alpha-1-SNAPSHOT/plexus-slf4j-logging-1.1-alpha-1-20070220.213411-1.pom
 

-Message d'origine-
De : Marziou, Gael [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 9 mars 2007 18:55
À : Maven Users List
Objet : RE: Any Archiva download soon?

Thanks Olivier,

I tried but it failed also.

Gael

mvn -P apache-snapshots -Dmaven.test.skip=true install

.

GroupId: org.slf4j
ArtifactId: slf4j-parent
Version: 1.0-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.slf4j:slf4j-parent:pom:1.0-SNAPSHOT

from the specified remote repositories:
  codehaus.org (http://repository.codehaus.org),
  central (http://repo1.maven.org/maven2),
  people.apache.org
(http://people.apache.org/repo/m2-snapshot-repository),
  apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository),
  snapshots.codehaus.org (http://snapshots.repository.codehaus.org),
  snapshots.repository.codehaus.org
(http://snapshots.repository.codehaus.org/)

 

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


This e-mail, any attachments and the information contained therein (this 
message) are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
** 
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après le message ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
** 


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



Re: Any Archiva download soon?

2007-03-09 Thread Jake
What issues are you having? I've set it up from source just fine (after a few 
modifications of course)...


- Original Message 
From: Marziou, Gael [EMAIL PROTECTED]
To: users@maven.apache.org
Sent: Friday, March 9, 2007 12:11:45 PM
Subject: Any Archiva download soon?


Hello,

I have tried several times to build Archiva from sources but each time,
I am unable to resolve all dependencies so I have given up.

How far is the Archiva project from releasing a binary build?

Thanks,

Gael

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