Created
May 10, 2016 10:50
-
-
Save joncnet/f74f54040a90affbc3de12cba0e15f54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-05-10 03:48:49.125 INFO 18222 --- [main] org.openbaton.nfvo.main.Application : Starting Application on ubuntu with PID 18222 (started by root in /opt/openbaton/nfvo) | |
2016-05-10 03:48:49.133 DEBUG 18222 --- [main] org.openbaton.nfvo.main.Application : Running with Spring Boot v1.2.5.RELEASE, Spring v4.2.2.RELEASE | |
2016-05-10 03:48:49.296 INFO 18222 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@382db2df: startup date [Tue May 10 03:48:49 PDT 2016]; root of context hierarchy | |
2016-05-10 03:48:58.756 INFO 18222 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]] | |
2016-05-10 03:49:00.585 INFO 18222 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [class org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$ff71bd51] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2016-05-10 03:49:01.235 INFO 18222 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f60a2ce3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2016-05-10 03:49:01.504 INFO 18222 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [class org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$1f2b75dd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2016-05-10 03:49:01.559 INFO 18222 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [class org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2016-05-10 03:49:01.563 INFO 18222 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@56f5a599' of type [class org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2016-05-10 03:49:01.619 INFO 18222 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [class org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$d209aa4f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2016-05-10 03:49:01.696 INFO 18222 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [class org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2016-05-10 03:49:04.477 INFO 18222 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http) | |
2016-05-10 03:49:05.227 INFO 18222 --- [main] o.apache.catalina.core.StandardService : Starting service Tomcat | |
2016-05-10 03:49:05.241 INFO 18222 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.23 | |
2016-05-10 03:49:05.552 INFO 18222 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
2016-05-10 03:49:10.834 INFO 18222 --- [localhost-startStop-1] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' | |
2016-05-10 03:49:10.943 INFO 18222 --- [localhost-startStop-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ | |
name: default | |
...] | |
2016-05-10 03:49:11.635 INFO 18222 --- [localhost-startStop-1] org.hibernate.Version : HHH000412: Hibernate Core {4.3.10.Final} | |
2016-05-10 03:49:11.658 INFO 18222 --- [localhost-startStop-1] org.hibernate.cfg.Environment : HHH000205: Loaded properties from resource hibernate.properties: {hibernate.dialect=org.hibernate.dialect.MySQL5Dialect, hibernate.show_sql=false, hibernate.bytecode.use_reflection_optimizer=false, hibernate.hbm2ddl.auto=create-drop} | |
2016-05-10 03:49:11.659 INFO 18222 --- [localhost-startStop-1] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist | |
2016-05-10 03:49:13.388 INFO 18222 --- [localhost-startStop-1] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final} | |
2016-05-10 03:49:13.822 INFO 18222 --- [localhost-startStop-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect | |
2016-05-10 03:49:14.790 INFO 18222 --- [localhost-startStop-1] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory | |
2016-05-10 03:49:17.762 INFO 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export | |
2016-05-10 03:49:17.815 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table auto_scale_policy_actions drop foreign key FK_pohdsehqu5tppkhuuspbr8il | |
2016-05-10 03:49:17.826 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.auto_scale_policy_actions' doesn't exist | |
2016-05-10 03:49:17.827 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table auto_scale_policy_actions drop foreign key FK_3slixujd56nl0qdfdcp4g35yl | |
2016-05-10 03:49:17.845 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.auto_scale_policy_actions' doesn't exist | |
2016-05-10 03:49:17.846 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table auto_scale_policy_alarms drop foreign key FK_ir6ynrpr8o49gdluueeckswww | |
2016-05-10 03:49:17.846 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.auto_scale_policy_alarms' doesn't exist | |
2016-05-10 03:49:17.849 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table auto_scale_policy_alarms drop foreign key FK_dy4lldidlgexvt4tuqwksd1sv | |
2016-05-10 03:49:17.850 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.auto_scale_policy_alarms' doesn't exist | |
2016-05-10 03:49:17.852 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table configuration_configuration_parameters drop foreign key FK_3e6rxg4f4ld32tvr15htvdblg | |
2016-05-10 03:49:17.867 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.configuration_configuration_parameters' doesn't exist | |
2016-05-10 03:49:17.868 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table configuration_configuration_parameters drop foreign key FK_fwsvs31ys0n5jb3p6oo8w917p | |
2016-05-10 03:49:17.869 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.configuration_configuration_parameters' doesn't exist | |
2016-05-10 03:49:17.873 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table dependency_parameters_parameters drop foreign key FK_5nskoeohhoscgyg1i7d3bon7d | |
2016-05-10 03:49:17.873 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.dependency_parameters_parameters' doesn't exist | |
2016-05-10 03:49:17.874 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table fault_management_policy_criteria drop foreign key FK_1paktvaj89xrypywu8ehte32p | |
2016-05-10 03:49:17.874 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.fault_management_policy_criteria' doesn't exist | |
2016-05-10 03:49:17.875 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table fault_management_policy_criteria drop foreign key FK_4jnvkd79e8m63j6xtb0hnaf3q | |
2016-05-10 03:49:17.875 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.fault_management_policy_criteria' doesn't exist | |
2016-05-10 03:49:17.876 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table internal_virtual_link_connection_points_references drop foreign key FK_6v4ibs98wl7i31i7s0dvv1xm3 | |
2016-05-10 03:49:17.876 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.internal_virtual_link_connection_points_references' doesn't exist | |
2016-05-10 03:49:17.879 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table lifecycle_event_lifecycle_events drop foreign key FK_9dbjms0e0n3hdj74lls2x0fbq | |
2016-05-10 03:49:17.881 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.lifecycle_event_lifecycle_events' doesn't exist | |
2016-05-10 03:49:17.885 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table monitoring_parameter_params drop foreign key FK_q0dqv4yfoilue0pj9ooraj69q | |
2016-05-10 03:49:17.885 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.monitoring_parameter_params' doesn't exist | |
2016-05-10 03:49:17.897 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_forwarding_path drop foreign key FK_cecdubyhq56m3bhx59wa5cqtw | |
2016-05-10 03:49:17.898 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_forwarding_path' doesn't exist | |
2016-05-10 03:49:17.898 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_forwarding_path_connection drop foreign key FK_aoy89h8emsie8con5ag48n3pp | |
2016-05-10 03:49:17.901 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_forwarding_path_connection' doesn't exist | |
2016-05-10 03:49:17.902 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_deployment_flavour_constituent_vnf drop foreign key FK_i1kas35gm8isygxdwxwr79shb | |
2016-05-10 03:49:17.902 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_deployment_flavour_constituent_vnf' doesn't exist | |
2016-05-10 03:49:17.903 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_deployment_flavour_constituent_vnf drop foreign key FK_4y4fitum9sa1mxxys1ybdy9bo | |
2016-05-10 03:49:17.917 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_deployment_flavour_constituent_vnf' doesn't exist | |
2016-05-10 03:49:17.917 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor drop foreign key FK_6jnbh5xkl98atrnmve1i59piw | |
2016-05-10 03:49:17.918 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_descriptor' doesn't exist | |
2016-05-10 03:49:17.918 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_pnfd drop foreign key FK_ix1oaawjdlcvfkvjbk2s4cce6 | |
2016-05-10 03:49:17.919 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_descriptor_pnfd' doesn't exist | |
2016-05-10 03:49:17.919 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_pnfd drop foreign key FK_nb1pw4p2mtxm6myl28tfnynrn | |
2016-05-10 03:49:17.932 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_descriptor_pnfd' doesn't exist | |
2016-05-10 03:49:17.936 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnf_dependency drop foreign key FK_6aruq4mnkev7qjo24ht1aufms | |
2016-05-10 03:49:17.946 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_descriptor_vnf_dependency' doesn't exist | |
2016-05-10 03:49:17.947 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnf_dependency drop foreign key FK_jd71nefuwe6if1n5wjv24jf2s | |
2016-05-10 03:49:17.949 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_descriptor_vnf_dependency' doesn't exist | |
2016-05-10 03:49:17.952 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnfd drop foreign key FK_gdkvf6v6tgxr4kivwd5rlmiuv | |
2016-05-10 03:49:17.952 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_descriptor_vnfd' doesn't exist | |
2016-05-10 03:49:17.953 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnfd drop foreign key FK_3s2ybyy5x4w3gusbadpot33o8 | |
2016-05-10 03:49:17.961 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_descriptor_vnfd' doesn't exist | |
2016-05-10 03:49:17.962 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record drop foreign key FK_n3sw4fy3mej30w0fdeaulohvp | |
2016-05-10 03:49:17.969 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record' doesn't exist | |
2016-05-10 03:49:17.972 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_auto_scale_policy drop foreign key FK_gbre81dwsehi7utth7q20uq0e | |
2016-05-10 03:49:17.972 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_auto_scale_policy' doesn't exist | |
2016-05-10 03:49:17.977 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_auto_scale_policy drop foreign key FK_t90k4qt3e95rx3rq72jxaipwe | |
2016-05-10 03:49:17.978 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_auto_scale_policy' doesn't exist | |
2016-05-10 03:49:17.985 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_connection_point drop foreign key FK_5xfoqfc4o8buq11dl8uyifsik | |
2016-05-10 03:49:17.992 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_connection_point' doesn't exist | |
2016-05-10 03:49:17.997 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_fault_management_policy drop foreign key FK_3fwflolkt7nlv4n03i0i8yw75 | |
2016-05-10 03:49:18.005 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_fault_management_policy' doesn't exist | |
2016-05-10 03:49:18.006 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_fault_management_policy drop foreign key FK_90lx2x2x73tfn9t7hnnaoeud7 | |
2016-05-10 03:49:18.008 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_fault_management_policy' doesn't exist | |
2016-05-10 03:49:18.013 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event drop foreign key FK_okkxwkkp0qfv1vm1663lo3m2e | |
2016-05-10 03:49:18.014 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_lifecycle_event' doesn't exist | |
2016-05-10 03:49:18.016 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event drop foreign key FK_o3xmexaeg2o2hlopw6bkx592n | |
2016-05-10 03:49:18.021 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_lifecycle_event' doesn't exist | |
2016-05-10 03:49:18.022 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event_history drop foreign key FK_379gnp8cxp1hsqql9k8b4ycpp | |
2016-05-10 03:49:18.022 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_lifecycle_event_history' doesn't exist | |
2016-05-10 03:49:18.028 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event_history drop foreign key FK_gcvbqad4v6bdx3f73sn174khf | |
2016-05-10 03:49:18.029 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_lifecycle_event_history' doesn't exist | |
2016-05-10 03:49:18.032 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_monitoring_parameter drop foreign key FK_fqtv73obewb4i4g0g41b8piqy | |
2016-05-10 03:49:18.033 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_monitoring_parameter' doesn't exist | |
2016-05-10 03:49:18.033 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_pnfr drop foreign key FK_nfr72rysj9lb8xwmd0ns5t926 | |
2016-05-10 03:49:18.034 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_pnfr' doesn't exist | |
2016-05-10 03:49:18.041 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_pnfr drop foreign key FK_t57pa9ebwix99g01p7o71r060 | |
2016-05-10 03:49:18.048 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_pnfr' doesn't exist | |
2016-05-10 03:49:18.049 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vlr drop foreign key FK_7xnjnxpvsj41xr295ooswn5s0 | |
2016-05-10 03:49:18.049 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_vlr' doesn't exist | |
2016-05-10 03:49:18.050 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vlr drop foreign key FK_6ujpleewukxc31go92vyjd84g | |
2016-05-10 03:49:18.050 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_vlr' doesn't exist | |
2016-05-10 03:49:18.052 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnf_dependency drop foreign key FK_6d08jd1mdug22ugsjl5s6jw1s | |
2016-05-10 03:49:18.053 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_vnf_dependency' doesn't exist | |
2016-05-10 03:49:18.053 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnf_dependency drop foreign key FK_h8xr44nmcggp8fwmf0ikctfhd | |
2016-05-10 03:49:18.058 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_vnf_dependency' doesn't exist | |
2016-05-10 03:49:18.059 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnffgr drop foreign key FK_temtmb9npy7hue823c5y9jy09 | |
2016-05-10 03:49:18.060 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_vnffgr' doesn't exist | |
2016-05-10 03:49:18.065 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnffgr drop foreign key FK_pabcpie4838fq2ybk3hikib05 | |
2016-05-10 03:49:18.066 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_vnffgr' doesn't exist | |
2016-05-10 03:49:18.067 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnfr drop foreign key FK_4ddftlmo8x9up5lt66ynaoqr2 | |
2016-05-10 03:49:18.068 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_vnfr' doesn't exist | |
2016-05-10 03:49:18.074 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnfr drop foreign key FK_9stdo8r6dpuy2flees4ipin4q | |
2016-05-10 03:49:18.076 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_service_record_vnfr' doesn't exist | |
2016-05-10 03:49:18.084 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_subnets drop foreign key FK_8nt5xd8vl81xt70svfpsbaojn | |
2016-05-10 03:49:18.085 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_subnets' doesn't exist | |
2016-05-10 03:49:18.092 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_subnets drop foreign key FK_j9aibri014702nissd3yb4m3t | |
2016-05-10 03:49:18.093 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.network_subnets' doesn't exist | |
2016-05-10 03:49:18.096 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_auto_scale_policy drop foreign key FK_tle9igt6m8dfb35qlfnejmnk8 | |
2016-05-10 03:49:18.096 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.nfventity_descriptor_auto_scale_policy' doesn't exist | |
2016-05-10 03:49:18.101 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_vld drop foreign key FK_kpmwq3ckamg3gd1qsk7ec27ry | |
2016-05-10 03:49:18.101 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.nfventity_descriptor_vld' doesn't exist | |
2016-05-10 03:49:18.102 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_vnffgd drop foreign key FK_dkta9ecinon51e3c188pdoskg | |
2016-05-10 03:49:18.102 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.nfventity_descriptor_vnffgd' doesn't exist | |
2016-05-10 03:49:18.103 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_descriptor drop foreign key FK_t0xdv12mb4vbjug96mjjh4tv9 | |
2016-05-10 03:49:18.103 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.physical_network_function_descriptor' doesn't exist | |
2016-05-10 03:49:18.105 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_descriptor_connection_point drop foreign key FK_gn3l1ljyid1o6vbxc7oqtvr8j | |
2016-05-10 03:49:18.110 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.physical_network_function_descriptor_connection_point' doesn't exist | |
2016-05-10 03:49:18.113 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connected_virtual_link drop foreign key FK_pky2qty334bgqtr338hf9reuy | |
2016-05-10 03:49:18.125 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.physical_network_function_record_connected_virtual_link' doesn't exist | |
2016-05-10 03:49:18.126 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connected_virtual_link drop foreign key FK_rikre576a3iibe5ork01agjhu | |
2016-05-10 03:49:18.126 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.physical_network_function_record_connected_virtual_link' doesn't exist | |
2016-05-10 03:49:18.126 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connection_point drop foreign key FK_16tske56yuvwovqhd2trjopfy | |
2016-05-10 03:49:18.127 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.physical_network_function_record_connection_point' doesn't exist | |
2016-05-10 03:49:18.128 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_pnf_address drop foreign key FK_1b73cbadotte9gqub23bpjjb | |
2016-05-10 03:49:18.133 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.physical_network_function_record_pnf_address' doesn't exist | |
2016-05-10 03:49:18.134 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_vnffgr drop foreign key FK_ixhj7hv7g6od511wgk0yh6tso | |
2016-05-10 03:49:18.134 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.physical_network_function_record_vnffgr' doesn't exist | |
2016-05-10 03:49:18.135 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_vnffgr drop foreign key FK_jd702qh2ljwv6krxtcvxjbcg5 | |
2016-05-10 03:49:18.135 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.physical_network_function_record_vnffgr' doesn't exist | |
2016-05-10 03:49:18.135 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vdudependency drop foreign key FK_r0x90p4asd4oac54fdxkv4cq7 | |
2016-05-10 03:49:18.136 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vdudependency' doesn't exist | |
2016-05-10 03:49:18.153 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vdudependency drop foreign key FK_c8mhom2o0jckjcykg6memnckc | |
2016-05-10 03:49:18.153 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vdudependency' doesn't exist | |
2016-05-10 03:49:18.154 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance drop foreign key FK_6aqrmbmtiqotfkou0koyaj1d7 | |
2016-05-10 03:49:18.154 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vim_instance' doesn't exist | |
2016-05-10 03:49:18.155 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_flavours drop foreign key FK_rvk8lyxr3bevno09y5ep1esox | |
2016-05-10 03:49:18.155 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vim_instance_flavours' doesn't exist | |
2016-05-10 03:49:18.156 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_images drop foreign key FK_2py0jpl9ypmxvgudaux069cgv | |
2016-05-10 03:49:18.156 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vim_instance_images' doesn't exist | |
2016-05-10 03:49:18.156 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_images drop foreign key FK_c9y5ud6vkcudkiiqifk966ewc | |
2016-05-10 03:49:18.157 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vim_instance_images' doesn't exist | |
2016-05-10 03:49:18.166 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_networks drop foreign key FK_e3jms0mwmxqihj9q6q0825idc | |
2016-05-10 03:49:18.166 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vim_instance_networks' doesn't exist | |
2016-05-10 03:49:18.169 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_networks drop foreign key FK_6w8c6og6pkbfb3yfq2i11nbor | |
2016-05-10 03:49:18.169 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vim_instance_networks' doesn't exist | |
2016-05-10 03:49:18.169 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_security_groups drop foreign key FK_40bv0vsryvnd507b4cpa5gv9d | |
2016-05-10 03:49:18.176 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vim_instance_security_groups' doesn't exist | |
2016-05-10 03:49:18.178 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit drop foreign key FK_amv7pf3lcsc50owvm4box0w7i | |
2016-05-10 03:49:18.179 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit' doesn't exist | |
2016-05-10 03:49:18.180 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_fault_management_policy drop foreign key FK_fyhsg1xagh2ab5sxkauek1nrq | |
2016-05-10 03:49:18.186 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_fault_management_policy' doesn't exist | |
2016-05-10 03:49:18.187 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_fault_management_policy drop foreign key FK_7ib4dika5rvvngy74x88i2u55 | |
2016-05-10 03:49:18.188 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_fault_management_policy' doesn't exist | |
2016-05-10 03:49:18.191 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_lifecycle_event drop foreign key FK_90vxxket63wgcbov153u0yu2x | |
2016-05-10 03:49:18.192 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_lifecycle_event' doesn't exist | |
2016-05-10 03:49:18.205 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_lifecycle_event drop foreign key FK_2o5mcpuaik9y553dqxubt22vk | |
2016-05-10 03:49:18.205 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_lifecycle_event' doesn't exist | |
2016-05-10 03:49:18.206 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_monitoring_parameter drop foreign key FK_4tba1vd21ocny30lu8678wvuf | |
2016-05-10 03:49:18.206 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_monitoring_parameter' doesn't exist | |
2016-05-10 03:49:18.209 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vm_image drop foreign key FK_puna0oderfpbec9y1rt63ycfy | |
2016-05-10 03:49:18.209 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_vm_image' doesn't exist | |
2016-05-10 03:49:18.210 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc drop foreign key FK_5uuns7xbqf2hty6d6ey20ceft | |
2016-05-10 03:49:18.210 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_vnfc' doesn't exist | |
2016-05-10 03:49:18.213 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc_instance drop foreign key FK_aotsahqg17em4ncwt05f4f0g5 | |
2016-05-10 03:49:18.214 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_vnfc_instance' doesn't exist | |
2016-05-10 03:49:18.221 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc_instance drop foreign key FK_gq8apiw4fun6glfr2jhr4xi64 | |
2016-05-10 03:49:18.221 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_deployment_unit_vnfc_instance' doesn't exist | |
2016-05-10 03:49:18.229 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_descriptor drop foreign key FK_fge08bt6cd79kj5eqyuur1abk | |
2016-05-10 03:49:18.229 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_descriptor' doesn't exist | |
2016-05-10 03:49:18.249 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_descriptor_connection drop foreign key FK_fse25vx1qsybq7bi9xps2mgyj | |
2016-05-10 03:49:18.250 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_descriptor_connection' doesn't exist | |
2016-05-10 03:49:18.251 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_allocated_capacity drop foreign key FK_ak1niqch9ifsa570g11geav0t | |
2016-05-10 03:49:18.251 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_record_allocated_capacity' doesn't exist | |
2016-05-10 03:49:18.252 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_audit_log drop foreign key FK_t6xcadpdhi060lqw177wr0464 | |
2016-05-10 03:49:18.257 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_record_audit_log' doesn't exist | |
2016-05-10 03:49:18.257 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_connection drop foreign key FK_2ghcarjdp6jn5ihmxfrypspeb | |
2016-05-10 03:49:18.265 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_record_connection' doesn't exist | |
2016-05-10 03:49:18.265 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_lifecycle_event_history drop foreign key FK_i2d7okljao9o1j89o4w853j4u | |
2016-05-10 03:49:18.266 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_record_lifecycle_event_history' doesn't exist | |
2016-05-10 03:49:18.266 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_lifecycle_event_history drop foreign key FK_qkpribbd6sp3w7fqsh81rn19t | |
2016-05-10 03:49:18.267 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_record_lifecycle_event_history' doesn't exist | |
2016-05-10 03:49:18.273 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_notification drop foreign key FK_ib8hytmo0o0ciky4b8b8d5kmt | |
2016-05-10 03:49:18.274 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_record_notification' doesn't exist | |
2016-05-10 03:49:18.274 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_vnffgr_reference drop foreign key FK_pgxhygyo36ked3u6msyp0n3p8 | |
2016-05-10 03:49:18.277 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_record_vnffgr_reference' doesn't exist | |
2016-05-10 03:49:18.281 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_vnffgr_reference drop foreign key FK_e5cjr2yjn64s9wnyvt574sph5 | |
2016-05-10 03:49:18.288 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_link_record_vnffgr_reference' doesn't exist | |
2016-05-10 03:49:18.290 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor drop foreign key FK_jmsr0lw231l7x8k92qoj9kuqi | |
2016-05-10 03:49:18.293 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor' doesn't exist | |
2016-05-10 03:49:18.297 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_deployment_flavour drop foreign key FK_qy6fb2txh5ip9u5fjr6gyxema | |
2016-05-10 03:49:18.303 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_deployment_flavour' doesn't exist | |
2016-05-10 03:49:18.304 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_deployment_flavour drop foreign key FK_hm3r0mbkavpc7svfsrtjtn2oa | |
2016-05-10 03:49:18.304 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_deployment_flavour' doesn't exist | |
2016-05-10 03:49:18.307 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_lifecycle_event drop foreign key FK_dughpdkctykapipmtlmdjxj6e | |
2016-05-10 03:49:18.307 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_lifecycle_event' doesn't exist | |
2016-05-10 03:49:18.307 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_lifecycle_event drop foreign key FK_g7s95to62uac1y7irps2ng89g | |
2016-05-10 03:49:18.320 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_lifecycle_event' doesn't exist | |
2016-05-10 03:49:18.329 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_manifest_file_security drop foreign key FK_ckbtqcy71yxob7n23npet6rdb | |
2016-05-10 03:49:18.337 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_manifest_file_security' doesn't exist | |
2016-05-10 03:49:18.345 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_manifest_file_security drop foreign key FK_9i920fm6o9x3dgo3i85w4d701 | |
2016-05-10 03:49:18.347 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_manifest_file_security' doesn't exist | |
2016-05-10 03:49:18.348 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_provides drop foreign key FK_c3r2j7hyfoh6dvy6358hfdfyg | |
2016-05-10 03:49:18.349 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_provides' doesn't exist | |
2016-05-10 03:49:18.353 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_requires drop foreign key FK_f8sru175k2wyvbhkt1s1927gl | |
2016-05-10 03:49:18.353 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_requires' doesn't exist | |
2016-05-10 03:49:18.354 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu drop foreign key FK_96sts9thyr1x7no9yom4b0s1c | |
2016-05-10 03:49:18.355 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_vdu' doesn't exist | |
2016-05-10 03:49:18.361 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu drop foreign key FK_2ukhbexfu5c4695pkso2u86pj | |
2016-05-10 03:49:18.371 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_vdu' doesn't exist | |
2016-05-10 03:49:18.372 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu_dependency drop foreign key FK_axpr6jtbydpdh8vebahipdrq | |
2016-05-10 03:49:18.372 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_vdu_dependency' doesn't exist | |
2016-05-10 03:49:18.381 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu_dependency drop foreign key FK_i0fusv25dp8gjb3bdswdvd7o2 | |
2016-05-10 03:49:18.381 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_vdu_dependency' doesn't exist | |
2016-05-10 03:49:18.382 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_virtual_link drop foreign key FK_iqf0p1tckogpwhsil3mwrov6v | |
2016-05-10 03:49:18.382 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_virtual_link' doesn't exist | |
2016-05-10 03:49:18.383 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_virtual_link drop foreign key FK_8jf1fnufvwgnoemkadpfmil27 | |
2016-05-10 03:49:18.385 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_descriptor_virtual_link' doesn't exist | |
2016-05-10 03:49:18.389 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop foreign key FK_7ggmeyh2atjnxfl4fq4awywbm | |
2016-05-10 03:49:18.389 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record' doesn't exist | |
2016-05-10 03:49:18.390 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop foreign key FK_el9djrkc04tyc3k5dbru2clg2 | |
2016-05-10 03:49:18.390 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record' doesn't exist | |
2016-05-10 03:49:18.392 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop foreign key FK_fha568lk0r2v9nkmsmebg1rpk | |
2016-05-10 03:49:18.393 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record' doesn't exist | |
2016-05-10 03:49:18.412 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_auto_scale_policy drop foreign key FK_qkuaprn9y0u7ajie9pdpxjex1 | |
2016-05-10 03:49:18.413 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_auto_scale_policy' doesn't exist | |
2016-05-10 03:49:18.414 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_auto_scale_policy drop foreign key FK_mqo1yn4nd9fv3tfn3q2wiy7qq | |
2016-05-10 03:49:18.425 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_auto_scale_policy' doesn't exist | |
2016-05-10 03:49:18.425 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connected_external_virtual_link drop foreign key FK_1k6j0vi75tghmqw6eun3sugw0 | |
2016-05-10 03:49:18.426 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_connected_external_virtual_link' doesn't exist | |
2016-05-10 03:49:18.426 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connected_external_virtual_link drop foreign key FK_2snxq21j0cj1he1n8oloytnsq | |
2016-05-10 03:49:18.433 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_connected_external_virtual_link' doesn't exist | |
2016-05-10 03:49:18.435 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connection_point drop foreign key FK_lye1ywvn7l61juku4x185ffqx | |
2016-05-10 03:49:18.442 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_connection_point' doesn't exist | |
2016-05-10 03:49:18.444 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event drop foreign key FK_ib2arywa7wnb7g1qergcryu5i | |
2016-05-10 03:49:18.446 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_lifecycle_event' doesn't exist | |
2016-05-10 03:49:18.447 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event drop foreign key FK_b5y2g024ko571qr28r43s4cjk | |
2016-05-10 03:49:18.449 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_lifecycle_event' doesn't exist | |
2016-05-10 03:49:18.449 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event_history drop foreign key FK_1ku0dk61dh0lhkhsei91n9mgh | |
2016-05-10 03:49:18.449 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_lifecycle_event_history' doesn't exist | |
2016-05-10 03:49:18.454 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event_history drop foreign key FK_wy34sdyi7kov9hsj6htg6ofo | |
2016-05-10 03:49:18.473 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_lifecycle_event_history' doesn't exist | |
2016-05-10 03:49:18.475 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_monitoring_parameter drop foreign key FK_cj1xjspedg91q32i28j017fb0 | |
2016-05-10 03:49:18.476 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_monitoring_parameter' doesn't exist | |
2016-05-10 03:49:18.476 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_notification drop foreign key FK_5whomjkphdpijn3u03koifn1r | |
2016-05-10 03:49:18.477 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_notification' doesn't exist | |
2016-05-10 03:49:18.481 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_runtime_policy_info drop foreign key FK_dlsp01efmipkoicoih4vr3v25 | |
2016-05-10 03:49:18.484 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_runtime_policy_info' doesn't exist | |
2016-05-10 03:49:18.490 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vdu drop foreign key FK_nmrn2l5dr2b3io4i9amfps4f4 | |
2016-05-10 03:49:18.497 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_vdu' doesn't exist | |
2016-05-10 03:49:18.508 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vdu drop foreign key FK_t5cs9vowca9wq8seer27drrsp | |
2016-05-10 03:49:18.513 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_vdu' doesn't exist | |
2016-05-10 03:49:18.514 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_virtual_link drop foreign key FK_4m1m2x7n9fx8dseiky79u63dc | |
2016-05-10 03:49:18.515 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_virtual_link' doesn't exist | |
2016-05-10 03:49:18.521 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_virtual_link drop foreign key FK_mirnuhwhpx13jy3h6dxhsrg05 | |
2016-05-10 03:49:18.525 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_virtual_link' doesn't exist | |
2016-05-10 03:49:18.526 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vnf_address drop foreign key FK_d2np3laovylh6jdypett2esrc | |
2016-05-10 03:49:18.526 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.virtual_network_function_record_vnf_address' doesn't exist | |
2016-05-10 03:49:18.526 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfalarm_vnfc_ids drop foreign key FK_oy8cirywa7rheb6lhr57q3iu1 | |
2016-05-10 03:49:18.541 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfalarm_vnfc_ids' doesn't exist | |
2016-05-10 03:49:18.542 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcdependency_parameters_parameters drop foreign key FK_i0q3v9l86j6vt65j6u6mo2jl2 | |
2016-05-10 03:49:18.542 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfcdependency_parameters_parameters' doesn't exist | |
2016-05-10 03:49:18.543 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcdependency_parameters_parameters drop foreign key FK_a180wdnqse2bde1vsfj5wmgxw | |
2016-05-10 03:49:18.543 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfcdependency_parameters_parameters' doesn't exist | |
2016-05-10 03:49:18.543 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_floating_ips drop foreign key FK_mjubw1s2hvlrvo9o1hl0s6e9y | |
2016-05-10 03:49:18.545 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfcinstance_floating_ips' doesn't exist | |
2016-05-10 03:49:18.546 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_floating_ips drop foreign key FK_iko24e8gw7fuv9nbx8s7ng1s8 | |
2016-05-10 03:49:18.548 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfcinstance_floating_ips' doesn't exist | |
2016-05-10 03:49:18.562 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_ips drop foreign key FK_qyqijj9qoobgi3fl5lsug6qu3 | |
2016-05-10 03:49:18.565 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfcinstance_ips' doesn't exist | |
2016-05-10 03:49:18.569 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_ips drop foreign key FK_rkr369htrewa5p0c892xr95c8 | |
2016-05-10 03:49:18.573 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfcinstance_ips' doesn't exist | |
2016-05-10 03:49:18.573 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcomponent_connection_point drop foreign key FK_bi6sx7hj6snumdo1fnnbepvwt | |
2016-05-10 03:49:18.575 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfcomponent_connection_point' doesn't exist | |
2016-05-10 03:49:18.577 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdependency drop foreign key FK_a8ngjfc55bhnodhobwq7tehds | |
2016-05-10 03:49:18.584 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfdependency' doesn't exist | |
2016-05-10 03:49:18.597 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdependency drop foreign key FK_druphd9oy5751fo1xvjs789er | |
2016-05-10 03:49:18.597 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfdependency' doesn't exist | |
2016-05-10 03:49:18.601 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdependency_parameters drop foreign key FK_b0v8t2xrklsu4g4wea0o3gk9o | |
2016-05-10 03:49:18.609 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfdependency_parameters' doesn't exist | |
2016-05-10 03:49:18.627 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_costituent_vdu drop foreign key FK_mnaa0ihygdg5e26ekf2qsprue | |
2016-05-10 03:49:18.629 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfdeployment_flavour_costituent_vdu' doesn't exist | |
2016-05-10 03:49:18.644 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_costituent_vdu drop foreign key FK_mv9eryhbub3v2xpw8ovf0sl3y | |
2016-05-10 03:49:18.645 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfdeployment_flavour_costituent_vdu' doesn't exist | |
2016-05-10 03:49:18.657 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_df_constraint drop foreign key FK_p93ng456x8ua9c6i3lvma8d7 | |
2016-05-10 03:49:18.661 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfdeployment_flavour_df_constraint' doesn't exist | |
2016-05-10 03:49:18.665 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor drop foreign key FK_5j6jfvrcv9dfjs0i0v3rbf5jp | |
2016-05-10 03:49:18.667 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_descriptor' doesn't exist | |
2016-05-10 03:49:18.693 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_connection_point drop foreign key FK_cb7g35jwonyoa52yc2bgqiarv | |
2016-05-10 03:49:18.701 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_descriptor_connection_point' doesn't exist | |
2016-05-10 03:49:18.702 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_constituent_vnfs drop foreign key FK_b6bc8o52xg13nfyk6c4pmv8g7 | |
2016-05-10 03:49:18.702 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_descriptor_constituent_vnfs' doesn't exist | |
2016-05-10 03:49:18.705 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_constituent_vnfs drop foreign key FK_cx4dkb2w90ydpxfpkyp921hl6 | |
2016-05-10 03:49:18.708 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_descriptor_constituent_vnfs' doesn't exist | |
2016-05-10 03:49:18.712 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_dependent_virtual_link drop foreign key FK_aj5f3tt8yihu9ajymvdr8jg04 | |
2016-05-10 03:49:18.724 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_descriptor_dependent_virtual_link' doesn't exist | |
2016-05-10 03:49:18.725 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_dependent_virtual_link drop foreign key FK_ru7gbet2x35acr48qlcqtn022 | |
2016-05-10 03:49:18.726 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_descriptor_dependent_virtual_link' doesn't exist | |
2016-05-10 03:49:18.737 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_network_forwarding_path drop foreign key FK_trn9uyip0fcf3xb0l5efjako5 | |
2016-05-10 03:49:18.741 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_descriptor_network_forwarding_path' doesn't exist | |
2016-05-10 03:49:18.742 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_network_forwarding_path drop foreign key FK_ku2k7yyfmlhkm5ppi37ge5hbc | |
2016-05-10 03:49:18.746 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_descriptor_network_forwarding_path' doesn't exist | |
2016-05-10 03:49:18.747 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop foreign key FK_3aj4803cm52dcbdp87qcxjq6l | |
2016-05-10 03:49:18.773 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record' doesn't exist | |
2016-05-10 03:49:18.774 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop foreign key FK_o636wgw1ts5tlis8y7l08dr34 | |
2016-05-10 03:49:18.774 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record' doesn't exist | |
2016-05-10 03:49:18.779 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop foreign key FK_398f47dyk2nlunsi4252broij | |
2016-05-10 03:49:18.780 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record' doesn't exist | |
2016-05-10 03:49:18.787 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_connection_point drop foreign key FK_6ylloi8n4jo3udl0uruw745sn | |
2016-05-10 03:49:18.793 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_connection_point' doesn't exist | |
2016-05-10 03:49:18.805 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_connection_point drop foreign key FK_dp49ouxxp1y9hh09eg4e4rcso | |
2016-05-10 03:49:18.817 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_connection_point' doesn't exist | |
2016-05-10 03:49:18.817 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_dependent_virtual_link drop foreign key FK_12ft43rho1yhh9f0xhr02joqa | |
2016-05-10 03:49:18.820 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_dependent_virtual_link' doesn't exist | |
2016-05-10 03:49:18.824 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_dependent_virtual_link drop foreign key FK_c56562j1tft667fd4rop7ui87 | |
2016-05-10 03:49:18.825 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_dependent_virtual_link' doesn't exist | |
2016-05-10 03:49:18.841 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_lifecycle_event_history drop foreign key FK_m3eps7t949ocklbqyfdxlecic | |
2016-05-10 03:49:18.842 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_lifecycle_event_history' doesn't exist | |
2016-05-10 03:49:18.842 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_lifecycle_event_history drop foreign key FK_fsoel8h7wrdc79vv2fywjrrjb | |
2016-05-10 03:49:18.853 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_lifecycle_event_history' doesn't exist | |
2016-05-10 03:49:18.857 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_member_vnfs drop foreign key FK_98xhyjfyx7ao7ri9hsbwmd0gg | |
2016-05-10 03:49:18.857 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_member_vnfs' doesn't exist | |
2016-05-10 03:49:18.858 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_member_vnfs drop foreign key FK_n2um818ue5vhs2vn072tfcqux | |
2016-05-10 03:49:18.858 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_member_vnfs' doesn't exist | |
2016-05-10 03:49:18.858 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_notification drop foreign key FK_pjr5xm5vxfd0ly31mw389707q | |
2016-05-10 03:49:18.858 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfforwarding_graph_record_notification' doesn't exist | |
2016-05-10 03:49:18.881 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage drop foreign key FK_nh95ho0new6fjef6ewt12x5un | |
2016-05-10 03:49:18.882 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfpackage' doesn't exist | |
2016-05-10 03:49:18.884 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_scripts drop foreign key FK_3ec8hf67kgm6o73s20prneck0 | |
2016-05-10 03:49:18.889 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfpackage_scripts' doesn't exist | |
2016-05-10 03:49:18.890 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_scripts drop foreign key FK_ec9bhblmdyxrryr8b50o2vh8t | |
2016-05-10 03:49:18.891 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfpackage_scripts' doesn't exist | |
2016-05-10 03:49:18.893 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_id_type drop foreign key FK_4p5x15hkuoljhsystabgvpahi | |
2016-05-10 03:49:18.903 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfrecord_dependency_id_type' doesn't exist | |
2016-05-10 03:49:18.910 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_parameters drop foreign key FK_p6j5uyx6hhos9g5vqfyyvt6u3 | |
2016-05-10 03:49:18.911 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfrecord_dependency_parameters' doesn't exist | |
2016-05-10 03:49:18.912 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_parameters drop foreign key FK_55bei226xq4l6gf6hlmcx57m6 | |
2016-05-10 03:49:18.912 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfrecord_dependency_parameters' doesn't exist | |
2016-05-10 03:49:18.913 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_vnfc_parameters drop foreign key FK_ag5and9qad5uupoysyaqfsvwj | |
2016-05-10 03:49:18.913 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfrecord_dependency_vnfc_parameters' doesn't exist | |
2016-05-10 03:49:18.913 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_vnfc_parameters drop foreign key FK_fxvikomwqihgnbu7lbup3cedc | |
2016-05-10 03:49:18.913 ERROR 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : Table 'openbaton.vnfrecord_dependency_vnfc_parameters' doesn't exist | |
2016-05-10 03:49:23.527 INFO 18222 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete | |
2016-05-10 03:49:29.167 INFO 18222 --- [localhost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/authorize]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.authorize(java.util.Map<java.lang.String, java.lang.Object>,java.util.Map<java.lang.String, java.lang.String>,org.springframework.web.bind.support.SessionStatus,java.security.Principal) | |
2016-05-10 03:49:29.177 INFO 18222 --- [localhost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/authorize],methods=[POST],params=[user_oauth_approval]}" onto public org.springframework.web.servlet.View org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint.approveOrDeny(java.util.Map<java.lang.String, java.lang.String>,java.util.Map<java.lang.String, ?>,org.springframework.web.bind.support.SessionStatus,java.security.Principal) | |
2016-05-10 03:49:29.180 INFO 18222 --- [localhost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/token],methods=[GET]}" onto public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.getAccessToken(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>) throws org.springframework.web.HttpRequestMethodNotSupportedException | |
2016-05-10 03:49:29.184 INFO 18222 --- [localhost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/token],methods=[POST]}" onto public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> org.springframework.security.oauth2.provider.endpoint.TokenEndpoint.postAccessToken(java.security.Principal,java.util.Map<java.lang.String, java.lang.String>) throws org.springframework.web.HttpRequestMethodNotSupportedException | |
2016-05-10 03:49:29.188 INFO 18222 --- [localhost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/check_token]}" onto public java.util.Map<java.lang.String, ?> org.springframework.security.oauth2.provider.endpoint.CheckTokenEndpoint.checkToken(java.lang.String) | |
2016-05-10 03:49:29.192 INFO 18222 --- [localhost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/confirm_access]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint.getAccessConfirmation(java.util.Map<java.lang.String, java.lang.Object>,javax.servlet.http.HttpServletRequest) throws java.lang.Exception | |
2016-05-10 03:49:29.201 INFO 18222 --- [localhost-startStop-1] .s.o.p.e.FrameworkEndpointHandlerMapping : Mapped "{[/oauth/error]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.security.oauth2.provider.endpoint.WhitelabelErrorEndpoint.handleError(javax.servlet.http.HttpServletRequest) | |
2016-05-10 03:49:29.539 WARN 18222 --- [localhost-startStop-1] eServer$$EnhancerBySpringCGLIB$$211b39b8 : Security is not enabled! | |
2016-05-10 03:49:29.670 INFO 18222 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/oauth/token'], Ant [pattern='/oauth/token_key'], Ant [pattern='/oauth/check_token']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@ec01643, org.springframework.security.web.context.SecurityContextPersistenceFilter@5853648d, org.springframework.security.web.header.HeaderWriterFilter@61bcfefb, org.springframework.security.web.authentication.logout.LogoutFilter@7d9fb841, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@15e75f09, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1898d303, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5f6b9907, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@64f59045, org.springframework.security.web.session.SessionManagementFilter@6c7c8fb, org.springframework.security.web.access.ExceptionTranslationFilter@301df04b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7f4c2ae0] | |
2016-05-10 03:49:29.748 INFO 18222 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration$NotOAuthRequestMatcher@41506f6b]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7c2fb4d, org.springframework.security.web.context.SecurityContextPersistenceFilter@11af22e7, org.springframework.security.web.authentication.logout.LogoutFilter@49658441, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@14745d35, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@11c74c3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7335aec6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@12008036, org.springframework.security.web.session.SessionManagementFilter@65d53974, org.springframework.security.web.access.ExceptionTranslationFilter@4dfa359a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@159a3dd1] | |
2016-05-10 03:49:29.771 INFO 18222 --- [localhost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7025e57a, org.springframework.security.web.context.SecurityContextPersistenceFilter@483d8491, org.springframework.security.web.header.HeaderWriterFilter@3270bcfc, org.springframework.security.web.csrf.CsrfFilter@47c40f75, org.springframework.security.web.authentication.logout.LogoutFilter@6b7397d6, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@71f599b6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3eca70a4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5ca93f30, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@47fce61b, org.springframework.security.web.session.SessionManagementFilter@7875e43, org.springframework.security.web.access.ExceptionTranslationFilter@4051ade9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@537239a2] | |
2016-05-10 03:49:30.227 INFO 18222 --- [localhost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] | |
2016-05-10 03:49:30.276 INFO 18222 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'simpleCorsFilter' to: [/*] | |
2016-05-10 03:49:30.284 INFO 18222 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] | |
2016-05-10 03:49:30.285 INFO 18222 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] | |
2016-05-10 03:49:30.303 INFO 18222 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*] | |
2016-05-10 03:49:31.124 DEBUG 18222 --- [main] o.o.vim_impl.vim.broker.VimBroker : MANAGEMENT_PORT is: 15672 | |
2016-05-10 03:49:36.379 WARN 18222 --- [main] o.s.a.r.l.SimpleMessageListenerContainer : CachingConnectionFactory's channelCacheSize can not be less than the number of concurrentConsumers so it was reset to match: 5 | |
2016-05-10 03:49:41.879 INFO 18222 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup | |
2016-05-10 03:49:41.942 INFO 18222 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647 | |
2016-05-10 03:49:42.449 INFO 18222 --- [SimpleAsyncTaskExecutor-1] o.s.a.r.c.CachingConnectionFactory : Created new connection: SimpleConnection@7c23adc [delegate=amqp://[email protected]:5672/] | |
2016-05-10 03:49:42.474 INFO 18222 --- [SimpleAsyncTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.event.register) durable:false, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-10 03:49:42.492 INFO 18222 --- [SimpleAsyncTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.event.unregister) durable:false, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-10 03:49:42.497 INFO 18222 --- [SimpleAsyncTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.vnfm.unregister) durable:true, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-10 03:49:42.502 INFO 18222 --- [SimpleAsyncTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.vnfm.register) durable:true, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-10 03:49:42.502 INFO 18222 --- [SimpleAsyncTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (vnfm.nfvo.actions) durable:false, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-10 03:49:42.508 INFO 18222 --- [SimpleAsyncTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (vnfm.nfvo.actions.reply) durable:false, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-10 03:49:43.526 INFO 18222 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http) | |
2016-05-10 03:49:43.531 INFO 18222 --- [main] org.openbaton.nfvo.system.SystemStartup : Initializing OpenBaton | |
2016-05-10 03:49:43.532 DEBUG 18222 --- [main] org.openbaton.nfvo.system.SystemStartup : Config Values are: [${nfvo.rabbit.brokerIp}, com.mysql.jdbc.Driver, 30, openbaton, admin, true, WARN, 2046MB, false, true, gson, false, true, true, true, true, create-drop, false, 60, jdbc:mysql://localhost:3306/openbaton, false, 5, /var/log/openbaton/openbaton.log, INFO, true, false, PDT, 15, 30, NFVO OpenBaton, ./plugins, root, 5, root, org.hibernate.dialect.MySQLDialect, false, 5672, 5, INFO, SELECT 1, 500, false, false, localhost, 30, INFO, WARN, 2046MB, 20, true, localhost, 0.15, 120, 15672, DEBUG] | |
2016-05-10 03:49:43.958 DEBUG 18222 --- [main] o.openbaton.plugin.utils.PluginStartup : Running: java -jar /opt/openbaton/nfvo/./plugins/vim-drivers/test-plugin-0.5-SNAPSHOT.jar test localhost 5672 5 admin ***** | |
2016-05-10 03:49:44.223 DEBUG 18222 --- [main] o.openbaton.plugin.utils.PluginStartup : Running: java -jar /opt/openbaton/nfvo/./plugins/vim-drivers/openstack-plugin-2.0.1.jar openstack localhost 5672 5 admin ***** | |
2016-05-10 03:49:46.455 INFO 18222 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService | |
2016-05-10 03:49:46.460 DEBUG 18222 --- [main] org.openbaton.nfvo.vnfm_reg.VnfmManager : ThreadPollTaskExecutor configuration: | |
2016-05-10 03:49:46.460 DEBUG 18222 --- [main] org.openbaton.nfvo.vnfm_reg.VnfmManager : MaxPoolSize = 30 | |
2016-05-10 03:49:46.466 DEBUG 18222 --- [main] org.openbaton.nfvo.vnfm_reg.VnfmManager : CorePoolSize = 20 | |
2016-05-10 03:49:46.472 DEBUG 18222 --- [main] org.openbaton.nfvo.vnfm_reg.VnfmManager : QueueCapacity = 0 | |
2016-05-10 03:49:46.473 DEBUG 18222 --- [main] org.openbaton.nfvo.vnfm_reg.VnfmManager : KeepAlive = 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment