Skip to content

Instantly share code, notes, and snippets.

@KLuka
Created December 1, 2015 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KLuka/bae7e6a50fe49f5b2e15 to your computer and use it in GitHub Desktop.
Save KLuka/bae7e6a50fe49f5b2e15 to your computer and use it in GitHub Desktop.
2015-12-01 15:32:36.550 INFO 1645 --- [main] org.openbaton.nfvo.main.Application : Starting Application with PID 1645 (started by ubuntu in /opt/openbaton/nfvo)
2015-12-01 15:32:36.576 DEBUG 1645 --- [main] org.openbaton.nfvo.main.Application : Running with Spring Boot v1.2.5.RELEASE, Spring v4.2.0.RELEASE
2015-12-01 15:32:36.979 INFO 1645 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@727f0f47: startup date [Tue Dec 01 15:32:36 UTC 2015]; root of context hierarchy
2015-12-01 15:32:45.504 INFO 1645 --- [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]]
2015-12-01 15:32:47.258 INFO 1645 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6af7c6ee] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2015-12-01 15:32:47.496 INFO 1645 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [class org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$94190fe8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2015-12-01 15:32:47.534 INFO 1645 --- [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)
2015-12-01 15:32:47.540 INFO 1645 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@23bbdc0d' 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)
2015-12-01 15:32:47.545 INFO 1645 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [class org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$46f7445a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2015-12-01 15:32:47.587 INFO 1645 --- [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)
2015-12-01 15:32:49.143 INFO 1645 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2015-12-01 15:32:49.610 INFO 1645 --- [main] o.apache.catalina.core.StandardService : Starting service Tomcat
2015-12-01 15:32:49.613 INFO 1645 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.23
2015-12-01 15:32:49.854 INFO 1645 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2015-12-01 15:32:49.855 INFO 1645 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 12881 ms
2015-12-01 15:32:53.906 INFO 1645 --- [localhost-startStop-1] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2015-12-01 15:32:53.972 INFO 1645 --- [localhost-startStop-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2015-12-01 15:32:54.477 INFO 1645 --- [localhost-startStop-1] org.hibernate.Version : HHH000412: Hibernate Core {4.3.10.Final}
2015-12-01 15:32:54.495 INFO 1645 --- [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}
2015-12-01 15:32:54.496 INFO 1645 --- [localhost-startStop-1] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
2015-12-01 15:32:55.471 INFO 1645 --- [localhost-startStop-1] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
2015-12-01 15:32:56.173 INFO 1645 --- [localhost-startStop-1] H.org.hsqldb.persist.Logger : Checkpoint start
2015-12-01 15:32:56.192 INFO 1645 --- [localhost-startStop-1] H.org.hsqldb.persist.Logger : Checkpoint end
2015-12-01 15:32:56.339 INFO 1645 --- [localhost-startStop-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect
2015-12-01 15:32:57.058 INFO 1645 --- [localhost-startStop-1] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory
2015-12-01 15:32:59.912 INFO 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000227: Running hbm2ddl schema export
2015-12-01 15:32:59.930 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table configuration_configuration_parameters drop constraint FK_3e6rxg4f4ld32tvr15htvdblg
2015-12-01 15:32:59.941 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: CONFIGURATION_CONFIGURATION_PARAMETERS
2015-12-01 15:32:59.941 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table configuration_configuration_parameters drop constraint FK_fwsvs31ys0n5jb3p6oo8w917p
2015-12-01 15:32:59.941 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: CONFIGURATION_CONFIGURATION_PARAMETERS
2015-12-01 15:32:59.942 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table dependency_parameters_parameters drop constraint FK_5nskoeohhoscgyg1i7d3bon7d
2015-12-01 15:32:59.942 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: DEPENDENCY_PARAMETERS_PARAMETERS
2015-12-01 15:32:59.943 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table internal_virtual_link_connection_points_references drop constraint FK_6v4ibs98wl7i31i7s0dvv1xm3
2015-12-01 15:32:59.944 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: INTERNAL_VIRTUAL_LINK_CONNECTION_POINTS_REFERENCES
2015-12-01 15:32:59.945 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table lifecycle_event_lifecycle_events drop constraint FK_9dbjms0e0n3hdj74lls2x0fbq
2015-12-01 15:32:59.945 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: LIFECYCLE_EVENT_LIFECYCLE_EVENTS
2015-12-01 15:32:59.946 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_forwarding_path drop constraint FK_cecdubyhq56m3bhx59wa5cqtw
2015-12-01 15:32:59.946 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_FORWARDING_PATH
2015-12-01 15:32:59.946 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_forwarding_path_connection drop constraint FK_aoy89h8emsie8con5ag48n3pp
2015-12-01 15:32:59.947 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_FORWARDING_PATH_CONNECTION
2015-12-01 15:32:59.947 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_deployment_flavour_constituent_vnf drop constraint FK_i1kas35gm8isygxdwxwr79shb
2015-12-01 15:32:59.947 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DEPLOYMENT_FLAVOUR_CONSTITUENT_VNF
2015-12-01 15:32:59.948 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_deployment_flavour_constituent_vnf drop constraint FK_4y4fitum9sa1mxxys1ybdy9bo
2015-12-01 15:32:59.948 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DEPLOYMENT_FLAVOUR_CONSTITUENT_VNF
2015-12-01 15:32:59.949 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor drop constraint FK_6jnbh5xkl98atrnmve1i59piw
2015-12-01 15:32:59.949 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DESCRIPTOR
2015-12-01 15:32:59.949 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_pnfd drop constraint FK_ix1oaawjdlcvfkvjbk2s4cce6
2015-12-01 15:32:59.950 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DESCRIPTOR_PNFD
2015-12-01 15:32:59.950 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_pnfd drop constraint FK_nb1pw4p2mtxm6myl28tfnynrn
2015-12-01 15:32:59.960 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DESCRIPTOR_PNFD
2015-12-01 15:32:59.961 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnf_dependency drop constraint FK_6aruq4mnkev7qjo24ht1aufms
2015-12-01 15:32:59.961 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DESCRIPTOR_VNF_DEPENDENCY
2015-12-01 15:32:59.962 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnf_dependency drop constraint FK_jd71nefuwe6if1n5wjv24jf2s
2015-12-01 15:32:59.962 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DESCRIPTOR_VNF_DEPENDENCY
2015-12-01 15:32:59.963 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnfd drop constraint FK_gdkvf6v6tgxr4kivwd5rlmiuv
2015-12-01 15:32:59.963 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DESCRIPTOR_VNFD
2015-12-01 15:32:59.963 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnfd drop constraint FK_3s2ybyy5x4w3gusbadpot33o8
2015-12-01 15:32:59.964 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_DESCRIPTOR_VNFD
2015-12-01 15:32:59.964 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record drop constraint FK_n3sw4fy3mej30w0fdeaulohvp
2015-12-01 15:32:59.965 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD
2015-12-01 15:32:59.965 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_auto_scale_policy drop constraint FK_gbre81dwsehi7utth7q20uq0e
2015-12-01 15:32:59.965 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_AUTO_SCALE_POLICY
2015-12-01 15:32:59.966 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_auto_scale_policy drop constraint FK_t90k4qt3e95rx3rq72jxaipwe
2015-12-01 15:32:59.966 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_AUTO_SCALE_POLICY
2015-12-01 15:32:59.967 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_connection_point drop constraint FK_5xfoqfc4o8buq11dl8uyifsik
2015-12-01 15:32:59.967 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_CONNECTION_POINT
2015-12-01 15:32:59.967 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event drop constraint FK_okkxwkkp0qfv1vm1663lo3m2e
2015-12-01 15:32:59.968 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_LIFECYCLE_EVENT
2015-12-01 15:32:59.968 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event drop constraint FK_o3xmexaeg2o2hlopw6bkx592n
2015-12-01 15:32:59.968 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_LIFECYCLE_EVENT
2015-12-01 15:32:59.969 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event_history drop constraint FK_379gnp8cxp1hsqql9k8b4ycpp
2015-12-01 15:32:59.969 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_LIFECYCLE_EVENT_HISTORY
2015-12-01 15:32:59.970 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event_history drop constraint FK_gcvbqad4v6bdx3f73sn174khf
2015-12-01 15:32:59.970 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_LIFECYCLE_EVENT_HISTORY
2015-12-01 15:32:59.970 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_monitoring_parameter drop constraint FK_fqtv73obewb4i4g0g41b8piqy
2015-12-01 15:32:59.971 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_MONITORING_PARAMETER
2015-12-01 15:32:59.971 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_pnfr drop constraint FK_nfr72rysj9lb8xwmd0ns5t926
2015-12-01 15:32:59.972 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_PNFR
2015-12-01 15:32:59.972 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_pnfr drop constraint FK_t57pa9ebwix99g01p7o71r060
2015-12-01 15:32:59.973 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_PNFR
2015-12-01 15:32:59.973 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vlr drop constraint FK_7xnjnxpvsj41xr295ooswn5s0
2015-12-01 15:32:59.973 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_VLR
2015-12-01 15:32:59.974 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vlr drop constraint FK_6ujpleewukxc31go92vyjd84g
2015-12-01 15:32:59.974 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_VLR
2015-12-01 15:32:59.974 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnf_dependency drop constraint FK_6d08jd1mdug22ugsjl5s6jw1s
2015-12-01 15:32:59.975 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_VNF_DEPENDENCY
2015-12-01 15:32:59.975 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnf_dependency drop constraint FK_h8xr44nmcggp8fwmf0ikctfhd
2015-12-01 15:32:59.975 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_VNF_DEPENDENCY
2015-12-01 15:32:59.976 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnffgr drop constraint FK_temtmb9npy7hue823c5y9jy09
2015-12-01 15:32:59.976 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_VNFFGR
2015-12-01 15:32:59.977 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnffgr drop constraint FK_pabcpie4838fq2ybk3hikib05
2015-12-01 15:32:59.977 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_VNFFGR
2015-12-01 15:32:59.977 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnfr drop constraint FK_4ddftlmo8x9up5lt66ynaoqr2
2015-12-01 15:32:59.978 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_VNFR
2015-12-01 15:32:59.978 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnfr drop constraint FK_9stdo8r6dpuy2flees4ipin4q
2015-12-01 15:32:59.978 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SERVICE_RECORD_VNFR
2015-12-01 15:32:59.979 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_subnets drop constraint FK_8nt5xd8vl81xt70svfpsbaojn
2015-12-01 15:32:59.979 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SUBNETS
2015-12-01 15:32:59.979 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_subnets drop constraint FK_j9aibri014702nissd3yb4m3t
2015-12-01 15:32:59.980 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NETWORK_SUBNETS
2015-12-01 15:32:59.981 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_auto_scale_policy drop constraint FK_tle9igt6m8dfb35qlfnejmnk8
2015-12-01 15:32:59.981 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NFVENTITY_DESCRIPTOR_AUTO_SCALE_POLICY
2015-12-01 15:32:59.981 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_vld drop constraint FK_kpmwq3ckamg3gd1qsk7ec27ry
2015-12-01 15:32:59.982 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NFVENTITY_DESCRIPTOR_VLD
2015-12-01 15:32:59.982 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_vnffgd drop constraint FK_dkta9ecinon51e3c188pdoskg
2015-12-01 15:32:59.982 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: NFVENTITY_DESCRIPTOR_VNFFGD
2015-12-01 15:32:59.983 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_descriptor drop constraint FK_t0xdv12mb4vbjug96mjjh4tv9
2015-12-01 15:32:59.983 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PHYSICAL_NETWORK_FUNCTION_DESCRIPTOR
2015-12-01 15:32:59.984 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_descriptor_connection_point drop constraint FK_gn3l1ljyid1o6vbxc7oqtvr8j
2015-12-01 15:32:59.984 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PHYSICAL_NETWORK_FUNCTION_DESCRIPTOR_CONNECTION_POINT
2015-12-01 15:32:59.984 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connected_virtual_link drop constraint FK_pky2qty334bgqtr338hf9reuy
2015-12-01 15:32:59.985 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PHYSICAL_NETWORK_FUNCTION_RECORD_CONNECTED_VIRTUAL_LINK
2015-12-01 15:32:59.985 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connected_virtual_link drop constraint FK_rikre576a3iibe5ork01agjhu
2015-12-01 15:32:59.985 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PHYSICAL_NETWORK_FUNCTION_RECORD_CONNECTED_VIRTUAL_LINK
2015-12-01 15:32:59.986 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connection_point drop constraint FK_16tske56yuvwovqhd2trjopfy
2015-12-01 15:32:59.986 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PHYSICAL_NETWORK_FUNCTION_RECORD_CONNECTION_POINT
2015-12-01 15:32:59.986 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_pnf_address drop constraint FK_1b73cbadotte9gqub23bpjjb
2015-12-01 15:32:59.987 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PHYSICAL_NETWORK_FUNCTION_RECORD_PNF_ADDRESS
2015-12-01 15:32:59.987 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_vnffgr drop constraint FK_ixhj7hv7g6od511wgk0yh6tso
2015-12-01 15:32:59.987 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PHYSICAL_NETWORK_FUNCTION_RECORD_VNFFGR
2015-12-01 15:32:59.988 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_vnffgr drop constraint FK_jd702qh2ljwv6krxtcvxjbcg5
2015-12-01 15:32:59.988 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PHYSICAL_NETWORK_FUNCTION_RECORD_VNFFGR
2015-12-01 15:32:59.989 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vdudependency drop constraint FK_r0x90p4asd4oac54fdxkv4cq7
2015-12-01 15:32:59.989 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VDUDEPENDENCY
2015-12-01 15:32:59.989 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vdudependency drop constraint FK_c8mhom2o0jckjcykg6memnckc
2015-12-01 15:32:59.990 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VDUDEPENDENCY
2015-12-01 15:32:59.990 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance drop constraint FK_6aqrmbmtiqotfkou0koyaj1d7
2015-12-01 15:32:59.990 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIM_INSTANCE
2015-12-01 15:32:59.991 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_flavours drop constraint FK_rvk8lyxr3bevno09y5ep1esox
2015-12-01 15:32:59.991 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIM_INSTANCE_FLAVOURS
2015-12-01 15:32:59.992 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_images drop constraint FK_2py0jpl9ypmxvgudaux069cgv
2015-12-01 15:32:59.992 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIM_INSTANCE_IMAGES
2015-12-01 15:32:59.992 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_images drop constraint FK_c9y5ud6vkcudkiiqifk966ewc
2015-12-01 15:32:59.993 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIM_INSTANCE_IMAGES
2015-12-01 15:32:59.993 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_networks drop constraint FK_e3jms0mwmxqihj9q6q0825idc
2015-12-01 15:32:59.993 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIM_INSTANCE_NETWORKS
2015-12-01 15:32:59.994 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_networks drop constraint FK_6w8c6og6pkbfb3yfq2i11nbor
2015-12-01 15:32:59.994 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIM_INSTANCE_NETWORKS
2015-12-01 15:32:59.995 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_security_groups drop constraint FK_40bv0vsryvnd507b4cpa5gv9d
2015-12-01 15:32:59.995 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIM_INSTANCE_SECURITY_GROUPS
2015-12-01 15:32:59.995 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit drop constraint FK_iv95vm70uhk4auy2ct4avfaiw
2015-12-01 15:32:59.996 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_DEPLOYMENT_UNIT
2015-12-01 15:32:59.996 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_lifecycle_event drop constraint FK_90vxxket63wgcbov153u0yu2x
2015-12-01 15:32:59.996 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_DEPLOYMENT_UNIT_LIFECYCLE_EVENT
2015-12-01 15:32:59.997 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_lifecycle_event drop constraint FK_2o5mcpuaik9y553dqxubt22vk
2015-12-01 15:32:59.997 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_DEPLOYMENT_UNIT_LIFECYCLE_EVENT
2015-12-01 15:32:59.998 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_monitoring_parameter drop constraint FK_4tba1vd21ocny30lu8678wvuf
2015-12-01 15:32:59.998 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_DEPLOYMENT_UNIT_MONITORING_PARAMETER
2015-12-01 15:32:59.998 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vm_image drop constraint FK_puna0oderfpbec9y1rt63ycfy
2015-12-01 15:32:59.999 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_DEPLOYMENT_UNIT_VM_IMAGE
2015-12-01 15:32:59.999 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc drop constraint FK_5uuns7xbqf2hty6d6ey20ceft
2015-12-01 15:32:59.999 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_DEPLOYMENT_UNIT_VNFC
2015-12-01 15:33:00.000 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc_instance drop constraint FK_aotsahqg17em4ncwt05f4f0g5
2015-12-01 15:33:00.000 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_DEPLOYMENT_UNIT_VNFC_INSTANCE
2015-12-01 15:33:00.000 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc_instance drop constraint FK_gq8apiw4fun6glfr2jhr4xi64
2015-12-01 15:33:00.001 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_DEPLOYMENT_UNIT_VNFC_INSTANCE
2015-12-01 15:33:00.001 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_descriptor drop constraint FK_fge08bt6cd79kj5eqyuur1abk
2015-12-01 15:33:00.001 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_DESCRIPTOR
2015-12-01 15:33:00.002 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_descriptor_connection drop constraint FK_fse25vx1qsybq7bi9xps2mgyj
2015-12-01 15:33:00.002 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_DESCRIPTOR_CONNECTION
2015-12-01 15:33:00.003 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_allocated_capacity drop constraint FK_ak1niqch9ifsa570g11geav0t
2015-12-01 15:33:00.003 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_RECORD_ALLOCATED_CAPACITY
2015-12-01 15:33:00.003 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_audit_log drop constraint FK_t6xcadpdhi060lqw177wr0464
2015-12-01 15:33:00.004 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_RECORD_AUDIT_LOG
2015-12-01 15:33:00.004 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_connection drop constraint FK_2ghcarjdp6jn5ihmxfrypspeb
2015-12-01 15:33:00.004 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_RECORD_CONNECTION
2015-12-01 15:33:00.005 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_lifecycle_event_history drop constraint FK_i2d7okljao9o1j89o4w853j4u
2015-12-01 15:33:00.005 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_RECORD_LIFECYCLE_EVENT_HISTORY
2015-12-01 15:33:00.006 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_lifecycle_event_history drop constraint FK_qkpribbd6sp3w7fqsh81rn19t
2015-12-01 15:33:00.006 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_RECORD_LIFECYCLE_EVENT_HISTORY
2015-12-01 15:33:00.007 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_notification drop constraint FK_ib8hytmo0o0ciky4b8b8d5kmt
2015-12-01 15:33:00.007 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_RECORD_NOTIFICATION
2015-12-01 15:33:00.008 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_vnffgr_reference drop constraint FK_pgxhygyo36ked3u6msyp0n3p8
2015-12-01 15:33:00.008 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_RECORD_VNFFGR_REFERENCE
2015-12-01 15:33:00.008 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_vnffgr_reference drop constraint FK_e5cjr2yjn64s9wnyvt574sph5
2015-12-01 15:33:00.009 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_LINK_RECORD_VNFFGR_REFERENCE
2015-12-01 15:33:00.009 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor drop constraint FK_jmsr0lw231l7x8k92qoj9kuqi
2015-12-01 15:33:00.009 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR
2015-12-01 15:33:00.010 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor drop constraint FK_gar2usdb9fxup07fnsprfm86x
2015-12-01 15:33:00.010 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR
2015-12-01 15:33:00.011 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_deployment_flavour drop constraint FK_qy6fb2txh5ip9u5fjr6gyxema
2015-12-01 15:33:00.011 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_DEPLOYMENT_FLAVOUR
2015-12-01 15:33:00.011 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_deployment_flavour drop constraint FK_hm3r0mbkavpc7svfsrtjtn2oa
2015-12-01 15:33:00.012 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_DEPLOYMENT_FLAVOUR
2015-12-01 15:33:00.012 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_lifecycle_event drop constraint FK_dughpdkctykapipmtlmdjxj6e
2015-12-01 15:33:00.013 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_LIFECYCLE_EVENT
2015-12-01 15:33:00.013 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_lifecycle_event drop constraint FK_g7s95to62uac1y7irps2ng89g
2015-12-01 15:33:00.014 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_LIFECYCLE_EVENT
2015-12-01 15:33:00.014 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_manifest_file_security drop constraint FK_ckbtqcy71yxob7n23npet6rdb
2015-12-01 15:33:00.014 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_MANIFEST_FILE_SECURITY
2015-12-01 15:33:00.015 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_manifest_file_security drop constraint FK_9i920fm6o9x3dgo3i85w4d701
2015-12-01 15:33:00.015 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_MANIFEST_FILE_SECURITY
2015-12-01 15:33:00.015 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_provides drop constraint FK_c3r2j7hyfoh6dvy6358hfdfyg
2015-12-01 15:33:00.016 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_PROVIDES
2015-12-01 15:33:00.016 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_requires drop constraint FK_f8sru175k2wyvbhkt1s1927gl
2015-12-01 15:33:00.016 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_REQUIRES
2015-12-01 15:33:00.017 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu drop constraint FK_96sts9thyr1x7no9yom4b0s1c
2015-12-01 15:33:00.017 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VDU
2015-12-01 15:33:00.018 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu drop constraint FK_2ukhbexfu5c4695pkso2u86pj
2015-12-01 15:33:00.018 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VDU
2015-12-01 15:33:00.018 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu_dependency drop constraint FK_axpr6jtbydpdh8vebahipdrq
2015-12-01 15:33:00.019 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VDU_DEPENDENCY
2015-12-01 15:33:00.019 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu_dependency drop constraint FK_i0fusv25dp8gjb3bdswdvd7o2
2015-12-01 15:33:00.019 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VDU_DEPENDENCY
2015-12-01 15:33:00.020 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_virtual_link drop constraint FK_iqf0p1tckogpwhsil3mwrov6v
2015-12-01 15:33:00.021 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VIRTUAL_LINK
2015-12-01 15:33:00.021 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_virtual_link drop constraint FK_8jf1fnufvwgnoemkadpfmil27
2015-12-01 15:33:00.022 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VIRTUAL_LINK
2015-12-01 15:33:00.022 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop constraint FK_7ggmeyh2atjnxfl4fq4awywbm
2015-12-01 15:33:00.022 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD
2015-12-01 15:33:00.023 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop constraint FK_el9djrkc04tyc3k5dbru2clg2
2015-12-01 15:33:00.023 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD
2015-12-01 15:33:00.024 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop constraint FK_fha568lk0r2v9nkmsmebg1rpk
2015-12-01 15:33:00.024 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD
2015-12-01 15:33:00.025 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop constraint FK_ksqa42t7a2p7txqeohkxdsyia
2015-12-01 15:33:00.025 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD
2015-12-01 15:33:00.025 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_auto_scale_policy drop constraint FK_qkuaprn9y0u7ajie9pdpxjex1
2015-12-01 15:33:00.026 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_AUTO_SCALE_POLICY
2015-12-01 15:33:00.027 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_auto_scale_policy drop constraint FK_mqo1yn4nd9fv3tfn3q2wiy7qq
2015-12-01 15:33:00.027 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_AUTO_SCALE_POLICY
2015-12-01 15:33:00.027 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connected_external_virtual_link drop constraint FK_1k6j0vi75tghmqw6eun3sugw0
2015-12-01 15:33:00.028 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_CONNECTED_EXTERNAL_VIRTUAL_LINK
2015-12-01 15:33:00.028 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connected_external_virtual_link drop constraint FK_2snxq21j0cj1he1n8oloytnsq
2015-12-01 15:33:00.028 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_CONNECTED_EXTERNAL_VIRTUAL_LINK
2015-12-01 15:33:00.029 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connection_point drop constraint FK_lye1ywvn7l61juku4x185ffqx
2015-12-01 15:33:00.029 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_CONNECTION_POINT
2015-12-01 15:33:00.030 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event drop constraint FK_ib2arywa7wnb7g1qergcryu5i
2015-12-01 15:33:00.030 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_LIFECYCLE_EVENT
2015-12-01 15:33:00.030 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event drop constraint FK_b5y2g024ko571qr28r43s4cjk
2015-12-01 15:33:00.031 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_LIFECYCLE_EVENT
2015-12-01 15:33:00.031 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event_history drop constraint FK_1ku0dk61dh0lhkhsei91n9mgh
2015-12-01 15:33:00.031 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_LIFECYCLE_EVENT_HISTORY
2015-12-01 15:33:00.032 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event_history drop constraint FK_wy34sdyi7kov9hsj6htg6ofo
2015-12-01 15:33:00.032 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_LIFECYCLE_EVENT_HISTORY
2015-12-01 15:33:00.033 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_monitoring_parameter drop constraint FK_cj1xjspedg91q32i28j017fb0
2015-12-01 15:33:00.033 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_MONITORING_PARAMETER
2015-12-01 15:33:00.034 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_notification drop constraint FK_5whomjkphdpijn3u03koifn1r
2015-12-01 15:33:00.035 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_NOTIFICATION
2015-12-01 15:33:00.035 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_runtime_policy_info drop constraint FK_dlsp01efmipkoicoih4vr3v25
2015-12-01 15:33:00.037 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_RUNTIME_POLICY_INFO
2015-12-01 15:33:00.037 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vdu drop constraint FK_nmrn2l5dr2b3io4i9amfps4f4
2015-12-01 15:33:00.037 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_VDU
2015-12-01 15:33:00.038 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vdu drop constraint FK_t5cs9vowca9wq8seer27drrsp
2015-12-01 15:33:00.038 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_VDU
2015-12-01 15:33:00.038 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_virtual_link drop constraint FK_4m1m2x7n9fx8dseiky79u63dc
2015-12-01 15:33:00.039 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_VIRTUAL_LINK
2015-12-01 15:33:00.039 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_virtual_link drop constraint FK_mirnuhwhpx13jy3h6dxhsrg05
2015-12-01 15:33:00.039 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_VIRTUAL_LINK
2015-12-01 15:33:00.040 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vnf_address drop constraint FK_d2np3laovylh6jdypett2esrc
2015-12-01 15:33:00.040 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VIRTUAL_NETWORK_FUNCTION_RECORD_VNF_ADDRESS
2015-12-01 15:33:00.041 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcdependency_parameters_parameters drop constraint FK_i0q3v9l86j6vt65j6u6mo2jl2
2015-12-01 15:33:00.041 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFCDEPENDENCY_PARAMETERS_PARAMETERS
2015-12-01 15:33:00.042 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcdependency_parameters_parameters drop constraint FK_a180wdnqse2bde1vsfj5wmgxw
2015-12-01 15:33:00.042 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFCDEPENDENCY_PARAMETERS_PARAMETERS
2015-12-01 15:33:00.042 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_floating_ips drop constraint FK_mjubw1s2hvlrvo9o1hl0s6e9y
2015-12-01 15:33:00.042 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFCINSTANCE_FLOATING_IPS
2015-12-01 15:33:00.043 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_floating_ips drop constraint FK_iko24e8gw7fuv9nbx8s7ng1s8
2015-12-01 15:33:00.043 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFCINSTANCE_FLOATING_IPS
2015-12-01 15:33:00.044 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_ips drop constraint FK_qyqijj9qoobgi3fl5lsug6qu3
2015-12-01 15:33:00.044 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFCINSTANCE_IPS
2015-12-01 15:33:00.045 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_ips drop constraint FK_rkr369htrewa5p0c892xr95c8
2015-12-01 15:33:00.045 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFCINSTANCE_IPS
2015-12-01 15:33:00.045 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcomponent_connection_point drop constraint FK_bi6sx7hj6snumdo1fnnbepvwt
2015-12-01 15:33:00.046 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFCOMPONENT_CONNECTION_POINT
2015-12-01 15:33:00.046 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdependency drop constraint FK_a8ngjfc55bhnodhobwq7tehds
2015-12-01 15:33:00.047 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFDEPENDENCY
2015-12-01 15:33:00.047 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdependency drop constraint FK_druphd9oy5751fo1xvjs789er
2015-12-01 15:33:00.047 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFDEPENDENCY
2015-12-01 15:33:00.048 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdependency_parameters drop constraint FK_b0v8t2xrklsu4g4wea0o3gk9o
2015-12-01 15:33:00.048 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFDEPENDENCY_PARAMETERS
2015-12-01 15:33:00.049 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_costituent_vdu drop constraint FK_mnaa0ihygdg5e26ekf2qsprue
2015-12-01 15:33:00.049 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFDEPLOYMENT_FLAVOUR_COSTITUENT_VDU
2015-12-01 15:33:00.049 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_costituent_vdu drop constraint FK_mv9eryhbub3v2xpw8ovf0sl3y
2015-12-01 15:33:00.050 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFDEPLOYMENT_FLAVOUR_COSTITUENT_VDU
2015-12-01 15:33:00.050 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_df_constraint drop constraint FK_p93ng456x8ua9c6i3lvma8d7
2015-12-01 15:33:00.050 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFDEPLOYMENT_FLAVOUR_DF_CONSTRAINT
2015-12-01 15:33:00.051 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor drop constraint FK_5j6jfvrcv9dfjs0i0v3rbf5jp
2015-12-01 15:33:00.051 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_DESCRIPTOR
2015-12-01 15:33:00.051 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_connection_point drop constraint FK_cb7g35jwonyoa52yc2bgqiarv
2015-12-01 15:33:00.052 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_DESCRIPTOR_CONNECTION_POINT
2015-12-01 15:33:00.052 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_constituent_vnfs drop constraint FK_b6bc8o52xg13nfyk6c4pmv8g7
2015-12-01 15:33:00.053 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_DESCRIPTOR_CONSTITUENT_VNFS
2015-12-01 15:33:00.053 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_constituent_vnfs drop constraint FK_cx4dkb2w90ydpxfpkyp921hl6
2015-12-01 15:33:00.053 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_DESCRIPTOR_CONSTITUENT_VNFS
2015-12-01 15:33:00.054 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_dependent_virtual_link drop constraint FK_aj5f3tt8yihu9ajymvdr8jg04
2015-12-01 15:33:00.054 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_DESCRIPTOR_DEPENDENT_VIRTUAL_LINK
2015-12-01 15:33:00.054 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_dependent_virtual_link drop constraint FK_ru7gbet2x35acr48qlcqtn022
2015-12-01 15:33:00.055 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_DESCRIPTOR_DEPENDENT_VIRTUAL_LINK
2015-12-01 15:33:00.055 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_network_forwarding_path drop constraint FK_trn9uyip0fcf3xb0l5efjako5
2015-12-01 15:33:00.055 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_DESCRIPTOR_NETWORK_FORWARDING_PATH
2015-12-01 15:33:00.056 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_network_forwarding_path drop constraint FK_ku2k7yyfmlhkm5ppi37ge5hbc
2015-12-01 15:33:00.056 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_DESCRIPTOR_NETWORK_FORWARDING_PATH
2015-12-01 15:33:00.056 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop constraint FK_3aj4803cm52dcbdp87qcxjq6l
2015-12-01 15:33:00.057 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD
2015-12-01 15:33:00.057 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop constraint FK_o636wgw1ts5tlis8y7l08dr34
2015-12-01 15:33:00.057 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD
2015-12-01 15:33:00.058 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop constraint FK_398f47dyk2nlunsi4252broij
2015-12-01 15:33:00.058 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD
2015-12-01 15:33:00.059 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_connection_point drop constraint FK_6ylloi8n4jo3udl0uruw745sn
2015-12-01 15:33:00.059 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_CONNECTION_POINT
2015-12-01 15:33:00.059 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_connection_point drop constraint FK_dp49ouxxp1y9hh09eg4e4rcso
2015-12-01 15:33:00.059 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_CONNECTION_POINT
2015-12-01 15:33:00.060 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_dependent_virtual_link drop constraint FK_12ft43rho1yhh9f0xhr02joqa
2015-12-01 15:33:00.061 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_DEPENDENT_VIRTUAL_LINK
2015-12-01 15:33:00.061 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_dependent_virtual_link drop constraint FK_c56562j1tft667fd4rop7ui87
2015-12-01 15:33:00.061 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_DEPENDENT_VIRTUAL_LINK
2015-12-01 15:33:00.062 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_lifecycle_event_history drop constraint FK_m3eps7t949ocklbqyfdxlecic
2015-12-01 15:33:00.062 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_LIFECYCLE_EVENT_HISTORY
2015-12-01 15:33:00.063 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_lifecycle_event_history drop constraint FK_fsoel8h7wrdc79vv2fywjrrjb
2015-12-01 15:33:00.063 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_LIFECYCLE_EVENT_HISTORY
2015-12-01 15:33:00.063 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_member_vnfs drop constraint FK_98xhyjfyx7ao7ri9hsbwmd0gg
2015-12-01 15:33:00.064 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_MEMBER_VNFS
2015-12-01 15:33:00.064 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_member_vnfs drop constraint FK_n2um818ue5vhs2vn072tfcqux
2015-12-01 15:33:00.064 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_MEMBER_VNFS
2015-12-01 15:33:00.065 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_notification drop constraint FK_pjr5xm5vxfd0ly31mw389707q
2015-12-01 15:33:00.065 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFFORWARDING_GRAPH_RECORD_NOTIFICATION
2015-12-01 15:33:00.065 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage drop constraint FK_nh95ho0new6fjef6ewt12x5un
2015-12-01 15:33:00.066 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFPACKAGE
2015-12-01 15:33:00.066 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_scripts drop constraint FK_3ec8hf67kgm6o73s20prneck0
2015-12-01 15:33:00.066 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFPACKAGE_SCRIPTS
2015-12-01 15:33:00.067 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_scripts drop constraint FK_ec9bhblmdyxrryr8b50o2vh8t
2015-12-01 15:33:00.067 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFPACKAGE_SCRIPTS
2015-12-01 15:33:00.067 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_id_type drop constraint FK_4p5x15hkuoljhsystabgvpahi
2015-12-01 15:33:00.068 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFRECORD_DEPENDENCY_ID_TYPE
2015-12-01 15:33:00.068 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_parameters drop constraint FK_p6j5uyx6hhos9g5vqfyyvt6u3
2015-12-01 15:33:00.068 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFRECORD_DEPENDENCY_PARAMETERS
2015-12-01 15:33:00.069 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_parameters drop constraint FK_55bei226xq4l6gf6hlmcx57m6
2015-12-01 15:33:00.069 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFRECORD_DEPENDENCY_PARAMETERS
2015-12-01 15:33:00.070 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_vnfc_parameters drop constraint FK_ag5and9qad5uupoysyaqfsvwj
2015-12-01 15:33:00.070 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFRECORD_DEPENDENCY_VNFC_PARAMETERS
2015-12-01 15:33:00.071 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_vnfc_parameters drop constraint FK_fxvikomwqihgnbu7lbup3cedc
2015-12-01 15:33:00.071 ERROR 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: VNFRECORD_DEPENDENCY_VNFC_PARAMETERS
2015-12-01 15:33:00.710 INFO 1645 --- [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000230: Schema export complete
2015-12-01 15:33:04.115 DEBUG 1645 --- [localhost-startStop-1] eServer$$EnhancerBySpringCGLIB$$9608d3c3 : Security is enabled
2015-12-01 15:33:04.510 INFO 1645 --- [localhost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2015-12-01 15:33:04.521 INFO 1645 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'simpleCorsFilter' to: [/*]
2015-12-01 15:33:04.522 INFO 1645 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2015-12-01 15:33:04.522 INFO 1645 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2015-12-01 15:33:04.523 INFO 1645 --- [localhost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment