Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docpublic:systemes:esup:esup_socle_3_2_c6 [2012/08/30 13:58]
PROCACCIA [esup-filemanager]
docpublic:systemes:esup:esup_socle_3_2_c6 [2013/01/16 11:37] (current)
PROCACCIA [Theme par population]
Line 3331: Line 3331:
 </code> </code>
  
 +Tous les fichiers d'un coup
  
 +<code>
 +
 +[esup@esup3re7 ~/esup-install]
 +$ ll /home/esup/esup-install/custom/uPortal/uportal-impl/src/main/resources/properties/db/itsp/template-account/
 +total 36
 +-rw-r--r-- 1 esup esup  410 Jan 16 12:33 tem-default.profile
 +-rw-r--r-- 1 esup esup 1998 Jan 16 12:31 tem.layout
 +-rw-r--r-- 1 esup esup   86 Jan 16 12:02 tem.template-user
 +-rw-r--r-- 1 esup esup  411 Jan 16 12:34 tmsp-default.profile
 +-rw-r--r-- 1 esup esup 1889 Jan 16 12:32 tmsp.layout
 +-rw-r--r-- 1 esup esup   86 Jan 16 12:02 tmsp.template-user
 +-rw-r--r-- 1 esup esup  410 Jan 16 12:33 tsp-default.profile
 +-rw-r--r-- 1 esup esup 1900 Jan 16 12:30 tsp.layout
 +-rw-r--r-- 1 esup esup   86 Jan 16 12:02 tsp.template-user
 +
 +
 +[esup@esup3re7 ~/esup-install]
 +$ ant db.import -Ddir=/home/esup/esup-install/custom/uPortal/uportal-impl/src/main/resources/properties/db/itsp/template-account/
 +Buildfile: build.xml
 +Trying to override old definition of task java
 +Trying to override old definition of task javac
 +
 +db.import:
 +
 +prodPrompt:
 +
 +crn-import:
 +
 +install-parent-pom:
 +[artifact:install] [INFO] Installing /home/esup/esup-uPortal-3.2.4-esup-1.0.0-RC3/Portail/uPortal_rel-3.2.4/pom.xml to /home/esup/.m2/repository/org/jasig/portal/uportal-parent/3.2.4/uportal-parent-3.2.4.pom
 +    [touch] Creating /tmp/jasig/uportal-parent.pom-1673432325-marker
 +     [echo] Artifact '/home/esup/esup-uPortal-3.2.4-esup-1.0.0-RC3/Portail/uPortal_rel-3.2.4/uportal-impl/target/uportal-impl-3.2.4.jar' is up-to-date
 +[artifact:install] [INFO] Installing /home/esup/esup-uPortal-3.2.4-esup-1.0.0-RC3/Portail/uPortal_rel-3.2.4/uportal-impl/target/uportal-impl-3.2.4.jar to /home/esup/.m2/repository/org/jasig/portal/uportal-impl/3.2.4/uportal-impl-3.2.4.jar
 +     [java]
 +     [java]  INFO Creating new lazily initialized GenericApplicationContext for the portal
 +     [java]  INFO Created new MemoryContext with environment '{java.naming.factory.url.pkgs=tyrex.naming, java.naming.provider.url=, java.naming.factory.initial=org.jasig.portal.jndi.DisposableMemoryContextFactory}'
 +     [java]  INFO Initialized portal JNDI context
 +     [java]  INFO Failed to load bean 'PortalDb.JNDI' from ApplicationContext expecting type: interface javax.sql.DataSource. Will try to load the next bean in the list instead. Error message from the attempt to load this bean ('PortalDb.JNDI'):  Error creating bean with name 'PortalDb.JNDI' defined in class path resource [properties/contexts/datasourceContext.xml]: Invocation of init method failed; nested exception is javax.naming.NotContextException: comp is not a subcontext (enable debug for stack trace)
 +     [java]  INFO Loaded bean for name PortalDb.direct
 +     [java]  INFO Setting CacheProvider 'org.jasig.portal.utils.cache.hibernate.EhCacheProvider@5dc268' on ThreadLocal
 +     [java]  INFO Created new lazily initialized GenericApplicationContext for the portal in 3555ms
 +     [java] Base Import Directory=/home/esup/esup-install/custom/uPortal/uportal-impl/src/main/resources/properties/db/itsp/template-account/
 +     [java] FILE_PATTERN=.*
 +     [java] Import Template User:  tem.template-user
 +     [java]  INFO Looking up bean 'counterStore' in ApplicationContext due to context not yet being initialized
 +     [java] Import Template User:  tmsp.template-user
 +     [java] Import Template User:  tsp.template-user
 +     [java] Import Profile:  tem-default.profile
 +     [java] Import Profile:  tmsp-default.profile
 +     [java] Import Profile:  tsp-default.profile
 +     [java] Import Layout:  tem.layout
 +     [java]  INFO Looking up bean 'PortalDb' in ApplicationContext due to context not yet being initialized
 +     [java]  INFO Looking up bean 'PortalDB.metadata' in ApplicationContext due to context not yet being initialized
 +     [java]  INFO Join test failed: org.jasig.portal.rdbm.DatabaseMetaDataImpl$OracleDb on statement: 'SELECT COUNT(UP_USER.USER_ID) FROM UP_USER, UP_USER_LAYOUT WHERE UP_USER.USER_ID = UP_USER_LAYOUT.USER_ID(+) AND UP_USER.USER_ID=0':
 +     [java] StatementCallback; bad SQL grammar [SELECT COUNT(UP_USER.USER_ID) FROM UP_USER, UP_USER_LAYOUT WHERE UP_USER.USER_ID = UP_USER_LAYOUT.USER_ID(+) AND UP_USER.USER_ID=0]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND UP_USER.USER_ID=0' at line 1
 +     [java]  INFO Using join test: org.jasig.portal.rdbm.DatabaseMetaDataImpl$PostgreSQLDb
 +     [java]  INFO MySQL (5.0.95) / MySQL-AB JDBC Driver (mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )) database/driver
 +     [java]     Connected To: jdbc:mysql://bd3.it-sudparis.eu/uportal32re7
 +     [java]     Supports:
 +     [java]         Outer Joins:          true
 +     [java]         {ts metasyntax:       true
 +     [java]         TO_DATE():            false
 +     [java]  INFO Looking up bean 'channelRegistryStore' in ApplicationContext due to context not yet being initialized
 +     [java]  INFO Creating singleton instance for bean 'scopedTarget.sessionAttributesOverridesMap'
 +     [java]  INFO Adding destruction callback singleton for bean 'scopedTarget.sessionAttributesOverridesMap'
 +     [java]  INFO Looking up bean 'personManager' in ApplicationContext due to context not yet being initialized
 +     [java]  INFO Looking up bean 'dlmConfigurationLoader' in ApplicationContext due to context not yet being initialized
 +     [java]  INFO Parsing group service configuration.
 +     [java]  INFO RDBMEntityGroupStore.initialize(): Node separator set to .
 +     [java]  INFO Looking up bean 'cacheFactory' in ApplicationContext due to context not yet being initialized
 +     [java] Import Layout:  tmsp.layout
 +     [java] Import Layout:  tsp.layout
 +     [java] Import of /home/esup/esup-install/custom/uPortal/uportal-impl/src/main/resources/properties/db/itsp/template-account/ Complete in 2281 milliseconds.
 +
 +BUILD SUCCESSFUL
 +Total time: 10 seconds
 +</code>
  
 ===== Langues, traduction XSL ===== ===== Langues, traduction XSL =====
docpublic/systemes/esup/esup_socle_3_2_c6.1346335092.txt.gz ยท Last modified: 2012/08/30 13:58 (external edit)
[unknown link type]Back to top
CC Attribution-Noncommercial-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0