Pages enfant
  • Workshop esup4 16/05/2013

Compte Rendu d'exploitation du workshop

 

Vous retrouverez sur cette page un compte rendu d'exploitation du workshop / tutoriel d'installation d'esup-uportal V4 qui a eu lieu le 16 Mai 2013 à Paris 5

(avertissement)il s'agit de mon interprétation du déroulement du tutoriel, sujet à modifications car encore en cours de finalisation sur ma VM ...

il est aussi largement verbeux, pour des raisons d’ignorances sur certaines taches, notamment le detail du deploiement du portail

enfin certaines parties, notamment sur la fin, restent approximatives et non encore validées (avertissement)

Références

 

ci dessous les elements necessaires à la réalisation de ce TP

[Attention : la machine virtuelle et la présentation ont depuis été stockées sur le stockage pérenne d'esup-portail.org, voir la page "Machine virtuelle et supports - Esup V4.0" accessible aux adhérents]

Le 14 mai 2013 à 16:34, Vincent Bonamy<Vincent.Bonamy@univ-rouen.fr>  a écrit :

Bonjour à tous,

Nous vous (re)confirmons par ce mail votre inscription au Workshop esup V4.

Ce workshop se déroulera le Jeudi 16 Mai à Paris Descartes de 10h à 16h30 dans la salle Hénin Roger de l'Université Paris Descartes au 12 rue de l’Ecole de Médecine
http://www.esup-portail.org/pages/viewpage.action?pageId=286490635

Durant ce workshop, nous nous appuierons sur
* les slides pdf que vous pouvez trouver derrière ce lien (et que vous pouvez éventuellement imprimer si vous le souhaitez, histoire d'avoir un support à annoter):
https://ent.unr-runn.fr/filex/get?k=2VCdarn8KUGaXzBKB1G

* ainsi que sur cette VM Linux Debian (32 bits) mise au point pour l'occasion, et qui vous permettra (plus tard, de retour dans votre établissement) de retrouver les différentes briques présentées lors de notre session:
https://ent.unr-runn.fr/filex/get?k=IbRtFUImdHT7KcwICv2

Ces 2 éléments peuvent encore évoluer ; ils seront par la suite pérennisés et partagés depuis le site esup-portail.org directement.

Comme vous pourrez le constater sur la présentation, le programme est assez ambitieux. Aussi, et pour que cela soit plus digeste, n'hésitez pas à parcourir ces slides et les quelques pages de documentation sur Esup4 avant Jeudi (si possible) ... :
https://www.esup-portail.org/pages/viewpage.action?pageId=257064972


Bien Cordialement et à Jeudi donc,
--
Vincent Bonamy
Pôle SI
Direction de l'informatique&
des systèmes d'information
Université de ROUEN


PS: concernant la VM, et si vous souhaitez l'utiliser sur votre PC durant le workshop (optionnel), nous vous conseillons de la télécharger avant jeudi depuis votre établissement.

Durant le workshop nous partirons de cette VM, avec cependant quelques dossiers/utilitaires en moins ; l'objet étant (antre autre) de montrer leurs installations et configurations.

Ci-dessous les détails techniques pour y faire fonctionner le Esup4 d'installé  :

Vm avec Virtualbox
Linux - Debian (32 bits)
user/password esup/esup

Dans un terminal :
cd /opt/portlets/esup-filemanager/
mvn package
cd /opt/portlets/EsupTwitter
mvn package
cd /opt/esup-uportal
ant deploy-ear
ant deployPortletApp -DportletApp=/opt/portlets/esup-filemanager/target/esup-filemanager.war
ant deployPortletApp -DportletApp=/opt/portlets/EsupTwitter/target/esup-twitter.war
su
/etc/init.d/tomcat-esup restart
exit

Puis (... le temps que le tomcat soit lancé) :
chromium-browser https://ent.univ.fr
Authentification CAS : esup/esup 

Déroulement du TP pas à pas

dans ce TP nous allons dérouler le tuto pas à pas tel qu'il a été joué le jour de la formation, en suivant globalement ce qui est décrit dans le readme:

https://github.com/EsupPortail/esup-uportal/blob/master/README

 

Ldap

la VM contient un annuaire ldap , et l'utilitaire graphique qui va bien pour visulaiser les entrées de l'annuaire: jxplorer 

esup@esup4:~$ ls
Bureau Documents Downloads Images jxplorer Modèles Musique Public Téléchargements Vidéos
esup@esup4:~$ cd jxplorer/
esup@esup4:~/jxplorer$ ./jxplorer.sh

Infrastructure totale sur la VM


toute l'infrastructure de l'ENT est sur le meme host dans la VM fournie; ldap, cas, 2 ent, sgbd ! 

esup@esup4:~/jxplorer$ more /etc/hosts
127.0.0.1 localhost
127.0.1.1 esup4.esup-portail.org esup4
127.0.0.1 ldap.univ.fr
127.0.0.1 sql.univ.fr
127.0.0.1 cas.univ.fr
127.0.0.1 ent.univ.fr
127.0.0.1 ent1.univ.fr
127.0.0.1 ent1-app
127.0.0.1 ent2.univ.fr
127.0.0.1 ent2-app

Serveur HTTP apache

 

Module apache


modules apache ajouté (proxy-ajp ...)


root@esup4:/etc/apache2# ls mods-enabled/
alias.conf cgid.conf mime.load rewrite.load
alias.load cgid.load negotiation.conf setenvif.conf
auth_basic.load deflate.conf negotiation.load setenvif.load
authn_file.load deflate.load proxy_ajp.load ssl.conf
authz_default.load dir.conf proxy_balancer.conf ssl.load
authz_groupfile.load dir.load proxy_balancer.load status.conf
authz_host.load env.load proxy.conf status.load
authz_user.load expires.load proxy.load
autoindex.conf headers.load reqtimeout.conf
autoindex.load mime.conf reqtimeout.load

Vhosts apache

 

un vhost pour cas et 2 ent pour simuler un load balancer

root@esup4:/etc/apache2/sites-enabled# ls
cas.univ.fr ent1.univ.fr ent2.univ.fr ent.univ.fr

visualisation des vhost configuré dans apache et verification syntatxe des fichiers de conf

 

root@esup4:/etc/apache2/sites-enabled# export APACHE_RUN_USER=www-data
root@esup4:/etc/apache2/sites-enabled# export APACHE_RUN_GROUP=www-data
root@esup4:/etc/apache2/sites-enabled# apache2 -t -D DUMP_VHOSTS
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:443                  is a NameVirtualHost
         default server cas.univ.fr (/etc/apache2/sites-enabled/cas.univ.fr:18)
         port 443 namevhost cas.univ.fr (/etc/apache2/sites-enabled/cas.univ.fr:18)
         port 443 namevhost ent.univ.fr (/etc/apache2/sites-enabled/ent.univ.fr:15)
         port 443 namevhost ent1.univ.fr (/etc/apache2/sites-enabled/ent1.univ.fr:1)
         port 443 namevhost ent2.univ.fr (/etc/apache2/sites-enabled/ent2.univ.fr:1)
*:80                   is a NameVirtualHost
         default server cas.univ.fr (/etc/apache2/sites-enabled/cas.univ.fr:1)
         port 80 namevhost cas.univ.fr (/etc/apache2/sites-enabled/cas.univ.fr:1)
         port 80 namevhost ent.univ.fr (/etc/apache2/sites-enabled/ent.univ.fr:1)
Syntax OK

 

2014

root@esup4:~# apachectl -t -D DUMP_VHOSTS
VirtualHost configuration:
*:80                   is a NameVirtualHost
         default server cas.univ.fr (/etc/apache2/sites-enabled/cas.univ.fr.conf:1)
         port 80 namevhost cas.univ.fr (/etc/apache2/sites-enabled/cas.univ.fr.conf:1)
                 alias cas
         port 80 namevhost ent.univ.fr (/etc/apache2/sites-enabled/ent.univ.fr.conf:1)
                 alias ent
*:443                  is a NameVirtualHost
         default server cas.univ.fr (/etc/apache2/sites-enabled/cas.univ.fr.conf:15)
         port 443 namevhost cas.univ.fr (/etc/apache2/sites-enabled/cas.univ.fr.conf:15)
                 alias cas
         port 443 namevhost ent.univ.fr (/etc/apache2/sites-enabled/ent.univ.fr.conf:15)
                 alias ent
         port 443 namevhost ent1.univ.fr (/etc/apache2/sites-enabled/ent1.univ.fr.conf:1)
                 alias ent1
         port 443 namevhost ent2.univ.fr (/etc/apache2/sites-enabled/ent2.univ.fr.conf:1)
                 alias ent2

 

Ports apache

il faut jouer avec les numeros de ports (ici cas à un ajp en 9009) car tout se passe sur le meme et unique host, encore une fois c'est propre à la VM et à ce TP .

cas.univ.fr: ProxyPass / ajp://localhost:9009/ retry=1

Balancer apache

root@esup4:/etc/apache2/sites-enabled# grep BalancerMem *
ent.univ.fr: BalancerMember ajp://ent1-app:8009 route=ent1 retry=1
ent.univ.fr: BalancerMember ajp://ent2-app:8009 route=ent2 retry=1

Note : dans la VM fournie, et c'est un oubli, il manque les route=ent1 et route=ent2

Réécriture cookies apache

il est important quand on gere plusieurs instances de l'ENT pour des raisons de load balancing, que quand la route change (on passe de ent1 a ent2 par exemple) de reécrire le cookie


Header add Set-Cookie "TOMCAT_STICKY=sticky.%{BALANCER_WORKER_ROUTE}e;path=/;" env=BALANCER_ROUTE_CHANGED

les cookies seront alors nommés du type "sticky.ent1" ou "sticky.ent2" en fonction de l'ent ciblé par le client,  on peut aussi s'en servir pour modifier à la main l'affectation d'un ent si necessaire (debug par exemple)

SSL apache

pour faire du proxy-cas, il faut specifier une URL vers un ENT bien definie en https
donc proposer des virtualhost en SSL pour que le proxy-cas fonctionne

ProxyPass apache

2 vhost ent1.univ.fr et ent2.univ.fr qui contiennent chacun un proxyPass adéquate a leur nom
proxyPAss / ajp://ent-2-app:8009

SGBD postgresql

 

comme la VM du TP contient déjà un esup4 operationnel (deja configuré et deployé) , il faut pour le rejouer, repartir de zero, donc ici exeptionnellement on commence  par un drop de la database.

postgres=# drop DATABASE esup4;
DROP DATABASE
postgres=# create DATABASE esup4;
CREATE DATABASE
postgres=# \c esup4
psql (8.4.17)
Vous êtes maintenant connecté à la base de données « esup4 ».
postgres=# create USER esup4 with password 'esup';
ERREUR: le rôle « esup4 » existe déjà
postgres=# grant all on database esup4 to esup4;
GRANT

 

2014

# su - postgres
postgres@esup4:~$ psql
postgres=# \?
postgres=# \l
                                  Liste des bases de données
    Nom    | Propriétaire | Encodage | Collationnement | Type caract. |    Droits d'accès    
-----------+--------------+----------+-----------------+--------------+-----------------------
 esup4     | postgres     | UTF8     | fr_FR.UTF-8     | fr_FR.UTF-8  |
 postgres  | postgres     | UTF8     | fr_FR.UTF-8     | fr_FR.UTF-8  |
 template0 | postgres     | UTF8     | fr_FR.UTF-8     | fr_FR.UTF-8  | =c/postgres          +
           |              |          |                 |              | postgres=CTc/postgres
 template1 | postgres     | UTF8     | fr_FR.UTF-8     | fr_FR.UTF-8  | =c/postgres          +
           |              |          |                 |              | postgres=CTc/postgres
(4 lignes)

Arborescence de travail /opt


esup@esup4:/opt$ ls
apache-tomcat-6.0.36-esup cas esup-env esup-uportal portlets tomcat-esup

le lien symbolique tomcat-cas permet de gerer +sieurs versions de apache-tomcat


esup@esup4:/opt/cas$ ls -l
total 8
drwxr-xr-x 9 esup esup 4096 16 oct. 2012 apache-tomcat-6.0.36-cas
drwxr-xr-x 12 esup esup 4096 7 mai 15:55 cas-toolbox-svn
lrwxrwxrwx 1 esup esup 33 2 mai 13:39 tomcat-cas -> /opt/cas/apache-tomcat-6.0.36-cas

RAZ TP

on va rejouer le TP à zero donc on efface tout ce qui a deja été fait vis a vis de  tomcat et esup-uportal

esup@esup4:/opt$ rm -rf apache-tomcat-6.0.36-esup esup-uportal
esup@esup4:/opt$ ls
cas esup-env portlets tomcat-esup
esup@esup4:/opt$ rm tomcat-esup

 

Environement

un environnement  systeme (role de env.sh) est necessaire au bon foctionnement des differentes briques, 

esup@esup4:/opt/esup-env$ ls
env.sh esup4-06052013.trustore tomcat-esup
esup4-02052013.trustore esup4.trustore

 

il est fait usage d'une gestion des utilitaires necessaire au deploiement et execution du portail (tomcat, apache-ant, maven) via des package en version tar.gz + liens associés

pour le reste on s'efforcera de garder des packages de la distribution (.deb , .rpm)

esup@esup4:/opt/esup-env$ ls -l /usr/local/
total 44
lrwxrwxrwx 1 root staff 27 30 avril 17:33 apache-ant -> /usr/local/apache-ant-1.8.2
drwxr-xr-x 6 root root 4096 20 déc. 2010 apache-ant-1.8.2
lrwxrwxrwx 1 root staff 29 30 avril 17:33 apache-maven -> /usr/local/apache-maven-3.0.3
drwxr-sr-x 6 root staff 4096 30 mars 2011 apache-maven-3.0.3
drwxrwsr-x 2 root staff 4096 30 avril 17:37 bin
drwxrwsr-x 2 root staff 4096 30 avril 15:55 etc
drwxrwsr-x 2 root staff 4096 30 avril 15:55 games
drwxrwsr-x 2 root staff 4096 30 avril 15:55 include
lrwxrwxrwx 1 root staff 22 30 avril 17:34 jdk -> /usr/local/jdk1.6.0_43
drwxr-xr-x 8 root staff 4096 15 mars 14:24 jdk1.6.0_43
drwxrwsr-x 3 root staff 4096 30 avril 16:18 lib
lrwxrwxrwx 1 root staff 9 30 avril 15:55 man -> share/man
drwxrwsr-x 2 root staff 4096 30 avril 15:55 sbin
drwxrwsr-x 8 root staff 4096 7 mai 15:59 share
drwxrwsr-x 2 root staff 4096 30 avril 15:55 src

java

version


verification de la version version java suite a notre postionnement d'environement, s'assurer que c'est bien un java-sun et pas GCJ ou autre .

esup@esup4:/opt/esup-env$ java -version
java version "1.6.0_43"
Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
Java HotSpot(TM) Client VM (build 20.14-b01, mixed mode, sharing)

tunning


java démarre a 128M et a un max de 1024M
on redefini un trustore si les certificats SSL sont pour localhost ou tout autre hostname ne disposant pas de certificats "officiels" type Renater/Terena/TCS, autrement ce n'est necessaire

ajouter dontcacheDNS, MaxPermSize il faut doubler (512) car en 64 cela prend plus de place

variables

un certains nombre de parametres sont liés a l'instance ENT sur laquelle on travail, notement pour CAS afin que les tickets soient acceptés, d'où les configuration des variables type "univEntServer..."
variables chargées dynamiquement à l'execution

environement et variables

esup@esup4:/opt/esup-env$ cat env.sh 
#!/bin/sh
# integre dans le .bashrc de l'utilisateur esup
export JAVA_HOME=/usr/local/jdk
export ANT_HOME=/usr/local/apache-ant
export MAVEN_HOME=/usr/local/apache-maven
export M2_HOME="${MAVEN_HOME}"
export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$MAVEN_HOME/bin:$PATH
export EDITOR=emacs
export JAVA_OPTS=""
export JAVA_OPTS="$JAVA_OPTS -DunivEntServerHostNum=ent1.univ.fr"
export JAVA_OPTS="$JAVA_OPTS -DunivEntServerHost=ent.univ.fr"
export JAVA_OPTS="$JAVA_OPTS -DunivEntServerName=ent1"
export JAVA_OPTS="$JAVA_OPTS -Xms128m -Xmx1024m -XX:MaxPermSize=256m"
export JAVA_OPTS="$JAVA_OPTS -Dical4j.parsing.relaxed=true"
export JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.trustStore=/opt/esup-env/esup4.trustore"
export JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.trustStorePassword=azerty"
#export JAVA_OPTS="$JAVA_OPTS -Dmail.debug=true" 
#export JAVA_OPTS="$JAVA_OPTS -Djavax.net.debug=all"
#export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=8086"
#export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false"
#export JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false"
#export MAVEN_OPTS=$JAVA_OPTS
#export GDK_NATIVE_WINDOWS=1

Script demarrage


Script de démarrage esup qui charge l'environement ci-dessus.

esup@esup4:/opt/esup-env$ ls -l tomcat-esup 
-rwxr-xr-x 1 esup esup 3323 2 mai 16:53 tomcat-esup
esup@esup4:/opt/esup-env$ ls -l /etc/init.d/tomcat-esup
lrwxrwxrwx 1 root root 25 6 mai 18:12 /etc/init.d/tomcat-esup -> /opt/esup-env/tomcat-esup

esup-env, comme tout nos travaux dans /opt est "gitisé" (sous gestion git)


esup@esup4:/opt/esup-env$ ls -a
. env.sh esup4-06052013.trustore .git
.. esup4-02052013.trustore esup4.trustore tomcat-esup

La commande gitg (graphique) permet de visualiser les differente version de maniere plus visuelle

tomcat

on va utiliser une version binaire tar.gz de tomcat en 32 bits depuis le site source/mirroir

download

esup@esup4:/opt$ wget http://wwwftp.ciril.fr/pub/apache/tomcat/tomcat-6/v6.0.37/bin/apache-tomcat-6.0.37.tar.gz

contenu et lancement

on le desarchive dans /opt et on verifie que grace a notre environement tout se lance bien

esup@esup4:/opt/apache-tomcat-6.0.37$ ls
bin lib logs RELEASE-NOTES temp work
conf LICENSE NOTICE RUNNING.txt webapps
esup@esup4:/opt/apache-tomcat-6.0.37$ cd bin/
esup@esup4:/opt/apache-tomcat-6.0.37/bin$ ls
bootstrap.jar digest.bat tomcat-juli.jar
catalina.bat digest.sh tomcat-native.tar.gz
catalina.sh setclasspath.bat tool-wrapper.bat
catalina-tasks.xml setclasspath.sh tool-wrapper.sh
commons-daemon.jar shutdown.bat version.bat
commons-daemon-native.tar.gz shutdown.sh version.sh
cpappend.bat startup.bat
daemon.sh startup.sh
esup@esup4:/opt/apache-tomcat-6.0.37/bin$ ./startup.sh
Using CATALINA_BASE: /opt/apache-tomcat-6.0.37
Using CATALINA_HOME: /opt/apache-tomcat-6.0.37
Using CATALINA_TMPDIR: /opt/apache-tomcat-6.0.37/temp
Using JRE_HOME: /usr/local/jdk
Using CLASSPATH: /opt/apache-tomcat-6.0.37/bin/bootstrap.jar

Lien vers la version actuelle, si mise a jour de la version de tomcat, il suffira de redefinir ce lien, rien ne change pour notre environement ainsi .

esup@esup4:/opt$ ln -s /opt/apache-tomcat-6.0.37 /opt/tomcat-esup

 

Tomcat manager

accessoirement, il est recommandé d'utiliser lambda probe (http://www.christianschenk.org/blog/monitor-apache-tomcat-lambda-probe/) comme manager plutot que celui du webapps par defaut,

on disposera ainsi de fonctionnalité intéressantes, graphs, recharges de contextes plus propre, utilise aussi tomcat-user.xml pour auth basic http.

on peut (optionnelement, pour des raison de perf et securité) alors effacer les webapps fournies par defaut avec tomcat

esup@esup4:/opt/tomcat-esup$ cd webapps/
esup@esup4:/opt/tomcat-esup/webapps$ ls
docs examples host-manager manager ROOT
donc rm -rf webapps

shared libs

il faut definir dans catalina.properties le chamin des shared lib, c'est indispensable

rappel readme https://github.com/EsupPortail/esup-uportal/blob/master/README

* emacs conf/catalina.properties
    * shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar

donc on modifie catalina.propertie (oops un diff sans git (clin d'œil) , je n'ai pas lors du TP mis tomcat-esup sous git ....)

esup@esup4:/opt/tomcat-esup$ diff conf/catalina.properties.orig conf/catalina.properties
74c74
< shared.loader=
---
> shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar

esup-uportal

Git

recuperation du pakage sur github


esup@esup4:/opt$ git clone git://github.com/EsupPortail/esup-uportal.git
Cloning into esup-uportal...

si cette commande echoue sur un connection timeout ou fatal ... c'est qu'il faut y aller plutot en https qu'en git (cas lors du TP en wifi derriere eduspot )

esup@esup4:/opt$ git clone https://github.com/EsupPortail/esup-uportal.git
Cloning into esup-uportal...
remote: Counting objects: 161312, done.
remote: Compressing objects: 100% (45456/45456), done.
remote: Total 161312 (delta 92606), reused 158205 (delta 89900)
Receiving objects: 100% (161312/161312), 131.12 MiB | 1.96 MiB/s, done.
Resolving deltas: 100% (92606/92606), done.

2014 

$ git clone git://github.com/EsupPortail/esup-uportal.git
Clonage dans 'esup-uportal'...
remote: Counting objects: 167658, done.
remote: Compressing objects: 100% (45830/45830), done.
remote: Total 167658 (delta 95561), reused 167658 (delta 95561)
Réception d'objets: 100% (167658/167658), 133.86 MiB | 210.00 KiB/s, done.
Résolution des deltas: 100% (95561/95561), done.
Vérification de la connectivité... fait.

cela prend un certains temps ! (+sieurs minutes)

 

cela clone localement de depot github d'esup-portal et forck la branche master

esup@esup4:/opt/esup-uportal$ git remote -v 
origin git://github.com/EsupPortail/esup-uportal.git (fetch)
origin git://github.com/EsupPortail/esup-uportal.git (push)
afficher les tags esup
esup@esup4:/opt/esup-uportal$ git tag | grep uportal
uportal-3.2.5
uportal-4.0.0
uportal-4.0.0-RC1
uportal-4.0.0-RC2
uportal-4.0.1
uportal-4.0.10
uportal-4.0.11
uportal-4.0.11-esup-1
uportal-4.0.2
uportal-4.0.3
uportal-4.0.4
uportal-4.0.5
uportal-4.0.6
uportal-4.0.6.SR1
uportal-4.0.7
uportal-4.0.8
uportal-4.0.8-esup-0-avant-presta-1
uportal-4.0.9
uportal-4.0.9.1

on se cree une branche esup-univ.fr basée sur le tag uportal-4.0.11-esup1

$ git checkout -b esup-univ.fr uportal-4.0.11-esup-1
Switched to a new branch 'esup-univ.fr'


on peut alors supprimer la branche master

$ git branch -D master
Deleted branch master (was d7e09e6).

git status liste les differences entre mon repertoire uportal par rapport au dernier commit, pour le moment pas grand chose

$ git status
# On branch esup-univ.fr
nothing to commit (working directory clean)

parametrage esup

il faut editer la configuration du portail avant son deploiement
notament les fichier build.properties (lien sur build.properties.sample) et 
filter/esup.properties qui correspond aux configurations de premier niveau qui seront ensuite automatiquement injectées dans des config xml plus complexe

build.properties

reference: https://github.com/EsupPortail/esup-uportal/blob/master/README et tuto slide page 21

* build.properties
  * ln -s build.properties.sample build.properties
  * emacs build.properties
    * server.home=/opt/tomcat-esup

effectivement on va adapter le server.home de tomcat  avec notre installation dans /opt


diff --git a/build.properties.sample b/build.properties.sample
index 732d4dd..253c16d 100644
--- a/build.properties.sample
+++ b/build.properties.sample
@@ -32,7 +32,7 @@

##### Replace server.home with the location of Tomcat 6 on your machine #####
# path to tomcat binaries
-server.home=@server.home@
+server.home=/opt/tomcat-esup


puis aussi pour eviter de saisir en ligne de commande la definition de la variable maven.test.skip=true, on la met en dure ici:

diff --git a/build.properties.sample b/build.properties.sample
index 732d4dd..135bca2 100644
--- a/build.properties.sample
+++ b/build.properties.sample
@@ -27,12 +27,13 @@
# you are in a Windows environment!
#

+maven.test.skip=true


esup.properties

adapter les chemins, le sgbd, le nom du des serveurs, le cas, ldap et les logs dans filters/esup.properties:

diff --git a/filters/esup.properties b/filters/esup.properties
index 7c6b3d6..0f13984 100644
--- a/filters/esup.properties
+++ b/filters/esup.properties
@@ -38,8 +38,8 @@
environment.build.hsql.port=8887

## Server Path configuration
-environment.build.server.webapps=/home/esup4/webapps
-environment.build.server.home=/home/esup4/apache-tomcat-6.0.35
+environment.build.server.webapps=/opt/tomcat-esup/webapps
+environment.build.server.home=/opt/tomcat-esup

################################################################################
## Database configuration section ##
@@ -54,32 +54,32 @@ environment.build.server.home=/home/esup4/apache-tomcat-6.0.35
#environment.build.hibernate.connection.password=esup4

# PostGreSQL properties to uncomment :
-#environment.build.hibernate.connection.driver_class=org.postgresql.Driver
-#environment.build.hibernate.connection.url=jdbc:postgresql://sql.univ.fr:5432/esup4
-#environment.build.hibernate.connection.username=esup4
-#environment.build.hibernate.connection.password=esup4
+environment.build.hibernate.connection.driver_class=org.postgresql.Driver
+environment.build.hibernate.connection.url=jdbc:postgresql://sql.univ.fr:5432/esup4
+environment.build.hibernate.connection.username=esup4
+environment.build.hibernate.connection.password=esup

-environment.build.hibernate.dialect=org.hibernate.dialect.HSQLDialect
+environment.build.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect

# JNDI property to uncomment :
#environment.build.hibernate.connection.jndiname=jdbc/uPortalDB

# uPortal server configuration properties
-environment.build.uportal.server=esup4.univ.fr
-environment.build.real.uportal.server=esup4.univ.fr
+environment.build.uportal.server=${univEntServerHost}
+environment.build.real.uportal.server=${univEntServerHostNum}
environment.build.uportal.protocol=https
environment.build.uportal.context=/uPortal
environment.build.real.uportal.context=/uPortal
environment.build.uportal.email.fromAddress=portal4@univ.fr

# CAS server configuration properties
-environment.build.cas.server=auth.univ.fr
+environment.build.cas.server=cas.univ.fr
environment.build.cas.protocol=https
-environment.build.cas.context=/cas
+environment.build.cas.context=

# LDAP
-environment.build.ldap.url=ldaps://ldap1.univ.fr:636 ldaps://ldap2.univ.fr:636
-environment.build.ldap.baseDn=dc=univ,dc=fr
+environment.build.ldap.url=ldap://ldap.univ.fr:389
+environment.build.ldap.baseDn=dc=esup-portail,dc=org
environment.build.ldap.userName=
environment.build.ldap.password=
environment.build.ldap.pooled=false
@@ -87,7 +87,7 @@ environment.build.ldap.uidAttr=uid


# Logs
-environment.build.log.logfileDirectory=/home/esup4/logs
+environment.build.log.logfileDirectory=/opt/tomcat-esup/logs
environment.build.log.logfileName=uPortal.log
environment.build.log.size=1024
environment.build.log.rootLevel=INFO

uportal-portlets-overlay/pom.xml et uportal-ear/pom.xml


dans le pom.xml de uportal-portlets-overlay on retire les portlet inutiles (le CAS interne et pluto-testsuite)

diff --git a/uportal-portlets-overlay/pom.xml b/uportal-portlets-overlay/pom.xml
index 20c11e5..18c9f53 100644
--- a/uportal-portlets-overlay/pom.xml
+++ b/uportal-portlets-overlay/pom.xml
@@ -18,12 +18,10 @@
<modules>
<module>BookmarksPortlet</module>
<module>CalendarPortlet</module>
- <module>cas</module>
<module>cas-proxy-test-portlet</module>
<module>email-preview</module>
<module>FunctionalTestsPortlet</module>
<module>jasig-widget-portlets</module>
- <module>pluto-testsuite</module>
<module>NewsReaderPortlet</module>
<module>NotificationPortlet</module>
<module>SimpleContentPortlet</module>
diff --git a/uportal-ear/pom.xml b/uportal-ear/pom.xml
index fee7e30..492ab02 100755
--- a/uportal-ear/pom.xml
+++ b/uportal-ear/pom.xml
+ <!--
<dependency>
   <groupId>org.jasig.portal.portlets-overlay</groupId>
    <artifactId>cas</artifactId>
    <version>${project.version}</version>
    <type>war</type>
</dependency>

<dependency>
<groupId>org.jasig.portal.portlets-overlay</groupId>
<artifactId>pluto-testsuite</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
+ -->

Postgres driver 

reference README:
* ajout dépendance Postgresql
  * emacs pom.xml
    * on décommente le bloc situé sous le commentaire "<!-- POSTGRESQL driver. Uncomment if you need to -->"

dans le pom.xml a la racine de esup-uportal, on active le driver postgresql

diff --git a/pom.xml b/pom.xml
index 342ff88..d332275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,11 +98,9 @@
-->

<!-- POSTGRESQL driver. Uncomment if you need to -->
- <!--
<jdbc.groupId>postgresql</jdbc.groupId>
<jdbc.artifactId>postgresql</jdbc.artifactId>
<jdbc.version>9.0-801.jdbc4</jdbc.version>
- -->

<!-- MYSQL driver. Uncomment if you need to -->
<!--

Deploiement initial

ref README

* déploiement
  * la première fois :
    * ant -Dmaven.test.skip=true clean initportal

Erreur variable  'univEntServerHost'

au lancement de cette commande, on a constater cette premiere erreure:

esup@esup4:/opt/esup-uportal$ ant -Dmaven.test.skip=true clean initportal

.... ZZZZ ... qq minutes ....

[java] Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'jsonThemeTransformComponent' defined in class path resource [properties/contexts/jsonRenderingPipelineContext.xml]: Could not resolve placeholder 'univEntServerHost' in string value "https://cas.univ.fr/login?service=https://${univEntServerHost}/uPortal/Login"
[java] at org.springframework.beans.factory.config.PlaceholderConfigurerSupport.doProcessProperties(PlaceholderConfigurerSupport.java:209)

il faut definir/declarer ces variables "univEntServerHost" dans le build.xml meme avec une valeur bidon, sinon on a ce plantage a cause de l'usage des varaibles d'environement sur les hostnames que l'on a utiliser dans notre parametrage


esup@esup4:~/Tuto$ diff build.xml /opt/esup-uportal/build.xml
461,462d460
< <sysproperty key="univEntServerHostNum" value="bidon" />
< <sysproperty key="univEntServerHost" value="bidon" />

Déploiement complet

la plus grosse commande, clean on nettoie tout (il faudra donc tout recompiler) et initportal on refait tout le portail + BD, sortie complete et tres verbeuse ci-dessous, mais cela permet de voir en detail tout ce qui se passe

esup@esup4:/opt/esup-uportal$ ant -Dmaven.test.skip=true clean initportal
Buildfile: /opt/esup-uportal/build.xml
clean:
mvn:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Reactor Build Order:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] uPortal Parent
[artifact:mvn] [INFO] uPortal Search API
[artifact:mvn] [INFO] uPortal WAR
[artifact:mvn] [INFO] uPortal Portlets
[artifact:mvn] [INFO] Bookmarks Portlet
[artifact:mvn] [INFO] Calendar Portlet
[artifact:mvn] [INFO] CAS Proxy Test Portlet
[artifact:mvn] [INFO] Email Preview Portlet
[artifact:mvn] [INFO] Functional Tests Portlet
[artifact:mvn] [INFO] Jasig Widget Portlets
[artifact:mvn] [INFO] News Reader Portlet
[artifact:mvn] [INFO] Jasig Notification Portlet
[artifact:mvn] [INFO] Simple Content Portlet
[artifact:mvn] [INFO] Weather Portlet
[artifact:mvn] [INFO] Web Proxy Portlet
[artifact:mvn] [INFO] uPortal EAR
[artifact:mvn] [INFO] uPortal Bootstrap Utilities
[artifact:mvn] [INFO] Bootstrap - HSQLDB Dependencies
[artifact:mvn] [INFO] Bootstrap - Pluto Assembler Dependencies
[artifact:mvn] [INFO] Bootstrap - Ant Tasks Dependencies
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal Parent 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uportal-parent ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal Search API 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uportal-search-api ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-search-api/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal WAR 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uportal-war ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-war/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal Portlets 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uportal-portlets-overlay ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Bookmarks Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ BookmarksPortlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Calendar Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ CalendarPortlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building CAS Proxy Test Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Email Preview Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ email-preview ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/email-preview/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Functional Tests Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Jasig Widget Portlets 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building News Reader Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Jasig Notification Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ NotificationPortlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Simple Content Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Weather Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ WeatherPortlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Web Proxy Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ WebProxyPortlet ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal EAR 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uportal-ear ---
[artifact:mvn] [INFO] Deleting /opt/esup-uportal/uportal-ear/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal Bootstrap Utilities 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bootstrap ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Bootstrap - HSQLDB Dependencies 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hsqldb ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Bootstrap - Pluto Assembler Dependencies 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pluto-assembler ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Bootstrap - Ant Tasks Dependencies 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uportal-ant-tasks ---
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Reactor Summary:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] uPortal Parent .................................... SUCCESS [0.181s]
[artifact:mvn] [INFO] uPortal Search API ................................ SUCCESS [0.057s]
[artifact:mvn] [INFO] uPortal WAR ....................................... SUCCESS [1.834s]
[artifact:mvn] [INFO] uPortal Portlets .................................. SUCCESS [0.010s]
[artifact:mvn] [INFO] Bookmarks Portlet ................................. SUCCESS [0.172s]
[artifact:mvn] [INFO] Calendar Portlet .................................. SUCCESS [0.423s]
[artifact:mvn] [INFO] CAS Proxy Test Portlet ............................ SUCCESS [0.074s]
[artifact:mvn] [INFO] Email Preview Portlet ............................. SUCCESS [0.225s]
[artifact:mvn] [INFO] Functional Tests Portlet .......................... SUCCESS [0.092s]
[artifact:mvn] [INFO] Jasig Widget Portlets ............................. SUCCESS [0.158s]
[artifact:mvn] [INFO] News Reader Portlet ............................... SUCCESS [0.353s]
[artifact:mvn] [INFO] Jasig Notification Portlet ........................ SUCCESS [0.114s]
[artifact:mvn] [INFO] Simple Content Portlet ............................ SUCCESS [0.668s]
[artifact:mvn] [INFO] Weather Portlet ................................... SUCCESS [0.046s]
[artifact:mvn] [INFO] Web Proxy Portlet ................................. SUCCESS [0.020s]
[artifact:mvn] [INFO] uPortal EAR ....................................... SUCCESS [0.046s]
[artifact:mvn] [INFO] uPortal Bootstrap Utilities ....................... SUCCESS [0.002s]
[artifact:mvn] [INFO] Bootstrap - HSQLDB Dependencies ................... SUCCESS [0.002s]
[artifact:mvn] [INFO] Bootstrap - Pluto Assembler Dependencies .......... SUCCESS [0.001s]
[artifact:mvn] [INFO] Bootstrap - Ant Tasks Dependencies ................ SUCCESS [0.005s]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] BUILD SUCCESS
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 5.411s
[artifact:mvn] [INFO] Finished at: Fri May 17 08:24:45 CEST 2013
[artifact:mvn] [INFO] Final Memory: 8M/20M
[artifact:mvn] [INFO] ------------------------------------------------------------------------
prodPrompt:
initportal:
[echo] Initializing uPortal
[mkdir] Created dir: /opt/esup-uportal/target/tmp
checkForTomcat:
deploy-ear:
install-parent-pom:
[artifact:install] [INFO] Installing /opt/esup-uportal/pom.xml to /home/esup/.m2/repository/org/jasig/portal/uportal-parent/4.0.11/uportal-parent-4.0.11.pom
[touch] Creating /opt/esup-uportal/target/tmp/uportal-parent.pom-728408744-marker
[echo] Artifact '/opt/esup-uportal/uportal-search-api/target/uportal-search-api-4.0.11.jar' is not available or out-of-date, calling 'mvn install'
mvn:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal Search API 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ uportal-search-api ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ uportal-search-api ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-jaxb2-plugin:0.8.1:generate (default) @ uportal-search-api ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uportal-search-api ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ uportal-search-api ---
[artifact:mvn] [INFO] Changes detected - recompiling the module!
[artifact:mvn] [INFO] Compiling 9 source files to /opt/esup-uportal/uportal-search-api/target/classes
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uportal-search-api ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ uportal-search-api ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ uportal-search-api ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ uportal-search-api ---
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-search-api/target/uportal-search-api-4.0.11.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ uportal-search-api ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ uportal-search-api ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-search-api/target/uportal-search-api-4.0.11.jar to /home/esup/.m2/repository/org/jasig/portal/uportal-search-api/4.0.11/uportal-search-api-4.0.11.jar
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-search-api/pom.xml to /home/esup/.m2/repository/org/jasig/portal/uportal-search-api/4.0.11/uportal-search-api-4.0.11.pom
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] BUILD SUCCESS
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 6.283s
[artifact:mvn] [INFO] Finished at: Fri May 17 08:24:54 CEST 2013
[artifact:mvn] [INFO] Final Memory: 11M/28M
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[echo] Artifact '/opt/esup-uportal/uportal-war/target/uPortal.war' is not available or out-of-date, calling 'mvn install'
mvn:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal WAR 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ uportal-war ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ uportal-war ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-jaxb2-plugin:0.8.1:generate (default) @ uportal-war ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-processor-plugin:2.0.5:process (process) @ uportal-war ---
[artifact:mvn] [INFO] Source directory: /opt/esup-uportal/uportal-war/target/generated-sources/annotations added
[artifact:mvn] [INFO] Adding compiler arg: -AaddGeneratedAnnotation=true
[artifact:mvn] [INFO] Adding compiler arg: -AfullyAnnotationConfigured=false
[artifact:mvn] [INFO] No processors specified. Using default discovery mechanism.
[artifact:mvn] [INFO] javac option: -cp
[artifact:mvn] [INFO] javac option: /home/esup/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.jar:/home/esup/.m2/repository/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1-noaop.jar:/home/esup/.m2/repository/org/sonatype/aether/aether-util/1.8/aether-util-1.8.jar:/home/esup/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/esup/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar:/home/esup/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/esup/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/esup/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/opt/esup-uportal/uportal-war/src/main/resources:/opt/esup-uportal/uportal-war/src/main/webapp/WEB-INF:/opt/esup-uportal/uportal-war/target/generated-sources/xjc:/opt/esup-uportal/uportal-war/target/classes:/home/esup/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar:/home/esup/.m2/repository/org/jasig/portal/uportal-search-api/4.0.11/uportal-search-api-4.0.11.jar:/home/esup/.m2/repository/org/antlr/stringtemplate/4.0.2/stringtemplate-4.0.2.jar:/home/esup/.m2/repository/org/antlr/antlr-runtime/3.3/antlr-runtime-3.3.jar:/home/esup/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/esup/.m2/repository/org/jasig/cas/client/cas-client-core/3.2.1/cas-client-core-3.2.1.jar:/home/esup/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar:/home/esup/.m2/repository/com/googlecode/cernunnos/cernunnos/1.2.2/cernunnos-1.2.2.jar:/home/esup/.m2/repository/commons-jexl/commons-jexl/1.1/commons-jexl-1.1.jar:/home/esup/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar:/home/esup/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar:/home/esup/.m2/repository/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar:/home/esup/.m2/repository/net/sf/json-lib/json-lib/2.2.3/json-lib-2.2.3-jdk15.jar:/home/esup/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar:/home/esup/.m2/repository/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar:/home/esup/.m2/repository/com/googlecode/ehcache-spring-annotations/ehcache-spring-annotations/1.2.0/ehcache-spring-annotations-1.2.0.jar:/home/esup/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar:/home/esup/.m2/repository/commons-codec/commons-codec/1.7/commons-codec-1.7.jar:/home/esup/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/home/esup/.m2/repository/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar:/home/esup/.m2/repository/commons-fileupload/commons-fileupload/1.2.2/commons-fileupload-1.2.2.jar:/home/esup/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/home/esup/.m2/repository/org/apache/httpcomponents/httpcore/4.2.3/httpcore-4.2.3.jar:/home/esup/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/home/esup/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/home/esup/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/home/esup/.m2/repository/commons-pool/commons-pool/1.6/commons-pool-1.6.jar:/home/esup/.m2/repository/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar:/home/esup/.m2/repository/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar:/home/esup/.m2/repository/org/tukaani/xz/1.0/xz-1.0.jar:/home/esup/.m2/repository/org/apache/tomcat/tomcat-jdbc/7.0.37/tomcat-jdbc-7.0.37.jar:/home/esup/.m2/repository/org/apache/tomcat/tomcat-juli/7.0.37/tomcat-juli-7.0.37.jar:/home/esup/.m2/repository/org/apache/tika/tika-core/1.3/tika-core-1.3.jar:/home/esup/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/home/esup/.m2/repository/edu/internet2/middleware/grouper/grouperClient/1.6.3/grouperClient-1.6.3.jar:/home/esup/.m2/repository/com/google/visualization/visualization-datasource/1.1.1/visualization-datasource-1.1.1.jar:/home/esup/.m2/repository/net/sf/opencsv/opencsv/1.8/opencsv-1.8.jar:/home/esup/.m2/repository/com/ibm/icu/icu4j/51.1/icu4j-51.1.jar:/home/esup/.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar:/home/esup/.m2/repository/javax/mail/mail/1.4.5/mail-1.4.5.jar:/home/esup/.m2/repository/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar:/home/esup/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar:/home/esup/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/home/esup/.m2/repository/net/sf/ehcache/ehcache-core/2.6.5/ehcache-core-2.6.5.jar:/home/esup/.m2/repository/net/sf/json-lib/json-lib-ext-spring/1.0.2/json-lib-ext-spring-1.0.2.jar:/home/esup/.m2/repository/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.6.4/jaxb2-basics-runtime-0.6.4.jar:/home/esup/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.11/jackson-core-asl-1.9.11.jar:/home/esup/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.11/jackson-mapper-asl-1.9.11.jar:/home/esup/.m2/repository/org/codehaus/jackson/jackson-xc/1.9.11/jackson-xc-1.9.11.jar:/home/esup/.m2/repository/org/codehaus/staxmate/staxmate/2.0.1/staxmate-2.0.1.jar:/home/esup/.m2/repository/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar:/home/esup/.m2/repository/org/codehaus/woodstox/woodstox-core-asl/4.1.5/woodstox-core-asl-4.1.5.jar:/home/esup/.m2/repository/org/quartz-scheduler/quartz/1.8.4/quartz-1.8.4.jar:/home/esup/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar:/home/esup/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.jar:/home/esup/.m2/repository/org/apache/ant/ant-launcher/1.8.4/ant-launcher-1.8.4.jar:/home/esup/.m2/repository/org/apache/portals/pluto/pluto-container/2.1.0-M3/pluto-container-2.1.0-M3.jar:/home/esup/.m2/repository/org/apache/portals/pluto/pluto-portal-driver/2.1.0-M3/pluto-portal-driver-2.1.0-M3.jar:/home/esup/.m2/repository/org/aspectj/aspectjrt/1.7.1/aspectjrt-1.7.1.jar:/home/esup/.m2/repository/org/aspectj/aspectjweaver/1.7.2/aspectjweaver-1.7.2.jar:/home/esup/.m2/repository/org/codehaus/groovy/groovy/2.1.2/groovy-2.1.2.jar:/home/esup/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/home/esup/.m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar:/home/esup/.m2/repository/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar:/home/esup/.m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar:/home/esup/.m2/repository/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar:/home/esup/.m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar:/home/esup/.m2/repository/org/codehaus/groovy/groovy-groovysh/2.1.2/groovy-groovysh-2.1.2.jar:/home/esup/.m2/repository/org/codehaus/groovy/groovy-console/2.1.2/groovy-console-2.1.2.jar:/home/esup/.m2/repository/org/codehaus/groovy/groovy-templates/2.1.2/groovy-templates-2.1.2.jar:/home/esup/.m2/repository/org/codehaus/groovy/groovy-swing/2.1.2/groovy-swing-2.1.2.jar:/home/esup/.m2/repository/org/hibernate/hibernate-core/4.1.9.Final/hibernate-core-4.1.9.Final.jar:/home/esup/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.GA/jboss-logging-3.1.0.GA.jar:/home/esup/.m2/repository/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.jar:/home/esup/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/home/esup/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar:/home/esup/.m2/repository/org/hibernate/hibernate-ehcache/4.1.9.Final/hibernate-ehcache-4.1.9.Final.jar:/home/esup/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.9.Final/hibernate-entitymanager-4.1.9.Final.jar:/home/esup/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/home/esup/.m2/repository/org/jasig/portlet/utils/portlet-jdbc-util/1.1.0/portlet-jdbc-util-1.1.0.jar:/home/esup/.m2/repository/org/jasig/resourceserver/resource-server-api/1.0.29/resource-server-api-1.0.29.jar:/home/esup/.m2/repository/org/jasig/resourceserver/resource-server-utils/1.0.29/resource-server-utils-1.0.29.jar:/home/esup/.m2/repository/org/jasig/resourceserver/resource-server-core/1.0.29/resource-server-core-1.0.29.jar:/home/esup/.m2/repository/net/sf/ehcache/ehcache-web/2.0.4/ehcache-web-2.0.4.jar:/home/esup/.m2/repository/org/jasig/service/persondir/person-directory-impl/1.5.2-M1/person-directory-impl-1.5.2-M1.jar:/home/esup/.m2/repository/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar:/home/esup/.m2/repository/org/jadira/usertype/usertype.core/3.0.0.GA/usertype.core-3.0.0.GA.jar:/home/esup/.m2/repository/org/joda/joda-money/0.6/joda-money-0.6.jar:/home/esup/.m2/repository/org/jadira/usertype/usertype.spi/3.0.0.GA/usertype.spi-3.0.0.GA.jar:/home/esup/.m2/repository/org/jgroups/jgroups/3.2.7.Final/jgroups-3.2.7.Final.jar:/home/esup/.m2/repository/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.jar:/home/esup/.m2/repository/org/slf4j/slf4j-jcl/1.7.4/slf4j-jcl-1.7.4.jar:/home/esup/.m2/repository/org/springframework/spring-aop/3.1.4.RELEASE/spring-aop-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-asm/3.1.4.RELEASE/spring-asm-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-aspects/3.1.4.RELEASE/spring-aspects-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-beans/3.1.4.RELEASE/spring-beans-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-context/3.1.4.RELEASE/spring-context-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-context-support/3.1.4.RELEASE/spring-context-support-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-core/3.1.4.RELEASE/spring-core-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-expression/3.1.4.RELEASE/spring-expression-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-jdbc/3.1.4.RELEASE/spring-jdbc-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-orm/3.1.4.RELEASE/spring-orm-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-oxm/3.1.4.RELEASE/spring-oxm-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-web/3.1.4.RELEASE/spring-web-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-webmvc/3.1.4.RELEASE/spring-webmvc-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-webmvc-portlet/3.1.4.RELEASE/spring-webmvc-portlet-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/spring-tx/3.1.4.RELEASE/spring-tx-3.1.4.RELEASE.jar:/home/esup/.m2/repository/org/springframework/ldap/spring-ldap-core/1.3.1.RELEASE/spring-ldap-core-1.3.1.RELEASE.jar:/home/esup/.m2/repository/org/springframework/ldap/spring-ldap-core-tiger/1.3.1.RELEASE/spring-ldap-core-tiger-1.3.1.RELEASE.jar:/home/esup/.m2/repository/org/springframework/security/spring-security-config/3.1.3.RELEASE/spring-security-config-3.1.3.RELEASE.jar:/home/esup/.m2/repository/org/springframework/security/spring-security-core/3.1.3.RELEASE/spring-security-core-3.1.3.RELEASE.jar:/home/esup/.m2/repository/org/springframework/security/spring-security-web/3.1.3.RELEASE/spring-security-web-3.1.3.RELEASE.jar:/home/esup/.m2/repository/org/springframework/webflow/spring-binding/2.3.2.RELEASE/spring-binding-2.3.2.RELEASE.jar:/home/esup/.m2/repository/org/springframework/webflow/spring-webflow/2.3.2.RELEASE/spring-webflow-2.3.2.RELEASE.jar:/home/esup/.m2/repository/org/springframework/webflow/spring-js/2.3.2.RELEASE/spring-js-2.3.2.RELEASE.jar:/home/esup/.m2/repository/org/springframework/webflow/spring-js-resources/2.3.2.RELEASE/spring-js-resources-2.3.2.RELEASE.jar:/home/esup/.m2/repository/org/springmodules/spring-modules-cache/0.8a/spring-modules-cache-0.8a.jar:/home/esup/.m2/repository/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar:/home/esup/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar:/home/esup/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar:/home/esup/.m2/repository/com/thoughtworks/xstream/xstream/1.4.4/xstream-1.4.4.jar:/home/esup/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar:/home/esup/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar:/home/esup/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar:/home/esup/.m2/repository/javax/ccpp/ccpp/1.0/ccpp-1.0.jar:/home/esup/.m2/repository/javax/portlet/portlet-api/2.0/portlet-api-2.0.jar:/home/esup/.m2/repository/javax/servlet/jsp/jsp-api/2.1.1/jsp-api-2.1.1.jar:/home/esup/.m2/repository/javax/el/el-api/1.1/el-api-1.1.jar:/home/esup/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/home/esup/.m2/repository/org/apache/portals/pluto/pluto-container-api/2.1.0-M3/pluto-container-api-2.1.0-M3.jar:/home/esup/.m2/repository/org/apache/portals/pluto/pluto-container-driver-api/2.1.0-M3/pluto-container-driver-api-2.1.0-M3.jar:/home/esup/.m2/repository/org/apache/portals/pluto/pluto-taglib/2.1.0-M3/pluto-taglib-2.1.0-M3.jar:/home/esup/.m2/repository/org/apache/portals/pluto/pluto-util/2.1.0-M3/pluto-util-2.1.0-M3.jar:/home/esup/.m2/repository/org/hibernate/hibernate-jpamodelgen/1.2.0.Final/hibernate-jpamodelgen-1.2.0.Final.jar:/home/esup/.m2/repository/org/jasig/service/persondir/person-directory-api/1.5.2-M1/person-directory-api-1.5.2-M1.jar:/home/esup/.m2/repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar:/home/esup/.m2/repository/axis/axis/1.2.1/axis-1.2.1.jar:/home/esup/.m2/repository/wsdl4j/wsdl4j/1.5.1/wsdl4j-1.5.1.jar:/home/esup/.m2/repository/commons-discovery/commons-discovery/0.2/commons-discovery-0.2.jar:/home/esup/.m2/repository/axis/axis-ant/1.2.1/axis-ant-1.2.1.jar:/home/esup/.m2/repository/axis/axis-jaxrpc/1.2.1/axis-jaxrpc-1.2.1.jar:/home/esup/.m2/repository/axis/axis-wsdl4j/1.2.1/axis-wsdl4j-1.2.1.jar:/home/esup/.m2/repository/axis/axis-saaj/1.2.1/axis-saaj-1.2.1.jar:
[artifact:mvn] [INFO] javac option: -proc:only
[artifact:mvn] [INFO] javac option: -AaddGeneratedAnnotation=true
[artifact:mvn] [INFO] javac option: -AfullyAnnotationConfigured=false
[artifact:mvn] [INFO] javac option: -d
[artifact:mvn] [INFO] javac option: /opt/esup-uportal/uportal-war/target/classes
[artifact:mvn] [INFO] javac option: -s
[artifact:mvn] [INFO] javac option: /opt/esup-uportal/uportal-war/target/generated-sources/annotations
[artifact:mvn] [INFO] diagnostic /opt/esup-uportal/uportal-war/src/main/java/org/jasig/portal/events/aggr/JpaBaseAggregationDao.java:42: cannot find symbol
[artifact:mvn] symbol : class DateDimensionImpl_
[artifact:mvn] location: package org.jasig.portal.events.aggr.dao.jpa
[artifact:mvn] [INFO] diagnostic /opt/esup-uportal/uportal-war/src/main/java/org/jasig/portal/events/aggr/JpaBaseAggregationDao.java:44: cannot find symbol
[artifact:mvn] symbol : class TimeDimensionImpl_
[artifact:mvn] location: package org.jasig.portal.events.aggr.dao.jpa
[artifact:mvn] [INFO] diagnostic /opt/esup-uportal/uportal-war/src/main/java/org/jasig/portal/events/aggr/portletlayout/JpaPortletLayoutAggregationDao.java:36: cannot find symbol
[artifact:mvn] symbol : class BaseAggregationImpl_
[artifact:mvn] location: package org.jasig.portal.events.aggr
[artifact:mvn] [INFO] diagnostic /opt/esup-uportal/uportal-war/src/main/java/org/jasig/portal/events/aggr/portletlayout/JpaPortletLayoutAggregationDao.java:41: cannot find symbol
[artifact:mvn] symbol : class DateDimensionImpl_
[artifact:mvn] location: package org.jasig.portal.events.aggr.dao.jpa
[artifact:mvn] [INFO] diagnostic /opt/esup-uportal/uportal-war/src/main/java/org/jasig/portal/events/aggr/portletlayout/JpaPortletLayoutAggregationDao.java:43: cannot find symbol
[artifact:mvn] symbol : class TimeDimensionImpl_
[artifact:mvn] location: package org.jasig.portal.events.aggr.dao.jpa
[artifact:mvn] [INFO] diagnostic /opt/esup-uportal/uportal-war/src/main/java/org/jasig/portal/events/aggr/action/JpaSearchRequestAggregationDao.java:25: cannot find symbol
[artifact:mvn] symbol : class BaseAggregationImpl_
[artifact:mvn] location: package org.jasig.portal.events.aggr
[artifact:mvn] [INFO] diagnostic /opt/esup-uportal/uportal-war/src/main/java/org/jasig/portal/events/aggr/action/JpaSearchRequestAggregationDao.java:30: cannot find symbol
[artifact:mvn] symbol : class DateDimensionImpl_
[artifact:mvn] location: package org.jasig.portal.events.aggr.dao.jpa
[artifact:mvn] [INFO] diagnostic /opt/esup-uportal/uportal-war/src/main/java/org/jasig/portal/events/aggr/action/JpaSearchRequestAggregationDao.java:32: cannot find symbol
[artifact:mvn] symbol : class TimeDimensionImpl_
[artifact:mvn] location: package org.jasig.portal.events.aggr.dao.jpa
[artifact:mvn] [INFO] diagnostic Note: Hibernate JPA 2 Static-Metamodel Generator 1.2.0.Final
[artifact:mvn] [INFO] diagnostic warning: org.apache.commons.math3.stat.descriptive.moment.SecondMoment was already processed once. Skipping second occurance.
[artifact:mvn] [INFO] diagnostic warning: org.apache.commons.math3.stat.descriptive.summary.Sum was already processed once. Skipping second occurance.
[artifact:mvn] [INFO] diagnostic warning: org.apache.commons.math3.stat.descriptive.summary.SumOfSquares was already processed once. Skipping second occurance.
[artifact:mvn] [INFO] diagnostic warning: org.apache.commons.math3.stat.descriptive.rank.Min was already processed once. Skipping second occurance.
[artifact:mvn] [INFO] diagnostic warning: org.apache.commons.math3.stat.descriptive.rank.Max was already processed once. Skipping second occurance.
[artifact:mvn] [INFO] diagnostic warning: org.apache.commons.math3.stat.descriptive.summary.SumOfLogs was already processed once. Skipping second occurance.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ uportal-war ---
[artifact:mvn] [INFO] Source directory: /opt/esup-uportal/uportal-war/target/generated-sources/annotations added.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uportal-war ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 15 resources
[artifact:mvn] [INFO] Copying 191 resources
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ uportal-war ---
[artifact:mvn] [INFO] Changes detected - recompiling the module!
[artifact:mvn] [INFO] Compiling 1550 source files to /opt/esup-uportal/uportal-war/target/classes
[artifact:mvn] [WARNING] Note: Some input files use or override a deprecated API.
[artifact:mvn] [WARNING] Note: Recompile with -Xlint:deprecation for details.
[artifact:mvn] [WARNING] Note: Some input files use unchecked or unsafe operations.
[artifact:mvn] [WARNING] Note: Recompile with -Xlint:unchecked for details.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uportal-war ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ uportal-war ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ uportal-war ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ uportal-war ---
[artifact:mvn] [INFO] Reading web.xml from :/opt/esup-uportal/uportal-war/src/main/webapp/WEB-INF/web.xml
[artifact:mvn] [INFO] Reading portlet.xml from: /opt/esup-uportal/uportal-war/src/main/webapp/WEB-INF/portlet.xml
[artifact:mvn] [INFO] Writing web.xml to: /opt/esup-uportal/uportal-war/target/pluto-resources/web.xml
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- resource-server-plugin:1.0.29:batch-aggregate (aggregate-universality-skins) @ uportal-war ---
[artifact:mvn] [INFO] Aggregating: media/skins/universality/coal/skin.xml
[artifact:mvn] [INFO] Aggregated 29 JavaScript files down to 10 and 14 CSS files down to 5 for: /opt/esup-uportal/uportal-war/src/main/webapp/media/skins/universality/coal/skin.xml
[artifact:mvn] [INFO] Aggregating: media/skins/universality/uportal3/skin.xml
[artifact:mvn] [INFO] Aggregated 29 JavaScript files down to 10 and 15 CSS files down to 6 for: /opt/esup-uportal/uportal-war/src/main/webapp/media/skins/universality/uportal3/skin.xml
[artifact:mvn] [INFO] Aggregating: media/skins/universality/ivy/skin.xml
[artifact:mvn] [INFO] Aggregated 29 JavaScript files down to 10 and 14 CSS files down to 5 for: /opt/esup-uportal/uportal-war/src/main/webapp/media/skins/universality/ivy/skin.xml
[artifact:mvn] [INFO] Aggregating: media/skins/universality/hc/skin.xml
[artifact:mvn] [INFO] Aggregated 29 JavaScript files down to 10 and 12 CSS files down to 4 for: /opt/esup-uportal/uportal-war/src/main/webapp/media/skins/universality/hc/skin.xml
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- resource-server-plugin:1.0.29:batch-aggregate (aggregate-muniversality-skins) @ uportal-war ---
[artifact:mvn] [INFO] Aggregating: media/skins/muniversality/iphone/skin.xml
[artifact:mvn] [INFO] Aggregated 11 JavaScript files down to 11 and 5 CSS files down to 3 for: /opt/esup-uportal/uportal-war/src/main/webapp/media/skins/muniversality/iphone/skin.xml
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ uportal-war ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [uportal-war] in [/opt/esup-uportal/uportal-war/target/uPortal]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Copying webapp webResources [/opt/esup-uportal/uportal-war/src/main/webapp/WEB-INF] to [/opt/esup-uportal/uportal-war/target/uPortal]
[artifact:mvn] [INFO] Copying webapp webResources [/opt/esup-uportal/uportal-war/src/main/webapp/WEB-INF] to [/opt/esup-uportal/uportal-war/target/uPortal]
[artifact:mvn] [INFO] Copying webapp resources [/opt/esup-uportal/uportal-war/src/main/webapp]
[artifact:mvn] [INFO] Webapp assembled in [2051 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-war/target/uPortal.war
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-war/target/uPortal-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ uportal-war ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ uportal-war ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-war/target/uPortal.war to /home/esup/.m2/repository/org/jasig/portal/uportal-war/4.0.11/uportal-war-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-war/pom.xml to /home/esup/.m2/repository/org/jasig/portal/uportal-war/4.0.11/uportal-war-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-war/target/uPortal-classes.jar to /home/esup/.m2/repository/org/jasig/portal/uportal-war/4.0.11/uportal-war-4.0.11-classes.jar
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] BUILD SUCCESS
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 33.417s
[artifact:mvn] [INFO] Finished at: Fri May 17 08:25:30 CEST 2013
[artifact:mvn] [INFO] Final Memory: 39M/261M
[artifact:mvn] [INFO] ------------------------------------------------------------------------
mvn:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Reactor Build Order:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] uPortal Portlets
[artifact:mvn] [INFO] Bookmarks Portlet
[artifact:mvn] [INFO] Calendar Portlet
[artifact:mvn] [INFO] CAS Proxy Test Portlet
[artifact:mvn] [INFO] Email Preview Portlet
[artifact:mvn] [INFO] Functional Tests Portlet
[artifact:mvn] [INFO] Jasig Widget Portlets
[artifact:mvn] [INFO] News Reader Portlet
[artifact:mvn] [INFO] Jasig Notification Portlet
[artifact:mvn] [INFO] Simple Content Portlet
[artifact:mvn] [INFO] Weather Portlet
[artifact:mvn] [INFO] Web Proxy Portlet
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal Portlets 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ uportal-portlets-overlay ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ uportal-portlets-overlay ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ uportal-portlets-overlay ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ uportal-portlets-overlay ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/uportal-portlets-overlay/4.0.11/uportal-portlets-overlay-4.0.11.pom
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Bookmarks Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ BookmarksPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ BookmarksPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ BookmarksPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 2 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ BookmarksPortlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ BookmarksPortlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ BookmarksPortlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ BookmarksPortlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ BookmarksPortlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [BookmarksPortlet] in [/opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target/BookmarksPortlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Copying webapp webResources [/opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/src/main/webapp/WEB-INF] to [/opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target/BookmarksPortlet]
[artifact:mvn] [INFO] Copying webapp resources [/opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/src/main/webapp]
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:BookmarksPortlet]
[artifact:mvn] [INFO] Webapp assembled in [1345 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target/BookmarksPortlet.war
[artifact:mvn] [WARNING] Warning: selected war files include a META-INF/INDEX.LIST which will be replaced by a newly generated one.
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target/BookmarksPortlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ BookmarksPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ BookmarksPortlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target/BookmarksPortlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ BookmarksPortlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target/BookmarksPortlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/BookmarksPortlet/4.0.11/BookmarksPortlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/BookmarksPortlet/4.0.11/BookmarksPortlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/BookmarksPortlet/target/BookmarksPortlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/BookmarksPortlet/4.0.11/BookmarksPortlet-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Calendar Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ CalendarPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ CalendarPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CalendarPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 2 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ CalendarPortlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ CalendarPortlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ CalendarPortlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ CalendarPortlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ CalendarPortlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [CalendarPortlet] in [/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target/CalendarPortlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:CalendarPortlet]
[artifact:mvn] [INFO] Webapp assembled in [4552 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target/CalendarPortlet.war
[artifact:mvn] [WARNING] Warning: selected war files include a META-INF/INDEX.LIST which will be replaced by a newly generated one.
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target/CalendarPortlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ CalendarPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ CalendarPortlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target/CalendarPortlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ CalendarPortlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target/CalendarPortlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/CalendarPortlet/4.0.11/CalendarPortlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/CalendarPortlet/4.0.11/CalendarPortlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target/CalendarPortlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/CalendarPortlet/4.0.11/CalendarPortlet-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building CAS Proxy Test Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [cas-proxy-test-portlet] in [/opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/target/cas-proxy-test-portlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:cas-proxy-test-portlet]
[artifact:mvn] [INFO] Webapp assembled in [504 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/target/cas-proxy-test-portlet.war
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/target/cas-proxy-test-portlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/target/cas-proxy-test-portlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ cas-proxy-test-portlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/target/cas-proxy-test-portlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/cas-proxy-test-portlet/4.0.11/cas-proxy-test-portlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/cas-proxy-test-portlet/4.0.11/cas-proxy-test-portlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/cas-proxy-test-portlet/target/cas-proxy-test-portlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/cas-proxy-test-portlet/4.0.11/cas-proxy-test-portlet-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Email Preview Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ email-preview ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ email-preview ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ email-preview ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ email-preview ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ email-preview ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ email-preview ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ email-preview ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ email-preview ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [email-preview] in [/opt/esup-uportal/uportal-portlets-overlay/email-preview/target/email-preview]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:email-preview]
[artifact:mvn] [INFO] Webapp assembled in [3384 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/email-preview/target/email-preview.war
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/email-preview/target/email-preview-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ email-preview ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ email-preview ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/email-preview/target/email-preview.war to directory /opt/esup-uportal/uportal-portlets-overlay/email-preview/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ email-preview ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/email-preview/target/email-preview.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/email-preview/4.0.11/email-preview-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/email-preview/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/email-preview/4.0.11/email-preview-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/email-preview/target/email-preview-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/email-preview/4.0.11/email-preview-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Functional Tests Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] skip non existing resourceDirectory /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/src/main/resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [FunctionalTestsPortlet] in [/opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target/FunctionalTestsPortlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Copying webapp webResources [/opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/src/main/webapp/WEB-INF] to [/opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target/FunctionalTestsPortlet]
[artifact:mvn] [INFO] Copying webapp resources [/opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/src/main/webapp]
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:FunctionalTestsPortlet]
[artifact:mvn] [INFO] Webapp assembled in [923 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target/FunctionalTestsPortlet.war
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target/FunctionalTestsPortlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target/FunctionalTestsPortlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ FunctionalTestsPortlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target/FunctionalTestsPortlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/FunctionalTestsPortlet/4.0.11/FunctionalTestsPortlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/FunctionalTestsPortlet/4.0.11/FunctionalTestsPortlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/FunctionalTestsPortlet/target/FunctionalTestsPortlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/FunctionalTestsPortlet/4.0.11/FunctionalTestsPortlet-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Jasig Widget Portlets 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jasig-widget-portlets ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ jasig-widget-portlets ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [jasig-widget-portlets] in [/opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target/jasig-widget-portlets]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Copying webapp webResources [/opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/src/main/webapp/WEB-INF] to [/opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target/jasig-widget-portlets]
[artifact:mvn] [INFO] Copying webapp resources [/opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/src/main/webapp]
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:jasig-widget-portlets]
[artifact:mvn] [INFO] Webapp assembled in [4869 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target/jasig-widget-portlets.war
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target/jasig-widget-portlets-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ jasig-widget-portlets ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target/jasig-widget-portlets.war to directory /opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jasig-widget-portlets ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target/jasig-widget-portlets.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/jasig-widget-portlets/4.0.11/jasig-widget-portlets-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/jasig-widget-portlets/4.0.11/jasig-widget-portlets-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/jasig-widget-portlets/target/jasig-widget-portlets-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/jasig-widget-portlets/4.0.11/jasig-widget-portlets-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building News Reader Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ NewsReaderPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ NewsReaderPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 3 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [NewsReaderPortlet] in [/opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/target/NewsReaderPortlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:NewsReaderPortlet]
[artifact:mvn] [INFO] Webapp assembled in [4841 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/target/NewsReaderPortlet.war
[artifact:mvn] [WARNING] Warning: selected war files include a META-INF/INDEX.LIST which will be replaced by a newly generated one.
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/target/NewsReaderPortlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ NewsReaderPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/target/NewsReaderPortlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ NewsReaderPortlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/target/NewsReaderPortlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/NewsReaderPortlet/4.0.11/NewsReaderPortlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/NewsReaderPortlet/4.0.11/NewsReaderPortlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/NewsReaderPortlet/target/NewsReaderPortlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/NewsReaderPortlet/4.0.11/NewsReaderPortlet-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Jasig Notification Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ NotificationPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ NotificationPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ NotificationPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 2 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ NotificationPortlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ NotificationPortlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ NotificationPortlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ NotificationPortlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ NotificationPortlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [NotificationPortlet] in [/opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/target/NotificationPortlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:NotificationPortlet]
[artifact:mvn] [INFO] Webapp assembled in [843 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/target/NotificationPortlet.war
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/target/NotificationPortlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ NotificationPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ NotificationPortlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/target/NotificationPortlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ NotificationPortlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/target/NotificationPortlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/NotificationPortlet/4.0.11/NotificationPortlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/NotificationPortlet/4.0.11/NotificationPortlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/NotificationPortlet/target/NotificationPortlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/NotificationPortlet/4.0.11/NotificationPortlet-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Simple Content Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ SimpleContentPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ SimpleContentPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [SimpleContentPortlet] in [/opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/target/SimpleContentPortlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet.simplecontent:SimpleContentPortlet]
[artifact:mvn] [INFO] Webapp assembled in [4215 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/target/SimpleContentPortlet.war
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/target/SimpleContentPortlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ SimpleContentPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/target/SimpleContentPortlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ SimpleContentPortlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/target/SimpleContentPortlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/SimpleContentPortlet/4.0.11/SimpleContentPortlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/SimpleContentPortlet/4.0.11/SimpleContentPortlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/SimpleContentPortlet/target/SimpleContentPortlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/SimpleContentPortlet/4.0.11/SimpleContentPortlet-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Weather Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ WeatherPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ WeatherPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ WeatherPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ WeatherPortlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ WeatherPortlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ WeatherPortlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ WeatherPortlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ WeatherPortlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [WeatherPortlet] in [/opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target/WeatherPortlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Copying webapp webResources [/opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/src/main/webapp/WEB-INF] to [/opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target/WeatherPortlet]
[artifact:mvn] [INFO] Copying webapp resources [/opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/src/main/webapp]
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:WeatherPortlet]
[artifact:mvn] [INFO] Webapp assembled in [2540 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target/WeatherPortlet.war
[artifact:mvn] [WARNING] Warning: selected war files include a META-INF/INDEX.LIST which will be replaced by a newly generated one.
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target/WeatherPortlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ WeatherPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ WeatherPortlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target/WeatherPortlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ WeatherPortlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target/WeatherPortlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/WeatherPortlet/4.0.11/WeatherPortlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/WeatherPortlet/4.0.11/WeatherPortlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/WeatherPortlet/target/WeatherPortlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/WeatherPortlet/4.0.11/WeatherPortlet-4.0.11-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Web Proxy Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ WebProxyPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ WebProxyPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ WebProxyPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 1 resource
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ WebProxyPortlet ---
[artifact:mvn] [INFO] No sources to compile
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ WebProxyPortlet ---
[artifact:mvn] [INFO] Not copying test resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ WebProxyPortlet ---
[artifact:mvn] [INFO] Not compiling test sources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.13:test (default-test) @ WebProxyPortlet ---
[artifact:mvn] [INFO] Tests are skipped.
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-war-plugin:2.3:war (default-war) @ WebProxyPortlet ---
[artifact:mvn] [INFO] Packaging webapp
[artifact:mvn] [INFO] Assembling webapp [WebProxyPortlet] in [/opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target/WebProxyPortlet]
[artifact:mvn] [INFO] Processing war project
[artifact:mvn] [INFO] Copying webapp webResources [/opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/src/main/webapp/WEB-INF] to [/opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target/WebProxyPortlet]
[artifact:mvn] [INFO] Copying webapp resources [/opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/src/main/webapp]
[artifact:mvn] [INFO] Processing overlay [ id org.jasig.portlet:WebProxyPortlet]
[artifact:mvn] [INFO] Webapp assembled in [2409 msecs]
[artifact:mvn] [INFO] Building war: /opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target/WebProxyPortlet.war
[artifact:mvn] [WARNING] Warning: selected war files include a META-INF/INDEX.LIST which will be replaced by a newly generated one.
[artifact:mvn] [INFO] Packaging classes
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target/WebProxyPortlet-classes.jar
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ WebProxyPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-pluto-plugin:2.1.0-M3:assemble (default) @ WebProxyPortlet ---
[artifact:mvn] [INFO] Assembling archive file /opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target/WebProxyPortlet.war to directory /opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ WebProxyPortlet ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target/WebProxyPortlet.war to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/WebProxyPortlet/4.0.11/WebProxyPortlet-4.0.11.war
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/pom.xml to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/WebProxyPortlet/4.0.11/WebProxyPortlet-4.0.11.pom
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-portlets-overlay/WebProxyPortlet/target/WebProxyPortlet-classes.jar to /home/esup/.m2/repository/org/jasig/portal/portlets-overlay/WebProxyPortlet/4.0.11/WebProxyPortlet-4.0.11-classes.jar
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Reactor Summary:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] uPortal Portlets .................................. SUCCESS [0.953s]
[artifact:mvn] [INFO] Bookmarks Portlet ................................. SUCCESS [3.144s]
[artifact:mvn] [INFO] Calendar Portlet .................................. SUCCESS [8.449s]
[artifact:mvn] [INFO] CAS Proxy Test Portlet ............................ SUCCESS [0.930s]
[artifact:mvn] [INFO] Email Preview Portlet ............................. SUCCESS [4.702s]
[artifact:mvn] [INFO] Functional Tests Portlet .......................... SUCCESS [1.505s]
[artifact:mvn] [INFO] Jasig Widget Portlets ............................. SUCCESS [8.406s]
[artifact:mvn] [INFO] News Reader Portlet ............................... SUCCESS [8.945s]
[artifact:mvn] [INFO] Jasig Notification Portlet ........................ SUCCESS [2.649s]
[artifact:mvn] [INFO] Simple Content Portlet ............................ SUCCESS [7.583s]
[artifact:mvn] [INFO] Weather Portlet ................................... SUCCESS [5.988s]
[artifact:mvn] [INFO] Web Proxy Portlet ................................. SUCCESS [5.783s]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] BUILD SUCCESS
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 1:00.292s
[artifact:mvn] [INFO] Finished at: Fri May 17 08:26:33 CEST 2013
[artifact:mvn] [INFO] Final Memory: 15M/40M
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[echo] Artifact '/opt/esup-uportal/uportal-ear/target/uPortal.ear' is not available or out-of-date, calling 'mvn install'
mvn:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal EAR 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ uportal-ear ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ uportal-ear ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-ear-plugin:2.8:generate-application-xml (default-generate-application-xml) @ uportal-ear ---
[artifact:mvn] [INFO] Generating application.xml
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uportal-ear ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] skip non existing resourceDirectory /opt/esup-uportal/uportal-ear/src/main/resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-ear-plugin:2.8:ear (default-ear) @ uportal-ear ---
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal:uportal-war:4.0.11] to [uPortal.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.resourceserver:resource-server-webapp:1.0.29] to [ResourceServingWebapp.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:BookmarksPortlet:4.0.11] to [BookmarksPortlet.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:CalendarPortlet:4.0.11] to [CalendarPortlet.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:cas:4.0.11] to [cas.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:cas-proxy-test-portlet:4.0.11] to [cas-proxy-test-portlet.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:email-preview:4.0.11] to [email-preview.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:FunctionalTestsPortlet:4.0.11] to [FunctionalTestsPortlet.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:jasig-widget-portlets:4.0.11] to [jasig-widget-portlets.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:pluto-testsuite:4.0.11] to [pluto-testsuite.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:NewsReaderPortlet:4.0.11] to [NewsReaderPortlet.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:NotificationPortlet:4.0.11] to [NotificationPortlet.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:SimpleContentPortlet:4.0.11] to [SimpleContentPortlet.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:WeatherPortlet:4.0.11] to [WeatherPortlet.war]
[artifact:mvn] [INFO] Copying artifact [war:org.jasig.portal.portlets-overlay:WebProxyPortlet:4.0.11] to [WebProxyPortlet.war]
[artifact:mvn] [INFO] Copying artifact [jar:javax.ccpp:ccpp:1.0] to [ccpp.jar]
[artifact:mvn] [INFO] Copying artifact [jar:javax.portlet:portlet-api:2.0] to [portlet-api.jar]
[artifact:mvn] [INFO] Copying artifact [jar:org.apache.portals.pluto:pluto-container-api:2.1.0-M3] to [pluto-container-api.jar]
[artifact:mvn] [INFO] Copying artifact [jar:org.apache.portals.pluto:pluto-container-driver-api:2.1.0-M3] to [pluto-container-driver-api.jar]
[artifact:mvn] [INFO] Copying artifact [jar:org.apache.portals.pluto:pluto-taglib:2.1.0-M3] to [pluto-taglib.jar]
[artifact:mvn] [INFO] Copying artifact [jar:org.jasig.service.persondir:person-directory-api:1.5.2-M1] to [person-directory-api.jar]
[artifact:mvn] [INFO] Could not find manifest file: /opt/esup-uportal/uportal-ear/target/uPortal/META-INF/MANIFEST.MF - Generating one
[artifact:mvn] [INFO] Building jar: /opt/esup-uportal/uportal-ear/target/uPortal.ear
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-site-plugin:3.1.r1174614:attach-descriptor (attach-descriptor) @ uportal-ear ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-install-plugin:2.4:install (default-install) @ uportal-ear ---
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-ear/target/uPortal.ear to /home/esup/.m2/repository/org/jasig/portal/uportal-ear/4.0.11/uportal-ear-4.0.11.ear
[artifact:mvn] [INFO] Installing /opt/esup-uportal/uportal-ear/pom.xml to /home/esup/.m2/repository/org/jasig/portal/uportal-ear/4.0.11/uportal-ear-4.0.11.pom
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] BUILD SUCCESS
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 1:15.831s
[artifact:mvn] [INFO] Finished at: Fri May 17 08:27:52 CEST 2013
[artifact:mvn] [INFO] Final Memory: 7M/18M
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[echo] extractWars=true
[echo] removeExisting=true
[echo] cleanShared=true
checkForTomcat:
clean-shared:
[up:tomcatEarDeploy] 17 mai 2013 08:27:56 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!uPortal.war' to '/opt/tomcat-esup/webapps/uPortal'
[up:tomcatEarDeploy] 17 mai 2013 08:28:02 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!ResourceServingWebapp.war' to '/opt/tomcat-esup/webapps/ResourceServingWebapp'
[up:tomcatEarDeploy] 17 mai 2013 08:28:04 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!BookmarksPortlet.war' to '/opt/tomcat-esup/webapps/BookmarksPortlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:04 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!CalendarPortlet.war' to '/opt/tomcat-esup/webapps/CalendarPortlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:09 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!cas.war' to '/opt/tomcat-esup/webapps/cas'
[up:tomcatEarDeploy] 17 mai 2013 08:28:09 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!cas-proxy-test-portlet.war' to '/opt/tomcat-esup/webapps/cas-proxy-test-portlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:09 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!email-preview.war' to '/opt/tomcat-esup/webapps/email-preview'
[up:tomcatEarDeploy] 17 mai 2013 08:28:10 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!FunctionalTestsPortlet.war' to '/opt/tomcat-esup/webapps/FunctionalTestsPortlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:12 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!jasig-widget-portlets.war' to '/opt/tomcat-esup/webapps/jasig-widget-portlets'
[up:tomcatEarDeploy] 17 mai 2013 08:28:12 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!pluto-testsuite.war' to '/opt/tomcat-esup/webapps/pluto-testsuite'
[up:tomcatEarDeploy] 17 mai 2013 08:28:13 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!NewsReaderPortlet.war' to '/opt/tomcat-esup/webapps/NewsReaderPortlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:14 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!NotificationPortlet.war' to '/opt/tomcat-esup/webapps/NotificationPortlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:14 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!SimpleContentPortlet.war' to '/opt/tomcat-esup/webapps/SimpleContentPortlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:16 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!WeatherPortlet.war' to '/opt/tomcat-esup/webapps/WeatherPortlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:17 org.jasig.portal.tools.deployer.AbstractEarDeployer extractWar
[up:tomcatEarDeploy] INFO: Extracting EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!WebProxyPortlet.war' to '/opt/tomcat-esup/webapps/WebProxyPortlet'
[up:tomcatEarDeploy] 17 mai 2013 08:28:18 org.jasig.portal.tools.deployer.AbstractEarDeployer copyAndClose
[up:tomcatEarDeploy] INFO: Copying EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!pluto-container-driver-api.jar' to '/opt/tomcat-esup/shared/lib/pluto-container-driver-api.jar'
[up:tomcatEarDeploy] 17 mai 2013 08:28:18 org.jasig.portal.tools.deployer.AbstractEarDeployer copyAndClose
[up:tomcatEarDeploy] INFO: Copying EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!portlet-api.jar' to '/opt/tomcat-esup/shared/lib/portlet-api.jar'
[up:tomcatEarDeploy] 17 mai 2013 08:28:18 org.jasig.portal.tools.deployer.AbstractEarDeployer copyAndClose
[up:tomcatEarDeploy] INFO: Copying EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!pluto-taglib.jar' to '/opt/tomcat-esup/shared/lib/pluto-taglib.jar'
[up:tomcatEarDeploy] 17 mai 2013 08:28:18 org.jasig.portal.tools.deployer.AbstractEarDeployer copyAndClose
[up:tomcatEarDeploy] INFO: Copying EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!pluto-container-api.jar' to '/opt/tomcat-esup/shared/lib/pluto-container-api.jar'
[up:tomcatEarDeploy] 17 mai 2013 08:28:18 org.jasig.portal.tools.deployer.AbstractEarDeployer copyAndClose
[up:tomcatEarDeploy] INFO: Copying EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!person-directory-api.jar' to '/opt/tomcat-esup/shared/lib/person-directory-api.jar'
[up:tomcatEarDeploy] 17 mai 2013 08:28:18 org.jasig.portal.tools.deployer.AbstractEarDeployer copyAndClose
[up:tomcatEarDeploy] INFO: Copying EAR entry '/opt/esup-uportal/uportal-ear/target/uPortal.ear!ccpp.jar' to '/opt/tomcat-esup/shared/lib/ccpp.jar'
prodPrompt:
initdb:
[echo] Initializing database
prodPrompt:
db:
[echo] Creating DBLoader Script
up-shell:
prodPrompt:
db-hibernate:
prodPrompt:
db-hibernate-portal:
[echo] Creating HBM2DDL Script
up-shell:
prodPrompt:
db-hibernate-raw-events:
prodPrompt:
db-hibernate-portal:
[echo] Creating HBM2DDL Script
up-shell:
prodPrompt:
db-hibernate-aggr-events:
prodPrompt:
db-hibernate-portal:
[echo] Creating HBM2DDL Script
up-shell:
prodPrompt:
db-hibernate-portlets:
[echo] Creating tables for bundled portlets [skipPackage=true]
mvn:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Reactor Build Order:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] uPortal Portlets
[artifact:mvn] [INFO] Bookmarks Portlet
[artifact:mvn] [INFO] Calendar Portlet
[artifact:mvn] [INFO] CAS Proxy Test Portlet
[artifact:mvn] [INFO] Email Preview Portlet
[artifact:mvn] [INFO] Functional Tests Portlet
[artifact:mvn] [INFO] Jasig Widget Portlets
[artifact:mvn] [INFO] News Reader Portlet
[artifact:mvn] [INFO] Jasig Notification Portlet
[artifact:mvn] [INFO] Simple Content Portlet
[artifact:mvn] [INFO] Weather Portlet
[artifact:mvn] [INFO] Web Proxy Portlet
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal Portlets 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Bookmarks Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Calendar Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] >>> hibernate3-maven-plugin:2.2:hbm2ddl (default) @ CalendarPortlet >>>
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ CalendarPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-versions) @ CalendarPortlet ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CalendarPortlet ---
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 2 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] <<< hibernate3-maven-plugin:2.2:hbm2ddl (default) @ CalendarPortlet <<<
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- hibernate3-maven-plugin:2.2:hbm2ddl (default) @ CalendarPortlet ---
[artifact:mvn] [INFO] Configuration XML file loaded: jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/hibernate.cfg.xml
[artifact:mvn] 08:28:30,122 INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.4.0.GA
[artifact:mvn] 08:28:30,155 INFO org.hibernate.cfg.Environment - Hibernate 3.2.3
[artifact:mvn] 08:28:30,168 INFO org.hibernate.cfg.Environment - hibernate.properties not found
[artifact:mvn] 08:28:30,171 INFO org.hibernate.cfg.Environment - Bytecode provider name : cglib
[artifact:mvn] 08:28:30,199 INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
[artifact:mvn] [INFO] Configuration XML file loaded: jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/hibernate.cfg.xml
[artifact:mvn] 08:28:30,335 INFO org.hibernate.annotations.common.Version - Hibernate Commons Annotations 3.1.0.GA
[artifact:mvn] 08:28:30,340 INFO org.hibernate.cfg.Configuration - configuring from url: jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/hibernate.cfg.xml
[artifact:mvn] 08:28:30,715 INFO org.hibernate.cfg.Configuration - Reading mappings from resource : hibernate-mappings/CalendarDefinition.hbm.xml
[artifact:mvn] 08:28:30,944 INFO org.hibernate.cfg.Configuration - Reading mappings from resource : hibernate-mappings/CalendarConfiguration.hbm.xml
[artifact:mvn] 08:28:30,972 INFO org.hibernate.cfg.Configuration - Configured SessionFactory: null
[artifact:mvn] [INFO] Configuration Properties file loaded: /opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/target/classes/datasource.properties
[artifact:mvn] 08:28:31,076 INFO org.hibernate.cfg.HbmBinder - Mapping class: org.jasig.portlet.calendar.CalendarDefinition -> CALENDAR_STORE
[artifact:mvn] 08:28:31,094 INFO org.hibernate.cfg.HbmBinder - Mapping collection: org.jasig.portlet.calendar.CalendarDefinition.parameters -> CALENDAR_PARAMETER
[artifact:mvn] 08:28:31,138 INFO org.hibernate.cfg.HbmBinder - Mapping subclass: org.jasig.portlet.calendar.UserDefinedCalendarDefinition -> CALENDAR_STORE
[artifact:mvn] 08:28:31,144 INFO org.hibernate.cfg.HbmBinder - Mapping subclass: org.jasig.portlet.calendar.PredefinedCalendarDefinition -> CALENDAR_STORE
[artifact:mvn] 08:28:31,146 INFO org.hibernate.cfg.HbmBinder - Mapping collection: org.jasig.portlet.calendar.PredefinedCalendarDefinition.defaultRoles -> CALENDAR_ROLE
[artifact:mvn] 08:28:31,146 INFO org.hibernate.cfg.HbmBinder - Mapping class: org.jasig.portlet.calendar.CalendarConfiguration -> CALENDAR_CONFIGURATION
[artifact:mvn] 08:28:31,147 INFO org.hibernate.cfg.HbmBinder - Mapping subclass: org.jasig.portlet.calendar.PredefinedCalendarConfiguration -> CALENDAR_CONFIGURATION
[artifact:mvn] 08:28:31,233 INFO org.hibernate.cfg.HbmBinder - Mapping collection: org.jasig.portlet.calendar.PredefinedCalendarConfiguration.preferences -> CALENDAR_PREFERENCE
[artifact:mvn] 08:28:31,234 INFO org.hibernate.cfg.HbmBinder - Mapping subclass: org.jasig.portlet.calendar.UserDefinedCalendarConfiguration -> CALENDAR_CONFIGURATION
[artifact:mvn] 08:28:31,236 INFO org.hibernate.cfg.HbmBinder - Mapping collection: org.jasig.portlet.calendar.PredefinedCalendarDefinition.userConfigurations -> CALENDAR_CONFIGURATION
[artifact:mvn] 08:28:31,244 INFO org.hibernate.cfg.AnnotationConfiguration - Hibernate Validator not found: ignoring
[artifact:mvn] 08:28:31,311 INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.PostgreSQLDialect
[artifact:mvn] 08:28:31,408 INFO org.hibernate.tool.hbm2ddl.SchemaExport - Running hbm2ddl schema export
[artifact:mvn] 08:28:31,409 INFO org.hibernate.tool.hbm2ddl.SchemaExport - exporting generated schema to database
[artifact:mvn] 08:28:31,412 INFO org.hibernate.connection.DriverManagerConnectionProvider - Using Hibernate built-in connection pool (not for production use!)
[artifact:mvn] 08:28:31,412 INFO org.hibernate.connection.DriverManagerConnectionProvider - Hibernate connection pool size: 20
[artifact:mvn] 08:28:31,412 INFO org.hibernate.connection.DriverManagerConnectionProvider - autocommit mode: false
[artifact:mvn] 08:28:31,431 INFO org.hibernate.connection.DriverManagerConnectionProvider - using driver: org.postgresql.Driver at URL: jdbc:postgresql://sql.univ.fr:5432/esup4
[artifact:mvn] 08:28:31,432 INFO org.hibernate.connection.DriverManagerConnectionProvider - connection properties: {user=esup4, password=****}
[artifact:mvn] alter table CALENDAR_CONFIGURATION drop constraint FKF8F0C5957886B9ED;
[artifact:mvn] alter table CALENDAR_CONFIGURATION drop constraint FKF8F0C5953B30B1;
[artifact:mvn] alter table CALENDAR_PARAMETER drop constraint FKB05633C8BC98598B;
[artifact:mvn] alter table CALENDAR_PREFERENCE drop constraint FKE815407CCAE99FF9;
[artifact:mvn] alter table CALENDAR_ROLE drop constraint FK30839CD73B30B1;
[artifact:mvn] drop table CALENDAR_CONFIGURATION;
[artifact:mvn] drop table CALENDAR_PARAMETER;
[artifact:mvn] drop table CALENDAR_PREFERENCE;
[artifact:mvn] drop table CALENDAR_ROLE;
[artifact:mvn] drop table CALENDAR_STORE;
[artifact:mvn] drop sequence hibernate_sequence;
[artifact:mvn] create table CALENDAR_CONFIGURATION (CALENDAR_CONFIGURATION_ID int8 not null, CALENDAR_CONFIGURATION_TYPE varchar(255) not null, SUBSCRIBE_ID varchar(50), DISPLAYED bool, CALENDAR_ID int8, primary key (CALENDAR_CONFIGURATION_ID));
[artifact:mvn] create table CALENDAR_PARAMETER (CALENDAR_ID int8 not null, CALENDAR_PARAMETER_VALUE text not null, CALENDAR_PARAMETER_NAME varchar(255) not null, primary key (CALENDAR_ID, CALENDAR_PARAMETER_NAME));
[artifact:mvn] create table CALENDAR_PREFERENCE (CALENDAR_CONFIGURATION_ID int8 not null, CALENDAR_PREFERENCE_VALUE text not null, CALENDAR_PREFERENCE_NAME varchar(255) not null, primary key (CALENDAR_CONFIGURATION_ID, CALENDAR_PREFERENCE_NAME));
[artifact:mvn] create table CALENDAR_ROLE (CALENDAR_ID int8 not null, ROLE_NAME varchar(255) not null, primary key (CALENDAR_ID, ROLE_NAME));
[artifact:mvn] create table CALENDAR_STORE (CALENDAR_ID int8 not null, CALENDAR_LISTING_TYPE varchar(255) not null, CALENDAR_NAME varchar(100), CALENDAR_CLASS varchar(100), CALENDAR_FNAME varchar(100), primary key (CALENDAR_ID));
[artifact:mvn] create index SUBSCRIPTION_IDX on CALENDAR_CONFIGURATION (SUBSCRIBE_ID);
[artifact:mvn] alter table CALENDAR_CONFIGURATION add constraint FKF8F0C5957886B9ED foreign key (CALENDAR_ID) references CALENDAR_STORE;
[artifact:mvn] alter table CALENDAR_CONFIGURATION add constraint FKF8F0C5953B30B1 foreign key (CALENDAR_ID) references CALENDAR_STORE;
[artifact:mvn] 08:28:32,114 INFO org.hibernate.tool.hbm2ddl.SchemaExport - schema export complete
[artifact:mvn] 08:28:32,118 INFO org.hibernate.connection.DriverManagerConnectionProvider - cleaning up connection pool: jdbc:postgresql://sql.univ.fr:5432/esup4
[artifact:mvn] alter table CALENDAR_PARAMETER add constraint FKB05633C8BC98598B foreign key (CALENDAR_ID) references CALENDAR_STORE;
[artifact:mvn] alter table CALENDAR_PREFERENCE add constraint FKE815407CCAE99FF9 foreign key (CALENDAR_CONFIGURATION_ID) references CALENDAR_CONFIGURATION;
[artifact:mvn] alter table CALENDAR_ROLE add constraint FK30839CD73B30B1 foreign key (CALENDAR_ID) references CALENDAR_STORE;
[artifact:mvn] create sequence hibernate_sequence;
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building CAS Proxy Test Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Email Preview Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Functional Tests Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Jasig Widget Portlets 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building News Reader Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Jasig Notification Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Simple Content Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Weather Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Web Proxy Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Reactor Summary:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] uPortal Portlets .................................. SUCCESS [0.113s]
[artifact:mvn] [INFO] Bookmarks Portlet ................................. SUCCESS [0.001s]
[artifact:mvn] [INFO] Calendar Portlet .................................. SUCCESS [8.341s]
[artifact:mvn] [INFO] CAS Proxy Test Portlet ............................ SUCCESS [0.004s]
[artifact:mvn] [INFO] Email Preview Portlet ............................. SUCCESS [0.000s]
[artifact:mvn] [INFO] Functional Tests Portlet .......................... SUCCESS [0.000s]
[artifact:mvn] [INFO] Jasig Widget Portlets ............................. SUCCESS [0.002s]
[artifact:mvn] [INFO] News Reader Portlet ............................... SUCCESS [0.000s]
[artifact:mvn] [INFO] Jasig Notification Portlet ........................ SUCCESS [0.000s]
[artifact:mvn] [INFO] Simple Content Portlet ............................ SUCCESS [0.000s]
[artifact:mvn] [INFO] Weather Portlet ................................... SUCCESS [0.001s]
[artifact:mvn] [INFO] Web Proxy Portlet ................................. SUCCESS [0.000s]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] BUILD SUCCESS
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 9.875s
[artifact:mvn] [INFO] Finished at: Fri May 17 08:28:32 CEST 2013
[artifact:mvn] [INFO] Final Memory: 12M/30M
[artifact:mvn] [INFO] ------------------------------------------------------------------------
prodPrompt:
db-import:
prodPrompt:
db-import-required:
prodPrompt:
data-import:
[echo] Creating Data Import Script
up-shell:
prodPrompt:
db-import-default:
prodPrompt:
data-import:
[echo] Creating Data Import Script
up-shell:
prodPrompt:
db-import-quickstart:
prodPrompt:
data-import:
[echo] Creating Data Import Script
up-shell:
prodPrompt:
portlet-data-import:
[echo] Importing portlet-specific data [skipPackage=true]
mvn:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Reactor Build Order:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] uPortal Portlets
[artifact:mvn] [INFO] Bookmarks Portlet
[artifact:mvn] [INFO] Calendar Portlet
[artifact:mvn] [INFO] CAS Proxy Test Portlet
[artifact:mvn] [INFO] Email Preview Portlet
[artifact:mvn] [INFO] Functional Tests Portlet
[artifact:mvn] [INFO] Jasig Widget Portlets
[artifact:mvn] [INFO] News Reader Portlet
[artifact:mvn] [INFO] Jasig Notification Portlet
[artifact:mvn] [INFO] Simple Content Portlet
[artifact:mvn] [INFO] Weather Portlet
[artifact:mvn] [INFO] Web Proxy Portlet
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building uPortal Portlets 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Bookmarks Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Calendar Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-antrun-plugin:1.3:run (default) @ CalendarPortlet ---
[artifact:mvn] [INFO] Executing tasks
[artifact:mvn]
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 4 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.ORIGIN=classpath://org/jasig/portlet/calendar/io/import.crn.xml
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider com.sun.script.javascript.RhinoScriptEngineFactory not found
[artifact:mvn] INFO Loaded 'javax.script.Compilable', assuming JDK6 and compilable script support
[artifact:mvn] INFO Creating new lazily initialized GenericApplicationContext for the portal
[artifact:mvn] INFO Loading XML bean definitions from class path resource [/context/importExportContext.xml]
[artifact:mvn] INFO Loading XML bean definitions from class path resource [/context/applicationContext.xml]
[artifact:mvn] INFO Loading XML bean definitions from class path resource [/context/calendarContext.xml]
[artifact:mvn] INFO Refreshing org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] INFO Loading properties file from class path resource [datasource.properties]
[artifact:mvn] INFO Loading properties file from class path resource [configuration.properties]
[artifact:mvn] INFO Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1bf6ec8: defining beans [cacheManager,calendarCache,calendarEventsDao,elementsProvider,pageCachingFilter,CacheExpiresFilter,ticketValidationFilter,ticketValidator,casTicketService,proxyGrantingTicketStorage,calendarStore,calendarStoreTarget,abstractStoreTransactionProxy,abstractHibernateTemplate,transactionManager,sessionFactory,dataSource,propertyConfigurer,messageSource,stringCleaningUtil,org.springframework.web.servlet.view.XmlViewResolver#0,viewResolver,defaultExceptionHandlerTemplate,timeZones,templateUrlCreator,urlTemplateHttpIcalAdapter,httpRssAdapter,fileIcalAdapter,casProxyHttpIcalAdapter,crn-import,importTasks,import-PredefinedCalendarDefinition_v1-0,parse-CalendarDefinition,import-PredefinedCalendarSubscription_v1-0,import-UserDefinedCalendar_v1-0,crn-export,exportTasks,export-PredefinedCalendars_v1-0,export-PredefinedCalendarSubscriptions_v1-0,export-UserDefinedCalendars_v1-0]; root of factory hierarchy
[artifact:mvn] INFO Created new lazily initialized GenericApplicationContext for the portal in 1080ms
[artifact:mvn] INFO Loaded JDBC driver: org.postgresql.Driver
[artifact:mvn] INFO Hibernate 3.2.3
[artifact:mvn] INFO hibernate.properties not found
[artifact:mvn] INFO Bytecode provider name : cglib
[artifact:mvn] INFO using JDK 1.4 java.sql.Timestamp handling
[artifact:mvn] INFO configuring from url: jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/hibernate.cfg.xml
[artifact:mvn] INFO Reading mappings from resource : hibernate-mappings/CalendarDefinition.hbm.xml
[artifact:mvn] INFO Mapping class: org.jasig.portlet.calendar.CalendarDefinition -> CALENDAR_STORE
[artifact:mvn] INFO Mapping collection: org.jasig.portlet.calendar.CalendarDefinition.parameters -> CALENDAR_PARAMETER
[artifact:mvn] INFO Mapping subclass: org.jasig.portlet.calendar.UserDefinedCalendarDefinition -> CALENDAR_STORE
[artifact:mvn] INFO Mapping subclass: org.jasig.portlet.calendar.PredefinedCalendarDefinition -> CALENDAR_STORE
[artifact:mvn] INFO Mapping collection: org.jasig.portlet.calendar.PredefinedCalendarDefinition.defaultRoles -> CALENDAR_ROLE
[artifact:mvn] INFO Reading mappings from resource : hibernate-mappings/CalendarConfiguration.hbm.xml
[artifact:mvn] INFO Mapping class: org.jasig.portlet.calendar.CalendarConfiguration -> CALENDAR_CONFIGURATION
[artifact:mvn] INFO Mapping subclass: org.jasig.portlet.calendar.PredefinedCalendarConfiguration -> CALENDAR_CONFIGURATION
[artifact:mvn] INFO Mapping collection: org.jasig.portlet.calendar.PredefinedCalendarConfiguration.preferences -> CALENDAR_PREFERENCE
[artifact:mvn] INFO Mapping subclass: org.jasig.portlet.calendar.UserDefinedCalendarConfiguration -> CALENDAR_CONFIGURATION
[artifact:mvn] INFO Configured SessionFactory: null
[artifact:mvn] INFO Mapping collection: org.jasig.portlet.calendar.PredefinedCalendarDefinition.userConfigurations -> CALENDAR_CONFIGURATION
[artifact:mvn] INFO Building new Hibernate SessionFactory
[artifact:mvn] INFO Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
[artifact:mvn] INFO RDBMS: PostgreSQL, version: 8.4.17
[artifact:mvn] INFO JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 9.0 JDBC4 (build 801)
[artifact:mvn] INFO Using dialect: org.hibernate.dialect.PostgreSQLDialect
[artifact:mvn] INFO Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
[artifact:mvn] INFO No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
[artifact:mvn] INFO Automatic flush during beforeCompletion(): disabled
[artifact:mvn] INFO Automatic session close at end of transaction: disabled
[artifact:mvn] INFO JDBC batch size: 32
[artifact:mvn] INFO JDBC batch updates for versioned data: enabled
[artifact:mvn] INFO Scrollable result sets: enabled
[artifact:mvn] INFO JDBC3 getGeneratedKeys(): enabled
[artifact:mvn] INFO JDBC result set fetch size: 32
[artifact:mvn] INFO Connection release mode: auto
[artifact:mvn] INFO Default batch fetch size: 1
[artifact:mvn] INFO Generate SQL with comments: disabled
[artifact:mvn] INFO Order SQL updates by primary key: disabled
[artifact:mvn] INFO Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
[artifact:mvn] INFO Using ASTQueryTranslatorFactory
[artifact:mvn] INFO Query language substitutions: {}
[artifact:mvn] INFO JPA-QL strict compliance: disabled
[artifact:mvn] INFO Second-level cache: enabled
[artifact:mvn] INFO Query cache: disabled
[artifact:mvn] INFO Cache provider: org.hibernate.cache.NoCacheProvider
[artifact:mvn] INFO Optimize cache for minimal puts: disabled
[artifact:mvn] INFO Structured second-level cache entries: disabled
[artifact:mvn] INFO Statistics: enabled
[artifact:mvn] INFO Deleted entity synthetic identifier rollback: disabled
[artifact:mvn] INFO Default entity-mode: pojo
[artifact:mvn] INFO Named query checking : enabled
[artifact:mvn] INFO building session factory
[artifact:mvn] INFO Not binding factory to JNDI, no JNDI name configured
[artifact:mvn] INFO Running hbm2ddl schema update
[artifact:mvn] INFO fetching database metadata
[artifact:mvn] INFO updating schema
[artifact:mvn] INFO table found: public.calendar_configuration
[artifact:mvn] INFO columns: [subscribe_id, calendar_id, displayed, calendar_configuration_type, calendar_configuration_id]
[artifact:mvn] INFO foreign keys: [fkf8f0c5953b30b1, fkf8f0c5957886b9ed]
[artifact:mvn] INFO indexes: [subscription_idx, calendar_configuration_pkey]
[artifact:mvn] INFO table found: public.calendar_parameter
[artifact:mvn] INFO columns: [calendar_id, calendar_parameter_name, calendar_parameter_value]
[artifact:mvn] INFO foreign keys: [fkb05633c8bc98598b]
[artifact:mvn] INFO indexes: [calendar_parameter_pkey]
[artifact:mvn] INFO table found: public.calendar_preference
[artifact:mvn] INFO columns: [calendar_preference_name, calendar_configuration_id, calendar_preference_value]
[artifact:mvn] INFO foreign keys: [fke815407ccae99ff9]
[artifact:mvn] INFO indexes: [calendar_preference_pkey]
[artifact:mvn] INFO table found: public.calendar_role
[artifact:mvn] INFO columns: [calendar_id, role_name]
[artifact:mvn] INFO foreign keys: [fk30839cd73b30b1]
[artifact:mvn] INFO indexes: [calendar_role_pkey]
[artifact:mvn] INFO table found: public.calendar_store
[artifact:mvn] INFO columns: [calendar_id, calendar_listing_type, calendar_fname, calendar_class, calendar_name]
[artifact:mvn] INFO foreign keys: []
[artifact:mvn] INFO indexes: [calendar_store_pkey]
[artifact:mvn] INFO schema update complete
[artifact:mvn] INFO Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@1e30857] of Hibernate SessionFactory for HibernateTransactionManager
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 17 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.CONTEXT=file:/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data/
[artifact:mvn] ** - Attributes.LOCATION=Lunar_Phases.pcd.xml
[artifact:mvn] ** - Attributes.NODE=org.dom4j.tree.DefaultElement@37086a [Element: <predefined-calendar attributes: [org.dom4j.tree.DefaultAttribute@1099257 [Attribute: name script value "classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml"]]/>]
[artifact:mvn] ** - Attributes.ORIGIN=classpath://org/jasig/portlet/calendar/io/import.crn.xml
[artifact:mvn] ** - IMPORT_FILE_EXTENSIONS=[.pcd.xml, .pcs.xml, .ucd.xml]
[artifact:mvn] ** - IMPORT_LOG_PREFIX=[CAL-IMPORT]
[artifact:mvn] ** - PORTAL_CONTEXT=org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] ** - extension=.pcd.xml
[artifact:mvn] ** - importDir=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - importExportContextFile=classpath://context/importExportContext.xml
[artifact:mvn] ** - importPattern=.*
[artifact:mvn] ** - importTasks={classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@166c3a0, classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarSubscription_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@1b57890, classpath:/org/jasig/portlet/calendar/io/import-UserDefinedCalendar_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@fe6707}
[artifact:mvn] ** - scriptUrl=classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - task=org.danann.cernunnos.runtime.PojoTask@166c3a0
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 19 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.CONTEXT=file:/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data/
[artifact:mvn] ** - Attributes.LOCATION=Lunar_Phases.pcd.xml
[artifact:mvn] ** - Attributes.NODE=org.dom4j.tree.DefaultElement@37086a [Element: <predefined-calendar attributes: [org.dom4j.tree.DefaultAttribute@1099257 [Attribute: name script value "classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml"]]/>]
[artifact:mvn] ** - Attributes.ORIGIN=jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - IMPORT_FILE_EXTENSIONS=[.pcd.xml, .pcs.xml, .ucd.xml]
[artifact:mvn] ** - IMPORT_LOG_PREFIX=[CAL-IMPORT]
[artifact:mvn] ** - PORTAL_CONTEXT=org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] ** - calendarStore=org.jasig.portlet.calendar.dao.HibernateCalendarStore@408893
[artifact:mvn] ** - extension=.pcd.xml
[artifact:mvn] ** - importDir=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - importExportContextFile=classpath://context/importExportContext.xml
[artifact:mvn] ** - importPattern=.*
[artifact:mvn] ** - importTasks={classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@166c3a0, classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarSubscription_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@1b57890, classpath:/org/jasig/portlet/calendar/io/import-UserDefinedCalendar_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@fe6707}
[artifact:mvn] ** - parse-CalendarDefinition=org.danann.cernunnos.runtime.PojoTask@c6a26b
[artifact:mvn] ** - scriptUrl=classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - task=org.danann.cernunnos.runtime.PojoTask@166c3a0
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 21 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.CONTEXT=file:/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data/
[artifact:mvn] ** - Attributes.LOCATION=Lunar_Phases.pcd.xml
[artifact:mvn] ** - Attributes.NODE=org.dom4j.tree.DefaultElement@37086a [Element: <predefined-calendar attributes: [org.dom4j.tree.DefaultAttribute@1099257 [Attribute: name script value "classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml"]]/>]
[artifact:mvn] ** - Attributes.ORIGIN=jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - IMPORT_FILE_EXTENSIONS=[.pcd.xml, .pcs.xml, .ucd.xml]
[artifact:mvn] ** - IMPORT_LOG_PREFIX=[CAL-IMPORT]
[artifact:mvn] ** - PORTAL_CONTEXT=org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] ** - calendarDefinition=id: -1, class: null, name: null
[artifact:mvn] ** - calendarStore=org.jasig.portlet.calendar.dao.HibernateCalendarStore@408893
[artifact:mvn] ** - existingCalendarDefinition=null
[artifact:mvn] ** - extension=.pcd.xml
[artifact:mvn] ** - importDir=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - importExportContextFile=classpath://context/importExportContext.xml
[artifact:mvn] ** - importPattern=.*
[artifact:mvn] ** - importTasks={classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@166c3a0, classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarSubscription_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@1b57890, classpath:/org/jasig/portlet/calendar/io/import-UserDefinedCalendar_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@fe6707}
[artifact:mvn] ** - parse-CalendarDefinition=org.danann.cernunnos.runtime.PojoTask@c6a26b
[artifact:mvn] ** - scriptUrl=classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - task=org.danann.cernunnos.runtime.PojoTask@166c3a0
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 21 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.CONTEXT=file:/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data/
[artifact:mvn] ** - Attributes.LOCATION=Lunar_Phases.pcd.xml
[artifact:mvn] ** - Attributes.NODE=org.dom4j.tree.DefaultElement@37086a [Element: <predefined-calendar attributes: [org.dom4j.tree.DefaultAttribute@1099257 [Attribute: name script value "classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml"]]/>]
[artifact:mvn] ** - Attributes.ORIGIN=jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/org/jasig/portlet/calendar/io/parse-CalendarDefinition.crn.xml
[artifact:mvn] ** - IMPORT_FILE_EXTENSIONS=[.pcd.xml, .pcs.xml, .ucd.xml]
[artifact:mvn] ** - IMPORT_LOG_PREFIX=[CAL-IMPORT]
[artifact:mvn] ** - PORTAL_CONTEXT=org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] ** - calendarDefinition=id: -1, class: null, name: null
[artifact:mvn] ** - calendarStore=org.jasig.portlet.calendar.dao.HibernateCalendarStore@408893
[artifact:mvn] ** - existingCalendarDefinition=null
[artifact:mvn] ** - extension=.pcd.xml
[artifact:mvn] ** - importDir=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - importExportContextFile=classpath://context/importExportContext.xml
[artifact:mvn] ** - importPattern=.*
[artifact:mvn] ** - importTasks={classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@166c3a0, classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarSubscription_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@1b57890, classpath:/org/jasig/portlet/calendar/io/import-UserDefinedCalendar_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@fe6707}
[artifact:mvn] ** - parse-CalendarDefinition=org.danann.cernunnos.runtime.PojoTask@c6a26b
[artifact:mvn] ** - scriptUrl=classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - task=org.danann.cernunnos.runtime.PojoTask@166c3a0
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 17 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.CONTEXT=file:/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data/
[artifact:mvn] ** - Attributes.LOCATION=US_Holidays.pcd.xml
[artifact:mvn] ** - Attributes.NODE=org.dom4j.tree.DefaultElement@dbb335 [Element: <predefined-calendar attributes: [org.dom4j.tree.DefaultAttribute@1d281f1 [Attribute: name script value "classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml"]]/>]
[artifact:mvn] ** - Attributes.ORIGIN=classpath://org/jasig/portlet/calendar/io/import.crn.xml
[artifact:mvn] ** - IMPORT_FILE_EXTENSIONS=[.pcd.xml, .pcs.xml, .ucd.xml]
[artifact:mvn] ** - IMPORT_LOG_PREFIX=[CAL-IMPORT]
[artifact:mvn] ** - PORTAL_CONTEXT=org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] ** - extension=.pcd.xml
[artifact:mvn] ** - importDir=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - importExportContextFile=classpath://context/importExportContext.xml
[artifact:mvn] ** - importPattern=.*
[artifact:mvn] ** - importTasks={classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@166c3a0, classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarSubscription_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@1b57890, classpath:/org/jasig/portlet/calendar/io/import-UserDefinedCalendar_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@fe6707}
[artifact:mvn] ** - scriptUrl=classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - task=org.danann.cernunnos.runtime.PojoTask@166c3a0
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 19 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.CONTEXT=file:/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data/
[artifact:mvn] ** - Attributes.LOCATION=US_Holidays.pcd.xml
[artifact:mvn] ** - Attributes.NODE=org.dom4j.tree.DefaultElement@dbb335 [Element: <predefined-calendar attributes: [org.dom4j.tree.DefaultAttribute@1d281f1 [Attribute: name script value "classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml"]]/>]
[artifact:mvn] ** - Attributes.ORIGIN=jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - IMPORT_FILE_EXTENSIONS=[.pcd.xml, .pcs.xml, .ucd.xml]
[artifact:mvn] ** - IMPORT_LOG_PREFIX=[CAL-IMPORT]
[artifact:mvn] ** - PORTAL_CONTEXT=org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] ** - calendarStore=org.jasig.portlet.calendar.dao.HibernateCalendarStore@408893
[artifact:mvn] ** - extension=.pcd.xml
[artifact:mvn] ** - importDir=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - importExportContextFile=classpath://context/importExportContext.xml
[artifact:mvn] ** - importPattern=.*
[artifact:mvn] ** - importTasks={classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@166c3a0, classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarSubscription_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@1b57890, classpath:/org/jasig/portlet/calendar/io/import-UserDefinedCalendar_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@fe6707}
[artifact:mvn] ** - parse-CalendarDefinition=org.danann.cernunnos.runtime.PojoTask@c6a26b
[artifact:mvn] ** - scriptUrl=classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - task=org.danann.cernunnos.runtime.PojoTask@166c3a0
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 21 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.CONTEXT=file:/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data/
[artifact:mvn] ** - Attributes.LOCATION=US_Holidays.pcd.xml
[artifact:mvn] ** - Attributes.NODE=org.dom4j.tree.DefaultElement@dbb335 [Element: <predefined-calendar attributes: [org.dom4j.tree.DefaultAttribute@1d281f1 [Attribute: name script value "classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml"]]/>]
[artifact:mvn] ** - Attributes.ORIGIN=jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - IMPORT_FILE_EXTENSIONS=[.pcd.xml, .pcs.xml, .ucd.xml]
[artifact:mvn] ** - IMPORT_LOG_PREFIX=[CAL-IMPORT]
[artifact:mvn] ** - PORTAL_CONTEXT=org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] ** - calendarDefinition=id: -1, class: null, name: null
[artifact:mvn] ** - calendarStore=org.jasig.portlet.calendar.dao.HibernateCalendarStore@408893
[artifact:mvn] ** - existingCalendarDefinition=null
[artifact:mvn] ** - extension=.pcd.xml
[artifact:mvn] ** - importDir=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - importExportContextFile=classpath://context/importExportContext.xml
[artifact:mvn] ** - importPattern=.*
[artifact:mvn] ** - importTasks={classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@166c3a0, classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarSubscription_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@1b57890, classpath:/org/jasig/portlet/calendar/io/import-UserDefinedCalendar_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@fe6707}
[artifact:mvn] ** - parse-CalendarDefinition=org.danann.cernunnos.runtime.PojoTask@c6a26b
[artifact:mvn] ** - scriptUrl=classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - task=org.danann.cernunnos.runtime.PojoTask@166c3a0
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] INFO
[artifact:mvn] **************************************************
[artifact:mvn] ** Invoking ScriptRunner.run(Task, TaskRequest)
[artifact:mvn] ** TaskRequest contains 21 elements
[artifact:mvn] ** - $1=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - $2=classpath://context/importExportContext.xml
[artifact:mvn] ** - Attributes.CACHE={}
[artifact:mvn] ** - Attributes.CONTEXT=file:/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data/
[artifact:mvn] ** - Attributes.LOCATION=US_Holidays.pcd.xml
[artifact:mvn] ** - Attributes.NODE=org.dom4j.tree.DefaultElement@dbb335 [Element: <predefined-calendar attributes: [org.dom4j.tree.DefaultAttribute@1d281f1 [Attribute: name script value "classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml"]]/>]
[artifact:mvn] ** - Attributes.ORIGIN=jar:file:/home/esup/.m2/repository/org/jasig/portlet/CalendarPortlet/2.1.0-RC2/CalendarPortlet-2.1.0-RC2-classes.jar!/org/jasig/portlet/calendar/io/parse-CalendarDefinition.crn.xml
[artifact:mvn] ** - IMPORT_FILE_EXTENSIONS=[.pcd.xml, .pcs.xml, .ucd.xml]
[artifact:mvn] ** - IMPORT_LOG_PREFIX=[CAL-IMPORT]
[artifact:mvn] ** - PORTAL_CONTEXT=org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] ** - calendarDefinition=id: -1, class: null, name: null
[artifact:mvn] ** - calendarStore=org.jasig.portlet.calendar.dao.HibernateCalendarStore@408893
[artifact:mvn] ** - existingCalendarDefinition=null
[artifact:mvn] ** - extension=.pcd.xml
[artifact:mvn] ** - importDir=/opt/esup-uportal/uportal-portlets-overlay/CalendarPortlet/src/main/data
[artifact:mvn] ** - importExportContextFile=classpath://context/importExportContext.xml
[artifact:mvn] ** - importPattern=.*
[artifact:mvn] ** - importTasks={classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@166c3a0, classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarSubscription_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@1b57890, classpath:/org/jasig/portlet/calendar/io/import-UserDefinedCalendar_v1-0.crn.xml=org.danann.cernunnos.runtime.PojoTask@fe6707}
[artifact:mvn] ** - parse-CalendarDefinition=org.danann.cernunnos.runtime.PojoTask@c6a26b
[artifact:mvn] ** - scriptUrl=classpath:/org/jasig/portlet/calendar/io/import-PredefinedCalendarDefinition_v1-0.crn.xml
[artifact:mvn] ** - task=org.danann.cernunnos.runtime.PojoTask@166c3a0
[artifact:mvn] **************************************************
[artifact:mvn]
[artifact:mvn] [INFO] Executed tasks
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building CAS Proxy Test Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Email Preview Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Functional Tests Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Jasig Widget Portlets 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building News Reader Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Jasig Notification Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Simple Content Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Weather Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building Web Proxy Portlet 4.0.11
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Reactor Summary:
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] uPortal Portlets .................................. SUCCESS [0.041s]
[artifact:mvn] [INFO] Bookmarks Portlet ................................. SUCCESS [0.000s]
[artifact:mvn] [INFO] Calendar Portlet .................................. SUCCESS [7.306s]
[artifact:mvn] [INFO] CAS Proxy Test Portlet ............................ SUCCESS [0.002s]
[artifact:mvn] [INFO] Email Preview Portlet ............................. SUCCESS [0.000s]
[artifact:mvn] [INFO] Functional Tests Portlet .......................... SUCCESS [0.000s]
[artifact:mvn] [INFO] Jasig Widget Portlets ............................. SUCCESS [0.008s]
[artifact:mvn] [INFO] News Reader Portlet ............................... SUCCESS [0.001s]
[artifact:mvn] [INFO] Jasig Notification Portlet ........................ SUCCESS [0.000s]
[artifact:mvn] [INFO] Simple Content Portlet ............................ SUCCESS [0.000s]
[artifact:mvn] [INFO] Weather Portlet ................................... SUCCESS [0.001s]
[artifact:mvn] [INFO] Web Proxy Portlet ................................. SUCCESS [0.000s]
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] BUILD SUCCESS
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: 8.139s
[artifact:mvn] [INFO] Finished at: Fri May 17 08:28:43 CEST 2013
[artifact:mvn] [INFO] Final Memory: 14M/35M
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] INFO Closing org.springframework.context.support.GenericApplicationContext@1eb139e: startup date [Fri May 17 08:28:40 CEST 2013]; root of context hierarchy
[artifact:mvn] INFO Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1bf6ec8: defining beans [cacheManager,calendarCache,calendarEventsDao,elementsProvider,pageCachingFilter,CacheExpiresFilter,ticketValidationFilter,ticketValidator,casTicketService,proxyGrantingTicketStorage,calendarStore,calendarStoreTarget,abstractStoreTransactionProxy,abstractHibernateTemplate,transactionManager,sessionFactory,dataSource,propertyConfigurer,messageSource,stringCleaningUtil,org.springframework.web.servlet.view.XmlViewResolver#0,viewResolver,defaultExceptionHandlerTemplate,timeZones,templateUrlCreator,urlTemplateHttpIcalAdapter,httpRssAdapter,fileIcalAdapter,casProxyHttpIcalAdapter,crn-import,importTasks,import-PredefinedCalendarDefinition_v1-0,parse-CalendarDefinition,import-PredefinedCalendarSubscription_v1-0,import-UserDefinedCalendar_v1-0,crn-export,exportTasks,export-PredefinedCalendars_v1-0,export-PredefinedCalendarSubscriptions_v1-0,export-UserDefinedCalendars_v1-0]; root of factory hierarchy
[artifact:mvn] INFO Closing Hibernate SessionFactory
[artifact:mvn] INFO closing
up-shell-default:
up-shell:
[echo] Artifact '/opt/esup-uportal/uportal-search-api/target/uportal-search-api-4.0.11.jar' is up-to-date
[artifact:install] [INFO] Installing /opt/esup-uportal/uportal-search-api/target/uportal-search-api-4.0.11.jar to /home/esup/.m2/repository/org/jasig/portal/uportal-search-api/4.0.11/uportal-search-api-4.0.11.jar
[echo] Artifact '/opt/esup-uportal/uportal-war/target/uPortal.war' is up-to-date
[artifact:install] [INFO] Installing /opt/esup-uportal/uportal-war/target/uPortal.war to /home/esup/.m2/repository/org/jasig/portal/uportal-war/4.0.11/uportal-war-4.0.11.war
[copy] Copying 1 file to /opt/esup-uportal/target
[java] INFO [28:53,088] Creating new lazily initialized GenericApplicationContext for the portal
[java] WARN [28:58,201] Could not load properties from URL [file:${CATALINA_HOME}/portal/overrides.properties]: ${CATALINA_HOME}/portal/overrides.properties (No such file or directory)
[java] WARN [28:58,201] Could not load properties from URL [file:${PORTAL_HOME}/overrides.properties]: ${PORTAL_HOME}/overrides.properties (No such file or directory)
[java] WARN [28:58,981] variable "${uPortal.cacheManager.jgroups.tcp.bind_port}" in TCP could not be substituted; bind_port is removed from properties
[java] WARN [28:58,981] variable "${uPortal.cacheManager.jgroups.fd_sock.start_port}" in FD_SOCK could not be substituted; start_port is removed from properties
[java]
[java] -------------------------------------------------------------------
[java] GMS: address=esup4-10250, cluster=uPortal.cacheManager, physical address=fe80:0:0:0:a00:27ff:fe4b:d2cd%2:35704
[java] -------------------------------------------------------------------
[java] INFO [29:06,083] Building JPA container EntityManagerFactory for persistence unit 'RawEventsDb'
[java] INFO [29:07,906] HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL82Dialect
[java] INFO [29:08,375] Building JPA container EntityManagerFactory for persistence unit 'AggrEventsDb'
[java] INFO [29:08,820] HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL82Dialect
[java] WARN [29:09,160] HHH020003: Could not find a specific ehcache configuration for cache named [org.jasig.portal.events.aggr.portletlayout.PortletLayoutAggregationImpl]; using defaults.
[java] WARN [29:09,161] HHH020003: Could not find a specific ehcache configuration for cache named [org.jasig.portal.events.aggr.portletlayout.PortletLayoutAggregationImpl##NaturalId]; using defaults.
[java] WARN [29:09,169] HHH020003: Could not find a specific ehcache configuration for cache named [org.jasig.portal.events.aggr.action.SearchRequestAggregationImpl]; using defaults.
[java] WARN [29:09,170] HHH020003: Could not find a specific ehcache configuration for cache named [org.jasig.portal.events.aggr.action.SearchRequestAggregationImpl##NaturalId]; using defaults.
[java] INFO [29:09,379] Building JPA container EntityManagerFactory for persistence unit 'PortalDb'
[java] WARN [29:09,767] HHH000038: Composite-id class does not override equals(): org.jasig.portal.jgroups.protocols.JdbcPingDao$Table
[java] WARN [29:09,767] HHH000039: Composite-id class does not override hashCode(): org.jasig.portal.jgroups.protocols.JdbcPingDao$Table
[java] INFO [29:09,868] HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL82Dialect
[java] WARN [29:14,104] SQL Error: 0, SQLState: 42601
[java] ERROR [29:14,104] ERREUR: erreur de syntaxe sur ou près de « ) »
[java] Position : 108
[java] INFO [29:19,316] Adding destruction callback singleton for bean 'scopedTarget.sessionAttributesOverridesMap'
[java] INFO [29:20,471] Created new lazily initialized GenericApplicationContext for the portal in 27382ms
[java] INFO [29:22,344] HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL82Dialect
[java] INFO [29:22,345] HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL82Dialect
[java] INFO [29:22,346] HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL82Dialect
[java] INFO [29:22,556]
[java] INFO [29:22,556]
[java] INFO [29:23,093] Running DbLoader with: DbLoaderConfigBuilder[tablesFile=/properties/db/tables.xml,dataFile=/properties/db/data.xml,scriptFile=<null>,dropTables=true,createTables=true,populateTables=true]
[java] INFO [29:23,109] Dropping existing tables
[java] INFO [29:23,109] drop table if exists UP_USER cascade
[java] INFO [29:23,115] drop table if exists UP_USER_LOCALE cascade
[java] INFO [29:23,116] drop table if exists UP_PERMISSION cascade
[java] INFO [29:23,125] drop table if exists UP_USER_LAYOUT cascade
[java] INFO [29:23,128] drop table if exists UP_LAYOUT_STRUCT cascade
[java] INFO [29:23,129] drop table if exists UP_LAYOUT_PARAM cascade
[java] INFO [29:23,133] drop table if exists UP_SEQUENCE cascade
[java] INFO [29:23,139] drop table if exists UP_USER_PROFILE cascade
[java] INFO [29:23,142] drop table if exists UP_GROUP cascade
[java] INFO [29:23,144] drop table if exists UP_ENTITY_TYPE cascade
[java] INFO [29:23,148] drop table if exists UP_GROUP_MEMBERSHIP cascade
[java] INFO [29:23,155] drop table if exists UP_ENTITY_CACHE_INVALIDATION cascade
[java] INFO [29:23,158] drop table if exists UP_ENTITY_LOCK cascade
[java] INFO [29:23,161] drop table if exists UP_ENTITY_PROP cascade
[java] INFO [29:23,167] Creating tables
[java] INFO [29:23,167] create table UP_USER (USER_ID int4 not null, USER_NAME varchar(35), USER_DFLT_USR_ID int4, USER_DFLT_LAY_ID int4, NEXT_STRUCT_ID int4, LST_CHAN_UPDT_DT timestamp, primary key (USER_ID), unique (USER_NAME))
[java] INFO [29:23,196] create table UP_USER_LOCALE (USER_ID int4 not null, LOCALE varchar(64) not null, PRIORITY int4, primary key (USER_ID, LOCALE))
[java] INFO [29:23,208] create table UP_PERMISSION (OWNER varchar(255), PRINCIPAL_TYPE int4, PRINCIPAL_KEY varchar(255), ACTIVITY varchar(255), TARGET varchar(255), PERMISSION_TYPE varchar(255), EFFECTIVE timestamp, EXPIRES timestamp)
[java] INFO [29:23,230] create table UP_USER_LAYOUT (LAYOUT_ID int4 not null, USER_ID int4 not null, LAYOUT_TITLE varchar(15), INIT_STRUCT_ID int4, primary key (LAYOUT_ID, USER_ID))
[java] INFO [29:23,245] create table UP_LAYOUT_STRUCT (USER_ID int4 not null, LAYOUT_ID int4 not null, STRUCT_ID int4 not null, NEXT_STRUCT_ID int4, CHLD_STRUCT_ID int4, EXTERNAL_ID varchar(64), CHAN_ID int4, NAME varchar(35), TYPE varchar(35), HIDDEN varchar(1), IMMUTABLE varchar(1), UNREMOVABLE varchar(1), primary key (LAYOUT_ID, USER_ID, STRUCT_ID))
[java] INFO [29:23,265] create table UP_LAYOUT_PARAM (USER_ID int4 not null, LAYOUT_ID int4 not null, STRUCT_ID int4 not null, STRUCT_PARM_NM varchar(35) not null, STRUCT_PARM_VAL varchar(2000) not null, primary key (USER_ID, LAYOUT_ID, STRUCT_ID, STRUCT_PARM_NM))
[java] INFO [29:23,280] create table UP_SEQUENCE (SEQUENCE_NAME varchar(255) not null, SEQUENCE_VALUE int4, primary key (SEQUENCE_NAME))
[java] INFO [29:23,314] create table UP_USER_PROFILE (USER_ID int4 not null, PROFILE_ID int4 not null, PROFILE_FNAME varchar(50) not null, PROFILE_NAME varchar(50), DESCRIPTION varchar(100), LAYOUT_ID int4, STRUCTURE_SS_ID int4, THEME_SS_ID int4, primary key (USER_ID, PROFILE_ID))
[java] INFO [29:23,327] create table UP_GROUP (GROUP_ID varchar(240) not null, CREATOR_ID varchar(240) not null, ENTITY_TYPE_ID int4 not null, GROUP_NAME varchar(255) not null, DESCRIPTION varchar(255), primary key (GROUP_ID))
[java] INFO [29:23,348] create table UP_ENTITY_TYPE (ENTITY_TYPE_ID int4 not null, ENTITY_TYPE_NAME varchar(255), DESCRIPTIVE_NAME varchar(255), primary key (ENTITY_TYPE_ID), unique (ENTITY_TYPE_NAME))
[java] INFO [29:23,383] create table UP_GROUP_MEMBERSHIP (GROUP_ID varchar(200) not null, MEMBER_SERVICE varchar(80) not null, MEMBER_KEY varchar(200) not null, MEMBER_IS_GROUP varchar(1) not null, primary key (GROUP_ID, MEMBER_SERVICE, MEMBER_KEY, MEMBER_IS_GROUP))
[java] INFO [29:23,410] create table UP_ENTITY_CACHE_INVALIDATION (ENTITY_TYPE_ID int4 not null, ENTITY_KEY varchar(240) not null, INVALIDATION_TIME timestamp not null, ENTITY_CACHE_ID int4 not null, primary key (ENTITY_TYPE_ID, ENTITY_KEY))
[java] INFO [29:23,416] create table UP_ENTITY_LOCK (ENTITY_TYPE_ID int4 not null, ENTITY_KEY varchar(240) not null, LOCK_TYPE int4 not null, EXPIRATION_TIME timestamp not null, LOCK_OWNER varchar(240) not null, primary key (ENTITY_TYPE_ID, ENTITY_KEY, LOCK_OWNER, EXPIRATION_TIME))
[java] INFO [29:23,426] create table UP_ENTITY_PROP (ENTITY_TYPE_ID int4 not null, ENTITY_KEY varchar(255) not null, PROPERTY_NAME varchar(150) not null, PROPERTY_VALUE varchar(255), LAST_MODIFIED timestamp not null, primary key (ENTITY_TYPE_ID, ENTITY_KEY, PROPERTY_NAME))
[java] INFO [29:23,441] create index UPU_DFLT_ID_IDX on UP_USER (USER_DFLT_USR_ID)
[java] INFO [29:23,445] create index UPPERM_IDX__OWNER on UP_PERMISSION (OWNER)
[java] INFO [29:23,446] create index UPPERM_IDX__PRTYPE on UP_PERMISSION (PRINCIPAL_TYPE)
[java] INFO [29:23,452] create index UPPERM_IDX__PRKEY on UP_PERMISSION (PRINCIPAL_KEY)
[java] INFO [29:23,461] create index UPPERM_IDX__ACTIVITY on UP_PERMISSION (ACTIVITY)
[java] INFO [29:23,473] create index UPPERM_IDX__TARGET on UP_PERMISSION (TARGET)
[java] INFO [29:23,479] create index UPPERM_IDX__PETYPE on UP_PERMISSION (PERMISSION_TYPE)
[java] INFO [29:23,499] create index UPG_GROUP_NAME_IDX on UP_GROUP (GROUP_NAME)
[java] INFO [29:23,503] Populating database
[java] INFO [29:23,514] INSERT INTO UP_SEQUENCE (SEQUENCE_NAME, SEQUENCE_VALUE) VALUES (?, ?) [UP_GROUP, 10] [12, 4]
[java] INFO [29:23,561]
[java] INFO [29:23,562]
[java] INFO [29:23,562] Hibernate Drop DDL: PortalDb
[java] INFO [29:23,574] alter table UP_DLM_EVALUATOR_PAREN drop constraint FK389B659CE342C201
[java] INFO [29:23,577] alter table UP_DLM_EVALUATOR_PAREN drop constraint FK389B659CF5644C8E
[java] INFO [29:23,578] alter table UP_PERMISSION_ACTIVITY drop constraint FK120337DB4CDEE1
[java] INFO [29:23,579] alter table UP_PERSON_ATTR drop constraint FKCB32A0F787E89701
[java] INFO [29:23,580] alter table UP_PERSON_ATTR_VALUES drop constraint FKC6C4396A9ACCCD25
[java] INFO [29:23,593] alter table UP_PORTLET_COOKIES drop constraint FK852CFF66BD9C91A9
[java] INFO [29:23,594] alter table UP_PORTLET_COOKIES drop constraint FK852CFF6658E2E71A
[java] INFO [29:23,598] alter table UP_PORTLET_DEF drop constraint FKF564C5C91ACC674
[java] INFO [29:23,599] alter table UP_PORTLET_DEF drop constraint FKF564C5CAC8D6888
[java] INFO [29:23,599] alter table UP_PORTLET_DEF_MDATA drop constraint FKB9A3F3D46D18AE66
[java] INFO [29:23,605] alter table UP_PORTLET_DEF_PARAM drop constraint FKB9CD1ACA58338D50
[java] INFO [29:23,607] alter table UP_PORTLET_ENT drop constraint FKF5651425D0D9A60
[java] INFO [29:23,608] alter table UP_PORTLET_ENT drop constraint FKF56514291ACC674
[java] INFO [29:23,610] alter table UP_PORTLET_ENT__STATES drop constraint FKFA7A5524AC306746
[java] INFO [29:23,618] alter table UP_PORTLET_ENT__STATES drop constraint FKFA7A5524865EEBCA
[java] INFO [29:23,622] alter table UP_PORTLET_PREF drop constraint FKDB78E48C91ACC674
[java] INFO [29:23,625] alter table UP_PORTLET_PREF_VALUES drop constraint FK608BB435807F1BE0
[java] INFO [29:23,626] alter table UP_SS_DESC_LAY_ATTR drop constraint FK46E8FB3F16314E36
[java] INFO [29:23,628] alter table UP_SS_DESC_LAY_ATTR_ELMS drop constraint FK8B58718D50AFA17B
[java] INFO [29:23,629] alter table UP_SS_DESC_OUTPUT_PROP drop constraint FKDDC8E38E16314E36
[java] INFO [29:23,630] alter table UP_SS_DESC_PARAM drop constraint FKE61949DA16314E36
[java] INFO [29:23,631] alter table UP_SS_USER_PREF drop constraint FK15DE561C6874C4FC
[java] INFO [29:23,635] alter table UP_SS_USER_PREF_LAY_ATTR drop constraint FKEFD7328FC7EEEE72
[java] INFO [29:23,639] alter table UP_SS_USER_PREF_LAY_ATTR_VAL drop constraint FKF4F9CD51CA16CFDD
[java] INFO [29:23,640] alter table UP_SS_USER_PREF_OUTPUT_PROP drop constraint FK7F3FAA3EC7EEEE72
[java] INFO [29:23,641] alter table UP_SS_USER_PREF_PARAM drop constraint FK7F16D48AC7EEEE72
[java] INFO [29:23,646] drop table if exists UP_DLM_EVALUATOR cascade
[java] INFO [29:23,651] drop table if exists UP_DLM_EVALUATOR_PAREN cascade
[java] INFO [29:23,663] drop table if exists UP_JGROUPS_AUTH cascade
[java] INFO [29:23,671] drop table if exists UP_JGROUPS_PING cascade
[java] INFO [29:23,686] drop table if exists UP_MESSAGE cascade
[java] INFO [29:23,699] drop table if exists UP_MUTEX cascade
[java] INFO [29:23,712] drop table if exists UP_PERMISSION_ACTIVITY cascade
[java] INFO [29:23,730] drop table if exists UP_PERMISSION_OWNER cascade
[java] INFO [29:23,734] drop table if exists UP_PERSON_ATTR cascade
[java] INFO [29:23,736] drop table if exists UP_PERSON_ATTR_VALUES cascade
[java] INFO [29:23,737] drop table if exists UP_PERSON_DIR cascade
[java] INFO [29:23,742] drop table if exists UP_PORTAL_COOKIES cascade
[java] INFO [29:23,747] drop table if exists UP_PORTLET_COOKIES cascade
[java] INFO [29:23,756] drop table if exists UP_PORTLET_DEF cascade
[java] INFO [29:23,766] drop table if exists UP_PORTLET_DEF_MDATA cascade
[java] INFO [29:23,776] drop table if exists UP_PORTLET_DEF_PARAM cascade
[java] INFO [29:23,788] drop table if exists UP_PORTLET_ENT cascade
[java] INFO [29:23,791] drop table if exists UP_PORTLET_ENT__STATES cascade
[java] INFO [29:23,798] drop table if exists UP_PORTLET_PREF cascade
[java] INFO [29:23,807] drop table if exists UP_PORTLET_PREFS cascade
[java] INFO [29:23,817] drop table if exists UP_PORTLET_PREF_VALUES cascade
[java] INFO [29:23,821] drop table if exists UP_PORTLET_TYPE cascade
[java] INFO [29:23,828] drop table if exists UP_SS_DESC cascade
[java] INFO [29:23,832] drop table if exists UP_SS_DESC_LAY_ATTR cascade
[java] INFO [29:23,832] drop table if exists UP_SS_DESC_LAY_ATTR_ELMS cascade
[java] INFO [29:23,839] drop table if exists UP_SS_DESC_OUTPUT_PROP cascade
[java] INFO [29:23,842] drop table if exists UP_SS_DESC_PARAM cascade
[java] INFO [29:23,848] drop table if exists UP_SS_USER_PREF cascade
[java] INFO [29:23,851] drop table if exists UP_SS_USER_PREF_LAY_ATTR cascade
[java] INFO [29:23,857] drop table if exists UP_SS_USER_PREF_LAY_ATTR_VAL cascade
[java] INFO [29:23,861] drop table if exists UP_SS_USER_PREF_OUTPUT_PROP cascade
[java] INFO [29:23,863] drop table if exists UP_SS_USER_PREF_PARAM cascade
[java] INFO [29:23,867] drop table if exists UP_USER_FRAGMENT_SUBSCRIPTION cascade
[java] INFO [29:23,872] drop table if exists UP_VERSION cascade
[java] INFO [29:23,873] drop sequence UP_DLM_EVALUATOR_SEQ
[java] INFO [29:23,881] drop sequence UP_MESSAGE_SEQ
[java] INFO [29:23,885] drop sequence UP_MUTEX_SEQ
[java] INFO [29:23,890] drop sequence UP_PERMISSION_ACTIVITY_SEQ
[java] INFO [29:23,899] drop sequence UP_PERMISSION_OWNER_SEQ
[java] INFO [29:23,900] drop sequence UP_PERSON_ATTR_SEQ
[java] INFO [29:23,900] drop sequence UP_PERSON_DIR_SEQ
[java] INFO [29:23,910] drop sequence UP_PORTAL_COOKIES_SEQ
[java] INFO [29:23,921] drop sequence UP_PORTLET_COOKIES_SEQ
[java] INFO [29:23,925] drop sequence UP_PORTLET_DEF_PARAM_SEQ
[java] INFO [29:23,926] drop sequence UP_PORTLET_DEF_SEQ
[java] INFO [29:23,926] drop sequence UP_PORTLET_ENT_SEQ
[java] INFO [29:23,927] drop sequence UP_PORTLET_PREFS_SEQ
[java] INFO [29:23,928] drop sequence UP_PORTLET_PREF_SEQ
[java] INFO [29:23,933] drop sequence UP_PORTLET_TYPE_SEQ
[java] INFO [29:23,942] drop sequence UP_SS_DESC_LAY_ATTR_SEQ
[java] INFO [29:23,945] drop sequence UP_SS_DESC_OUTPUT_PROP_SEQ
[java] INFO [29:23,945] drop sequence UP_SS_DESC_PARAM_SEQ
[java] INFO [29:23,946] drop sequence UP_SS_DESC_SEQ
[java] INFO [29:23,947] drop sequence UP_SS_USER_PREF_LAY_ATTR_SEQ
[java] INFO [29:23,947] drop sequence UP_SS_USER_PREF_SEQ
[java] INFO [29:23,948] drop sequence UP_USER_FRAGMENT_SUB_SEQ
[java] INFO [29:23,952] drop sequence UP_VERSION_SEQ
[java] INFO [29:23,956]
[java] INFO [29:23,956]
[java] INFO [29:23,956] Hibernate Create DDL: PortalDb
[java] INFO [29:23,980] create table UP_DLM_EVALUATOR (EVALUATOR_TYPE varchar(31) not null, EVALUATOR_ID int8 not null, ENTITY_VERSION int8, DESCRIPTION varchar(255), FRAGMENT_NAME varchar(255), OWNER_ID varchar(255), PRECEDENCE float8, ATTRIBUTE_MODE int4, ATTRIBUTE_NAME varchar(255), ATTRIBUTE_VALUE varchar(255), EVALUATOR_MODE int4, GROUP_KEY varchar(255), GROUP_NAME varchar(255), PROFILE_FNAME varchar(255), PAREN_TYPE int4, primary key (EVALUATOR_ID))
[java] INFO [29:23,994] create table UP_DLM_EVALUATOR_PAREN (PAREN_EVAL_ID int8 not null, CHILD_EVAL_ID int8 not null, EVAL_INDEX int4 not null, primary key (PAREN_EVAL_ID, EVAL_INDEX), unique (CHILD_EVAL_ID))
[java] INFO [29:24,023] create table UP_JGROUPS_AUTH (SERVICE_NAME varchar(100) not null, RANDOM_TOKEN varchar(4000), primary key (SERVICE_NAME))
[java] INFO [29:24,044] create table UP_JGROUPS_PING (MEMBER_ADDRESS_DATA varchar(550) not null, MEMBER_ADDRESS_CLASS varchar(100) not null, CLUSTER_NAME varchar(100) not null, MEMBER_ADDRESS varchar(500), PHYSICAL_ADDRESS_CLASS varchar(100), PHYSICAL_ADDRESS_DATA varchar(1000), PHYSICAL_ADDRESS varchar(500), primary key (MEMBER_ADDRESS_DATA, MEMBER_ADDRESS_CLASS, CLUSTER_NAME))
[java] INFO [29:24,064] create table UP_MESSAGE (ID int8 not null, CODE varchar(128) not null, LOCALE varchar(64) not null, VALUE varchar(1024) not null, primary key (ID), unique (CODE, LOCALE))
[java] INFO [29:24,085] create table UP_MUTEX (MUTEX_ID int8 not null, ENTITY_VERSION int8, LOCK_UPDATE timestamp not null, LOCK_END timestamp not null, LOCK_START timestamp not null, LOCKED boolean not null, MUTEX_NAME varchar(200) not null, PREV_SERVER_ID varchar(200), SERVER_ID varchar(200), primary key (MUTEX_ID), unique (MUTEX_NAME))
[java] INFO [29:24,133] create table UP_PERMISSION_ACTIVITY (ACTIVITY_ID int8 not null, ACTIVITY_DESCRIPTION varchar(255), ENTITY_VERSION int8, ACTIVITY_FNAME varchar(128) not null unique, ACTIVITY_NAME varchar(128) not null unique, OWNER_TARGET_PROVIDER varchar(255) not null, OWNER_ID int8, primary key (ACTIVITY_ID))
[java] INFO [29:24,151] create table UP_PERMISSION_OWNER (OWNER_ID int8 not null, OWNER_DESCRIPTION varchar(255), ENTITY_VERSION int8, OWNER_FNAME varchar(128) not null, OWNER_NAME varchar(128) not null, primary key (OWNER_ID), unique (OWNER_FNAME))
[java] INFO [29:24,161] create table UP_PERSON_ATTR (id int4 not null, ENTITY_VERSION int8, ATTR_NAME varchar(255) not null, USER_DIR_ID int8 not null, primary key (id))
[java] INFO [29:24,172] create table UP_PERSON_ATTR_VALUES (ATTR_ID int4 not null, ATTR_VALUE varchar(255), VALUE_ORDER int4 not null, primary key (ATTR_ID, VALUE_ORDER))
[java] INFO [29:24,178] create table UP_PERSON_DIR (USER_DIR_ID int8 not null, ENTITY_VERSION int8, LST_PSWD_CGH_DT timestamp, USER_NAME varchar(35) not null, ENCRPTD_PSWD varchar(256), primary key (USER_DIR_ID), unique (USER_NAME))
[java] INFO [29:24,194] create table UP_PORTAL_COOKIES (PORTAL_COOKIE_ID int8 not null, CREATED timestamp not null, ENTITY_VERSION int8, EXPIRES timestamp not null, COOKIE_VALUE varchar(100) not null, primary key (PORTAL_COOKIE_ID), unique (COOKIE_VALUE))
[java] INFO [29:24,220] create table UP_PORTLET_COOKIES (PORTLET_COOKIE_ID int8 not null, COOKIE_COMMENT varchar(1000), COOKIE_DOMAIN varchar(500), ENTITY_VERSION int8, EXPIRES timestamp not null, COOKIE_NAME varchar(500) not null, COOKIE_PATH varchar(1000), SECURE boolean not null, COOKIE_VALUE varchar(1000) not null, VERSION int4 not null, portalCookie_PORTAL_COOKIE_ID int8, PORTAL_COOKIE_ID int8, primary key (PORTLET_COOKIE_ID), unique (PORTAL_COOKIE_ID, COOKIE_NAME))
[java] INFO [29:24,260] create table UP_PORTLET_DEF (PORTLET_DEF_ID int8 not null, ACTION_TIMEOUT int4, PORTLET_APVL_DT timestamp, PORTLET_APVL_ID int4, PORTLET_DESC varchar(255), ENTITY_VERSION int8, EVENT_TIMEOUT int4, PORTLET_EXP_DT timestamp, PORTLET_EXP_ID int4, PORTLET_FNAME varchar(255) not null, PORTLET_NAME varchar(128) not null unique, PORTLET_FRAMEWORK boolean not null, PORTLET_APPLICATION_NAME varchar(255) not null, PORTLET_WEBAPP_NAME varchar(255), PORTLET_PUBL_DT timestamp, PORTLET_PUBL_ID int4, RENDER_TIMEOUT int4, RESOURCE_TIMEOUT int4, PORTLET_TIMEOUT int4 not null, PORTLET_TITLE varchar(128) not null, PORTLET_PREFS_ID int8 not null, PORTLET_TYPE_ID int4 not null, primary key (PORTLET_DEF_ID), unique (PORTLET_FNAME))
[java] INFO [29:24,282] create table UP_PORTLET_DEF_MDATA (PORTLET_ID int8 not null, PORTLET_DESC varchar(255), PORTLET_NAME varchar(128), PORTLET_TITLE varchar(128), LOCALE varchar(64) not null, primary key (PORTLET_ID, LOCALE))
[java] INFO [29:24,295] create table UP_PORTLET_DEF_PARAM (PARAM_ID int8 not null, PARAM_DESC varchar(255), PARAM_NAME varchar(255) not null, PARAM_VAL varchar(2000), PORLTET_DEF_ID int8 not null, primary key (PARAM_ID))
[java] INFO [29:24,310] create table UP_PORTLET_ENT (PORTLET_ENT_ID int8 not null, ENTITY_VERSION int8, LAYOUT_NODE_ID varchar(255) not null, USER_ID int4 not null, PORTLET_DEF_ID int8 not null, PORTLET_PREFS_ID int8 not null, primary key (PORTLET_ENT_ID), unique (LAYOUT_NODE_ID, USER_ID))
[java] INFO [29:24,312] create table UP_PORTLET_ENT__STATES (PORTLET_ENT_ID int8 not null, WINDOW_STATE varchar(255), STYLESHEET_DESCRIPTOR_ID int8 not null, primary key (PORTLET_ENT_ID, STYLESHEET_DESCRIPTOR_ID))
[java] INFO [29:24,328] create table UP_PORTLET_PREF (PORTLET_PREF_ID int8 not null, ENTITY_VERSION int8, PREF_NAME text, NULL_VALUES boolean not null, READ_ONLY boolean not null, PORTLET_PREFS_ID int8, PREF_ORDER int4, primary key (PORTLET_PREF_ID))
[java] INFO [29:24,339] create table UP_PORTLET_PREFS (PORTLET_PREFS_ID int8 not null, ENTITY_VERSION int8, primary key (PORTLET_PREFS_ID))
[java] INFO [29:24,351] create table UP_PORTLET_PREF_VALUES (PORTLET_PREF_ID int8 not null, PREF_VALUE text, VALUE_ORDER int4 not null, primary key (PORTLET_PREF_ID, VALUE_ORDER))
[java] INFO [29:24,379] create table UP_PORTLET_TYPE (TYPE_ID int4 not null, TYPE_DEF_URI varchar(255) not null, TYPE_DESCR varchar(2000), ENTITY_VERSION int8, TYPE_NAME varchar(70), primary key (TYPE_ID), unique (TYPE_NAME))
[java] INFO [29:24,391] create table UP_SS_DESC (SS_DESC_ID int8 not null, DESCRIPTION varchar(2000), ENTITY_VERSION int8, SS_NAME varchar(100) not null, STYLESHEET varchar(2000) not null, URL_SYNTAX_HELPER_NAME varchar(100), primary key (SS_DESC_ID), unique (SS_NAME))
[java] INFO [29:24,411] create table UP_SS_DESC_LAY_ATTR (SS_DESC_LAYOUT_ATTR_ID int8 not null, DEFAULT_VALUE varchar(500), DESCRIPTION varchar(2000), DATA_NAME varchar(100) not null, PERSISTENCE_SCOPE varchar(255) not null, ENTITY_VERSION int8, SS_DESC_ID int8 not null, primary key (SS_DESC_LAYOUT_ATTR_ID))
[java] INFO [29:24,413] create table UP_SS_DESC_LAY_ATTR_ELMS (ATTR_ID int8 not null, ELEMENT_NAME varchar(255))
[java] INFO [29:24,417] create table UP_SS_DESC_OUTPUT_PROP (SS_DESC_LAYOUT_ATTR_ID int8 not null, DEFAULT_VALUE varchar(500), DESCRIPTION varchar(2000), DATA_NAME varchar(100) not null, PERSISTENCE_SCOPE varchar(255) not null, ENTITY_VERSION int8, SS_DESC_ID int8 not null, primary key (SS_DESC_LAYOUT_ATTR_ID))
[java] INFO [29:24,432] create table UP_SS_DESC_PARAM (SS_DESC_PARAM_ID int8 not null, DEFAULT_VALUE varchar(500), DESCRIPTION varchar(2000), DATA_NAME varchar(100) not null, PERSISTENCE_SCOPE varchar(255) not null, ENTITY_VERSION int8, SS_DESC_ID int8 not null, primary key (SS_DESC_PARAM_ID))
[java] INFO [29:24,437] create table UP_SS_USER_PREF (SS_USER_PREF_ID int8 not null, ENTITY_VERSION int8, PROFILE_ID int4 not null, USER_ID int4 not null, UP_SS_DESCRIPTOR_ID int8 not null, primary key (SS_USER_PREF_ID), unique (PROFILE_ID, UP_SS_DESCRIPTOR_ID, USER_ID))
[java] INFO [29:24,444] create table UP_SS_USER_PREF_LAY_ATTR (UP_SS_USER_PREF_LAY_ATTR_ID int8 not null, ENTITY_VERSION int8, NODE_ID varchar(200) not null, SS_USER_PREF_ID int8 not null, primary key (UP_SS_USER_PREF_LAY_ATTR_ID))
[java] INFO [29:24,456] create table UP_SS_USER_PREF_LAY_ATTR_VAL (UP_SS_USER_PREF_LAY_ATTR_ID int8 not null, ATTR_VALUE varchar(2000) not null, ATTR_NAME varchar(500) not null, primary key (UP_SS_USER_PREF_LAY_ATTR_ID, ATTR_NAME))
[java] INFO [29:24,461] create table UP_SS_USER_PREF_OUTPUT_PROP (SS_USER_PREF_ID int8 not null, PROP_VALUE varchar(2000) not null, PROP_NAME varchar(500) not null, primary key (SS_USER_PREF_ID, PROP_NAME))
[java] INFO [29:24,470] create table UP_SS_USER_PREF_PARAM (SS_USER_PREF_ID int8 not null, PARAM_VALUE varchar(2000) not null, PARAM_NAME varchar(500) not null, primary key (SS_USER_PREF_ID, PARAM_NAME))
[java] INFO [29:24,486] create table UP_USER_FRAGMENT_SUBSCRIPTION (USER_FRAGMENT_SUBSCRIPTION_ID int8 not null, ACTIVE boolean not null, CREATED_BY varchar(255) not null, CREATION_DATE timestamp not null, ENTITY_VERSION int8, FRAGMENT_OWNER varchar(255) not null, LAST_UPDATED_DATE timestamp, USER_ID int4 not null, primary key (USER_FRAGMENT_SUBSCRIPTION_ID), unique (FRAGMENT_OWNER, USER_ID))
[java] INFO [29:24,500] create table UP_VERSION (VERSION_ID int8 not null, ENTITY_VERSION int8, LOCAL_VER int4, MAJOR_VER int4 not null, MINOR_VER int4 not null, PATCH_VER int4 not null, PRODUCT varchar(128) not null, primary key (VERSION_ID), unique (PRODUCT))
[java] INFO [29:24,512] alter table UP_DLM_EVALUATOR_PAREN add constraint FK389B659CE342C201 foreign key (CHILD_EVAL_ID) references UP_DLM_EVALUATOR
[java] INFO [29:24,516] alter table UP_DLM_EVALUATOR_PAREN add constraint FK389B659CF5644C8E foreign key (PAREN_EVAL_ID) references UP_DLM_EVALUATOR
[java] INFO [29:24,526] create index IDX_JGROUPS_PING on UP_JGROUPS_PING (CLUSTER_NAME)
[java] INFO [29:24,529] create index IDX_MESSAGE__CODE on UP_MESSAGE (CODE)
[java] INFO [29:24,530] create index IDX_MESSAGE__LOCALE on UP_MESSAGE (LOCALE)
[java] INFO [29:24,536] alter table UP_PERMISSION_ACTIVITY add constraint FK120337DB4CDEE1 foreign key (OWNER_ID) references UP_PERMISSION_OWNER
[java] INFO [29:24,543] alter table UP_PERSON_ATTR add constraint FKCB32A0F787E89701 foreign key (USER_DIR_ID) references UP_PERSON_DIR
[java] INFO [29:24,545] alter table UP_PERSON_ATTR_VALUES add constraint FKC6C4396A9ACCCD25 foreign key (ATTR_ID) references UP_PERSON_ATTR
[java] INFO [29:24,546] create index IDX_UP_PRTL_CK_EXP on UP_PORTAL_COOKIES (EXPIRES)
[java] INFO [29:24,547] create index IDX_UP_PRTLT_CKS_EXP on UP_PORTLET_COOKIES (EXPIRES)
[java] INFO [29:24,549] alter table UP_PORTLET_COOKIES add constraint FK852CFF66BD9C91A9 foreign key (portalCookie_PORTAL_COOKIE_ID) references UP_PORTAL_COOKIES
[java] INFO [29:24,551] alter table UP_PORTLET_COOKIES add constraint FK852CFF6658E2E71A foreign key (PORTAL_COOKIE_ID) references UP_PORTAL_COOKIES
[java] INFO [29:24,557] create index IDX_PORTLET_DEF__TITLE on UP_PORTLET_DEF (PORTLET_TITLE)
[java] INFO [29:24,567] alter table UP_PORTLET_DEF add constraint FKF564C5C91ACC674 foreign key (PORTLET_PREFS_ID) references UP_PORTLET_PREFS
[java] INFO [29:24,569] alter table UP_PORTLET_DEF add constraint FKF564C5CAC8D6888 foreign key (PORTLET_TYPE_ID) references UP_PORTLET_TYPE
[java] INFO [29:24,571] alter table UP_PORTLET_DEF_MDATA add constraint FKB9A3F3D46D18AE66 foreign key (PORTLET_ID) references UP_PORTLET_DEF
[java] INFO [29:24,572] alter table UP_PORTLET_DEF_PARAM add constraint FKB9CD1ACA58338D50 foreign key (PORLTET_DEF_ID) references UP_PORTLET_DEF
[java] INFO [29:24,583] create index IDX_UP_PORTLET_ENT__UP_USER on UP_PORTLET_ENT (USER_ID)
[java] INFO [29:24,587] alter table UP_PORTLET_ENT add constraint FKF5651425D0D9A60 foreign key (PORTLET_DEF_ID) references UP_PORTLET_DEF
[java] INFO [29:24,592] alter table UP_PORTLET_ENT add constraint FKF56514291ACC674 foreign key (PORTLET_PREFS_ID) references UP_PORTLET_PREFS
[java] INFO [29:24,594] alter table UP_PORTLET_ENT__STATES add constraint FKFA7A5524AC306746 foreign key (STYLESHEET_DESCRIPTOR_ID) references UP_SS_DESC
[java] INFO [29:24,596] alter table UP_PORTLET_ENT__STATES add constraint FKFA7A5524865EEBCA foreign key (PORTLET_ENT_ID) references UP_PORTLET_ENT
[java] INFO [29:24,598] create index IDX_UPP_PREFS_ID on UP_PORTLET_PREF (PORTLET_PREFS_ID)
[java] INFO [29:24,600] alter table UP_PORTLET_PREF add constraint FKDB78E48C91ACC674 foreign key (PORTLET_PREFS_ID) references UP_PORTLET_PREFS
[java] INFO [29:24,601] alter table UP_PORTLET_PREF_VALUES add constraint FK608BB435807F1BE0 foreign key (PORTLET_PREF_ID) references UP_PORTLET_PREF
[java] INFO [29:24,611] alter table UP_SS_DESC_LAY_ATTR add constraint FK46E8FB3F16314E36 foreign key (SS_DESC_ID) references UP_SS_DESC
[java] INFO [29:24,621] alter table UP_SS_DESC_LAY_ATTR_ELMS add constraint FK8B58718D50AFA17B foreign key (ATTR_ID) references UP_SS_DESC_LAY_ATTR
[java] INFO [29:24,623] alter table UP_SS_DESC_OUTPUT_PROP add constraint FKDDC8E38E16314E36 foreign key (SS_DESC_ID) references UP_SS_DESC
[java] INFO [29:24,626] alter table UP_SS_DESC_PARAM add constraint FKE61949DA16314E36 foreign key (SS_DESC_ID) references UP_SS_DESC
[java] INFO [29:24,630] alter table UP_SS_USER_PREF add constraint FK15DE561C6874C4FC foreign key (UP_SS_DESCRIPTOR_ID) references UP_SS_DESC
[java] INFO [29:24,637] alter table UP_SS_USER_PREF_LAY_ATTR add constraint FKEFD7328FC7EEEE72 foreign key (SS_USER_PREF_ID) references UP_SS_USER_PREF
[java] INFO [29:24,639] alter table UP_SS_USER_PREF_LAY_ATTR_VAL add constraint FKF4F9CD51CA16CFDD foreign key (UP_SS_USER_PREF_LAY_ATTR_ID) references UP_SS_USER_PREF_LAY_ATTR
[java] INFO [29:24,640] alter table UP_SS_USER_PREF_OUTPUT_PROP add constraint FK7F3FAA3EC7EEEE72 foreign key (SS_USER_PREF_ID) references UP_SS_USER_PREF
[java] INFO [29:24,643] alter table UP_SS_USER_PREF_PARAM add constraint FK7F16D48AC7EEEE72 foreign key (SS_USER_PREF_ID) references UP_SS_USER_PREF
[java] INFO [29:24,645] create index IDX_USER_FRAG__USER on UP_USER_FRAGMENT_SUBSCRIPTION (USER_ID)
[java] INFO [29:24,649] create sequence UP_DLM_EVALUATOR_SEQ start 1 increment 1
[java] INFO [29:24,657] create sequence UP_MESSAGE_SEQ start 1 increment 5
[java] INFO [29:24,661] create sequence UP_MUTEX_SEQ start 1 increment 1
[java] INFO [29:24,662] create sequence UP_PERMISSION_ACTIVITY_SEQ start 1 increment 5
[java] INFO [29:24,663] create sequence UP_PERMISSION_OWNER_SEQ start 1 increment 1
[java] INFO [29:24,664] create sequence UP_PERSON_ATTR_SEQ start 1 increment 10
[java] INFO [29:24,665] create sequence UP_PERSON_DIR_SEQ start 1 increment 5
[java] INFO [29:24,666] create sequence UP_PORTAL_COOKIES_SEQ start 1 increment 100
[java] INFO [29:24,667] create sequence UP_PORTLET_COOKIES_SEQ start 1 increment 5
[java] INFO [29:24,668] create sequence UP_PORTLET_DEF_PARAM_SEQ start 1 increment 5
[java] INFO [29:24,677] create sequence UP_PORTLET_DEF_SEQ start 1 increment 5
[java] INFO [29:24,685] create sequence UP_PORTLET_ENT_SEQ start 1 increment 10
[java] INFO [29:24,695] create sequence UP_PORTLET_PREFS_SEQ start 1 increment 10
[java] INFO [29:24,696] create sequence UP_PORTLET_PREF_SEQ start 1 increment 10
[java] INFO [29:24,701] create sequence UP_PORTLET_TYPE_SEQ start 1 increment 1
[java] INFO [29:24,712] create sequence UP_SS_DESC_LAY_ATTR_SEQ start 1 increment 5
[java] INFO [29:24,718] create sequence UP_SS_DESC_OUTPUT_PROP_SEQ start 1 increment 5
[java] INFO [29:24,725] create sequence UP_SS_DESC_PARAM_SEQ start 1 increment 5
[java] INFO [29:24,729] create sequence UP_SS_DESC_SEQ start 1 increment 5
[java] INFO [29:24,737] create sequence UP_SS_USER_PREF_LAY_ATTR_SEQ start 1 increment 5
[java] INFO [29:24,741] create sequence UP_SS_USER_PREF_SEQ start 1 increment 5
[java] INFO [29:24,746] create sequence UP_USER_FRAGMENT_SUB_SEQ start 1 increment 10
[java] INFO [29:24,751] create sequence UP_VERSION_SEQ start 1 increment 1
[java] INFO [29:24,767] PostInit - Set PortalDb version to 4.0.10
[java] WARN [29:24,783] Under JDK 6 it may not be possible to handle DST transitions correctly
[java] ERROR [29:24,783] Running under a Zone that uses daylight saving time. To avoid incorrect datetimes being stored during DST transition, either update to JDK 7 or use a Timezone for the JDK without Daylight Saving Time
[java] INFO [29:24,857]
[java] INFO [29:24,862]
[java] INFO [29:24,862] Hibernate Drop DDL: RawEventsDb
[java] INFO [29:24,940] drop table if exists UP_RAW_EVENTS cascade
[java] INFO [29:24,947] drop sequence UP_RAW_EVENTS_SEQ
[java] INFO [29:24,948]
[java] INFO [29:24,948]
[java] INFO [29:24,948] Hibernate Create DDL: RawEventsDb
[java] INFO [29:24,979] create table UP_RAW_EVENTS (EVENT_ID int8 not null, AGGREGATED boolean, EVENT_DATA text not null, SESSION_ID varchar(500) not null, EVENT_TYPE varchar(200) not null, SERVER_ID varchar(200) not null, TIMESTAMP timestamp not null, USER_NAME varchar(35) not null, primary key (EVENT_ID))
[java] INFO [29:24,987] create index IDX_UP_RAW_EVENTS_AGGREGATED on UP_RAW_EVENTS (AGGREGATED)
[java] INFO [29:24,991] create index IDX_UP_RAW_EVENTS_SESSION_ID on UP_RAW_EVENTS (SESSION_ID)
[java] INFO [29:24,996] create index IDX_UP_RAW_EVENTS_SERVER_ID on UP_RAW_EVENTS (SERVER_ID)
[java] INFO [29:24,999] create index IDX_UP_RAW_EVENTS_TIMESTAMP on UP_RAW_EVENTS (TIMESTAMP)
[java] INFO [29:25,000] create index IDX_UP_RAW_EVENTS_USER_NAME on UP_RAW_EVENTS (USER_NAME)
[java] INFO [29:25,004] create sequence UP_RAW_EVENTS_SEQ start 1 increment 1000
[java] INFO [29:25,008] PostInit - Set RawEventsDb version to 4.0.10
[java] INFO [29:25,018]
[java] INFO [29:25,018]
[java] INFO [29:25,018] Hibernate Drop DDL: AggrEventsDb
[java] INFO [29:25,027] alter table UP_CONCURRENT_USER_AGGR drop constraint FK5769BE21C6A7B0CB
[java] INFO [29:25,028] alter table UP_CONCURRENT_USER_AGGR drop constraint FK5769BE211F78EA22
[java] INFO [29:25,029] alter table UP_CONCURRENT_USER_AGGR drop constraint FK5769BE2163D2B8A4
[java] INFO [29:25,030] alter table UP_CONCURRENT_USER_AGGR drop constraint FK5769BE218B863C4B
[java] INFO [29:25,031] alter table UP_EVENT_AGGR_CONF_GROUPS_EXC drop constraint FK11F6791B986B33DD
[java] INFO [29:25,032] alter table UP_EVENT_AGGR_CONF_GROUPS_EXC drop constraint FK11F6791B60C93DD1
[java] INFO [29:25,032] alter table UP_EVENT_AGGR_CONF_GROUPS_INC drop constraint FK11F686E9986B33DD
[java] INFO [29:25,033] alter table UP_EVENT_AGGR_CONF_GROUPS_INC drop constraint FK11F686E960C93DD1
[java] INFO [29:25,034] alter table UP_EVENT_AGGR_CONF_INTRVL_EXC drop constraint FK1C053D2071843272
[java] INFO [29:25,035] alter table UP_EVENT_AGGR_CONF_INTRVL_INC drop constraint FK1C054AEE71843272
[java] INFO [29:25,036] alter table UP_EVENT_SESSION_GROUPS drop constraint FK43216B46986B33DD
[java] INFO [29:25,041] alter table UP_EVENT_SESSION_GROUPS drop constraint FK43216B46B5E73C4D
[java] INFO [29:25,043] alter table UP_LOGIN_EVENT_AGGR drop constraint FKF2650210C6A7B0CB
[java] INFO [29:25,044] alter table UP_LOGIN_EVENT_AGGR drop constraint FKF26502101F78EA22
[java] INFO [29:25,046] alter table UP_LOGIN_EVENT_AGGR drop constraint FKF265021063D2B8A4
[java] INFO [29:25,047] alter table UP_LOGIN_EVENT_AGGR drop constraint FKF26502108B863C4B
[java] INFO [29:25,048] alter table UP_PORTLET_EXEC_AGGR drop constraint FK9FED29B6C6A7B0CB
[java] INFO [29:25,049] alter table UP_PORTLET_EXEC_AGGR drop constraint FK9FED29B61F78EA22
[java] INFO [29:25,050] alter table UP_PORTLET_EXEC_AGGR drop constraint FK9FED29B663D2B8A4
[java] INFO [29:25,051] alter table UP_PORTLET_EXEC_AGGR drop constraint FK9FED29B6B3AE3610
[java] INFO [29:25,051] alter table UP_PORTLET_LAYOUT_AGGR drop constraint FKFD9530FDC6A7B0CB
[java] INFO [29:25,052] alter table UP_PORTLET_LAYOUT_AGGR drop constraint FKFD9530FD1F78EA22
[java] INFO [29:25,053] alter table UP_PORTLET_LAYOUT_AGGR drop constraint FKFD9530FD63D2B8A4
[java] INFO [29:25,054] alter table UP_PORTLET_LAYOUT_AGGR drop constraint FKFD9530FDB3AE3610
[java] INFO [29:25,055] alter table UP_SEARCH_REQ_AGGR drop constraint FK16539C5C6A7B0CB
[java] INFO [29:25,056] alter table UP_SEARCH_REQ_AGGR drop constraint FK16539C51F78EA22
[java] INFO [29:25,057] alter table UP_SEARCH_REQ_AGGR drop constraint FK16539C563D2B8A4
[java] INFO [29:25,058] alter table UP_TAB_RENDER_AGGR drop constraint FK7DB5152CC6A7B0CB
[java] INFO [29:25,059] alter table UP_TAB_RENDER_AGGR drop constraint FK7DB5152C1F78EA22
[java] INFO [29:25,060] alter table UP_TAB_RENDER_AGGR drop constraint FK7DB5152C63D2B8A4
[java] INFO [29:25,061] alter table UP_TAB_RENDER_AGGR drop constraint FK7DB5152C993D37F5
[java] INFO [29:25,062] alter table UP_UNIQUE_STR_SEGMENT drop constraint FKB8D8E79BA702953C
[java] INFO [29:25,062] alter table UP_UNIQUE_STR_SEGMENT__UIDS drop constraint FK2534615E5B08F2F1
[java] INFO [29:25,069] drop table if exists UP_ACADEMIC_TERM_DETAIL cascade
[java] INFO [29:25,074] drop table if exists UP_AGGR_GROUP_MAPPING cascade
[java] INFO [29:25,077] drop table if exists UP_AGGR_PORTLET_MAPPING cascade
[java] INFO [29:25,079] drop table if exists UP_AGGR_TAB_MAPPING cascade
[java] INFO [29:25,082] drop table if exists UP_CONCURRENT_USER_AGGR cascade
[java] INFO [29:25,086] drop table if exists UP_DATE_DIMENSION cascade
[java] INFO [29:25,088] drop table if exists UP_EVENT_AGGR_CONF_GROUPS cascade
[java] INFO [29:25,091] drop table if exists UP_EVENT_AGGR_CONF_GROUPS_EXC cascade
[java] INFO [29:25,093] drop table if exists UP_EVENT_AGGR_CONF_GROUPS_INC cascade
[java] INFO [29:25,095] drop table if exists UP_EVENT_AGGR_CONF_INTRVL cascade
[java] INFO [29:25,095] drop table if exists UP_EVENT_AGGR_CONF_INTRVL_EXC cascade
[java] INFO [29:25,096] drop table if exists UP_EVENT_AGGR_CONF_INTRVL_INC cascade
[java] INFO [29:25,098] drop table if exists UP_EVENT_AGGR_STATUS cascade
[java] INFO [29:25,101] drop table if exists UP_EVENT_SESSION cascade
[java] INFO [29:25,102] drop table if exists UP_EVENT_SESSION_GROUPS cascade
[java] INFO [29:25,108] drop table if exists UP_LOGIN_EVENT_AGGR cascade
[java] INFO [29:25,118] drop table if exists UP_PORTLET_EXEC_AGGR cascade
[java] INFO [29:25,120] drop table if exists UP_PORTLET_LAYOUT_AGGR cascade
[java] INFO [29:25,126] drop table if exists UP_QUARTER_DETAIL cascade
[java] INFO [29:25,131] drop table if exists UP_SEARCH_REQ_AGGR cascade
[java] INFO [29:25,134] drop table if exists UP_TAB_RENDER_AGGR cascade
[java] INFO [29:25,136] drop table if exists UP_TIME_DIMENSION cascade
[java] INFO [29:25,138] drop table if exists UP_UNIQUE_STR cascade
[java] INFO [29:25,143] drop table if exists UP_UNIQUE_STR_SEGMENT cascade
[java] INFO [29:25,148] drop table if exists UP_UNIQUE_STR_SEGMENT__UIDS cascade
[java] INFO [29:25,149] drop sequence UP_ACADEMIC_TERM_DETAIL_SEQ
[java] INFO [29:25,150] drop sequence UP_AGGR_GROUP_MAPPING_SEQ
[java] INFO [29:25,151] drop sequence UP_AGGR_PORTLET_MAPPING_SEQ
[java] INFO [29:25,155] drop sequence UP_AGGR_TAB_MAPPING_SEQ
[java] INFO [29:25,159] drop sequence UP_CONCURRENT_USER_AGGR_SEQ
[java] INFO [29:25,159] drop sequence UP_DATE_DIMENSION_SEQ
[java] INFO [29:25,161] drop sequence UP_EVENT_AGGR_CONF_GROUPS_SEQ
[java] INFO [29:25,162] drop sequence UP_EVENT_AGGR_CONF_INTRVL_SEQ
[java] INFO [29:25,163] drop sequence UP_EVENT_AGGR_STATUS_SEQ
[java] INFO [29:25,163] drop sequence UP_EVENT_SESSION_SEQ
[java] INFO [29:25,164] drop sequence UP_LOGIN_EVENT_AGGR_SEQ
[java] INFO [29:25,165] drop sequence UP_PORTLET_EXEC_AGGR_SEQ
[java] INFO [29:25,166] drop sequence UP_QUARTER_DETAIL_SEQ
[java] INFO [29:25,168] drop sequence UP_TAB_RENDER_AGGR_SEQ
[java] INFO [29:25,169] drop sequence UP_TIME_DIMENSION_SEQ
[java] INFO [29:25,170] drop sequence UP_UNIQUE_STR_SEGMENT_SEQ
[java] INFO [29:25,171] drop sequence UP_UNIQUE_STR_SEQ
[java] INFO [29:25,172] drop table if exists hibernate_sequences cascade
[java] INFO [29:25,173]
[java] INFO [29:25,173]
[java] INFO [29:25,173] Hibernate Create DDL: AggrEventsDb
[java] INFO [29:25,188] create table UP_ACADEMIC_TERM_DETAIL (TERM_ID int8 not null, TERM_END timestamp not null, TERM_START timestamp not null, TERM_NAME varchar(255) not null, primary key (TERM_ID), unique (TERM_END, TERM_START))
[java] INFO [29:25,195] create table UP_AGGR_GROUP_MAPPING (ID int8 not null, GROUP_NAME varchar(200) not null, GROUP_SERVICE varchar(200) not null, primary key (ID), unique (GROUP_NAME, GROUP_SERVICE))
[java] INFO [29:25,203] create table UP_AGGR_PORTLET_MAPPING (ID int8 not null, PORTLET_FNAME varchar(255) not null, PORTLET_NAME varchar(128) not null unique, primary key (ID), unique (PORTLET_FNAME))
[java] INFO [29:25,220] create table UP_AGGR_TAB_MAPPING (ID int8 not null, FRAGMENT_NAME varchar(200) not null, TAB_NAME varchar(200) not null, primary key (ID), unique (FRAGMENT_NAME, TAB_NAME))
[java] INFO [29:25,240] create table UP_CONCURRENT_USER_AGGR (ID int8 not null, DURATION int4 not null, AGGR_INTERVAL varchar(255) not null, CONCURRENT_USERS int4 not null, AGGR_GROUP_ID int8 not null, DATE_DIMENSION_ID int8 not null, TIME_DIMENSION_ID int8 not null, UNIQUE_STRINGS_ID int8, primary key (ID), unique (AGGR_GROUP_ID, DATE_DIMENSION_ID, AGGR_INTERVAL, TIME_DIMENSION_ID))
[java] INFO [29:25,261] create table UP_DATE_DIMENSION (DATE_ID int8 not null, DD_DATE date not null, DD_DAY int4 not null, DD_MONTH int4 not null, DD_QUARTER int4 not null, DD_TERM varchar(200), DD_WEEK int4 not null, DD_YEAR int4 not null, primary key (DATE_ID), unique (DD_DATE))
[java] INFO [29:25,272] create table UP_EVENT_AGGR_CONF_GROUPS (ID int8 not null, AGGREGATOR_TYPE varchar(255) not null, ENTITY_VERSION int8, primary key (ID), unique (AGGREGATOR_TYPE))
[java] INFO [29:25,279] create table UP_EVENT_AGGR_CONF_GROUPS_EXC (UP_EVENT_AGGR_CONF_GROUPS_ID int8 not null, GROUP_ID int8 not null, primary key (UP_EVENT_AGGR_CONF_GROUPS_ID, GROUP_ID), unique (GROUP_ID))
[java] INFO [29:25,286] create table UP_EVENT_AGGR_CONF_GROUPS_INC (UP_EVENT_AGGR_CONF_GROUPS_ID int8 not null, GROUP_ID int8 not null, primary key (UP_EVENT_AGGR_CONF_GROUPS_ID, GROUP_ID), unique (GROUP_ID))
[java] INFO [29:25,289] create table UP_EVENT_AGGR_CONF_INTRVL (ID int8 not null, AGGREGATOR_TYPE varchar(255) not null, ENTITY_VERSION int8, primary key (ID), unique (AGGREGATOR_TYPE))
[java] INFO [29:25,291] create table UP_EVENT_AGGR_CONF_INTRVL_EXC (UP_EVENT_AGGR_CONF_INTRVL_ID int8 not null, AGGR_INTERVAL varchar(255))
[java] INFO [29:25,291] create table UP_EVENT_AGGR_CONF_INTRVL_INC (UP_EVENT_AGGR_CONF_INTRVL_ID int8 not null, AGGR_INTERVAL varchar(255))
[java] INFO [29:25,295] create table UP_EVENT_AGGR_STATUS (ID int8 not null, ENTITY_VERSION int8, LAST_END timestamp, LAST_EVENT_DATE timestamp, LAST_START timestamp, PROCESSING_TYPE varchar(255) not null, SERVER_NAME varchar(200), primary key (ID), unique (PROCESSING_TYPE))
[java] INFO [29:25,305] create table UP_EVENT_SESSION (ID int8 not null, SESSION_ID varchar(500) not null, LAST_ACCESSED timestamp not null, primary key (ID), unique (SESSION_ID))
[java] INFO [29:25,308] create table UP_EVENT_SESSION_GROUPS (UP_EVENT_SESSION_ID int8 not null, GROUP_ID int8 not null, primary key (UP_EVENT_SESSION_ID, GROUP_ID))
[java] INFO [29:25,311] create table UP_LOGIN_EVENT_AGGR (ID int8 not null, DURATION int4 not null, AGGR_INTERVAL varchar(255) not null, LOGIN_COUNT int4 not null, UNIQUE_LOGIN_COUNT int4 not null, AGGR_GROUP_ID int8 not null, DATE_DIMENSION_ID int8 not null, TIME_DIMENSION_ID int8 not null, UNIQUE_STRINGS_ID int8, primary key (ID), unique (AGGR_GROUP_ID, DATE_DIMENSION_ID, AGGR_INTERVAL, TIME_DIMENSION_ID))
[java] INFO [29:25,316] create table UP_PORTLET_EXEC_AGGR (ID int8 not null, DURATION int4 not null, AGGR_INTERVAL varchar(255) not null, STATS_COMPLETE boolean not null, TIME_COUNT int4 not null, GEOMETRIC_MEAN_TIME float8 not null, MAX_TIME float8 not null, MEAN_TIME float8 not null, MIN_TIME float8 not null, POPULATION_VARIANCE_TIME float8 not null, SECOND_MOMENT_TIME float8 not null, STD_DEVIATION_TIME float8 not null, CM_MAX_N int8, CM_MAX_VALUE float8, CM_MIN_N int8, CM_MIN_VALUE float8, CM_2MMNT_M2 float8, CM_1MMNT_DEV float8, CM_1MMNT_M1 float8, CM_1MMNT_N int8, CM_1MMNT_NDEV float8, CM_SUM_N int8, CM_SUM_VALUE float8, CM_SUMOLOGS_N int4, CM_SUMOLOGS_VALUE float8, CM_SUMOSQRS_N int8, CM_SUMOSQRS_VALUE float8, SUM_TIME float8 not null, SUM_OF_LOGS_TIME float8 not null, SUMSQ_TIME float8 not null, VARIANCE_TIME float8 not null, EXECUTION_TYPE varchar(50) not null, AGGR_GROUP_ID int8 not null, DATE_DIMENSION_ID int8 not null, TIME_DIMENSION_ID int8 not null, AGGR_PORTLET_ID int8 not null, primary key (ID), unique (AGGR_GROUP_ID, DATE_DIMENSION_ID, AGGR_INTERVAL, TIME_DIMENSION_ID, AGGR_PORTLET_ID, EXECUTION_TYPE))
[java] INFO [29:25,329] create table UP_PORTLET_LAYOUT_AGGR (ID int8 not null, DURATION int4 not null, AGGR_INTERVAL varchar(255) not null, ADD_COUNT int4 not null, STATS_COMPLETE boolean not null, DEL_COUNT int4 not null, MOVE_COUNT int4 not null, AGGR_GROUP_ID int8 not null, DATE_DIMENSION_ID int8 not null, TIME_DIMENSION_ID int8 not null, AGGR_PORTLET_ID int8 not null, primary key (ID), unique (AGGR_GROUP_ID, DATE_DIMENSION_ID, AGGR_INTERVAL, TIME_DIMENSION_ID, AGGR_PORTLET_ID))
[java] INFO [29:25,346] create table UP_QUARTER_DETAIL (QUARTER_ID int8 not null, QUARTER_END varchar(255) not null, QUARTER_NUMBER int4 not null, QUARTER_START varchar(255) not null, primary key (QUARTER_ID), unique (QUARTER_END, QUARTER_START))
[java] INFO [29:25,373] create table UP_SEARCH_REQ_AGGR (ID int8 not null, DURATION int4 not null, AGGR_INTERVAL varchar(255) not null, STATS_COMPLETE boolean not null, SEARCH_COUNT int4 not null, SEARCH_TERM varchar(255) not null, AGGR_GROUP_ID int8 not null, DATE_DIMENSION_ID int8 not null, TIME_DIMENSION_ID int8 not null, primary key (ID), unique (AGGR_GROUP_ID, DATE_DIMENSION_ID, AGGR_INTERVAL, TIME_DIMENSION_ID, SEARCH_TERM))
[java] INFO [29:25,379] create table UP_TAB_RENDER_AGGR (ID int8 not null, DURATION int4 not null, AGGR_INTERVAL varchar(255) not null, STATS_COMPLETE boolean not null, TIME_COUNT int4 not null, GEOMETRIC_MEAN_TIME float8 not null, MAX_TIME float8 not null, MEAN_TIME float8 not null, MIN_TIME float8 not null, POPULATION_VARIANCE_TIME float8 not null, SECOND_MOMENT_TIME float8 not null, STD_DEVIATION_TIME float8 not null, CM_MAX_N int8, CM_MAX_VALUE float8, CM_MIN_N int8, CM_MIN_VALUE float8, CM_2MMNT_M2 float8, CM_1MMNT_DEV float8, CM_1MMNT_M1 float8, CM_1MMNT_N int8, CM_1MMNT_NDEV float8, CM_SUM_N int8, CM_SUM_VALUE float8, CM_SUMOLOGS_N int4, CM_SUMOLOGS_VALUE float8, CM_SUMOSQRS_N int8, CM_SUMOSQRS_VALUE float8, SUM_TIME float8 not null, SUM_OF_LOGS_TIME float8 not null, SUMSQ_TIME float8 not null, VARIANCE_TIME float8 not null, AGGR_GROUP_ID int8 not null, DATE_DIMENSION_ID int8 not null, TIME_DIMENSION_ID int8 not null, AGGR_TAB_ID int8 not null, primary key (ID), unique (AGGR_GROUP_ID, DATE_DIMENSION_ID, AGGR_INTERVAL, TIME_DIMENSION_ID, AGGR_TAB_ID))
[java] INFO [29:25,382] create table UP_TIME_DIMENSION (TIME_ID int8 not null, TD_FIVE_MINUTE_INCREMENT int4 not null, TD_HOUR int4 not null, TD_MINUTE int4 not null, TD_TIME time not null, primary key (TIME_ID), unique (TD_TIME))
[java] INFO [29:25,384] create table UP_UNIQUE_STR (UNIQUE_STR_ID int8 not null, primary key (UNIQUE_STR_ID))
[java] INFO [29:25,386] create table UP_UNIQUE_STR_SEGMENT (UNIQUE_STR_SEGMENT_ID int8 not null, UNIQUE_STR_ID int8 not null, primary key (UNIQUE_STR_SEGMENT_ID))
[java] INFO [29:25,389] create table UP_UNIQUE_STR_SEGMENT__UIDS (UNIQUE_STR_SEGMENT_ID int8 not null, UNIQUE_STR varchar(255) not null, primary key (UNIQUE_STR_SEGMENT_ID, UNIQUE_STR))
[java] INFO [29:25,390] create index IDX_UP_CONC_USER_AGGR_DTI on UP_CONCURRENT_USER_AGGR (DATE_DIMENSION_ID, TIME_DIMENSION_ID, AGGR_INTERVAL)
[java] INFO [29:25,392] create index IDX_UP_CONC_USER_INTRVL on UP_CONCURRENT_USER_AGGR (AGGR_INTERVAL)
[java] INFO [29:25,393] create index IDX_UP_CONC_USER_GRP on UP_CONCURRENT_USER_AGGR (AGGR_GROUP_ID)
[java] INFO [29:25,404] alter table UP_CONCURRENT_USER_AGGR add constraint FK5769BE21C6A7B0CB foreign key (AGGR_GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,408] alter table UP_CONCURRENT_USER_AGGR add constraint FK5769BE211F78EA22 foreign key (DATE_DIMENSION_ID) references UP_DATE_DIMENSION
[java] INFO [29:25,410] alter table UP_CONCURRENT_USER_AGGR add constraint FK5769BE2163D2B8A4 foreign key (TIME_DIMENSION_ID) references UP_TIME_DIMENSION
[java] INFO [29:25,412] alter table UP_CONCURRENT_USER_AGGR add constraint FK5769BE218B863C4B foreign key (UNIQUE_STRINGS_ID) references UP_UNIQUE_STR
[java] INFO [29:25,413] create index IDX_UP_DD_DAY on UP_DATE_DIMENSION (DD_DAY)
[java] INFO [29:25,414] create index IDX_UP_DD_MONTH on UP_DATE_DIMENSION (DD_MONTH)
[java] INFO [29:25,416] create index IDX_UP_DD_QUARTER on UP_DATE_DIMENSION (DD_QUARTER)
[java] INFO [29:25,418] create index IDX_UP_DD_TERM on UP_DATE_DIMENSION (DD_TERM)
[java] INFO [29:25,419] create index IDX_UP_DD_WEEK on UP_DATE_DIMENSION (DD_WEEK)
[java] INFO [29:25,420] create index IDX_UP_DD_YEAR on UP_DATE_DIMENSION (DD_YEAR)
[java] INFO [29:25,424] alter table UP_EVENT_AGGR_CONF_GROUPS_EXC add constraint FK11F6791B986B33DD foreign key (GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,426] alter table UP_EVENT_AGGR_CONF_GROUPS_EXC add constraint FK11F6791B60C93DD1 foreign key (UP_EVENT_AGGR_CONF_GROUPS_ID) references UP_EVENT_AGGR_CONF_GROUPS
[java] INFO [29:25,427] alter table UP_EVENT_AGGR_CONF_GROUPS_INC add constraint FK11F686E9986B33DD foreign key (GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,429] alter table UP_EVENT_AGGR_CONF_GROUPS_INC add constraint FK11F686E960C93DD1 foreign key (UP_EVENT_AGGR_CONF_GROUPS_ID) references UP_EVENT_AGGR_CONF_GROUPS
[java] INFO [29:25,431] alter table UP_EVENT_AGGR_CONF_INTRVL_EXC add constraint FK1C053D2071843272 foreign key (UP_EVENT_AGGR_CONF_INTRVL_ID) references UP_EVENT_AGGR_CONF_INTRVL
[java] INFO [29:25,433] alter table UP_EVENT_AGGR_CONF_INTRVL_INC add constraint FK1C054AEE71843272 foreign key (UP_EVENT_AGGR_CONF_INTRVL_ID) references UP_EVENT_AGGR_CONF_INTRVL
[java] INFO [29:25,434] create index IDX_UP_EVENT_SESSION_DATE on UP_EVENT_SESSION (LAST_ACCESSED)
[java] INFO [29:25,439] alter table UP_EVENT_SESSION_GROUPS add constraint FK43216B46986B33DD foreign key (GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,441] alter table UP_EVENT_SESSION_GROUPS add constraint FK43216B46B5E73C4D foreign key (UP_EVENT_SESSION_ID) references UP_EVENT_SESSION
[java] INFO [29:25,449] create index IDX_UP_LOGIN_EVENT_AGGR_DTI on UP_LOGIN_EVENT_AGGR (DATE_DIMENSION_ID, TIME_DIMENSION_ID, AGGR_INTERVAL)
[java] INFO [29:25,469] create index IDX_UP_LOGIN_EVENT_INTRVL on UP_LOGIN_EVENT_AGGR (AGGR_INTERVAL)
[java] INFO [29:25,481] create index IDX_UP_LOGIN_EVENT_GRP on UP_LOGIN_EVENT_AGGR (AGGR_GROUP_ID)
[java] INFO [29:25,492] alter table UP_LOGIN_EVENT_AGGR add constraint FKF2650210C6A7B0CB foreign key (AGGR_GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,498] alter table UP_LOGIN_EVENT_AGGR add constraint FKF26502101F78EA22 foreign key (DATE_DIMENSION_ID) references UP_DATE_DIMENSION
[java] INFO [29:25,504] alter table UP_LOGIN_EVENT_AGGR add constraint FKF265021063D2B8A4 foreign key (TIME_DIMENSION_ID) references UP_TIME_DIMENSION
[java] INFO [29:25,509] alter table UP_LOGIN_EVENT_AGGR add constraint FKF26502108B863C4B foreign key (UNIQUE_STRINGS_ID) references UP_UNIQUE_STR
[java] INFO [29:25,515] create index IDX_UP_PLT_EXEC_AGGR_DTI on UP_PORTLET_EXEC_AGGR (DATE_DIMENSION_ID, TIME_DIMENSION_ID, AGGR_INTERVAL)
[java] INFO [29:25,524] create index IDX_UP_PLT_EXEC_AGGR_DTIC on UP_PORTLET_EXEC_AGGR (DATE_DIMENSION_ID, TIME_DIMENSION_ID, AGGR_INTERVAL, STATS_COMPLETE)
[java] INFO [29:25,535] create index IDX_UP_PLT_EXEC_INTRVL on UP_PORTLET_EXEC_AGGR (AGGR_INTERVAL)
[java] INFO [29:25,542] create index IDX_UP_PLT_EXEC_GRP on UP_PORTLET_EXEC_AGGR (AGGR_GROUP_ID)
[java] INFO [29:25,549] alter table UP_PORTLET_EXEC_AGGR add constraint FK9FED29B6C6A7B0CB foreign key (AGGR_GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,565] alter table UP_PORTLET_EXEC_AGGR add constraint FK9FED29B61F78EA22 foreign key (DATE_DIMENSION_ID) references UP_DATE_DIMENSION
[java] INFO [29:25,568] alter table UP_PORTLET_EXEC_AGGR add constraint FK9FED29B663D2B8A4 foreign key (TIME_DIMENSION_ID) references UP_TIME_DIMENSION
[java] INFO [29:25,570] alter table UP_PORTLET_EXEC_AGGR add constraint FK9FED29B6B3AE3610 foreign key (AGGR_PORTLET_ID) references UP_AGGR_PORTLET_MAPPING
[java] INFO [29:25,572] create index IDX_UP_PORTLET_LAYOUT_AGGR_DTI on UP_PORTLET_LAYOUT_AGGR (DATE_DIMENSION_ID, TIME_DIMENSION_ID, AGGR_INTERVAL)
[java] INFO [29:25,573] create index IDX_UP_PORTLET_LAYOUT_INTRVL on UP_PORTLET_LAYOUT_AGGR (AGGR_INTERVAL)
[java] INFO [29:25,575] create index IDX_UP_PORTLET_LAYOUT_GRP on UP_PORTLET_LAYOUT_AGGR (AGGR_GROUP_ID)
[java] INFO [29:25,577] alter table UP_PORTLET_LAYOUT_AGGR add constraint FKFD9530FDC6A7B0CB foreign key (AGGR_GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,581] alter table UP_PORTLET_LAYOUT_AGGR add constraint FKFD9530FD1F78EA22 foreign key (DATE_DIMENSION_ID) references UP_DATE_DIMENSION
[java] INFO [29:25,582] alter table UP_PORTLET_LAYOUT_AGGR add constraint FKFD9530FD63D2B8A4 foreign key (TIME_DIMENSION_ID) references UP_TIME_DIMENSION
[java] INFO [29:25,584] alter table UP_PORTLET_LAYOUT_AGGR add constraint FKFD9530FDB3AE3610 foreign key (AGGR_PORTLET_ID) references UP_AGGR_PORTLET_MAPPING
[java] INFO [29:25,585] create index IDX_UP_SEARCH_REQ_AGGR_DTI on UP_SEARCH_REQ_AGGR (DATE_DIMENSION_ID, TIME_DIMENSION_ID, AGGR_INTERVAL)
[java] INFO [29:25,586] create index IDX_UP_SEARCH_REQ_INTRVL on UP_SEARCH_REQ_AGGR (AGGR_INTERVAL)
[java] INFO [29:25,592] create index IDX_UP_SEARCH_REQ_GRP on UP_SEARCH_REQ_AGGR (AGGR_GROUP_ID)
[java] INFO [29:25,593] create index IDX_UP_SEARCH_REQ_TRM on UP_SEARCH_REQ_AGGR (SEARCH_TERM)
[java] INFO [29:25,598] alter table UP_SEARCH_REQ_AGGR add constraint FK16539C5C6A7B0CB foreign key (AGGR_GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,600] alter table UP_SEARCH_REQ_AGGR add constraint FK16539C51F78EA22 foreign key (DATE_DIMENSION_ID) references UP_DATE_DIMENSION
[java] INFO [29:25,602] alter table UP_SEARCH_REQ_AGGR add constraint FK16539C563D2B8A4 foreign key (TIME_DIMENSION_ID) references UP_TIME_DIMENSION
[java] INFO [29:25,615] create index IDX_UP_TAB_REND_AGGR_DTI on UP_TAB_RENDER_AGGR (DATE_DIMENSION_ID, TIME_DIMENSION_ID, AGGR_INTERVAL)
[java] INFO [29:25,625] create index IDX_UP_TAB_REND_AGGR_DTIC on UP_TAB_RENDER_AGGR (DATE_DIMENSION_ID, TIME_DIMENSION_ID, AGGR_INTERVAL, STATS_COMPLETE)
[java] INFO [29:25,637] create index IDX_UP_TAB_REND_INTRVL on UP_TAB_RENDER_AGGR (AGGR_INTERVAL)
[java] INFO [29:25,650] create index IDX_UP_TAB_REND_GRP on UP_TAB_RENDER_AGGR (AGGR_GROUP_ID)
[java] INFO [29:25,663] alter table UP_TAB_RENDER_AGGR add constraint FK7DB5152CC6A7B0CB foreign key (AGGR_GROUP_ID) references UP_AGGR_GROUP_MAPPING
[java] INFO [29:25,667] alter table UP_TAB_RENDER_AGGR add constraint FK7DB5152C1F78EA22 foreign key (DATE_DIMENSION_ID) references UP_DATE_DIMENSION
[java] INFO [29:25,670] alter table UP_TAB_RENDER_AGGR add constraint FK7DB5152C63D2B8A4 foreign key (TIME_DIMENSION_ID) references UP_TIME_DIMENSION
[java] INFO [29:25,672] alter table UP_TAB_RENDER_AGGR add constraint FK7DB5152C993D37F5 foreign key (AGGR_TAB_ID) references UP_AGGR_TAB_MAPPING
[java] INFO [29:25,681] create index IDX_UP_TD_FIVE_MIN_INCR on UP_TIME_DIMENSION (TD_FIVE_MINUTE_INCREMENT)
[java] INFO [29:25,701] create index IDX_UP_TD_HOUR on UP_TIME_DIMENSION (TD_HOUR)
[java] INFO [29:25,712] create index IDX_UP_TD_MINUTE on UP_TIME_DIMENSION (TD_MINUTE)
[java] INFO [29:25,717] alter table UP_UNIQUE_STR_SEGMENT add constraint FKB8D8E79BA702953C foreign key (UNIQUE_STR_ID) references UP_UNIQUE_STR
[java] INFO [29:25,718] alter table UP_UNIQUE_STR_SEGMENT__UIDS add constraint FK2534615E5B08F2F1 foreign key (UNIQUE_STR_SEGMENT_ID) references UP_UNIQUE_STR_SEGMENT
[java] INFO [29:25,724] create sequence UP_ACADEMIC_TERM_DETAIL_SEQ start 1 increment 1
[java] INFO [29:25,732] create sequence UP_AGGR_GROUP_MAPPING_SEQ start 1 increment 10
[java] INFO [29:25,738] create sequence UP_AGGR_PORTLET_MAPPING_SEQ start 1 increment 10
[java] INFO [29:25,742] create sequence UP_AGGR_TAB_MAPPING_SEQ start 1 increment 10
[java] INFO [29:25,753] create sequence UP_CONCURRENT_USER_AGGR_SEQ start 1 increment 1000
[java] INFO [29:25,761] create sequence UP_DATE_DIMENSION_SEQ start 1 increment 1
[java] INFO [29:25,776] create sequence UP_EVENT_AGGR_CONF_GROUPS_SEQ start 1 increment 1
[java] INFO [29:25,777] create sequence UP_EVENT_AGGR_CONF_INTRVL_SEQ start 1 increment 1
[java] INFO [29:25,778] create sequence UP_EVENT_AGGR_STATUS_SEQ start 1 increment 10
[java] INFO [29:25,785] create sequence UP_EVENT_SESSION_SEQ start 1 increment 100
[java] INFO [29:25,793] create sequence UP_LOGIN_EVENT_AGGR_SEQ start 1 increment 1000
[java] INFO [29:25,798] create sequence UP_PORTLET_EXEC_AGGR_SEQ start 1 increment 10000
[java] INFO [29:25,799] create sequence UP_QUARTER_DETAIL_SEQ start 1 increment 1
[java] INFO [29:25,800] create sequence UP_TAB_RENDER_AGGR_SEQ start 1 increment 5000
[java] INFO [29:25,808] create sequence UP_TIME_DIMENSION_SEQ start 1 increment 1
[java] INFO [29:25,816] create sequence UP_UNIQUE_STR_SEGMENT_SEQ start 1 increment 1000
[java] INFO [29:25,823] create sequence UP_UNIQUE_STR_SEQ start 1 increment 1000
[java] INFO [29:25,863] create table hibernate_sequences ( sequence_name varchar(255) not null , next_val int8, primary key ( sequence_name ) )
[java] INFO [29:25,867] PostInit - Set AggrEventsDb version to 4.0.10
[java] INFO [29:25,894]
[java] INFO [29:25,894]
[java] INFO [29:25,894] Importing Data from: /opt/esup-uportal/uportal-war/src/main/data/required_entities that matches
[java] INFO [29:25,989] Scanning for files to Import from: /opt/esup-uportal/uportal-war/src/main/data/required_entities
[java] INFO [29:26,154] Found 17 files to Import from: /opt/esup-uportal/uportal-war/src/main/data/required_entities
[java] INFO [29:26,154] Importing 7 files of type <entity-type script="classpath://org/jasig/portal/io/import-entity-type_v3-2.crn">
[java] INFO [29:26,329] Imported : entity-type/org.jasig.portal.services.entityproperties.EntityProperties.entity-type.xml
[java] INFO [29:26,395] Imported : entity-type/org.jasig.portal.groups.IEntityGroup.entity-type.xml
[java] INFO [29:26,417] Imported : entity-type/java.lang.Object.entity-type.xml
[java] INFO [29:26,442] Imported : entity-type/org.jasig.portal.security.IPerson.entity-type.xml
[java] INFO [29:26,467] Imported : entity-type/org.jasig.portal.security.IPermissionSet.entity-type.xml
[java] INFO [29:26,497] Imported : entity-type/org.jasig.portal.groups.IEntity.entity-type.xml
[java] INFO [29:26,520] Imported : entity-type/org.jasig.portal.portlet.om.IPortletDefinition.entity-type.xml
[java] INFO [29:26,521] Importing 2 files of type <{https://source.jasig.org/schemas/uportal/io/stylesheet-descriptor}stylesheet-descriptor version="4.0">
[java] INFO [29:26,625] Imported : stylesheet-descriptor/DLMXHTML.stylesheet-descriptor.xml
[java] INFO [29:26,651] Imported : stylesheet-descriptor/DLMTabsColumns.stylesheet-descriptor.xml
[java] INFO [29:26,651] Importing 1 files of type <{https://source.jasig.org/schemas/uportal/io/user}template-user version="4.0">
[java] INFO [29:26,688] Imported : user/defaultTemplateUser.user.xml
[java] INFO [29:26,689] Importing 2 files of type <{https://source.jasig.org/schemas/uportal/io/user}user version="4.0">
[java] INFO [29:26,694] Imported : user/system.user.xml
[java] INFO [29:26,701] Imported : user/guest.user.xml
[java] INFO [29:26,701] Importing 1 files of type <{https://source.jasig.org/schemas/uportal/io/portlet-type}portlet-type version="4.0">
[java] INFO [29:26,713] Imported : portlet-type/Portlet.portlet-type.xml
[java] INFO [29:26,713] Importing 2 files of type <profile script="classpath://org/jasig/portal/io/import-profile_v3-2.crn">
[java] INFO [29:26,969] Looking up bean 'counterStore' in ApplicationContext due to context not yet being initialized
[java] INFO [29:27,125] Imported : profile/defaultTemplateUser_default.profile.xml
[java] INFO [29:27,151] Imported : profile/system_default.profile.xml
[java] INFO [29:27,151] Importing 2 files of type <layout script="classpath://org/jasig/portal/io/import-layout_v3-2.crn">
[java] INFO [29:27,212] Imported : layout/defaultTemplateUser.layout.xml
[java] INFO [29:27,236] Imported : layout/system.layout.xml
[java] INFO [29:27,237] For a detailed report on the data import see /opt/esup-uportal/target/data-import-reports/data-import.txt
[java] INFO [29:27,237]
[java] INFO [29:27,237]
[java] INFO [29:27,237] Importing Data from: /opt/esup-uportal/uportal-war/src/main/data/default_entities that matches
[java] INFO [29:27,238] Scanning for files to Import from: /opt/esup-uportal/uportal-war/src/main/data/default_entities
[java] INFO [29:27,440] Found 101 files to Import from: /opt/esup-uportal/uportal-war/src/main/data/default_entities
[java] INFO [29:27,440] Importing 3 files of type <{https://source.jasig.org/schemas/uportal/io/stylesheet-descriptor}stylesheet-descriptor version="4.0">
[java] INFO [29:27,461] Imported : stylesheet-descriptor/JsonLayout.stylesheet-descriptor.xml
[java] INFO [29:27,475] Imported : stylesheet-descriptor/UniversalityMobile.stylesheet-descriptor.xml
[java] INFO [29:27,496] Imported : stylesheet-descriptor/DLMMobileColumns.stylesheet-descriptor.xml
[java] INFO [29:27,496] Importing 3 files of type <{https://source.jasig.org/schemas/uportal/io/user}user version="4.0">
[java] INFO [29:27,531] Imported : user/admin.user.xml
[java] INFO [29:27,555] Imported : user/fragmentTemplate.user.xml
[java] INFO [29:27,569] Imported : user/admin-lo.user.xml
[java] INFO [29:27,570] Importing 12 files of type <group script="classpath://org/jasig/portal/io/import-group_membership_v3-2.crn" version="GROUP">
[java] INFO [29:27,671] Imported : group_membership/uPortal.group-membership.xml
[java] INFO [29:27,689] Imported : group_membership/Portal_Administrators.group-membership.xml
[java] INFO [29:27,695] Imported : group_membership/Fragment_Owners.group-membership.xml
[java] INFO [29:27,700] Imported : group_membership/Portal_Developers.group-membership.xml
[java] INFO [29:27,707] Imported : group_membership/All_categories.group-membership.xml
[java] INFO [29:27,713] Imported : group_membership/Everyone.group-membership.xml
[java] INFO [29:27,720] Imported : group_membership/Development.group-membership.xml
[java] INFO [29:27,726] Imported : group_membership/Information.group-membership.xml
[java] INFO [29:27,731] Imported : group_membership/Portal_System.group-membership.xml
[java] INFO [29:27,736] Imported : group_membership/Administration.group-membership.xml
[java] INFO [29:27,743] Imported : group_membership/Subscribable_Fragments.group-membership.xml
[java] INFO [29:27,748] Imported : group_membership/Guests.group-membership.xml
[java] INFO [29:27,749] Importing 12 files of type <group script="classpath://org/jasig/portal/io/import-group_membership_v3-2.crn" version="MEMBERS">
[java] INFO [29:27,760] Imported : group_membership/uPortal.group-membership.xml
[java] INFO [29:27,774] Imported : group_membership/Portal_Administrators.group-membership.xml
[java] INFO [29:27,805] Looking up bean 'referenceEntitySearcher' in ApplicationContext due to context not yet being initialized
[java] INFO [29:27,854] Looking up bean 'entityTypes' in ApplicationContext due to context not yet being initialized
[java] INFO [29:27,971] Looking up bean 'entityCachingService' in ApplicationContext due to context not yet being initialized
[java] INFO [29:28,013] Imported : group_membership/Fragment_Owners.group-membership.xml
[java] INFO [29:28,022] Imported : group_membership/Portal_Developers.group-membership.xml
[java] INFO [29:28,041] Imported : group_membership/All_categories.group-membership.xml
[java] INFO [29:28,051] Imported : group_membership/Everyone.group-membership.xml
[java] INFO [29:28,064] Imported : group_membership/Development.group-membership.xml
[java] INFO [29:28,076] Imported : group_membership/Information.group-membership.xml
[java] INFO [29:28,097] Imported : group_membership/Portal_System.group-membership.xml
[java] INFO [29:28,101] Imported : group_membership/Administration.group-membership.xml
[java] INFO [29:28,104] Imported : group_membership/Subscribable_Fragments.group-membership.xml
[java] INFO [29:28,110] Imported : group_membership/Guests.group-membership.xml
[java] INFO [29:28,110] Importing 8 files of type <{https://source.jasig.org/schemas/uportal/io/portlet-type}portlet-type version="4.0">
[java] INFO [29:28,119] Imported : portlet-type/Inline_Frame.portlet-type.xml
[java] INFO [29:28,125] Imported : portlet-type/Image.portlet-type.xml
[java] INFO [29:28,130] Imported : portlet-type/Web_Proxy_Portlet.portlet-type.xml
[java] INFO [29:28,137] Imported : portlet-type/Advanced_CMS.portlet-type.xml
[java] INFO [29:28,143] Imported : portlet-type/RSS.portlet-type.xml
[java] INFO [29:28,148] Imported : portlet-type/CMS.portlet-type.xml
[java] INFO [29:28,157] Imported : portlet-type/SQL.portlet-type.xml
[java] INFO [29:28,165] Imported : portlet-type/Bookmarks_Portlet.portlet-type.xml
[java] INFO [29:28,165] Importing 27 files of type <{https://source.jasig.org/schemas/uportal/io/portlet-definition}portlet-definition version="4.0">
[java] INFO [29:28,196] Looking up bean 'authorizationService' in ApplicationContext due to context not yet being initialized
[java] INFO [29:28,220] Imported : portlet-definition/error.portlet-definition.xml
[java] INFO [29:28,233] Imported : portlet-definition/reset-password.portlet-definition.xml
[java] INFO [29:28,252] Imported : portlet-definition/fragment-admin.portlet-definition.xml
[java] INFO [29:28,271] Imported : portlet-definition/translator.portlet-definition.xml
[java] INFO [29:28,305] Imported : portlet-definition/layout-sitemap.portlet-definition.xml
[java] INFO [29:28,323] Imported : portlet-definition/forgot-password.portlet-definition.xml
[java] INFO [29:28,346] Imported : portlet-definition/toggle-resources-aggregation.portlet-definition.xml
[java] INFO [29:28,370] Imported : portlet-definition/groupsmanager.portlet-definition.xml
[java] INFO [29:28,399] Imported : portlet-definition/portal-administration.portlet-definition.xml
[java] INFO [29:28,414] Imported : portlet-definition/login.portlet-definition.xml
[java] INFO [29:28,430] Imported : portlet-definition/portlet-admin.portlet-definition.xml
[java] INFO [29:28,444] Imported : portlet-definition/fragment-audit.portlet-definition.xml
[java] INFO [29:28,460] Imported : portlet-definition/reset-my-layout.portlet-definition.xml
[java] INFO [29:28,482] Imported : portlet-definition/user-locales-selector.portlet-definition.xml
[java] INFO [29:28,509] Imported : portlet-definition/ImportExportPortlet.portlet-definition.xml
[java] INFO [29:28,525] Imported : portlet-definition/cache-manager.portlet-definition.xml
[java] INFO [29:28,541] Imported : portlet-definition/fragment-admin-exit.portlet-definition.xml
[java] INFO [29:28,561] Imported : portlet-definition/statistics.portlet-definition.xml
[java] INFO [29:28,599] Imported : portlet-definition/AttributeSwapper.portlet-definition.xml
[java] INFO [29:28,651] Imported : portlet-definition/search.portlet-definition.xml
[java] INFO [29:28,668] Imported : portlet-definition/popular-portlets.portlet-definition.xml
[java] INFO [29:28,686] Imported : portlet-definition/passwordmgr.portlet-definition.xml
[java] INFO [29:28,711] Imported : portlet-definition/snooper.portlet-definition.xml
[java] INFO [29:28,729] Imported : portlet-definition/portal-activity.portlet-definition.xml
[java] INFO [29:28,745] Imported : portlet-definition/user-administration.portlet-definition.xml
[java] INFO [29:28,761] Imported : portlet-definition/directory.portlet-definition.xml
[java] INFO [29:28,781] Imported : portlet-definition/permissionsmanager.portlet-definition.xml
[java] INFO [29:28,782] Importing 23 files of type <permission-set script="classpath://org/jasig/portal/io/import-permission_set_v3-1.crn">
[java] INFO [29:28,822] Imported : permission_set/Portal_System__SUBSCRIBE_EXPIRED__UP_PORTLET_SUBSCRIBE.permission-set.xml
[java] INFO [29:28,828] Imported : permission_set/Portal_System__ALL_PERMISSIONS__UP_SYSTEM.permission-set.xml
[java] INFO [29:28,845] Imported : permission_set/Everyone__VIEW_USER_ATTRIBUTE__UP_USERS.permission-set.xml
[java] INFO [29:28,851] Imported : permission_set/Portal_System__SUBSCRIBE_CREATED__UP_PORTLET_SUBSCRIBE.permission-set.xml
[java] INFO [29:28,858] Imported : permission_set/Fragment_Owners__SUBSCRIBE_CREATED__UP_PORTLET_SUBSCRIBE.permission-set.xml
[java] INFO [29:28,873] Imported : permission_set/Portal_Administrators__DELETE_GROUP__UP_GROUPS.permission-set.xml
[java] INFO [29:28,889] Imported : permission_set/Fragment_Owners__SUBSCRIBE_APPROVED__UP_PORTLET_SUBSCRIBE.permission-set.xml
[java] INFO [29:28,920] Imported : permission_set/Portal_System__MANAGE_EXPIRED__UP_PORTLET_PUBLISH.permission-set.xml
[java] INFO [29:28,935] Imported : permission_set/Portal_Administrators__EDIT_GROUP__UP_GROUPS.permission-set.xml
[java] INFO [29:28,942] Imported : permission_set/Portal_System__EDIT_PERMISSIONS__UP_PERMISSIONS.permission-set.xml
[java] INFO [29:28,952] Imported : permission_set/Portal_System__MANAGE_CREATED__UP_PORTLET_PUBLISH.permission-set.xml
[java] INFO [29:28,972] Imported : permission_set/Authenticated_Users__VIEW_USER__UP_USERS.permission-set.xml
[java] INFO [29:28,988] Imported : permission_set/Portal_Administrators__CREATE_GROUP__UP_GROUPS.permission-set.xml
[java] INFO [29:29,016] Imported : permission_set/Everyone__FRAGMENT_SUBSCRIBE__UP_FRAGMENT.permission-set.xml
[java] INFO [29:29,032] Imported : permission_set/Portal_System__MANAGE_APPROVED__UP_PORTLET_PUBLISH.permission-set.xml
[java] INFO [29:29,042] Imported : permission_set/Portal_System__PORTLET_MODE_CONFIG__UP_PORTLET_PUBLISH.permission-set.xml
[java] INFO [29:29,048] Imported : permission_set/Fragment_Owners__SUBSCRIBE_EXPIRED__UP_PORTLET_SUBSCRIBE.permission-set.xml
[java] INFO [29:29,061] Imported : permission_set/Portal_Administrators__VIEW_GROUP__UP_GROUPS.permission-set.xml
[java] INFO [29:29,070] Imported : permission_set/Portal_Administrators__IMPERSONATE__UP_USERS.permission-set.xml
[java] INFO [29:29,076] Imported : permission_set/Portal_System__VIEW_PERMISSIONS__UP_PERMISSIONS.permission-set.xml
[java] INFO [29:29,088] Imported : permission_set/Portal_System__MANAGE__UP_PORTLET_PUBLISH.permission-set.xml
[java] INFO [29:29,102] Imported : permission_set/Portal_System__SUBSCRIBE_APPROVED__UP_PORTLET_SUBSCRIBE.permission-set.xml
[java] INFO [29:29,111] Imported : permission_set/Portal_Developers__VIEW__UP_ERROR_CHAN.permission-set.xml
[java] INFO [29:29,111] Importing 8 files of type <{https://source.jasig.org/schemas/uportal/io/permission-owner}permission-owner version="4.0">
[java] INFO [29:29,127] Imported : permission_owner/UP_PERMISSIONS.permission-owner.xml
[java] INFO [29:29,139] Imported : permission_owner/UP_PORTLET_SUBSCRIBE.permission-owner.xml
[java] INFO [29:29,161] Imported : permission_owner/UP_USERS.permission-owner.xml
[java] INFO [29:29,174] Imported : permission_owner/UP_GROUPS.permission-owner.xml
[java] INFO [29:29,183] Imported : permission_owner/UP_SYSTEM.permission-owner.xml
[java] INFO [29:29,198] Imported : permission_owner/UP_FRAGMENT.permission-owner.xml
[java] INFO [29:29,211] Imported : permission_owner/UP_PORTLET_PUBLISH.permission-owner.xml
[java] INFO [29:29,217] Imported : permission_owner/UP_ERROR_CHAN.permission-owner.xml
[java] INFO [29:29,217] Importing 2 files of type <profile script="classpath://org/jasig/portal/io/import-profile_v3-2.crn">
[java] INFO [29:29,269] Imported : profile/system_mobileDefault.profile.xml
[java] INFO [29:29,312] Imported : profile/defaultTemplateUser_mobileDefault.profile.xml
[java] INFO [29:29,312] Importing 2 files of type <layout script="classpath://org/jasig/portal/io/import-layout_v3-2.crn">
[java] INFO [29:29,351] Imported : layout/guest.layout.xml
[java] INFO [29:29,399] Imported : layout/fragmentTemplate.layout.xml
[java] INFO [29:29,399] Importing 1 files of type <{https://source.jasig.org/schemas/uportal/io/event-aggregation}event-aggregation version="4.0">
[java] INFO [29:29,474] Imported : event-aggregation/default.event-aggregation.xml
[java] INFO [29:29,474] For a detailed report on the data import see /opt/esup-uportal/target/data-import-reports/data-import.txt
[java] INFO [29:29,475]
[java] INFO [29:29,475]
[java] INFO [29:29,475] Importing Data from: /opt/esup-uportal/uportal-war/src/main/data/quickstart_entities that matches
[java] INFO [29:29,475] Scanning for files to Import from: /opt/esup-uportal/uportal-war/src/main/data/quickstart_entities
[java] INFO [29:29,843] Found 140 files to Import from: /opt/esup-uportal/uportal-war/src/main/data/quickstart_entities
[java] INFO [29:29,843] Importing 16 files of type <{https://source.jasig.org/schemas/uportal/io/user}user version="4.0">
[java] INFO [29:29,864] Imported : user/news-lo.user.xml
[java] INFO [29:29,877] Imported : user/campus-lo.user.xml
[java] INFO [29:29,894] Imported : user/headerfooter-lo.user.xml
[java] INFO [29:29,919] Imported : user/student.user.xml
[java] INFO [29:29,929] Imported : user/faculty-lo.user.xml
[java] INFO [29:29,938] Imported : user/developer-lo.user.xml
[java] INFO [29:29,947] Imported : user/ent-lo.user.xml
[java] INFO [29:29,958] Imported : user/developer.user.xml
[java] INFO [29:29,973] Imported : user/faculty.user.xml
[java] INFO [29:29,984] Imported : user/all-lo.user.xml
[java] INFO [29:29,997] Imported : user/student-lo.user.xml
[java] INFO [29:30,013] Imported : user/staff-lo.user.xml
[java] INFO [29:30,028] Imported : user/guest-lo.user.xml
[java] INFO [29:30,042] Imported : user/staff.user.xml
[java] INFO [29:30,055] Imported : user/welcome-lo.user.xml
[java] INFO [29:30,068] Imported : user/academics-lo.user.xml
[java] INFO [29:30,068] Importing 27 files of type <group script="classpath://org/jasig/portal/io/import-group_membership_v3-2.crn" version="GROUP">
[java] INFO [29:30,081] Imported : group_membership/uPortal.group-membership.xml
[java] INFO [29:30,089] Imported : group_membership/Portal_Administrators.group-membership.xml
[java] INFO [29:30,105] Imported : group_membership/Fragment_Owners.group-membership.xml
[java] INFO [29:30,114] Imported : group_membership/Portal_Developers.group-membership.xml
[java] INFO [29:30,121] Imported : group_membership/Library.group-membership.xml
[java] INFO [29:30,127] Imported : group_membership/All_categories.group-membership.xml
[java] INFO [29:30,132] Imported : group_membership/Academics.group-membership.xml
[java] INFO [29:30,143] Imported : group_membership/Staff.group-membership.xml
[java] INFO [29:30,150] Imported : group_membership/Advisor.group-membership.xml
[java] INFO [29:30,158] Imported : group_membership/Testing.group-membership.xml
[java] INFO [29:30,165] Imported : group_membership/Demonstration.group-membership.xml
[java] INFO [29:30,173] Imported : group_membership/Everyone.group-membership.xml
[java] INFO [29:30,179] Imported : group_membership/Faculty.group-membership.xml
[java] INFO [29:30,184] Imported : group_membership/Development.group-membership.xml
[java] INFO [29:30,192] Imported : group_membership/Entertainment.group-membership.xml
[java] INFO [29:30,197] Imported : group_membership/Information.group-membership.xml
[java] INFO [29:30,205] Imported : group_membership/Portal_System.group-membership.xml
[java] INFO [29:30,213] Imported : group_membership/Administration.group-membership.xml
[java] INFO [29:30,218] Imported : group_membership/Finances.group-membership.xml
[java] INFO [29:30,224] Imported : group_membership/Services.group-membership.xml
[java] INFO [29:30,230] Imported : group_membership/Instructors.group-membership.xml
[java] INFO [29:30,236] Imported : group_membership/News.group-membership.xml
[java] INFO [29:30,243] Imported : group_membership/Students.group-membership.xml
[java] INFO [29:30,248] Imported : group_membership/Subscribable_Fragments.group-membership.xml
[java] INFO [29:30,254] Imported : group_membership/Work.group-membership.xml
[java] INFO [29:30,260] Imported : group_membership/Research.group-membership.xml
[java] INFO [29:30,267] Imported : group_membership/Guests.group-membership.xml
[java] INFO [29:30,267] Importing 27 files of type <group script="classpath://org/jasig/portal/io/import-group_membership_v3-2.crn" version="MEMBERS">
[java] INFO [29:30,271] Imported : group_membership/uPortal.group-membership.xml
[java] INFO [29:30,283] Imported : group_membership/Portal_Administrators.group-membership.xml
[java] INFO [29:30,309] Imported : group_membership/Fragment_Owners.group-membership.xml
[java] INFO [29:30,317] Imported : group_membership/Portal_Developers.group-membership.xml
[java] INFO [29:30,323] Imported : group_membership/Library.group-membership.xml
[java] INFO [29:30,375] Imported : group_membership/All_categories.group-membership.xml
[java] INFO [29:30,379] Imported : group_membership/Academics.group-membership.xml
[java] INFO [29:30,385] Imported : group_membership/Staff.group-membership.xml
[java] INFO [29:30,390] Imported : group_membership/Advisor.group-membership.xml
[java] INFO [29:30,393] Imported : group_membership/Testing.group-membership.xml
[java] INFO [29:30,396] Imported : group_membership/Demonstration.group-membership.xml
[java] INFO [29:30,427] Imported : group_membership/Everyone.group-membership.xml
[java] INFO [29:30,433] Imported : group_membership/Faculty.group-membership.xml
[java] INFO [29:30,437] Imported : group_membership/Development.group-membership.xml
[java] INFO [29:30,441] Imported : group_membership/Entertainment.group-membership.xml
[java] INFO [29:30,443] Imported : group_membership/Information.group-membership.xml
[java] INFO [29:30,451] Imported : group_membership/Portal_System.group-membership.xml
[java] INFO [29:30,455] Imported : group_membership/Administration.group-membership.xml
[java] INFO [29:30,459] Imported : group_membership/Finances.group-membership.xml
[java] INFO [29:30,462] Imported : group_membership/Services.group-membership.xml
[java] INFO [29:30,464] Imported : group_membership/Instructors.group-membership.xml
[java] INFO [29:30,466] Imported : group_membership/News.group-membership.xml
[java] INFO [29:30,471] Imported : group_membership/Students.group-membership.xml
[java] INFO [29:30,477] Imported : group_membership/Subscribable_Fragments.group-membership.xml
[java] INFO [29:30,479] Imported : group_membership/Work.group-membership.xml
[java] INFO [29:30,482] Imported : group_membership/Research.group-membership.xml
[java] INFO [29:30,489] Imported : group_membership/Guests.group-membership.xml
[java] INFO [29:30,489] Importing 50 files of type <{https://source.jasig.org/schemas/uportal/io/portlet-definition}portlet-definition version="4.0">
[java] INFO [29:30,533] Imported : portlet-definition/emergency-alert-demo.portlet-definition.xml
[java] INFO [29:30,569] Imported : portlet-definition/please-register.portlet-definition.xml
[java] INFO [29:30,612] Imported : portlet-definition/demo-feature.portlet-definition.xml
[java] INFO [29:30,653] Imported : portlet-definition/e-online.portlet-definition.xml
[java] INFO [29:30,668] Imported : portlet-definition/dictionary-portlet.portlet-definition.xml
[java] INFO [29:30,694] Imported : portlet-definition/snappy.portlet-definition.xml
[java] INFO [29:30,748] Imported : portlet-definition/email-preview-demo.portlet-definition.xml
[java] INFO [29:30,790] Imported : portlet-definition/daily-business-cartoon.portlet-definition.xml
[java] INFO [29:30,824] Imported : portlet-definition/jasig-news.portlet-definition.xml
[java] INFO [29:30,847] Imported : portlet-definition/ny-times.portlet-definition.xml
[java] INFO [29:31,043] Imported : portlet-definition/google-portlet.portlet-definition.xml
[java] INFO [29:31,072] Imported : portlet-definition/courses.portlet-definition.xml
[java] INFO [29:31,118] Imported : portlet-definition/js-demo.portlet-definition.xml
[java] INFO [29:31,141] Imported : portlet-definition/unicon-news.portlet-definition.xml
[java] INFO [29:31,165] Imported : portlet-definition/uportal-news.portlet-definition.xml
[java] INFO [29:31,193] Imported : portlet-definition/tips.portlet-definition.xml
[java] INFO [29:31,218] Imported : portlet-definition/uportal-links.portlet-definition.xml
[java] INFO [29:31,239] Imported : portlet-definition/notification-demo.portlet-definition.xml
[java] INFO [29:31,259] Imported : portlet-definition/sports-illustrated.portlet-definition.xml
[java] INFO [29:31,311] Imported : portlet-definition/admin-feature.portlet-definition.xml
[java] INFO [29:31,348] Imported : portlet-definition/pbookmarks.portlet-definition.xml
[java] INFO [29:31,369] Imported : portlet-definition/penguin.portlet-definition.xml
[java] INFO [29:31,384] Imported : portlet-definition/google-translate-portlet.portlet-definition.xml
[java] INFO [29:31,409] Imported : portlet-definition/xkcd.portlet-definition.xml
[java] INFO [29:31,441] Imported : portlet-definition/student-feature.portlet-definition.xml
[java] INFO [29:31,465] Imported : portlet-definition/faculty-feature.portlet-definition.xml
[java] INFO [29:31,484] Imported : portlet-definition/uportal-home-page.portlet-definition.xml
[java] INFO [29:31,506] Imported : portlet-definition/test-portlet-2.portlet-definition.xml
[java] INFO [29:31,532] Imported : portlet-definition/test-portlet-1.portlet-definition.xml
[java] INFO [29:31,546] Imported : portlet-definition/what-is-uportal.portlet-definition.xml
[java] INFO [29:31,560] Imported : portlet-definition/notifications.portlet-definition.xml
[java] INFO [29:31,594] Imported : portlet-definition/salon.portlet-definition.xml
[java] INFO [29:31,634] Imported : portlet-definition/word-of-the-day.portlet-definition.xml
[java] INFO [29:31,655] Imported : portlet-definition/motley-fool.portlet-definition.xml
[java] INFO [29:31,673] Imported : portlet-definition/calendar.portlet-definition.xml
[java] INFO [29:31,694] Imported : portlet-definition/phd-comics.portlet-definition.xml
[java] INFO [29:31,708] Imported : portlet-definition/jasig-test-portlet.portlet-definition.xml
[java] INFO [29:31,730] Imported : portlet-definition/google-docs.portlet-definition.xml
[java] INFO [29:31,770] Imported : portlet-definition/uportal-videos.portlet-definition.xml
[java] INFO [29:31,785] Imported : portlet-definition/google-maps-portlet.portlet-definition.xml
[java] INFO [29:31,809] Imported : portlet-definition/ny-times-education.portlet-definition.xml
[java] INFO [29:31,836] Imported : portlet-definition/chronicle-wired.portlet-definition.xml
[java] INFO [29:31,855] Imported : portlet-definition/staff-feature.portlet-definition.xml
[java] INFO [29:31,875] Imported : portlet-definition/about-college-life.portlet-definition.xml
[java] INFO [29:31,890] Imported : portlet-definition/portlet-cas-test.portlet-definition.xml
[java] INFO [29:31,922] Imported : portlet-definition/emergency-alert-admin.portlet-definition.xml
[java] INFO [29:31,939] Imported : portlet-definition/whos-online.portlet-definition.xml
[java] INFO [29:31,957] Imported : portlet-definition/logging-in.portlet-definition.xml
[java] INFO [29:31,987] Imported : portlet-definition/weather.portlet-definition.xml
[java] INFO [29:32,028] Imported : portlet-definition/new-movies.portlet-definition.xml
[java] INFO [29:32,033] Importing 10 files of type <fragment-definition script="classpath://org/jasig/portal/io/import-fragment-definition_v3-1.crn">
[java] INFO [29:32,646] Imported : fragment-definition/news-lo.fragment-definition.xml
[java] INFO [29:32,676] Imported : fragment-definition/admin-lo.fragment-definition.xml
[java] INFO [29:32,687] Imported : fragment-definition/ent-lo.fragment-definition.xml
[java] INFO [29:32,707] Imported : fragment-definition/campus-lo.fragment-definition.xml
[java] INFO [29:32,727] Imported : fragment-definition/staff-lo.fragment-definition.xml
[java] INFO [29:32,741] Imported : fragment-definition/welcome-lo.fragment-definition.xml
[java] INFO [29:32,764] Imported : fragment-definition/academics-lo.fragment-definition.xml
[java] INFO [29:32,792] Imported : fragment-definition/developer-lo.fragment-definition.xml
[java] INFO [29:32,805] Imported : fragment-definition/all-lo.fragment-definition.xml
[java] INFO [29:32,816] Imported : fragment-definition/guest-lo.fragment-definition.xml
[java] INFO [29:32,817] Importing 10 files of type <fragment-layout script="classpath://org/jasig/portal/io/import-layout_v3-2.crn">
[java] WARN [29:33,021] HHH000387: ResultSet's statement was not registered
[java] INFO [29:33,093] Imported : fragment-layout/developer-lo.fragment-layout.xml
[java] WARN [29:33,199] HHH000387: ResultSet's statement was not registered
[java] INFO [29:33,210] Imported : fragment-layout/ent-lo.fragment-layout.xml
[java] WARN [29:33,286] HHH000387: ResultSet's statement was not registered
[java] INFO [29:33,299] Imported : fragment-layout/admin-lo.fragment-layout.xml
[java] WARN [29:33,345] HHH000387: ResultSet's statement was not registered
[java] INFO [29:33,363] Imported : fragment-layout/campus-lo.fragment-layout.xml
[java] WARN [29:33,544] HHH000387: ResultSet's statement was not registered
[java] INFO [29:33,552] Imported : fragment-layout/all-lo.fragment-layout.xml
[java] WARN [29:33,725] HHH000387: ResultSet's statement was not registered
[java] INFO [29:33,735] Imported : fragment-layout/welcome-lo.fragment-layout.xml
[java] WARN [29:33,798] HHH000387: ResultSet's statement was not registered
[java] INFO [29:33,814] Imported : fragment-layout/academics-lo.fragment-layout.xml
[java] WARN [29:34,000] HHH000387: ResultSet's statement was not registered
[java] INFO [29:34,013] Imported : fragment-layout/news-lo.fragment-layout.xml
[java] WARN [29:34,075] HHH000387: ResultSet's statement was not registered
[java] INFO [29:34,081] Imported : fragment-layout/guest-lo.fragment-layout.xml
[java] WARN [29:34,153] HHH000387: ResultSet's statement was not registered
[java] INFO [29:34,162] Imported : fragment-layout/staff-lo.fragment-layout.xml
[java] INFO [29:34,163] For a detailed report on the data import see /opt/esup-uportal/target/data-import-reports/data-import.txt
[java] INFO [29:34,204] Closing JPA EntityManagerFactory for persistence unit 'PortalDb'
[java] INFO [29:34,236] Closing JPA EntityManagerFactory for persistence unit 'AggrEventsDb'
[java] INFO [29:34,249] Closing JPA EntityManagerFactory for persistence unit 'RawEventsDb'
[echo] Finished initializing database
[echo] Finished initializing uPortal
BUILD SUCCESSFUL
Total time: 4 minutes 56 seconds

 

resultat deploiement


tout les contextes sont deployés dans webapps

esup@esup4:/opt/tomcat-esup$ ls -ltr webapps/
total 80
drwxr-xr-x 3 esup esup 4096 16 mai 10:59 ROOT
drwxr-xr-x 5 esup esup 4096 16 mai 10:59 manager
drwxr-xr-x 5 esup esup 4096 16 mai 10:59 host-manager
drwxr-xr-x 5 esup esup 4096 16 mai 10:59 examples
drwxr-xr-x 10 esup esup 4096 16 mai 10:59 docs
drwxr-xr-x 5 esup esup 4096 17 mai 08:27 uPortal
drwxr-xr-x 5 esup esup 4096 17 mai 08:28 ResourceServingWebapp
drwxr-xr-x 7 esup esup 4096 17 mai 08:28 BookmarksPortlet
drwxr-xr-x 8 esup esup 4096 17 mai 08:28 CalendarPortlet
drwxr-xr-x 5 esup esup 4096 17 mai 08:28 cas-proxy-test-portlet
drwxr-xr-x 8 esup esup 4096 17 mai 08:28 cas
drwxr-xr-x 8 esup esup 4096 17 mai 08:28 email-preview
drwxr-xr-x 7 esup esup 4096 17 mai 08:28 jasig-widget-portlets
drwxr-xr-x 5 esup esup 4096 17 mai 08:28 FunctionalTestsPortlet
drwxr-xr-x 6 esup esup 4096 17 mai 08:28 pluto-testsuite
drwxr-xr-x 9 esup esup 4096 17 mai 08:28 NotificationPortlet
drwxr-xr-x 8 esup esup 4096 17 mai 08:28 NewsReaderPortlet
drwxr-xr-x 5 esup esup 4096 17 mai 08:28 SimpleContentPortlet
drwxr-xr-x 4 esup esup 4096 17 mai 08:28 WebProxyPortlet
drwxr-xr-x 8 esup esup 4096 17 mai 08:28 WeatherPortlet

remarque: calendar et weather portlet ne marche pas en IP privé !

Deuxieme deploiement

apres ce deploiement initial en allant sur http://ent.univ.fr (redirigé en https par le rewrite rule d'apache2) on tombe bien sur le portail 

la premiere fois que j'ai voulu m'identifier, apres une bonne redirection sur cas.univ.fr + login esup et pass esup j'ai eu le droit à une curieuse erreure de "too many redirect, loop, pb cookie ..." , ce n'ai qu'apres avoir tout arreté (tomcat-esup, tomcat-cas, apache2) et relancé un 2eme deploiement (plus léger; deploy-ear)

esup@esup4:/opt/esup-uportal$ ant -Dmaven.test.skip=true clean deploy-ear

puis relance en sens inverse des services (apache2, tomcat-cas, tomcat-esup), que j'ai pu enfin aller sur le portail et m'y connecter en tant qu'esup

https://ent.univ.fr/uPortal/f/welcome/normal/render.uP 

VOUS ÊTES CONNECTÉ(E) EN TANT QUE ESUP 

Encodage postgresql


ref slides page 25 pb encodages

git pull => recuperation une seule fois les modif faite dans cette branche

bug caracteres bd postgres

esup@esup4:/opt/tomcat-esup
$ git pull
https://github.com/vbonamy/esup-uportal.git UP-3488
remote: Counting objects: 50, done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 30 (delta 16), reused 16 (delta 3)
Unpacking objects: 100% (30/30), done.
From https://github.com/vbonamy/esup-uportal
* branch UP-3488 -> FETCH_HEAD
Auto-merging uportal-war/src/main/java/org/jasig/portal/events/handlers/db/PersistentPortalEvent.java
Auto-merging uportal-war/src/main/java/org/jasig/portal/portlet/dao/jpa/PortletPreferenceImpl.java
Auto-merging uportal-war/src/test/java/org/jasig/portal/portlet/dao/jpa/JpaPortletDaoTest.java
Merge made by recursive.
.../events/handlers/db/PersistentPortalEvent.java | 1 +
.../portlet/dao/jpa/PortletPreferenceImpl.java | 3 +++
.../portal/portlet/dao/jpa/JpaPortletDaoTest.java | 7 +++++--
3 files changed, 9 insertions(+), 2 deletions(-)
 

Admin esup-uportal


ref slides page 27


pour manipuler via l'IHM web, il est necessaire de se donner les droits d'administration au portail
il faut mettre l'utilisateur esup dans Portal_Administrators.group-membership.xml

on commence par utiliser l'interface web pour exporter le group dans /tmp
ant data-export

ajouter "esup" dans Portal_Administrators.group-membership.xml

esup@esup4:/opt/esup-uportal$ git diff uportal-war/src/main/data/default_entities/group_membership/Portal_Administrators.group-membership.xml
diff --git a/uportal-war/src/main/data/default_entities/group_membership/Portal_Administrators.group-membership.xml
index 361ad3a..1a7a9a6 100644
--- a/uportal-war/src/main/data/default_entities/group_membership/Portal_Administrators.group-membership.xml
+++ b/uportal-war/src/main/data/default_entities/group_membership/Portal_Administrators.group-membership.xml
@@ -27,5 +27,6 @@
<children>
<literal>admin</literal>
<literal>admin-lo</literal>
+ <literal>esup</literal>
</children>
</group>

rappel l'id dans le portail correspond à l'uid ldap (cf map attributs)

ant data-import -Dfile=/tmp/Portal_Administratos.group-membership.xml

prendre l'habitude de faire un
git status
git commit

ant esup-status doit retourner OK: 200

l'onglet "outils d'administration" doit maintenant apparaitre dans le profile de l'utilisateur esup

le /private n'est plus là ... s'etait un ajout pour se faire un formulaire login/password, defaut de securité ...

Nettoyage Portlet


ref slide page 28

ne pas oublier de supprimer les portlet pas necessaire, sauf la celendar portlet qui peux poser pb

esup@esup4:/opt/esup-uportal/uportal-portlets-overlay$ vim pom.xml
esup@esup4:/opt/esup-uportal/uportal-portlets-overlay$ /etc/init.d/tomcat-esup stop
esup@esup4:/opt/esup-uportal/uportal-portlets-overlay$ rm /opt/tomcat-esup/webapps/porlets-pas-necessaires...
esup@esup4:/opt/esup-uportal/uportal-portlets-overlay$ ant clean deploy-ear
Il faut aussi modifier le fichier uportal-ear/pom.xml

Ajout groupe DSI

toute personne du departmentNumber = DSI (ldap) sera dans le groupe dynamique uportal DSI


esup@esup4:/opt/esup-uportal$ vim uportal-war/src/main/resources/properties/contexts/personDirectoryContext.xml

a gauche la clé ldap a droite le mapping (value) dans uportal, ajout departmentNumber

esup@esup4:/opt/esup-uportal$ git diff
diff --git a/uportal-war/src/main/resources/properties/contexts/personDirectoryContext.xml b/uportal-war/src/main/resources/properties
index 5ff873d..88a53a7 100644
--- a/uportal-war/src/main/resources/properties/contexts/personDirectoryContext.xml
+++ b/uportal-war/src/main/resources/properties/contexts/personDirectoryContext.xml
@@ -267,6 +267,7 @@
<entry key="supannaffectation"> <value>supannaffectation</value></entry>
<entry key="objectclass"> <value>objectclass</value></entry>
<entry key="supannorganisme"> <value>supannorganisme</value></entry>
+ <entry key="departmentNumber"> <value>departmentNumber</value></entry>
</map>


Groups PAGS

parametrage dans 

esup@esup4:/opt/esup-uportal$vim ./uportal-war/src/main/resources/properties/groups/PAGSGroupStoreConfig.xml

la clé et nom doivent etre unique et aussi eviter de les retrouver dans des nom de categories de portlet
eviter les accent et espaces dans ces valeurs
exemple

<group>
<group-key>Groupe_DSI</group-key>
<group-name>Groupe_DSI</group-name>

parametrage complet ave filtre sur departmentNumber = DSI

diff --git a/uportal-war/src/main/resources/properties/groups/PAGSGroupStoreConfig.xml b/uportal-war/src/main/resources/properties/gro
index d150c82..3c8e995 100644
--- a/uportal-war/src/main/resources/properties/groups/PAGSGroupStoreConfig.xml
+++ b/uportal-war/src/main/resources/properties/groups/PAGSGroupStoreConfig.xml
@@ -98,6 +98,22 @@
</test-group>
</selection-test>
</group>
+
+ <group>
+ <group-key>Groupe_DSI</group-key>
+ <group-name>Groupe_DSI</group-name>
+ <group-description>Membres DSI: departementNumber = DSI</group-description>
+ <selection-test>
+ <test-group>
+ <test>
+ <attribute-name>departmentNumber</attribute-name>
+ <tester-class>org.jasig.portal.groups.pags.testers.RegexTester</tester-class>
+ <test-value>^DSI$</test-value>
+ </test>
+ </test-group>
+ </selection-test>
+ </group>
+

ensuite, soit un ant deploy-ear, soit un simple cp dans l'arborescence webapps de tomcat

tomcat-esup status

rattachement du group


il faut aussi ratacher le groupe DSI a un groupe existant afin de le "voir" dans l'interface web
ici on le rattache a pags_root, toujours dans PAGSGroupStoreConfig.xml à partir de la ligne 99


<group>
<group-key>pags_root</group-key>
<group-name>PAGS Root</group-name>
<group-description>Root group for all PAGS groups. Convenience for adding PAGS groups to a local group.</group-description>
<members>
<member-key>all_users</member-key>
<member-key>Groupe_DSI</member-key>
</members>
</group>
 

Fragments

ref slide page 32

on va rattacher un fragment au groupe DSI

ajouter un user proprietaire du fragment dsi-lo (layout user)
audience
fragment-layout object uportal permet de deploiyer des fragment
=> 3 fichiers

depuis l'interface web admin

=> Exporter
type: user
id: admin-lo
Exporter
admin-lo.user.txt

type: fragemnt Layout
id: admin-lo
Exporter
admin-log.fragment-layout.txt

et aussi admin-fragment-definition.txt

user.txt
givenname
value DsiLo

fragement-definition.txt
ownerID DsiLo
member of name="Groupe_DSI"

fragement-layout.txt
xml qui permet de definir les onglets et portlet
le fragement DSI va correspondre au fragment Admin, modif du nom seulement:
<folder .... name="DSI"
on fera le reste via l'interface web

Import des 3 fichiers modifiers manuellement via l'interface web, dans cet ordre:
1) user
2) definition
3) layout

vide cache, deconnexion/ connexion pour voir le difference

verification graphique IHM web

ref: slide page 34

fragment owners verfier les membres, retrouve t-on notre dsi-lo, car apres les portlet qui vont etre rattaché a ce graement depandent de ça
il faut faire partie de fragment-layout-owner pour voire toutes les portlets dans l'interface.

Look

ref slide page 35

esup@esup4:/opt/esup-uportal$ cp /home/esup/Bureau/tmp/esup-ondule.png uportal-war/src/main/webapp/media/skins/universality/uportal3/images/portal_logo.png
git diff
diff --git a/uportal-war/src/main/webapp/media/skins/universality/uportal3/images/portal_logo.png b/uportal-war/src/main/webapp/media/
index 6c28c64..f508c15 100755
Binary files a/uportal-war/src/main/webapp/media/skins/universality/uportal3/images/portal_logo.png and b/uportal-war/src/main/webapp/

reload navigateur + CTRL+R, le logo apparait


changement CSS


pour l'exercice on retire le footer uportal "portalpagefooter...."

esup@esup4:/opt/esup-uportal$ ls uportal-war/src/main/webapp/media/skins/
icons muniversality universality
universility pour desktop
muniversality pour mobiles

on va ajouter un fichier univ-fr.css qui ne ferra que supprimer le footer, il faut decalrer ce css dans le common_skin.xml


esup@esup4:/opt/esup-uportal$ vim /opt/esup-uportal/uportal-war/src/main/webapp/media/skins/universality/common/common_skin.xml

ordre de surchage descendant

<!-- Styles esup. -->
<css>css/esup.css</css>
<!-- Styles esup. -->
<css>css/univ-fr.css</css>

creation du fichier univ-fr.css retirant le footer

esup@esup4:/opt/esup-uportal/uportal-war/src/main/webapp/media/skins/universality/common/css$ cat univ-fr.css 
#portalfooter
display: none

on deploie a nouveau,
deploy-ear va faire une compression des css
deploy-ear => donc refait les portlet aussi

tomcat-esup restart

les ressource et javascript sont aggregés (compression) , donc ne pas copier le css tel quel dans l'arborescence tomcat !
sinon possibilité de "disable aggregation" via l'IHM si on veux s'en passer

Git Update socle

recuperer les modifications sur le socle depuis github
fusioner ma version avec celle des devellopeurs

esup@esup4:/opt/esup-uportal$ git remote -v
origin https://github.com/EsupPortail/esup-uportal.git (fetch)
origin https://github.com/EsupPortail/esup-uportal.git (push)


git pull = fetch + merge

esup@esup4:/opt/esup-uportal$ git fetch origin
esup@esup4:/opt/esup-uportal$ git branch -a
* esup4-univ
master
remotes/origin/CCTP
remotes/origin/HEAD -> origin/master
remotes/origin/grouperGroupStrore
remotes/origin/master
esup@esup4:/opt/esup-uportal$ git branch
* esup4-univ
master
esup@esup4:/opt/esup-uportal$ git merge origin/master
ant clean deploy-ear

preconisation de l'usage de git mergetool pour gerer les conflit de merge, graphique plus pratique

cf https://wiki.jasig.org/display/UPC/Git+Workflow+for+Vendor+Branching

Git serveur , bare local

on peux aussi se faire un serveur git local

esup@esup4:/opt/esup-uportal$ cd /tmp
esup@esup4:/tmp$ git clone --bare /opt/esup-uportal/ esup-uportal.git
Cloning into bare repository esup-uportal.git...
done.
esup@esup4:/tmp$ git clone file:///tmp/esup-uportal.git clone-esup-uportal
Cloning into clone-esup-uportal...
remote: Counting objects: 161312, done.
remote: Compressing objects: 100% (42750/42750), done.
remote: Total 161312 (delta 92606), reused 161312 (delta 92606)
Receiving objects: 100% (161312/161312), 131.19 MiB | 28.16 MiB/s, done.
Resolving deltas: 100% (92606/92606), done.
peut-etre plus didactif, autre methode:
on aurait pu faire un mkdir /tmp/esup4-bare
git init --bare
puis git push depuis /opt/esup-uportal vers le bare de /tmp/esup4-bare

Portlet

ref slide page 38

exemple incomplet avec esup-twitter.war

target
ant deployPortletApp
-DportletApp=/opt/esup-uportal/target/tmp/esup-twitter.war

tomcat-esup restart pour la prise en compte de cette portlet (sauf si usage de lambda probe ...)

portlet esup-filemanager

esup@esup4:/opt$ git clone https://github.com/EsupPortail/esup-filemanager.git
Cloning into esup-filemanager...
remote: Counting objects: 4438, done.
remote: Compressing objects: 100% (2156/2156), done.
remote: Total 4438 (delta 1540), reused 4420 (delta 1524)
Receiving objects: 100% (4438/4438), 1.61 MiB | 781 KiB/s, done.
Resolving deltas: 100% (1540/1540), done.
esup@esup4:/opt$ ls
apache-tomcat-6.0.37 apache-tomcat-6.0.37.tar.gz cas esup-env esup-filemanager esup-uportal portlets tomcat-esup
esup@esup4:/opt$ cd esup-filemanager
esup@esup4:/opt/esup-filemanager$ git tag
esup-filemanager-2.1.0
esup-filemanager-2.2.0
esup-filemanager-2.2.1
esup-filemanager-2.2.2
esup@esup4:/opt/esup-filemanager$ git checkout -b esup4-filemanager esup-filemanager-2.2.2
Switched to a new branch 'esup4-filemanager'

on a plus besoin de la branche master

esup@esup4:/opt/esup-filemanager$ git branch -a 
* esup4-filemanager
master
remotes/origin/HEAD -> origin/master
remotes/origin/esup-filemanager-portlet_1_0
remotes/origin/master
esup@esup4:/opt/esup-filemanager$ git branch -D master
Deleted branch master (was 7fc866b).
esup@esup4:/opt/esup-filemanager$ git branch -a
* esup4-filemanager
remotes/origin/HEAD -> origin/master
remotes/origin/esup-filemanager-portlet_1_0
remotes/origin/master

on modifie que le partage "bob" ne soit plus a la racine mais dans /home/esup

esup@esup4:/opt/esup-filemanager$ git diff
diff --git a/src/main/webapp/WEB-INF/context/drives.xml b/src/main/webapp/WEB-INF/context/drives.xml
index 51f0fb1..c8a4d70 100644
--- a/src/main/webapp/WEB-INF/context/drives.xml
+++ b/src/main/webapp/WEB-INF/context/drives.xml
@@ -126,7 +126,8 @@
<bean class="org.esupportail.portlet.filemanager.services.vfs.VfsAccessImpl" lazy-init="true">
<property name="driveName" value="bob"/>
<property name="icon" value="/esup-filemanager/img/drives/root.png" />
- <property name="uri" value="file:///"/>
+ <!-- <property name="uri" value="file:///"/> -->
+ <property name="uri" value="file:///home/esup"/>
<property name="contextToken" value="justbob"/>
<property name="resourceUtils" ref="resourceUtils"/>
</bean>
  • Aucune étiquette