Petals CDK

Unpredictable FileNotFoundException: /createCustomer.xsd (No such file or directory)

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 5.0.3, 5.1
  • Fix Version/s: 5.1
  • Component/s: Utils
  • Security Level: Public
  • Description:
    Hide

    Two times out of five, A schema into a JBI service unit (into a JBI service assembly of course) can't be read at the deployment time on the Petals ESB...but why?
    I don't know how to search more the problem...
    Any idea to initialize my investigation?

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

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

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

    PEtALS ESB is starting...
    [Petals.Container.Components.petals-bc-soap.bootstrap.petals-bc-soap]-WARNING 2010-09-09 15:38:19,521 Cannot create modules directory at '/exec/applis/ros/petals/G04R01C01/repository/components/petals-bc-soap-09-09-2010-033424804/install/modules'
    [Petals.Container.Components.petals-bc-soap.bootstrap.petals-bc-soap]-WARNING 2010-09-09 15:38:19,522 Cannot create services directory at '/exec/applis/ros/petals/G04R01C01/repository/components/petals-bc-soap-09-09-2010-033424804/install/services'
    15:38:44,009 INFO org.springframework.context.support.AbstractApplicationContext:454 - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@24177697: startup date [Thu Sep 09 15:38:44 CEST 2010]; root of context hierarchy
    15:38:44,242 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-hibernate.xml]
    15:38:44,378 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-jdbc.xml]
    15:38:44,424 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-annotation.xml]
    15:38:45,920 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-transaction.xml]
    15:38:46,758 INFO org.springframework.core.io.support.PropertiesLoaderSupport:177 - Loading properties file from URL file:/exec/applis/ros/petals/G04R01C01/conf/server.properties
    15:38:47,127 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory:538 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@67591ba4: 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
    15:38:47,357 INFO org.hibernate.cfg.annotations.Version:43 - Hibernate Annotations 3.5.1-Final
    15:38:47,378 INFO org.hibernate.cfg.Environment:564 - Hibernate 3.5.1-Final
    15:38:47,381 INFO org.hibernate.cfg.Environment:597 - hibernate.properties not found
    15:38:47,387 INFO org.hibernate.cfg.Environment:775 - Bytecode provider name : javassist
    15:38:47,393 INFO org.hibernate.cfg.Environment:656 - using JDK 1.4 java.sql.Timestamp handling
    15:38:49,828 INFO org.hibernate.annotations.common.Version:37 - Hibernate Commons Annotations 3.2.0.Final
    15:38:51,962 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow
    15:38:52,071 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.Flow on table FLOW
    15:38:52,914 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep
    15:38:52,915 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep on table FLOWSTEP
    15:38:52,993 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef
    15:38:52,993 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef on table FLOWREF
    15:38:53,043 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef
    15:38:53,046 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef on table FLOWSTEPERRORREF
    15:38:53,049 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef
    15:38:53,050 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef on table FLOWSTEPREF
    15:38:53,929 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow.listFlowStep -> FLOWSTEP
    15:38:53,929 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef.errorMessages -> FLOWSTEPERRORREF
    15:38:53,940 INFO org.hibernate.cfg.AnnotationConfiguration:450 - Hibernate Validator not found: ignoring
    15:38:53,973 INFO org.springframework.orm.hibernate3.LocalSessionFactoryBean:772 - Building new Hibernate SessionFactory
    15:38:54,131 INFO org.hibernate.connection.ConnectionProviderFactory:95 - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
    15:39:01,977 INFO org.hibernate.cfg.SettingsFactory:117 - RDBMS: H2, version: 1.1.114 (2009-06-01)
    15:39:01,978 INFO org.hibernate.cfg.SettingsFactory:118 - JDBC driver: H2 JDBC Driver, version: 1.1.114 (2009-06-01)
    15:39:02,374 INFO org.hibernate.dialect.Dialect:222 - Using dialect: org.hibernate.dialect.H2Dialect
    15:39:02,400 INFO org.hibernate.engine.jdbc.JdbcSupportLoader:79 - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
    15:39:02,405 INFO org.hibernate.transaction.TransactionFactoryFactory:62 - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
    15:39:02,408 INFO org.hibernate.transaction.TransactionManagerLookupFactory:80 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    15:39:02,409 INFO org.hibernate.cfg.SettingsFactory:169 - Automatic flush during beforeCompletion(): disabled
    15:39:02,409 INFO org.hibernate.cfg.SettingsFactory:173 - Automatic session close at end of transaction: disabled
    15:39:02,409 INFO org.hibernate.cfg.SettingsFactory:180 - JDBC batch size: 15
    15:39:02,410 INFO org.hibernate.cfg.SettingsFactory:183 - JDBC batch updates for versioned data: disabled
    15:39:02,411 INFO org.hibernate.cfg.SettingsFactory:188 - Scrollable result sets: enabled
    15:39:02,412 INFO org.hibernate.cfg.SettingsFactory:196 - JDBC3 getGeneratedKeys(): enabled
    15:39:02,412 INFO org.hibernate.cfg.SettingsFactory:204 - Connection release mode: auto
    15:39:02,414 INFO org.hibernate.cfg.SettingsFactory:231 - Default batch fetch size: 1
    15:39:02,414 INFO org.hibernate.cfg.SettingsFactory:235 - Generate SQL with comments: disabled
    15:39:02,415 INFO org.hibernate.cfg.SettingsFactory:239 - Order SQL updates by primary key: disabled
    15:39:02,415 INFO org.hibernate.cfg.SettingsFactory:243 - Order SQL inserts for batching: disabled
    15:39:02,416 INFO org.hibernate.cfg.SettingsFactory:410 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    15:39:02,419 INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:47 - Using ASTQueryTranslatorFactory
    15:39:02,420 INFO org.hibernate.cfg.SettingsFactory:251 - Query language substitutions: {}
    15:39:02,420 INFO org.hibernate.cfg.SettingsFactory:256 - JPA-QL strict compliance: disabled
    15:39:02,421 INFO org.hibernate.cfg.SettingsFactory:261 - Second-level cache: enabled
    15:39:02,421 INFO org.hibernate.cfg.SettingsFactory:265 - Query cache: disabled
    15:39:02,422 INFO org.hibernate.cfg.SettingsFactory:395 - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
    15:39:02,422 INFO org.hibernate.cfg.SettingsFactory:275 - Optimize cache for minimal puts: disabled
    15:39:02,423 INFO org.hibernate.cfg.SettingsFactory:284 - Structured second-level cache entries: disabled
    15:39:02,771 INFO org.hibernate.cfg.SettingsFactory:313 - Statistics: disabled
    15:39:02,771 INFO org.hibernate.cfg.SettingsFactory:317 - Deleted entity synthetic identifier rollback: disabled
    15:39:02,772 INFO org.hibernate.cfg.SettingsFactory:332 - Default entity-mode: pojo
    15:39:02,772 INFO org.hibernate.cfg.SettingsFactory:336 - Named query checking : enabled
    15:39:02,772 INFO org.hibernate.cfg.SettingsFactory:340 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
    15:39:02,836 INFO org.hibernate.search.Version:40 - Hibernate Search 3.2.0.Final
    15:39:03,324 INFO org.hibernate.impl.SessionFactoryImpl:199 - building session factory
    15:39:06,110 INFO org.hibernate.impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured
    15:39:06,122 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:155 - Running hbm2ddl schema update
    15:39:06,122 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:167 - fetching database metadata
    15:39:06,195 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:179 - updating schema
    15:39:06,225 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOW
    15:39:06,226 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [idpetals, id, type]
    15:39:06,227 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: []
    15:39:06,227 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_2, idpetalsindex, primary_key_2]
    15:39:06,337 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWREF
    15:39:06,337 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, referencetime, save, name, filename, type, urlbackup, limitvalue, creationdate]
    15:39:06,338 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: []
    15:39:06,338 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_f, constraint_index_fd, primary_key_f]
    15:39:06,397 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWREF_PARAMNAMES
    15:39:06,398 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [idx, name, global, flowstepref_id]
    15:39:06,398 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_paramnames_id_flowref]
    15:39:06,399 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [primary_key_e]
    15:39:06,408 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEP
    15:39:06,409 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, meuuid, endpointname, startdate, flow_id, status, servicename, interfacename, errorcode, enddate]
    15:39:06,409 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flow_id_flowstep_flow]
    15:39:06,410 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_a, fk_flow_id_flowstep_flow_index_a, primary_key_a, meuuidindex]
    15:39:06,417 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEPERRORREF
    15:39:06,417 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [message, id, flowstepref_id, errorcode]
    15:39:06,418 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowstepref_id_flowstep]
    15:39:06,418 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_25, primary_key_25]
    15:39:06,430 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEPREF
    15:39:06,431 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, flowstartstep, successmessage, name, servicename, defaulterrormessage, interfacename, flowref_id, flowendstep]
    15:39:07,365 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowref_id_flowstepref]
    15:39:07,366 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_4, constraint_index_4e, primary_key_4]
    15:39:07,379 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOW_PARAMS
    15:39:07,379 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [element, idx, flowstep_id]
    15:39:07,380 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowparams_id_flow]
    15:39:07,380 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [primary_key_7]
    15:39:07,382 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:217 - schema update complete
    15:39:07,930 INFO org.springframework.orm.hibernate3.HibernateTransactionManager:415 - Using DataSource [org.apache.commons.dbcp.BasicDataSource@537da7f4] of Hibernate SessionFactory for HibernateTransactionManager
    [Petals.Container.ServiceAssemblyLifeCycle.petals-sa-FTTH]-SEVERE 2010-09-09 15:39:18,943 org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    java.lang.RuntimeException: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.getSchema(AbstractIncludeImpl.java:146)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaImpl.addImportElementsInAllList(AbstractSchemaImpl.java:135)
    at org.ow2.easywsdl.schema.impl.SchemaImpl.initialize(SchemaImpl.java:127)
    at org.ow2.easywsdl.wsdl.impl.wsdl11.TypesImpl.<init>(TypesImpl.java:134)
    at org.ow2.easywsdl.wsdl.impl.wsdl11.DescriptionImpl.<init>(DescriptionImpl.java:145)
    at org.ow2.easywsdl.wsdl.impl.wsdl11.WSDLReaderImpl.read(WSDLReaderImpl.java:173)
    at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:155)
    at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:135)
    at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:197)
    at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:181)
    at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:222)
    at org.ow2.petals.binding.soap.SoapSUManager.doStart(SoapSUManager.java:381)
    at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.start(AbstractServiceUnitManager.java:616)
    at org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager.start(BindingComponentServiceUnitManager.java:65)
    at org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle.start(ServiceUnitLifeCycle.java:161)
    at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.doStart(ServiceAssemblyLifeCycle.java:166)
    at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:185)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:602)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:322)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:1)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.retrieveInclude(AbstractIncludeImpl.java:119)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.getSchema(AbstractIncludeImpl.java:144)
    ... 27 more
    Caused by: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at org.ow2.easywsdl.schema.impl.SchemaReaderImpl.readExternalPart(SchemaReaderImpl.java:200)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.retrieveInclude(AbstractIncludeImpl.java:112)
    ... 28 more
    Caused by: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
    at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
    at java.net.URL.openStream(URL.java:1010)
    at org.ow2.easywsdl.schema.impl.SchemaReaderImpl.readExternalPart(SchemaReaderImpl.java:197)
    ... 29 more
    [Petals.JBI-Management.SystemRecoveryServiceImpl]-SEVERE 2010-09-09 15:39:18,949 org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-FTTH'
    java.util.concurrent.ExecutionException: org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-FTTH'
    at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
    at java.util.concurrent.FutureTask.get(FutureTask.java:83)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllServiceAssembly(SystemRecoveryServiceImpl.java:364)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllEntities(SystemRecoveryServiceImpl.java:177)
    at org.objectweb.fractal.julia.generated.C290d4ec8_0.recoverAllEntities(INTERCEPTOR[SystemRecoveryService])
    at org.objectweb.fractal.julia.generated.Ca30db3f3_0.recoverAllEntities(INTERFACE[SystemRecoveryService])
    at org.ow2.petals.kernel.server.PetalsServerImpl.recoverSystem(PetalsServerImpl.java:590)
    at org.ow2.petals.kernel.server.PetalsServerImpl.start(PetalsServerImpl.java:186)
    at org.ow2.petals.launcher.AbstractLauncher.start(AbstractLauncher.java:190)
    at org.ow2.petals.launcher.AbstractLauncher.launch(AbstractLauncher.java:147)
    at org.ow2.petals.distribution.platform.Main.main(Main.java:42)
    Caused by: org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-FTTH'
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:616)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:322)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:1)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.jbi.JBIException: An exception occured while starting the Service Assembly 'petals-sa-FTTH' : org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:196)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:602)
    ... 10 more
    [Petals.Container.ServiceAssemblyLifeCycle.petals-sa-NEWTV]-SEVERE 2010-09-09 15:39:19,664 org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    java.lang.RuntimeException: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.getSchema(AbstractIncludeImpl.java:146)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaImpl.addImportElementsInAllList(AbstractSchemaImpl.java:135)
    at org.ow2.easywsdl.schema.impl.SchemaImpl.initialize(SchemaImpl.java:127)
    at org.ow2.easywsdl.wsdl.impl.wsdl11.TypesImpl.<init>(TypesImpl.java:134)
    at org.ow2.easywsdl.wsdl.impl.wsdl11.DescriptionImpl.<init>(DescriptionImpl.java:145)
    at org.ow2.easywsdl.wsdl.impl.wsdl11.WSDLReaderImpl.read(WSDLReaderImpl.java:173)
    at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:155)
    at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:135)
    at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:197)
    at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:181)
    at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:222)
    at org.ow2.petals.binding.soap.SoapSUManager.doStart(SoapSUManager.java:381)
    at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.start(AbstractServiceUnitManager.java:616)
    at org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager.start(BindingComponentServiceUnitManager.java:65)
    at org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle.start(ServiceUnitLifeCycle.java:161)
    at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.doStart(ServiceAssemblyLifeCycle.java:166)
    at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:185)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:602)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:322)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:1)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.retrieveInclude(AbstractIncludeImpl.java:119)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.getSchema(AbstractIncludeImpl.java:144)
    ... 27 more
    Caused by: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at org.ow2.easywsdl.schema.impl.SchemaReaderImpl.readExternalPart(SchemaReaderImpl.java:200)
    at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.retrieveInclude(AbstractIncludeImpl.java:112)
    ... 28 more
    Caused by: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
    at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
    at java.net.URL.openStream(URL.java:1010)
    at org.ow2.easywsdl.schema.impl.SchemaReaderImpl.readExternalPart(SchemaReaderImpl.java:197)
    ... 29 more
    [Petals.JBI-Management.SystemRecoveryServiceImpl]-SEVERE 2010-09-09 15:39:19,669 org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-NEWTV'
    java.util.concurrent.ExecutionException: org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-NEWTV'
    at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
    at java.util.concurrent.FutureTask.get(FutureTask.java:83)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllServiceAssembly(SystemRecoveryServiceImpl.java:364)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllEntities(SystemRecoveryServiceImpl.java:177)
    at org.objectweb.fractal.julia.generated.C290d4ec8_0.recoverAllEntities(INTERCEPTOR[SystemRecoveryService])
    at org.objectweb.fractal.julia.generated.Ca30db3f3_0.recoverAllEntities(INTERFACE[SystemRecoveryService])
    at org.ow2.petals.kernel.server.PetalsServerImpl.recoverSystem(PetalsServerImpl.java:590)
    at org.ow2.petals.kernel.server.PetalsServerImpl.start(PetalsServerImpl.java:186)
    at org.ow2.petals.launcher.AbstractLauncher.start(AbstractLauncher.java:190)
    at org.ow2.petals.launcher.AbstractLauncher.launch(AbstractLauncher.java:147)
    at org.ow2.petals.distribution.platform.Main.main(Main.java:42)
    Caused by: org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-NEWTV'
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:616)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:322)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:1)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.jbi.JBIException: An exception occured while starting the Service Assembly 'petals-sa-NEWTV' : org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory)
    at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:196)
    at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:602)
    ... 10 more

    PETALS ESB platform distribution successfully started - 09/09/10 15:39
    System Information : Petals JBI Container - version: 3.2-SNAPSHOT

    Show
    Two times out of five, A schema into a JBI service unit (into a JBI service assembly of course) can't be read at the deployment time on the Petals ESB...but why? I don't know how to search more the problem... Any idea to initialize my investigation? -----------------------------------------------------------
     
    OW2 PEtALS Enterprise Service Bus
    http://petals.ow2.org
     
    ----------------------------------------------------------- PEtALS ESB is starting... [Petals.Container.Components.petals-bc-soap.bootstrap.petals-bc-soap]-WARNING 2010-09-09 15:38:19,521 Cannot create modules directory at '/exec/applis/ros/petals/G04R01C01/repository/components/petals-bc-soap-09-09-2010-033424804/install/modules' [Petals.Container.Components.petals-bc-soap.bootstrap.petals-bc-soap]-WARNING 2010-09-09 15:38:19,522 Cannot create services directory at '/exec/applis/ros/petals/G04R01C01/repository/components/petals-bc-soap-09-09-2010-033424804/install/services' 15:38:44,009 INFO org.springframework.context.support.AbstractApplicationContext:454 - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@24177697: startup date [Thu Sep 09 15:38:44 CEST 2010]; root of context hierarchy 15:38:44,242 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-hibernate.xml] 15:38:44,378 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-jdbc.xml] 15:38:44,424 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-annotation.xml] 15:38:45,920 INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader:315 - Loading XML bean definitions from class path resource [petals-view-transaction.xml] 15:38:46,758 INFO org.springframework.core.io.support.PropertiesLoaderSupport:177 - Loading properties file from URL file:/exec/applis/ros/petals/G04R01C01/conf/server.properties 15:38:47,127 INFO org.springframework.beans.factory.support.DefaultListableBeanFactory:538 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@67591ba4: 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 15:38:47,357 INFO org.hibernate.cfg.annotations.Version:43 - Hibernate Annotations 3.5.1-Final 15:38:47,378 INFO org.hibernate.cfg.Environment:564 - Hibernate 3.5.1-Final 15:38:47,381 INFO org.hibernate.cfg.Environment:597 - hibernate.properties not found 15:38:47,387 INFO org.hibernate.cfg.Environment:775 - Bytecode provider name : javassist 15:38:47,393 INFO org.hibernate.cfg.Environment:656 - using JDK 1.4 java.sql.Timestamp handling 15:38:49,828 INFO org.hibernate.annotations.common.Version:37 - Hibernate Commons Annotations 3.2.0.Final 15:38:51,962 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow 15:38:52,071 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.Flow on table FLOW 15:38:52,914 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep 15:38:52,915 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep on table FLOWSTEP 15:38:52,993 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef 15:38:52,993 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef on table FLOWREF 15:38:53,043 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef 15:38:53,046 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef on table FLOWSTEPERRORREF 15:38:53,049 INFO org.hibernate.cfg.AnnotationBinder:522 - Binding entity from annotated class: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef 15:38:53,050 INFO org.hibernate.cfg.annotations.EntityBinder:501 - Bind entity com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef on table FLOWSTEPREF 15:38:53,929 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flow.Flow.listFlowStep -> FLOWSTEP 15:38:53,929 INFO org.hibernate.cfg.annotations.CollectionBinder:729 - Mapping collection: com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepRef.errorMessages -> FLOWSTEPERRORREF 15:38:53,940 INFO org.hibernate.cfg.AnnotationConfiguration:450 - Hibernate Validator not found: ignoring 15:38:53,973 INFO org.springframework.orm.hibernate3.LocalSessionFactoryBean:772 - Building new Hibernate SessionFactory 15:38:54,131 INFO org.hibernate.connection.ConnectionProviderFactory:95 - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 15:39:01,977 INFO org.hibernate.cfg.SettingsFactory:117 - RDBMS: H2, version: 1.1.114 (2009-06-01) 15:39:01,978 INFO org.hibernate.cfg.SettingsFactory:118 - JDBC driver: H2 JDBC Driver, version: 1.1.114 (2009-06-01) 15:39:02,374 INFO org.hibernate.dialect.Dialect:222 - Using dialect: org.hibernate.dialect.H2Dialect 15:39:02,400 INFO org.hibernate.engine.jdbc.JdbcSupportLoader:79 - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4 15:39:02,405 INFO org.hibernate.transaction.TransactionFactoryFactory:62 - Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory 15:39:02,408 INFO org.hibernate.transaction.TransactionManagerLookupFactory:80 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 15:39:02,409 INFO org.hibernate.cfg.SettingsFactory:169 - Automatic flush during beforeCompletion(): disabled 15:39:02,409 INFO org.hibernate.cfg.SettingsFactory:173 - Automatic session close at end of transaction: disabled 15:39:02,409 INFO org.hibernate.cfg.SettingsFactory:180 - JDBC batch size: 15 15:39:02,410 INFO org.hibernate.cfg.SettingsFactory:183 - JDBC batch updates for versioned data: disabled 15:39:02,411 INFO org.hibernate.cfg.SettingsFactory:188 - Scrollable result sets: enabled 15:39:02,412 INFO org.hibernate.cfg.SettingsFactory:196 - JDBC3 getGeneratedKeys(): enabled 15:39:02,412 INFO org.hibernate.cfg.SettingsFactory:204 - Connection release mode: auto 15:39:02,414 INFO org.hibernate.cfg.SettingsFactory:231 - Default batch fetch size: 1 15:39:02,414 INFO org.hibernate.cfg.SettingsFactory:235 - Generate SQL with comments: disabled 15:39:02,415 INFO org.hibernate.cfg.SettingsFactory:239 - Order SQL updates by primary key: disabled 15:39:02,415 INFO org.hibernate.cfg.SettingsFactory:243 - Order SQL inserts for batching: disabled 15:39:02,416 INFO org.hibernate.cfg.SettingsFactory:410 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 15:39:02,419 INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:47 - Using ASTQueryTranslatorFactory 15:39:02,420 INFO org.hibernate.cfg.SettingsFactory:251 - Query language substitutions: {} 15:39:02,420 INFO org.hibernate.cfg.SettingsFactory:256 - JPA-QL strict compliance: disabled 15:39:02,421 INFO org.hibernate.cfg.SettingsFactory:261 - Second-level cache: enabled 15:39:02,421 INFO org.hibernate.cfg.SettingsFactory:265 - Query cache: disabled 15:39:02,422 INFO org.hibernate.cfg.SettingsFactory:395 - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory 15:39:02,422 INFO org.hibernate.cfg.SettingsFactory:275 - Optimize cache for minimal puts: disabled 15:39:02,423 INFO org.hibernate.cfg.SettingsFactory:284 - Structured second-level cache entries: disabled 15:39:02,771 INFO org.hibernate.cfg.SettingsFactory:313 - Statistics: disabled 15:39:02,771 INFO org.hibernate.cfg.SettingsFactory:317 - Deleted entity synthetic identifier rollback: disabled 15:39:02,772 INFO org.hibernate.cfg.SettingsFactory:332 - Default entity-mode: pojo 15:39:02,772 INFO org.hibernate.cfg.SettingsFactory:336 - Named query checking : enabled 15:39:02,772 INFO org.hibernate.cfg.SettingsFactory:340 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled 15:39:02,836 INFO org.hibernate.search.Version:40 - Hibernate Search 3.2.0.Final 15:39:03,324 INFO org.hibernate.impl.SessionFactoryImpl:199 - building session factory 15:39:06,110 INFO org.hibernate.impl.SessionFactoryObjectFactory:105 - Not binding factory to JNDI, no JNDI name configured 15:39:06,122 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:155 - Running hbm2ddl schema update 15:39:06,122 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:167 - fetching database metadata 15:39:06,195 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:179 - updating schema 15:39:06,225 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOW 15:39:06,226 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [idpetals, id, type] 15:39:06,227 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [] 15:39:06,227 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_2, idpetalsindex, primary_key_2] 15:39:06,337 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWREF 15:39:06,337 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, referencetime, save, name, filename, type, urlbackup, limitvalue, creationdate] 15:39:06,338 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [] 15:39:06,338 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_f, constraint_index_fd, primary_key_f] 15:39:06,397 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWREF_PARAMNAMES 15:39:06,398 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [idx, name, global, flowstepref_id] 15:39:06,398 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_paramnames_id_flowref] 15:39:06,399 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [primary_key_e] 15:39:06,408 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEP 15:39:06,409 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, meuuid, endpointname, startdate, flow_id, status, servicename, interfacename, errorcode, enddate] 15:39:06,409 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flow_id_flowstep_flow] 15:39:06,410 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_a, fk_flow_id_flowstep_flow_index_a, primary_key_a, meuuidindex] 15:39:06,417 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEPERRORREF 15:39:06,417 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [message, id, flowstepref_id, errorcode] 15:39:06,418 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowstepref_id_flowstep] 15:39:06,418 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_25, primary_key_25] 15:39:06,430 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOWSTEPREF 15:39:06,431 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [id, flowstartstep, successmessage, name, servicename, defaulterrormessage, interfacename, flowref_id, flowendstep] 15:39:07,365 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowref_id_flowstepref] 15:39:07,366 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [constraint_index_4, constraint_index_4e, primary_key_4] 15:39:07,379 INFO org.hibernate.tool.hbm2ddl.TableMetadata:65 - table found: PETALSVIEW.PUBLIC.FLOW_PARAMS 15:39:07,379 INFO org.hibernate.tool.hbm2ddl.TableMetadata:66 - columns: [element, idx, flowstep_id] 15:39:07,380 INFO org.hibernate.tool.hbm2ddl.TableMetadata:68 - foreign keys: [fk_flowparams_id_flow] 15:39:07,380 INFO org.hibernate.tool.hbm2ddl.TableMetadata:69 - indexes: [primary_key_7] 15:39:07,382 INFO org.hibernate.tool.hbm2ddl.SchemaUpdate:217 - schema update complete 15:39:07,930 INFO org.springframework.orm.hibernate3.HibernateTransactionManager:415 - Using DataSource [org.apache.commons.dbcp.BasicDataSource@537da7f4] of Hibernate SessionFactory for HibernateTransactionManager [Petals.Container.ServiceAssemblyLifeCycle.petals-sa-FTTH]-SEVERE 2010-09-09 15:39:18,943 org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) java.lang.RuntimeException: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.getSchema(AbstractIncludeImpl.java:146) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaImpl.addImportElementsInAllList(AbstractSchemaImpl.java:135) at org.ow2.easywsdl.schema.impl.SchemaImpl.initialize(SchemaImpl.java:127) at org.ow2.easywsdl.wsdl.impl.wsdl11.TypesImpl.<init>(TypesImpl.java:134) at org.ow2.easywsdl.wsdl.impl.wsdl11.DescriptionImpl.<init>(DescriptionImpl.java:145) at org.ow2.easywsdl.wsdl.impl.wsdl11.WSDLReaderImpl.read(WSDLReaderImpl.java:173) at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:155) at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:135) at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:197) at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:181) at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:222) at org.ow2.petals.binding.soap.SoapSUManager.doStart(SoapSUManager.java:381) at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.start(AbstractServiceUnitManager.java:616) at org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager.start(BindingComponentServiceUnitManager.java:65) at org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle.start(ServiceUnitLifeCycle.java:161) at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.doStart(ServiceAssemblyLifeCycle.java:166) at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:185) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:602) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:322) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:1) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.retrieveInclude(AbstractIncludeImpl.java:119) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.getSchema(AbstractIncludeImpl.java:144) ... 27 more Caused by: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at org.ow2.easywsdl.schema.impl.SchemaReaderImpl.readExternalPart(SchemaReaderImpl.java:200) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.retrieveInclude(AbstractIncludeImpl.java:112) ... 28 more Caused by: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:106) at java.io.FileInputStream.<init>(FileInputStream.java:66) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161) at java.net.URL.openStream(URL.java:1010) at org.ow2.easywsdl.schema.impl.SchemaReaderImpl.readExternalPart(SchemaReaderImpl.java:197) ... 29 more [Petals.JBI-Management.SystemRecoveryServiceImpl]-SEVERE 2010-09-09 15:39:18,949 org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-FTTH' java.util.concurrent.ExecutionException: org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-FTTH' at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) at java.util.concurrent.FutureTask.get(FutureTask.java:83) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllServiceAssembly(SystemRecoveryServiceImpl.java:364) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllEntities(SystemRecoveryServiceImpl.java:177) at org.objectweb.fractal.julia.generated.C290d4ec8_0.recoverAllEntities(INTERCEPTOR[SystemRecoveryService]) at org.objectweb.fractal.julia.generated.Ca30db3f3_0.recoverAllEntities(INTERFACE[SystemRecoveryService]) at org.ow2.petals.kernel.server.PetalsServerImpl.recoverSystem(PetalsServerImpl.java:590) at org.ow2.petals.kernel.server.PetalsServerImpl.start(PetalsServerImpl.java:186) at org.ow2.petals.launcher.AbstractLauncher.start(AbstractLauncher.java:190) at org.ow2.petals.launcher.AbstractLauncher.launch(AbstractLauncher.java:147) at org.ow2.petals.distribution.platform.Main.main(Main.java:42) Caused by: org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-FTTH' at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:616) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:322) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:1) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: javax.jbi.JBIException: An exception occured while starting the Service Assembly 'petals-sa-FTTH' : org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:196) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:602) ... 10 more [Petals.Container.ServiceAssemblyLifeCycle.petals-sa-NEWTV]-SEVERE 2010-09-09 15:39:19,664 org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) java.lang.RuntimeException: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.getSchema(AbstractIncludeImpl.java:146) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaImpl.addImportElementsInAllList(AbstractSchemaImpl.java:135) at org.ow2.easywsdl.schema.impl.SchemaImpl.initialize(SchemaImpl.java:127) at org.ow2.easywsdl.wsdl.impl.wsdl11.TypesImpl.<init>(TypesImpl.java:134) at org.ow2.easywsdl.wsdl.impl.wsdl11.DescriptionImpl.<init>(DescriptionImpl.java:145) at org.ow2.easywsdl.wsdl.impl.wsdl11.WSDLReaderImpl.read(WSDLReaderImpl.java:173) at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:155) at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:135) at org.ow2.easywsdl.wsdl.impl.generic.WSDLReaderImpl.read(WSDLReaderImpl.java:197) at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:181) at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:222) at org.ow2.petals.binding.soap.SoapSUManager.doStart(SoapSUManager.java:381) at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.start(AbstractServiceUnitManager.java:616) at org.ow2.petals.component.framework.su.BindingComponentServiceUnitManager.start(BindingComponentServiceUnitManager.java:65) at org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle.start(ServiceUnitLifeCycle.java:161) at org.ow2.petals.container.lifecycle.ServiceAssemblyLifeCycle.doStart(ServiceAssemblyLifeCycle.java:166) at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:185) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:602) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:322) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:1) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.retrieveInclude(AbstractIncludeImpl.java:119) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.getSchema(AbstractIncludeImpl.java:144) ... 27 more Caused by: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at org.ow2.easywsdl.schema.impl.SchemaReaderImpl.readExternalPart(SchemaReaderImpl.java:200) at org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl.retrieveInclude(AbstractIncludeImpl.java:112) ... 28 more Caused by: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:106) at java.io.FileInputStream.<init>(FileInputStream.java:66) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161) at java.net.URL.openStream(URL.java:1010) at org.ow2.easywsdl.schema.impl.SchemaReaderImpl.readExternalPart(SchemaReaderImpl.java:197) ... 29 more [Petals.JBI-Management.SystemRecoveryServiceImpl]-SEVERE 2010-09-09 15:39:19,669 org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-NEWTV' java.util.concurrent.ExecutionException: org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-NEWTV' at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) at java.util.concurrent.FutureTask.get(FutureTask.java:83) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllServiceAssembly(SystemRecoveryServiceImpl.java:364) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverAllEntities(SystemRecoveryServiceImpl.java:177) at org.objectweb.fractal.julia.generated.C290d4ec8_0.recoverAllEntities(INTERCEPTOR[SystemRecoveryService]) at org.objectweb.fractal.julia.generated.Ca30db3f3_0.recoverAllEntities(INTERFACE[SystemRecoveryService]) at org.ow2.petals.kernel.server.PetalsServerImpl.recoverSystem(PetalsServerImpl.java:590) at org.ow2.petals.kernel.server.PetalsServerImpl.start(PetalsServerImpl.java:186) at org.ow2.petals.launcher.AbstractLauncher.start(AbstractLauncher.java:190) at org.ow2.petals.launcher.AbstractLauncher.launch(AbstractLauncher.java:147) at org.ow2.petals.distribution.platform.Main.main(Main.java:42) Caused by: org.ow2.petals.jbi.management.ManagementException: Failed to recover Service Assembly 'petals-sa-NEWTV' at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:616) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:322) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl$2.call(SystemRecoveryServiceImpl.java:1) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: javax.jbi.JBIException: An exception occured while starting the Service Assembly 'petals-sa-NEWTV' : org.ow2.easywsdl.schema.api.SchemaException: SchemaException: the imported document cannot be import at: createCustomer.xsd: org.ow2.easywsdl.schema.api.SchemaException: SchemaException: java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory): java.io.FileNotFoundException: /createCustomer.xsd (No such file or directory) at org.ow2.petals.container.lifecycle.LifeCycleAbstract.start(LifeCycleAbstract.java:196) at org.ow2.petals.jbi.management.recovery.SystemRecoveryServiceImpl.recoverServiceAssembly(SystemRecoveryServiceImpl.java:602) ... 10 more PETALS ESB platform distribution successfully started - 09/09/10 15:39 System Information : Petals JBI Container - version: 3.2-SNAPSHOT
  • Environment:
    RHEL 5, ESB 3.2-SNAPSHOT with components on CDK 5.0.4-SNAPSHOT, to use easy-wsdl 2.3-SNAPSHOT. The su failing is dedicated tio the bc-soap 5.0-SNAPSHOT
  1. petals-bc-soap-5.0-SNAPSHOT.zip
    (16.82 MB)
    Frédéric Gardes
    Fri, 10 Sep 2010 - 10:37:11 +0200
  2. petals-sa-FTTH-1.0-SNAPSHOT.zip
    (16 kB)
    Frédéric Gardes
    Fri, 10 Sep 2010 - 10:37:11 +0200
  3. petals-sa-NEWTV-1.0-SNAPSHOT.zip
    (15 kB)
    Frédéric Gardes
    Fri, 10 Sep 2010 - 10:37:11 +0200

Activity

Transition Status Change Time Execution Times Last Executer Last Execution Date
New New Inaccurate Inaccurate
20h 24m
1
mjambert
Fri, 10 Sep 2010 - 14:22:11 +0200
Inaccurate Inaccurate Open Open
3m 19s
1
mjambert
Fri, 10 Sep 2010 - 14:25:30 +0200
Open Open In Progress In Progress
5d 20h 3m
1
mjambert
Thu, 16 Sep 2010 - 10:28:47 +0200
In Progress In Progress Resolved Resolved
3m 13s
1
mjambert
Thu, 16 Sep 2010 - 10:32:00 +0200

People

Dates

  • Created:
    Thu, 9 Sep 2010 - 17:58:08 +0200
    Updated:
    Fri, 1 Oct 2010 - 10:11:59 +0200
    Resolved:
    Thu, 16 Sep 2010 - 10:32:00 +0200