IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Maven Java Discussion :

[MAESTRO]Probleme d'Update sources d'un projet


Sujet :

Maven Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre éclairé Avatar de DanielW33
    Profil pro
    Inscrit en
    Mai 2006
    Messages
    327
    Détails du profil
    Informations personnelles :
    Localisation : France, Gironde (Aquitaine)

    Informations forums :
    Inscription : Mai 2006
    Messages : 327
    Par défaut [MAESTRO]Probleme d'Update sources d'un projet
    lorsque je lance un build d'un projet que je viens d'ajouter dans ma chaine d'integration Maestro, j'ai l'erreur suivante :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    Build statistics:
      State: Error
      Previous State: Error
      Started at: Thu, 3 May 2007 18:44:14 +0200
      Finished at: Thu, 3 May 2007 19:44:13 +0200
      Total time: 59m 58s
      Build Trigger: Forced
      Exit code: 0
      Building machine hostname: host.of.maestro.server
      Operating system : SunOS(unknown)
      Java version : 1.4.2_04(Sun Microsystems Inc.)
     
    ****************************************************************************
    Build Error:
    ****************************************************************************
    org.apache.maven.continuum.scm.ContinuumScmException: Error while update sources.
    	at org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultContinuumScm.java:272)
    	at org.apache.maven.continuum.core.action.UpdateWorkingDirectoryFromScmContinuumAction.execute(UpdateWorkingDirectoryFromScmContinuumAction.java:58)
    	at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:364)
    	at org.apache.maven.continuum.buildcontroller.DefaultBuildController.updateWorkingDirectory(DefaultBuildController.java:336)
    	at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:99)
    	at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:47)
    	at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
    	at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
    	at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
    	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    	at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    	at java.lang.Thread.run(Thread.java:534)
    Caused by: org.apache.maven.scm.ScmException: Exception while executing SCM command.
    	at org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:59)
    	at org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.executeCommand(AbstractCvsScmProvider.java:479)
    	at org.apache.maven.scm.provider.cvslib.AbstractCvsScmProvider.update(AbstractCvsScmProvider.java:589)
    	at org.apache.maven.scm.provider.AbstractScmProvider.update(AbstractScmProvider.java:406)
    	at org.apache.maven.scm.provider.AbstractScmProvider.update(AbstractScmProvider.java:383)
    	at org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultContinuumScm.java:242)
    	... 11 more
    Caused by: org.apache.maven.scm.ScmException: Error while executing command.
    	at org.apache.maven.scm.provider.cvslib.cvsexe.command.update.CvsExeUpdateCommand.executeCvsCommand(CvsExeUpdateCommand.java:50)
    	at org.apache.maven.scm.provider.cvslib.command.update.AbstractCvsUpdateCommand.executeUpdateCommand(AbstractCvsUpdateCommand.java:55)
    	at org.apache.maven.scm.command.update.AbstractUpdateCommand.executeCommand(AbstractUpdateCommand.java:55)
    	at org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:55)
    	... 16 more
    Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error while executing external command, process killed.
    	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:163)
    	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:87)
    	at org.apache.maven.scm.provider.cvslib.cvsexe.command.update.CvsExeUpdateCommand.executeCvsCommand(CvsExeUpdateCommand.java:46)
    	... 19 more
    Caused by: java.lang.InterruptedException
    	at java.lang.Object.wait(Native Method)
    	at java.lang.Object.wait(Object.java:429)
    	at java.lang.UNIXProcess.waitFor(UNIXProcess.java:109)
    	at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:127)
    	... 21 more

  2. #2
    Membre Expert

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 50
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Par défaut
    Il y a un timeout pour la durée du build qui est de 1h. Donc si ton build (dans ton cas, c'est l'exécution de cvs) dure plus d'une heure, le build est arreté et mis en erreur.

    Soit ton projet est gigantesque, soit il y a eu un pb avec cvs.

  3. #3
    Membre éclairé Avatar de DanielW33
    Profil pro
    Inscrit en
    Mai 2006
    Messages
    327
    Détails du profil
    Informations personnelles :
    Localisation : France, Gironde (Aquitaine)

    Informations forums :
    Inscription : Mai 2006
    Messages : 327
    Par défaut
    Mon projet n'est pas tres gros. Je ne pense pas non plus que c'est un probleme avec cvs car j'ai d'autres projets qui sont sous maestro et qui sur le meme repository cvs.

  4. #4
    Membre éclairé Avatar de DanielW33
    Profil pro
    Inscrit en
    Mai 2006
    Messages
    327
    Détails du profil
    Informations personnelles :
    Localisation : France, Gironde (Aquitaine)

    Informations forums :
    Inscription : Mai 2006
    Messages : 327
    Par défaut
    Mon projet n'est pas tres gros. Je ne pense pas non plus que c'est un probleme avec cvs car j'ai d'autres projets qui sont sous maestro et qui sur le meme repository cvs.

  5. #5
    Membre Expert

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 50
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Par défaut
    Essaye de lancer un cvs up dans le working directory de ton projet. Si il fonctionne correctement, force un build du projet dans continuum.

Discussions similaires

  1. [MAESTRO 1.2]Probleme lors d'un ajout de projet
    Par DanielW33 dans le forum Maven
    Réponses: 4
    Dernier message: 09/06/2007, 14h14
  2. [requete SQL] Probleme requete UPDATE
    Par Shiryu44 dans le forum JDBC
    Réponses: 12
    Dernier message: 10/03/2005, 11h41
  3. probleme requete update
    Par Amandine62 dans le forum ASP
    Réponses: 12
    Dernier message: 27/01/2005, 11h15
  4. probleme d'update
    Par adun dans le forum Langage SQL
    Réponses: 3
    Dernier message: 04/01/2005, 11h27
  5. Probleme S/ UPDATE : ADOQUERY base = .DBF , D7
    Par bzh56 dans le forum Bases de données
    Réponses: 5
    Dernier message: 18/02/2004, 01h56

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo