Petals SE KPI

bad trace level INFO

Details

  • Type: Bug Bug
  • Status: New New
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 1.1.1
  • Fix Version/s: None
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    The se-kpi always trace at an "INFO Level"...even we choose a WARNING (or SEVERE or...) global level into the server.properties. So, At each start, we can see a lot of trace like that (at a WARNING log level here):

    -----------------------------------------------------------

     
    OW2 PEtALS Enterprise Service Bus
    http://petals.ow2.org
     

    -----------------------------------------------------------

    PEtALS ESB is starting...

    PEtALS ESB platform distribution successfully started - 15/11/10 16:55
    System Information : Petals JBI Container - version: 3.1.1
    16:55:43,057 INFO org.springframework.context.support.AbstractApplicationContext:454 - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12bfaa9a: startup date [Mon Nov 15 16:55:43 CET 2010]; root of context hierarchy
    16:55:43,130 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-hibernate.xml]
    16:55:43,928 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-jdbc.xml]
    16:55:43,977 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-annotation.xml]
    16:55:44,290 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-transaction.xml]
    16:55:44,884 INFO org.springframework.core.io.support.PropertiesLoaderSupport:177 - Loading properties file from URL file:/exec/applis/ros/petals/G04R01C03/conf/server.properties
    16:55:44,961 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory:538 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@650c892c: defining beans sessionFactory,dataSource,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,flowDAO,flowStepDAO,flowRefDAO,flowStepErrorRefDAO,flowStepRefDAO,notificationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,transactionManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor; root of factory hierarchy
    16:55:45,174 INFO org.hibernate.cfg.annotations.Version:43 - Hibernate Annotations 3.5.1-Final
    16:55:45,209 INFO org.hibernate.cfg.Environment:564 - Hibernate 3.5.1-Final
    16:55:45,212 INFO org.hibernate.cfg.Environment:597 - hibernate.properties not found
    16:55:45,226 INFO org.hibernate.cfg.Environment:775 - Bytecode provider name : javassist
    16:55:45,230 INFO org.hibernate.cfg.Environment:656 - using JDK 1.4 java.sql.Timestamp handling
    16:55:45,455 INFO org.hibernate.annotations.common.Version:37 - Hibernate Commons Annotations 3.2.0.Final
    16:55:45,680 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow
    16:55:45,837 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.Flow on table FLOW
    16:55:46,508 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep
    16:55:46,509 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep on table FLOWSTEP
    16:55:46,537 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef
    16:55:46,538 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef on table FLOWREF
    16:55:46,543 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef
    16:55:46,546 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef on table FLOWSTEPERRORREF
    16:55:46,549 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef
    16:55:46,549 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef on table FLOWSTEPREF
    16:55:46,638 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow.listFlowStep -> FLOWSTEP
    16:55:46,642 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef.errorMessages -> FLOWSTEPERRORREF
    16:55:46,658 INFO org.hibernate.cfg.AnnotationConfiguration:450 - Hibernate Validator not found: ignoring
    16:55:46,661 INFO org.springframework.orm.hibernate3.LocalSessionFactoryBean:772 - Building new Hibernate SessionFactory
    16:55:46,710 INFO org.hibernate.connection.ConnectionProviderFactory:95 - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
    16:55:47,046 INFO org.hibernate.cfg.SettingsFactory:117 - RDBMS: H2, version: 1.1.114 (2009-06-01)
    16:55:47,048 INFO org.hibernate.cfg.SettingsFactory:118 - JDBC driver: H2 JDBC Driver, version: 1.1.114 (2009-06-01)
    16:55:47,077 INFO org.hibernate.dialect.Dialect:222 - Using dialect: org.hibernate.dialect.H2Dialect
    16:55:47,084 INFO org.hibernate.engine.jdbc.JdbcSupportLoader:79 - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
    16:55:47,087 INFO org.hibernate.transaction.TransactionFactoryFactory:62 - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
    16:55:47,088 INFO org.hibernate.transaction.TransactionManagerLookupFactory:80 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    16:55:47,089 INFO org.hibernate.cfg.SettingsFactory:169 - Automatic flush during beforeCompletion(): disabled
    16:55:47,089 INFO org.hibernate.cfg.SettingsFactory:173 - Automatic session close at end of transaction: disabled
    16:55:47,089 INFO org.hibernate.cfg.SettingsFactory:180 - JDBC batch size: 15
    16:55:47,090 INFO org.hibernate.cfg.SettingsFactory:183 - JDBC batch updates for versioned data: disabled
    16:55:47,091 INFO org.hibernate.cfg.SettingsFactory:188 - Scrollable result sets: enabled
    16:55:47,092 INFO org.hibernate.cfg.SettingsFactory:196 - JDBC3 getGeneratedKeys(): enabled
    16:55:47,092 INFO org.hibernate.cfg.SettingsFactory:204 - Connection release mode: auto
    16:55:47,093 INFO org.hibernate.cfg.SettingsFactory:231 - Default batch fetch size: 1
    16:55:47,093 INFO org.hibernate.cfg.SettingsFactory:235 - Generate SQL with comments: disabled
    16:55:47,093 INFO org.hibernate.cfg.SettingsFactory:239 - Order SQL updates by primary key: disabled
    16:55:47,094 INFO org.hibernate.cfg.SettingsFactory:243 - Order SQL inserts for batching: disabled
    16:55:47,094 INFO org.hibernate.cfg.SettingsFactory:410 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    16:55:47,096 INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:47 - Using ASTQueryTranslatorFactory
    16:55:47,096 INFO org.hibernate.cfg.SettingsFactory:251 - Query language substitutions: {}
    16:55:47,107 INFO org.hibernate.cfg.SettingsFactory:256 - JPA-QL strict compliance: disabled
    16:55:47,107 INFO org.hibernate.cfg.SettingsFactory:261 - Second-level cache: enabled
    16:55:47,108 INFO org.hibernate.cfg.SettingsFactory:265 - Query cache: disabled
    16:55:47,108 INFO org.hibernate.cfg.SettingsFactory:395 - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
    16:55:47,108 INFO org.hibernate.cfg.SettingsFactory:275 - Optimize cache for minimal puts: disabled
    16:55:47,109 INFO org.hibernate.cfg.SettingsFactory:284 - Structured second-level cache entries: disabled
    16:55:47,116 INFO org.hibernate.cfg.SettingsFactory:313 - Statistics: disabled
    16:55:47,117 INFO org.hibernate.cfg.SettingsFactory:317 - Deleted entity synthetic identifier rollback: disabled
    16:55:47,117 INFO org.hibernate.cfg.SettingsFactory:332 - Default entity-mode: pojo
    16:55:47,118 INFO org.hibernate.cfg.SettingsFactory:336 - Named query checking : enabled
    16:55:47,118 INFO org.hibernate.cfg.SettingsFactory:340 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
    16:55:47,149 INFO org.hibernate.search.Version:40 - Hibernate Search 3.2.0.Final
    16:55:47,227 INFO org.hibernate.impl.SessionFactoryImpl:199 - building session factory
    16:55:48,031 INFO org.hibernate.impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured
    16:55:48,037 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:155 - Running hbm2ddl schema update
    16:55:48,038 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:167 - fetching database metadata
    16:55:48,066 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:179 - updating schema
    16:55:48,080 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOW
    16:55:48,082 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWREF
    16:55:48,084 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWREF_PARAMNAMES
    16:55:48,086 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEP
    16:55:48,088 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEPERRORREF
    16:55:48,091 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEPREF
    16:55:48,095 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOW_PARAMS
    16:55:48,097 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOW
    16:55:48,099 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWREF
    16:55:48,102 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWREF_PARAMNAMES
    16:55:48,106 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEP
    16:55:48,109 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEPERRORREF
    16:55:48,112 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEPREF
    16:55:48,115 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOW_PARAMS
    16:55:48,303 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:217 - schema update complete
    16:55:49,917 INFO org.springframework.orm.hibernate3.HibernateTransactionManager:415 - Using DataSource [org.apache.commons.dbcp.BasicDataSource@6f1ba9df] of Hibernate SessionFactory for HibernateTransactionManager
    tail: /exec/applis/ros/petals/current/logs/petals-out.log: fichier tronqué
    PEtALS ESB platform distribution is stopped - 15/11/10 16:56
    tail: /exec/applis/ros/petals/current/logs/petals-out.log: fichier tronqué
    16:56:43,448 INFO org.springframework.context.support.AbstractApplicationContext:454 - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@bfa8f74: startup date [Mon Nov 15 16:56:43 CET 2010]; root of context hierarchy
    16:56:43,579 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-hibernate.xml]
    16:56:44,098 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-jdbc.xml]
    16:56:44,126 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-annotation.xml]
    16:56:44,309 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-transaction.xml]
    16:56:45,774 INFO org.springframework.core.io.support.PropertiesLoaderSupport:177 - Loading properties file from URL file:/exec/applis/ros/petals/G04R01C03/conf/server.properties
    16:56:45,824 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory:538 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5be24af0: defining beans sessionFactory,dataSource,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,flowDAO,flowStepDAO,flowRefDAO,flowStepErrorRefDAO,flowStepRefDAO,notificationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,transactionManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor; root of factory hierarchy
    16:56:46,008 INFO org.hibernate.cfg.annotations.Version:43 - Hibernate Annotations 3.5.1-Final
    16:56:46,039 INFO org.hibernate.cfg.Environment:564 - Hibernate 3.5.1-Final
    16:56:46,041 INFO org.hibernate.cfg.Environment:597 - hibernate.properties not found
    16:56:46,046 INFO org.hibernate.cfg.Environment:775 - Bytecode provider name : javassist
    16:56:46,050 INFO org.hibernate.cfg.Environment:656 - using JDK 1.4 java.sql.Timestamp handling
    16:56:46,217 INFO org.hibernate.annotations.common.Version:37 - Hibernate Commons Annotations 3.2.0.Final
    16:56:46,478 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow
    16:56:46,526 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.Flow on table FLOW
    16:56:46,643 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep
    16:56:46,644 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep on table FLOWSTEP
    16:56:46,679 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef
    16:56:46,680 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef on table FLOWREF
    16:56:46,690 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef
    16:56:46,693 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef on table FLOWSTEPERRORREF
    16:56:46,695 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef
    16:56:46,695 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef on table FLOWSTEPREF
    16:56:46,797 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow.listFlowStep -> FLOWSTEP
    16:56:46,798 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef.errorMessages -> FLOWSTEPERRORREF
    16:56:46,805 INFO org.hibernate.cfg.AnnotationConfiguration:450 - Hibernate Validator not found: ignoring
    16:56:46,808 INFO org.springframework.orm.hibernate3.LocalSessionFactoryBean:772 - Building new Hibernate SessionFactory
    16:56:46,896 INFO org.hibernate.connection.ConnectionProviderFactory:95 - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
    16:56:47,857 INFO org.hibernate.cfg.SettingsFactory:117 - RDBMS: H2, version: 1.1.114 (2009-06-01)
    16:56:47,861 INFO org.hibernate.cfg.SettingsFactory:118 - JDBC driver: H2 JDBC Driver, version: 1.1.114 (2009-06-01)
    16:56:47,892 INFO org.hibernate.dialect.Dialect:222 - Using dialect: org.hibernate.dialect.H2Dialect
    16:56:47,899 INFO org.hibernate.engine.jdbc.JdbcSupportLoader:79 - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
    16:56:47,901 INFO org.hibernate.transaction.TransactionFactoryFactory:62 - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
    16:56:47,902 INFO org.hibernate.transaction.TransactionManagerLookupFactory:80 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    16:56:47,903 INFO org.hibernate.cfg.SettingsFactory:169 - Automatic flush during beforeCompletion(): disabled
    16:56:47,903 INFO org.hibernate.cfg.SettingsFactory:173 - Automatic session close at end of transaction: disabled
    16:56:47,904 INFO org.hibernate.cfg.SettingsFactory:180 - JDBC batch size: 15
    16:56:47,904 INFO org.hibernate.cfg.SettingsFactory:183 - JDBC batch updates for versioned data: disabled
    16:56:47,905 INFO org.hibernate.cfg.SettingsFactory:188 - Scrollable result sets: enabled
    16:56:47,906 INFO org.hibernate.cfg.SettingsFactory:196 - JDBC3 getGeneratedKeys(): enabled
    16:56:47,906 INFO org.hibernate.cfg.SettingsFactory:204 - Connection release mode: auto
    16:56:47,907 INFO org.hibernate.cfg.SettingsFactory:231 - Default batch fetch size: 1
    16:56:47,907 INFO org.hibernate.cfg.SettingsFactory:235 - Generate SQL with comments: disabled
    16:56:47,917 INFO org.hibernate.cfg.SettingsFactory:239 - Order SQL updates by primary key: disabled
    16:56:47,918 INFO org.hibernate.cfg.SettingsFactory:243 - Order SQL inserts for batching: disabled
    16:56:47,918 INFO org.hibernate.cfg.SettingsFactory:410 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    16:56:47,920 INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:47 - Using ASTQueryTranslatorFactory
    16:56:47,921 INFO org.hibernate.cfg.SettingsFactory:251 - Query language substitutions: {}
    16:56:47,921 INFO org.hibernate.cfg.SettingsFactory:256 - JPA-QL strict compliance: disabled
    16:56:47,921 INFO org.hibernate.cfg.SettingsFactory:261 - Second-level cache: enabled
    16:56:47,922 INFO org.hibernate.cfg.SettingsFactory:265 - Query cache: disabled
    16:56:47,922 INFO org.hibernate.cfg.SettingsFactory:395 - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
    16:56:47,923 INFO org.hibernate.cfg.SettingsFactory:275 - Optimize cache for minimal puts: disabled
    16:56:47,923 INFO org.hibernate.cfg.SettingsFactory:284 - Structured second-level cache entries: disabled
    16:56:47,930 INFO org.hibernate.cfg.SettingsFactory:313 - Statistics: disabled
    16:56:47,930 INFO org.hibernate.cfg.SettingsFactory:317 - Deleted entity synthetic identifier rollback: disabled
    16:56:47,931 INFO org.hibernate.cfg.SettingsFactory:332 - Default entity-mode: pojo
    16:56:47,931 INFO org.hibernate.cfg.SettingsFactory:336 - Named query checking : enabled
    16:56:47,931 INFO org.hibernate.cfg.SettingsFactory:340 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
    16:56:47,958 INFO org.hibernate.search.Version:40 - Hibernate Search 3.2.0.Final
    16:56:48,053 INFO org.hibernate.impl.SessionFactoryImpl:199 - building session factory
    16:56:48,347 INFO org.hibernate.impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured
    16:56:48,354 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:155 - Running hbm2ddl schema update
    16:56:48,354 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:167 - fetching database metadata
    16:56:48,376 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:179 - updating schema
    16:56:48,403 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOW
    16:56:48,404 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [idpetals, id, type]
    16:56:48,404 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: []
    16:56:48,404 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_2, idpetalsindex, primary_key_2]
    16:56:48,447 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWREF
    16:56:48,448 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, referencetime, save, name, filename, type, urlbackup, limitvalue, creationdate]
    16:56:48,448 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: []
    16:56:48,449 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_f, constraint_index_fd, primary_key_f]
    16:56:48,459 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWREF_PARAMNAMES
    16:56:48,459 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [idx, name, global, flowstepref_id]
    16:56:48,459 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_paramnames_id_flowref]
    16:56:48,460 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [primary_key_e]
    16:56:48,468 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEP
    16:56:48,468 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, meuuid, endpointname, startdate, flow_id, status, servicename, interfacename, errorcode, enddate]
    16:56:48,469 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flow_id_flowstep_flow]
    16:56:48,469 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_a, fk_flow_id_flowstep_flow_index_a, primary_key_a, meuuidindex]
    16:56:48,479 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEPERRORREF
    16:56:48,479 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [message, id, flowstepref_id, errorcode]
    16:56:48,479 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowstepref_id_flowstep]
    16:56:48,480 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_25, primary_key_25]
    16:56:48,490 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEPREF
    16:56:48,490 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, flowstartstep, successmessage, name, servicename, defaulterrormessage, interfacename, flowref_id, flowendstep]
    16:56:48,490 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowref_id_flowstepref]
    16:56:48,491 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_4, constraint_index_4e, primary_key_4]
    16:56:48,502 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOW_PARAMS
    16:56:48,502 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [element, idx, flowstep_id]
    16:56:48,502 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowparams_id_flow]
    16:56:48,503 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [primary_key_7]
    16:56:48,505 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:217 - schema update complete
    16:56:49,606 INFO org.springframework.orm.hibernate3.HibernateTransactionManager:415 - Using DataSource [org.apache.commons.dbcp.BasicDataSource@71060c3e] of Hibernate SessionFactory for HibernateTransactionManager

    PEtALS ESB platform distribution successfully started - 15/11/10 16:56
    System Information : Petals JBI Container - version: 3.1.1

    Show
    The se-kpi always trace at an "INFO Level"...even we choose a WARNING (or SEVERE or...) global level into the server.properties. So, At each start, we can see a lot of trace like that (at a WARNING log level here): -----------------------------------------------------------
     
    OW2 PEtALS Enterprise Service Bus
    http://petals.ow2.org
     
    ----------------------------------------------------------- PEtALS ESB is starting... PEtALS ESB platform distribution successfully started - 15/11/10 16:55 System Information : Petals JBI Container - version: 3.1.1 16:55:43,057 INFO org.springframework.context.support.AbstractApplicationContext:454 - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@12bfaa9a: startup date [Mon Nov 15 16:55:43 CET 2010]; root of context hierarchy 16:55:43,130 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-hibernate.xml] 16:55:43,928 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-jdbc.xml] 16:55:43,977 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-annotation.xml] 16:55:44,290 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-transaction.xml] 16:55:44,884 INFO org.springframework.core.io.support.PropertiesLoaderSupport:177 - Loading properties file from URL file:/exec/applis/ros/petals/G04R01C03/conf/server.properties 16:55:44,961 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory:538 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@650c892c: defining beans sessionFactory,dataSource,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,flowDAO,flowStepDAO,flowRefDAO,flowStepErrorRefDAO,flowStepRefDAO,notificationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,transactionManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor; root of factory hierarchy 16:55:45,174 INFO org.hibernate.cfg.annotations.Version:43 - Hibernate Annotations 3.5.1-Final 16:55:45,209 INFO org.hibernate.cfg.Environment:564 - Hibernate 3.5.1-Final 16:55:45,212 INFO org.hibernate.cfg.Environment:597 - hibernate.properties not found 16:55:45,226 INFO org.hibernate.cfg.Environment:775 - Bytecode provider name : javassist 16:55:45,230 INFO org.hibernate.cfg.Environment:656 - using JDK 1.4 java.sql.Timestamp handling 16:55:45,455 INFO org.hibernate.annotations.common.Version:37 - Hibernate Commons Annotations 3.2.0.Final 16:55:45,680 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow 16:55:45,837 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.Flow on table FLOW 16:55:46,508 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep 16:55:46,509 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep on table FLOWSTEP 16:55:46,537 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef 16:55:46,538 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef on table FLOWREF 16:55:46,543 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef 16:55:46,546 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef on table FLOWSTEPERRORREF 16:55:46,549 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef 16:55:46,549 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef on table FLOWSTEPREF 16:55:46,638 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow.listFlowStep -> FLOWSTEP 16:55:46,642 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef.errorMessages -> FLOWSTEPERRORREF 16:55:46,658 INFO org.hibernate.cfg.AnnotationConfiguration:450 - Hibernate Validator not found: ignoring 16:55:46,661 INFO org.springframework.orm.hibernate3.LocalSessionFactoryBean:772 - Building new Hibernate SessionFactory 16:55:46,710 INFO org.hibernate.connection.ConnectionProviderFactory:95 - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 16:55:47,046 INFO org.hibernate.cfg.SettingsFactory:117 - RDBMS: H2, version: 1.1.114 (2009-06-01) 16:55:47,048 INFO org.hibernate.cfg.SettingsFactory:118 - JDBC driver: H2 JDBC Driver, version: 1.1.114 (2009-06-01) 16:55:47,077 INFO org.hibernate.dialect.Dialect:222 - Using dialect: org.hibernate.dialect.H2Dialect 16:55:47,084 INFO org.hibernate.engine.jdbc.JdbcSupportLoader:79 - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4 16:55:47,087 INFO org.hibernate.transaction.TransactionFactoryFactory:62 - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory 16:55:47,088 INFO org.hibernate.transaction.TransactionManagerLookupFactory:80 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 16:55:47,089 INFO org.hibernate.cfg.SettingsFactory:169 - Automatic flush during beforeCompletion(): disabled 16:55:47,089 INFO org.hibernate.cfg.SettingsFactory:173 - Automatic session close at end of transaction: disabled 16:55:47,089 INFO org.hibernate.cfg.SettingsFactory:180 - JDBC batch size: 15 16:55:47,090 INFO org.hibernate.cfg.SettingsFactory:183 - JDBC batch updates for versioned data: disabled 16:55:47,091 INFO org.hibernate.cfg.SettingsFactory:188 - Scrollable result sets: enabled 16:55:47,092 INFO org.hibernate.cfg.SettingsFactory:196 - JDBC3 getGeneratedKeys(): enabled 16:55:47,092 INFO org.hibernate.cfg.SettingsFactory:204 - Connection release mode: auto 16:55:47,093 INFO org.hibernate.cfg.SettingsFactory:231 - Default batch fetch size: 1 16:55:47,093 INFO org.hibernate.cfg.SettingsFactory:235 - Generate SQL with comments: disabled 16:55:47,093 INFO org.hibernate.cfg.SettingsFactory:239 - Order SQL updates by primary key: disabled 16:55:47,094 INFO org.hibernate.cfg.SettingsFactory:243 - Order SQL inserts for batching: disabled 16:55:47,094 INFO org.hibernate.cfg.SettingsFactory:410 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 16:55:47,096 INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:47 - Using ASTQueryTranslatorFactory 16:55:47,096 INFO org.hibernate.cfg.SettingsFactory:251 - Query language substitutions: {} 16:55:47,107 INFO org.hibernate.cfg.SettingsFactory:256 - JPA-QL strict compliance: disabled 16:55:47,107 INFO org.hibernate.cfg.SettingsFactory:261 - Second-level cache: enabled 16:55:47,108 INFO org.hibernate.cfg.SettingsFactory:265 - Query cache: disabled 16:55:47,108 INFO org.hibernate.cfg.SettingsFactory:395 - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory 16:55:47,108 INFO org.hibernate.cfg.SettingsFactory:275 - Optimize cache for minimal puts: disabled 16:55:47,109 INFO org.hibernate.cfg.SettingsFactory:284 - Structured second-level cache entries: disabled 16:55:47,116 INFO org.hibernate.cfg.SettingsFactory:313 - Statistics: disabled 16:55:47,117 INFO org.hibernate.cfg.SettingsFactory:317 - Deleted entity synthetic identifier rollback: disabled 16:55:47,117 INFO org.hibernate.cfg.SettingsFactory:332 - Default entity-mode: pojo 16:55:47,118 INFO org.hibernate.cfg.SettingsFactory:336 - Named query checking : enabled 16:55:47,118 INFO org.hibernate.cfg.SettingsFactory:340 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 16:55:47,149 INFO org.hibernate.search.Version:40 - Hibernate Search 3.2.0.Final 16:55:47,227 INFO org.hibernate.impl.SessionFactoryImpl:199 - building session factory 16:55:48,031 INFO org.hibernate.impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured 16:55:48,037 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:155 - Running hbm2ddl schema update 16:55:48,038 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:167 - fetching database metadata 16:55:48,066 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:179 - updating schema 16:55:48,080 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOW 16:55:48,082 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWREF 16:55:48,084 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWREF_PARAMNAMES 16:55:48,086 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEP 16:55:48,088 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEPERRORREF 16:55:48,091 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEPREF 16:55:48,095 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOW_PARAMS 16:55:48,097 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOW 16:55:48,099 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWREF 16:55:48,102 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWREF_PARAMNAMES 16:55:48,106 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEP 16:55:48,109 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEPERRORREF 16:55:48,112 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOWSTEPREF 16:55:48,115 INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata:119 - table not found: FLOW_PARAMS 16:55:48,303 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:217 - schema update complete 16:55:49,917 INFO org.springframework.orm.hibernate3.HibernateTransactionManager:415 - Using DataSource [org.apache.commons.dbcp.BasicDataSource@6f1ba9df] of Hibernate SessionFactory for HibernateTransactionManager tail: /exec/applis/ros/petals/current/logs/petals-out.log: fichier tronqué PEtALS ESB platform distribution is stopped - 15/11/10 16:56 tail: /exec/applis/ros/petals/current/logs/petals-out.log: fichier tronqué 16:56:43,448 INFO org.springframework.context.support.AbstractApplicationContext:454 - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@bfa8f74: startup date [Mon Nov 15 16:56:43 CET 2010]; root of context hierarchy 16:56:43,579 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-hibernate.xml] 16:56:44,098 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-jdbc.xml] 16:56:44,126 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-annotation.xml] 16:56:44,309 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-transaction.xml] 16:56:45,774 INFO org.springframework.core.io.support.PropertiesLoaderSupport:177 - Loading properties file from URL file:/exec/applis/ros/petals/G04R01C03/conf/server.properties 16:56:45,824 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory:538 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5be24af0: defining beans sessionFactory,dataSource,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,flowDAO,flowStepDAO,flowRefDAO,flowStepErrorRefDAO,flowStepRefDAO,notificationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,transactionManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor; root of factory hierarchy 16:56:46,008 INFO org.hibernate.cfg.annotations.Version:43 - Hibernate Annotations 3.5.1-Final 16:56:46,039 INFO org.hibernate.cfg.Environment:564 - Hibernate 3.5.1-Final 16:56:46,041 INFO org.hibernate.cfg.Environment:597 - hibernate.properties not found 16:56:46,046 INFO org.hibernate.cfg.Environment:775 - Bytecode provider name : javassist 16:56:46,050 INFO org.hibernate.cfg.Environment:656 - using JDK 1.4 java.sql.Timestamp handling 16:56:46,217 INFO org.hibernate.annotations.common.Version:37 - Hibernate Commons Annotations 3.2.0.Final 16:56:46,478 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow 16:56:46,526 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.Flow on table FLOW 16:56:46,643 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep 16:56:46,644 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep on table FLOWSTEP 16:56:46,679 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef 16:56:46,680 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef on table FLOWREF 16:56:46,690 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef 16:56:46,693 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef on table FLOWSTEPERRORREF 16:56:46,695 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef 16:56:46,695 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef on table FLOWSTEPREF 16:56:46,797 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow.listFlowStep -> FLOWSTEP 16:56:46,798 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef.errorMessages -> FLOWSTEPERRORREF 16:56:46,805 INFO org.hibernate.cfg.AnnotationConfiguration:450 - Hibernate Validator not found: ignoring 16:56:46,808 INFO org.springframework.orm.hibernate3.LocalSessionFactoryBean:772 - Building new Hibernate SessionFactory 16:56:46,896 INFO org.hibernate.connection.ConnectionProviderFactory:95 - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 16:56:47,857 INFO org.hibernate.cfg.SettingsFactory:117 - RDBMS: H2, version: 1.1.114 (2009-06-01) 16:56:47,861 INFO org.hibernate.cfg.SettingsFactory:118 - JDBC driver: H2 JDBC Driver, version: 1.1.114 (2009-06-01) 16:56:47,892 INFO org.hibernate.dialect.Dialect:222 - Using dialect: org.hibernate.dialect.H2Dialect 16:56:47,899 INFO org.hibernate.engine.jdbc.JdbcSupportLoader:79 - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4 16:56:47,901 INFO org.hibernate.transaction.TransactionFactoryFactory:62 - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory 16:56:47,902 INFO org.hibernate.transaction.TransactionManagerLookupFactory:80 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 16:56:47,903 INFO org.hibernate.cfg.SettingsFactory:169 - Automatic flush during beforeCompletion(): disabled 16:56:47,903 INFO org.hibernate.cfg.SettingsFactory:173 - Automatic session close at end of transaction: disabled 16:56:47,904 INFO org.hibernate.cfg.SettingsFactory:180 - JDBC batch size: 15 16:56:47,904 INFO org.hibernate.cfg.SettingsFactory:183 - JDBC batch updates for versioned data: disabled 16:56:47,905 INFO org.hibernate.cfg.SettingsFactory:188 - Scrollable result sets: enabled 16:56:47,906 INFO org.hibernate.cfg.SettingsFactory:196 - JDBC3 getGeneratedKeys(): enabled 16:56:47,906 INFO org.hibernate.cfg.SettingsFactory:204 - Connection release mode: auto 16:56:47,907 INFO org.hibernate.cfg.SettingsFactory:231 - Default batch fetch size: 1 16:56:47,907 INFO org.hibernate.cfg.SettingsFactory:235 - Generate SQL with comments: disabled 16:56:47,917 INFO org.hibernate.cfg.SettingsFactory:239 - Order SQL updates by primary key: disabled 16:56:47,918 INFO org.hibernate.cfg.SettingsFactory:243 - Order SQL inserts for batching: disabled 16:56:47,918 INFO org.hibernate.cfg.SettingsFactory:410 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 16:56:47,920 INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:47 - Using ASTQueryTranslatorFactory 16:56:47,921 INFO org.hibernate.cfg.SettingsFactory:251 - Query language substitutions: {} 16:56:47,921 INFO org.hibernate.cfg.SettingsFactory:256 - JPA-QL strict compliance: disabled 16:56:47,921 INFO org.hibernate.cfg.SettingsFactory:261 - Second-level cache: enabled 16:56:47,922 INFO org.hibernate.cfg.SettingsFactory:265 - Query cache: disabled 16:56:47,922 INFO org.hibernate.cfg.SettingsFactory:395 - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory 16:56:47,923 INFO org.hibernate.cfg.SettingsFactory:275 - Optimize cache for minimal puts: disabled 16:56:47,923 INFO org.hibernate.cfg.SettingsFactory:284 - Structured second-level cache entries: disabled 16:56:47,930 INFO org.hibernate.cfg.SettingsFactory:313 - Statistics: disabled 16:56:47,930 INFO org.hibernate.cfg.SettingsFactory:317 - Deleted entity synthetic identifier rollback: disabled 16:56:47,931 INFO org.hibernate.cfg.SettingsFactory:332 - Default entity-mode: pojo 16:56:47,931 INFO org.hibernate.cfg.SettingsFactory:336 - Named query checking : enabled 16:56:47,931 INFO org.hibernate.cfg.SettingsFactory:340 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 16:56:47,958 INFO org.hibernate.search.Version:40 - Hibernate Search 3.2.0.Final 16:56:48,053 INFO org.hibernate.impl.SessionFactoryImpl:199 - building session factory 16:56:48,347 INFO org.hibernate.impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured 16:56:48,354 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:155 - Running hbm2ddl schema update 16:56:48,354 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:167 - fetching database metadata 16:56:48,376 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:179 - updating schema 16:56:48,403 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOW 16:56:48,404 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [idpetals, id, type] 16:56:48,404 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [] 16:56:48,404 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_2, idpetalsindex, primary_key_2] 16:56:48,447 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWREF 16:56:48,448 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, referencetime, save, name, filename, type, urlbackup, limitvalue, creationdate] 16:56:48,448 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [] 16:56:48,449 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_f, constraint_index_fd, primary_key_f] 16:56:48,459 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWREF_PARAMNAMES 16:56:48,459 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [idx, name, global, flowstepref_id] 16:56:48,459 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_paramnames_id_flowref] 16:56:48,460 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [primary_key_e] 16:56:48,468 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEP 16:56:48,468 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, meuuid, endpointname, startdate, flow_id, status, servicename, interfacename, errorcode, enddate] 16:56:48,469 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flow_id_flowstep_flow] 16:56:48,469 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_a, fk_flow_id_flowstep_flow_index_a, primary_key_a, meuuidindex] 16:56:48,479 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEPERRORREF 16:56:48,479 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [message, id, flowstepref_id, errorcode] 16:56:48,479 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowstepref_id_flowstep] 16:56:48,480 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_25, primary_key_25] 16:56:48,490 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEPREF 16:56:48,490 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, flowstartstep, successmessage, name, servicename, defaulterrormessage, interfacename, flowref_id, flowendstep] 16:56:48,490 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowref_id_flowstepref] 16:56:48,491 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_4, constraint_index_4e, primary_key_4] 16:56:48,502 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOW_PARAMS 16:56:48,502 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [element, idx, flowstep_id] 16:56:48,502 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowparams_id_flow] 16:56:48,503 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [primary_key_7] 16:56:48,505 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:217 - schema update complete 16:56:49,606 INFO org.springframework.orm.hibernate3.HibernateTransactionManager:415 - Using DataSource [org.apache.commons.dbcp.BasicDataSource@71060c3e] of Hibernate SessionFactory for HibernateTransactionManager PEtALS ESB platform distribution successfully started - 15/11/10 16:56 System Information : Petals JBI Container - version: 3.1.1
  • Environment:
    RHEL 5, Mysql configuration, ESB 3.1.1

Activity

Hide
Olivier Fabre added a comment - Mon, 15 Nov 2010 - 17:26:14 +0100

Workaround : the logger used by KPI dependencies is different from the logger provided by petals esb to the KPI component. So if you want to manage these logs you need to modify the log4j.xml file located in the component archive.

To fix it, we need to find a way to use the petals esb provided logger with libraries used by the kpi component, if it's possible...

Show
Olivier Fabre added a comment - Mon, 15 Nov 2010 - 17:26:14 +0100 Workaround : the logger used by KPI dependencies is different from the logger provided by petals esb to the KPI component. So if you want to manage these logs you need to modify the log4j.xml file located in the component archive. To fix it, we need to find a way to use the petals esb provided logger with libraries used by the kpi component, if it's possible...
Hide
Frédéric Gardes added a comment - Mon, 15 Nov 2010 - 17:35:53 +0100

Hum, I'm a little lazy, you know...
I found this log4j.xml:

<log4j:configuration>
	<!-- console appender - verbose ON -->
	<appender name="stdoutVerbose" class="org.apache.log4j.ConsoleAppender">
		<layout class="org.apache.log4j.PatternLayout">
			<param name="ConversionPattern" value="%d{ABSOLUTE} %5p %C:%L - %m%n" />
		</layout>
	</appender>
	<!-- console appender - verbose OFF -->
	<appender name="stdout" class="org.apache.log4j.ConsoleAppender">
		<layout class="org.apache.log4j.PatternLayout">
			<param name="ConversionPattern" value="[%5p ] %m%n" />
		</layout>
	</appender>

	<!-- simple console logger for Dragon 
	<logger name="org.ow2.dragon" additivity="false">
		<level value="info" />
		<appender-ref ref="stdoutVerbose" />
	</logger>
	
	<logger name="org.ow2.dragon.persistence.dao" additivity="false">
        <level value="debug" />
        <appender-ref ref="stdoutVerbose" />
    </logger>
    
    <logger name="org.apache.lucene" additivity="false">
        <level value="info" />
        <appender-ref ref="stdoutVerbose" />
    </logger>
    
	<logger name="org.hibernate.transaction" additivity="false">
		<level value="info" />
		<appender-ref ref="stdoutVerbose" />
	</logger>
	
	<logger name="org.h2.tools.Server" additivity="false">
		<level value="debug" />
		<appender-ref ref="stdoutVerbose" />
	</logger>-->
	
	<logger name="org.compass" additivity="false">
        <level value="info" />
        <appender-ref ref="stdoutVerbose" />
    </logger>
    
    <logger name="org.ow2.dragon.service.metadata" additivity="false">
        <level value="debug" />
        <appender-ref ref="stdoutVerbose" />
    </logger>

	<root>
		<priority value="info" />
		<appender-ref ref="stdoutVerbose" />
	</root>

</log4j:configuration>

i put everywhere "warn" instead of "info", "debug"? Or is there somebody very courageous ( ), log4j expert, to help me to found the great configuration?

Show
Frédéric Gardes added a comment - Mon, 15 Nov 2010 - 17:35:53 +0100 Hum, I'm a little lazy, you know... I found this log4j.xml:
<log4j:configuration>
	<!-- console appender - verbose ON -->
	<appender name="stdoutVerbose" class="org.apache.log4j.ConsoleAppender">
		<layout class="org.apache.log4j.PatternLayout">
			<param name="ConversionPattern" value="%d{ABSOLUTE} %5p %C:%L - %m%n" />
		</layout>
	</appender>
	<!-- console appender - verbose OFF -->
	<appender name="stdout" class="org.apache.log4j.ConsoleAppender">
		<layout class="org.apache.log4j.PatternLayout">
			<param name="ConversionPattern" value="[%5p ] %m%n" />
		</layout>
	</appender>

	<!-- simple console logger for Dragon 
	<logger name="org.ow2.dragon" additivity="false">
		<level value="info" />
		<appender-ref ref="stdoutVerbose" />
	</logger>
	
	<logger name="org.ow2.dragon.persistence.dao" additivity="false">
        <level value="debug" />
        <appender-ref ref="stdoutVerbose" />
    </logger>
    
    <logger name="org.apache.lucene" additivity="false">
        <level value="info" />
        <appender-ref ref="stdoutVerbose" />
    </logger>
    
	<logger name="org.hibernate.transaction" additivity="false">
		<level value="info" />
		<appender-ref ref="stdoutVerbose" />
	</logger>
	
	<logger name="org.h2.tools.Server" additivity="false">
		<level value="debug" />
		<appender-ref ref="stdoutVerbose" />
	</logger>-->
	
	<logger name="org.compass" additivity="false">
        <level value="info" />
        <appender-ref ref="stdoutVerbose" />
    </logger>
    
    <logger name="org.ow2.dragon.service.metadata" additivity="false">
        <level value="debug" />
        <appender-ref ref="stdoutVerbose" />
    </logger>

	<root>
		<priority value="info" />
		<appender-ref ref="stdoutVerbose" />
	</root>

</log4j:configuration>
i put everywhere "warn" instead of "info", "debug"? Or is there somebody very courageous ( ), log4j expert, to help me to found the great configuration?
Hide
Olivier Fabre added a comment - Tue, 16 Nov 2010 - 09:22:26 +0100

It seems that this log4j.xml file is a too fast copy paste of an other log4j.xml from an other projet. Futhermore, this file is a little bit hidden (packaged in the "petals-se-kpi-1.1.1.jar")... Sorry...

I put here a cleaner version, with log level set to "warn".

<log4j:configuration>
	<!-- console appender - verbose ON -->
	<appender name="stdoutVerbose" class="org.apache.log4j.ConsoleAppender">
		<layout class="org.apache.log4j.PatternLayout">
			<param name="ConversionPattern" value="%d{ABSOLUTE} %5p %C:%L - %m%n" />
		</layout>
	</appender>
	<!-- console appender - verbose OFF -->
	<appender name="stdout" class="org.apache.log4j.ConsoleAppender">
		<layout class="org.apache.log4j.PatternLayout">
			<param name="ConversionPattern" value="[%5p ] %m%n" />
		</layout>
	</appender>

	<root>
		<priority value="warn" />
		<appender-ref ref="stdoutVerbose" />
	</root>

</log4j:configuration>

This config will set a log level of "warn" to all loggers created with log4j. If you want to set a different level for a specific package, you just have to add something like that :

<logger name="my.package.location" additivity="false">
	<level value="info" />
	<appender-ref ref="stdoutVerbose" />
</logger>

I've directly replaced the log4j.xml file in the "petals-se-kpi-1.1.1.jar" and it works. "Info" logs disappeared.

Show
Olivier Fabre added a comment - Tue, 16 Nov 2010 - 09:22:26 +0100 It seems that this log4j.xml file is a too fast copy paste of an other log4j.xml from an other projet. Futhermore, this file is a little bit hidden (packaged in the "petals-se-kpi-1.1.1.jar")... Sorry... I put here a cleaner version, with log level set to "warn".
<log4j:configuration>
	<!-- console appender - verbose ON -->
	<appender name="stdoutVerbose" class="org.apache.log4j.ConsoleAppender">
		<layout class="org.apache.log4j.PatternLayout">
			<param name="ConversionPattern" value="%d{ABSOLUTE} %5p %C:%L - %m%n" />
		</layout>
	</appender>
	<!-- console appender - verbose OFF -->
	<appender name="stdout" class="org.apache.log4j.ConsoleAppender">
		<layout class="org.apache.log4j.PatternLayout">
			<param name="ConversionPattern" value="[%5p ] %m%n" />
		</layout>
	</appender>

	<root>
		<priority value="warn" />
		<appender-ref ref="stdoutVerbose" />
	</root>

</log4j:configuration>
This config will set a log level of "warn" to all loggers created with log4j. If you want to set a different level for a specific package, you just have to add something like that :
<logger name="my.package.location" additivity="false">
	<level value="info" />
	<appender-ref ref="stdoutVerbose" />
</logger>
I've directly replaced the log4j.xml file in the "petals-se-kpi-1.1.1.jar" and it works. "Info" logs disappeared.

People

Dates

  • Created:
    Mon, 15 Nov 2010 - 16:59:56 +0100
    Updated:
    Tue, 16 Nov 2010 - 09:22:26 +0100