Bonjour,

Dans le cadre d'un projet, j'ai pour objectif de mettre en place un espace numérique de travail. Pour cela j'utilise le système d'ESUP, uPortal.
Je suis la doc de ce site : https://wiki.jasig.org/display/UPM40/Requirements

A l'étape de la mise en place de la base de données, il demande de faire un test avec la commande : ant dbtest

Voici mon résultat :
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
 
# ant dbtest
Buildfile: /usr/local/src/uPortal-4.0.13/build.xml
 
dbtest:
     [echo] Creating DBTest Script
 
up-shell:
 
install-parent-pom:
[artifact:pom] Downloading: org/jasig/parent/jasig-parent/34/jasig-parent-34.pom from repository central at http://repo1.maven.org/maven2
^[[A^[[B[artifact:pom] Error transferring file: Connexion terminée par expiration du délai d'attente
[artifact:pom] [WARNING] Unable to get resource 'org.jasig.parent:jasig-parent:pom:34' from repository central (http://repo1.maven.org/maven2): Error transferring file: Connexion terminée par expiration du délai d'attente
[artifact:pom] An error has occurred while processing the Maven artifact tasks.
[artifact:pom]  Diagnosis:
[artifact:pom]
[artifact:pom] Unable to initialize POM pom.xml: Cannot find parent: org.jasig.parent:jasig-parent for project: org.jasig.portal:uportal-parent:pom:4.0.13 for project org.jasig.portal:uportal-parent:pom:4.0.13
[artifact:pom] Unable to download the artifact from any repository
 
BUILD FAILED
/usr/local/src/uPortal-4.0.13/build.xml:438: The following error occurred while executing this line:
/usr/local/src/uPortal-4.0.13/build.xml:449: The following error occurred while executing this line:
/usr/local/src/uPortal-4.0.13/build.xml:1333: The following error occurred while executing this line:
/usr/local/src/uPortal-4.0.13/build.xml:1306: The following error occurred while executing this line:
/usr/local/src/uPortal-4.0.13/build.xml:1181: The following error occurred while executing this line:
/usr/local/src/uPortal-4.0.13/build.xml:1191: Unable to initialize POM pom.xml: Cannot find parent: org.jasig.parent:jasig-parent for project: org.jasig.portal:uportal-parent:pom:4.0.13 for project org.jasig.portal:uportal-parent:pom:4.0.13
 
Total time: 1 minute 5 seconds
J'ai bien compris qu'il n'atteignait pas la destination, j'ai essayé d'ajouter l'adresse "http://repo1.maven.org/maven2" dans la section repositories de mon pom.xml, vu que j'atteinds le site via un navigateur, même résultat...
Quelqu'un aurait une idée ?

Merci, Seb.