Skip to content

Instantly share code, notes, and snippets.

@wittling
Created October 19, 2017 19:14
Show Gist options
  • Save wittling/897d0a37ad626c31798b8bdb4294014b to your computer and use it in GitHub Desktop.
Save wittling/897d0a37ad626c31798b8bdb4294014b to your computer and use it in GitHub Desktop.
openbaton.log - develop branch - after initializing system and starting fm-system. fm-system patched to fix array error in RestRequest.java
2017-10-19 15:10:27.914 INFO 20478 --- [main] o.openbaton.faultmanagement.Application : Starting Application on ubuntu-openbaton with PID 20478 (/opt/openbaton/fm-system/build/libs/fm-system-1.2.6-SNAPSHOT.jar started by root in /opt/openbaton/fm-system)
2017-10-19 15:10:27.917 DEBUG 20478 --- [main] o.openbaton.faultmanagement.Application : Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE
2017-10-19 15:10:27.917 INFO 20478 --- [main] o.openbaton.faultmanagement.Application : No active profile set, falling back to default profiles: default
2017-10-19 15:10:27.957 INFO 20478 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@28c97a5: startup date [Thu Oct 19 15:10:27 EDT 2017]; root of context hierarchy
2017-10-19 15:10:29.000 INFO 20478 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$ec86a823] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2017-10-19 15:10:29.509 INFO 20478 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 9000 (http)
2017-10-19 15:10:29.522 INFO 20478 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2017-10-19 15:10:29.523 INFO 20478 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.16
2017-10-19 15:10:29.634 INFO 20478 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2017-10-19 15:10:29.635 INFO 20478 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1680 ms
2017-10-19 15:10:29.810 INFO 20478 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2017-10-19 15:10:29.815 INFO 20478 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-10-19 15:10:29.815 INFO 20478 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2017-10-19 15:10:29.816 INFO 20478 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2017-10-19 15:10:29.816 INFO 20478 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2017-10-19 15:10:30.102 INFO 20478 --- [main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
2017-10-19 15:10:30.115 INFO 20478 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2017-10-19 15:10:30.178 INFO 20478 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
2017-10-19 15:10:30.180 INFO 20478 --- [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2017-10-19 15:10:30.181 INFO 20478 --- [main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
2017-10-19 15:10:30.216 INFO 20478 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
2017-10-19 15:10:30.434 INFO 20478 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
2017-10-19 15:10:30.931 INFO 20478 --- [main] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update
2017-10-19 15:10:31.001 INFO 20478 --- [main] rmationExtractorJdbcDatabaseMetaDataImpl : HHH000262: Table not found: alarm
2017-10-19 15:10:31.002 INFO 20478 --- [main] rmationExtractorJdbcDatabaseMetaDataImpl : HHH000262: Table not found: alarm
2017-10-19 15:10:31.066 INFO 20478 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2017-10-19 15:10:31.401 DEBUG 20478 --- [main] o.o.f.core.fc.DroolsAutoConfiguration : Rule: fault_resolution.drl
2017-10-19 15:10:31.416 DEBUG 20478 --- [main] o.o.f.core.fc.DroolsAutoConfiguration : Rule: pre_rules.drl
2017-10-19 15:10:31.416 DEBUG 20478 --- [main] o.o.f.core.fc.DroolsAutoConfiguration : Rule: vnfm_fault_correlator.drl
2017-10-19 15:10:32.741 INFO 20478 --- [main] o.d.c.k.builder.impl.KieRepositoryImpl : KieModule was added: MemoryKieModule[releaseId=org.default:artifact:1.0.0-SNAPSHOT]
2017-10-19 15:10:33.190 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created ConnectionFactory
2017-10-19 15:10:33.223 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created Topic Exchange
2017-10-19 15:10:33.227 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created Queue for NSR Create event
2017-10-19 15:10:33.229 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created Queue for VNF events
2017-10-19 15:10:33.230 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created Queue for NSR Delete Event
2017-10-19 15:10:33.233 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created Binding for NSR Creation event
2017-10-19 15:10:33.239 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created Binding for VNF events
2017-10-19 15:10:33.242 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created Binding for NSR Deletion event
2017-10-19 15:10:33.259 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created MessageContainer for NSR Creation event
2017-10-19 15:10:33.285 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created MessageContainer for VNF events
2017-10-19 15:10:33.289 DEBUG 20478 --- [main] uration$$EnhancerBySpringCGLIB$$8eaa2582 : Created MessageContainer for NSR Deletion event
2017-10-19 15:10:33.531 INFO 20478 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@28c97a5: startup date [Thu Oct 19 15:10:27 EDT 2017]; root of context hierarchy
2017-10-19 15:10:33.626 INFO 20478 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/alarm/vnf],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.common.monitoring.Alarm org.openbaton.faultmanagement.receivers.RestEventReceiver.receiveVnfNewAlarm(org.openbaton.catalogue.mano.common.faultmanagement.VNFAlarmNotification)
2017-10-19 15:10:33.627 INFO 20478 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/alarm/vnf],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.common.monitoring.Alarm org.openbaton.faultmanagement.receivers.RestEventReceiver.receiveVnfStateChangedAlarm(org.openbaton.catalogue.mano.common.faultmanagement.VNFAlarmStateChangedNotification)
2017-10-19 15:10:33.627 INFO 20478 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/alarm/vr],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.common.monitoring.Alarm org.openbaton.faultmanagement.receivers.RestEventReceiver.receiveVRNewAlarm(org.openbaton.catalogue.mano.common.faultmanagement.VirtualizedResourceAlarmNotification)
2017-10-19 15:10:33.628 INFO 20478 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/alarm/vr],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.common.monitoring.Alarm org.openbaton.faultmanagement.receivers.RestEventReceiver.receiveVRStateChangedAlarm(org.openbaton.catalogue.mano.common.faultmanagement.VirtualizedResourceAlarmStateChangedNotification)
2017-10-19 15:10:33.630 INFO 20478 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2017-10-19 15:10:33.630 INFO 20478 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2017-10-19 15:10:33.663 INFO 20478 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-10-19 15:10:33.663 INFO 20478 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-10-19 15:10:33.710 INFO 20478 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2017-10-19 15:10:34.015 INFO 20478 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2017-10-19 15:10:34.022 INFO 20478 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'getConnectionFactory' has been autodetected for JMX exposure
2017-10-19 15:10:34.024 INFO 20478 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'getConnectionFactory': registering with JMX server as MBean [org.springframework.amqp.rabbit.connection:name=getConnectionFactory,type=CachingConnectionFactory]
2017-10-19 15:10:34.040 INFO 20478 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147482648
2017-10-19 15:10:34.041 INFO 20478 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2017-10-19 15:10:34.108 INFO 20478 --- [setCreationMessageContainer-1] o.s.a.r.c.CachingConnectionFactory : Created new connection: getConnectionFactory#3f572f3f:0/SimpleConnection@35af444f [delegate=amqp://admin@172.31.0.136:5672/, localPort= 41338]
2017-10-19 15:10:34.113 INFO 20478 --- [setCreationMessageContainer-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.fm.nsr.create) 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.
2017-10-19 15:10:34.113 INFO 20478 --- [setCreationMessageContainer-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.fm.vnf.events) 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.
2017-10-19 15:10:34.113 INFO 20478 --- [setCreationMessageContainer-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.fm.nsr.delete) 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.
2017-10-19 15:10:34.211 INFO 20478 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 9000 (http)
2017-10-19 15:10:34.214 INFO 20478 --- [main] org.openbaton.faultmanagement.Starter : Nfvo IP: 172.31.0.136: Nfvo Port: 8443
2017-10-19 15:10:34.215 INFO 20478 --- [main] o.openbaton.faultmanagement.utils.Utils : Waiting until NFVO is available...
2017-10-19 15:10:34.215 INFO 20478 --- [main] o.openbaton.faultmanagement.utils.Utils : NFVO is listening on port 8443 at 172.31.0.136
2017-10-19 15:10:34.215 INFO 20478 --- [main] org.openbaton.faultmanagement.Starter : instantiating monitoringPluginCaller:
2017-10-19 15:10:34.215 INFO 20478 --- [main] org.openbaton.faultmanagement.Starter : rabbitmqIp: 172.31.0.136
2017-10-19 15:10:34.216 INFO 20478 --- [main] org.openbaton.faultmanagement.Starter : rabbitmqUsr: admin
2017-10-19 15:10:34.216 INFO 20478 --- [main] org.openbaton.faultmanagement.Starter : rabbitmqPwd: openbaton
2017-10-19 15:10:34.216 INFO 20478 --- [main] org.openbaton.faultmanagement.Starter : rabbitmqPort: 5672
2017-10-19 15:10:34.216 INFO 20478 --- [main] org.openbaton.faultmanagement.Starter : monitoringPluginType: zabbix-plugin
2017-10-19 15:10:34.216 INFO 20478 --- [main] org.openbaton.faultmanagement.Starter : monitoringPluginName: zabbix
2017-10-19 15:10:34.488 DEBUG 20478 --- [main] org.openbaton.faultmanagement.Starter : MonitoringPluginCaller obtained
2017-10-19 15:10:34.489 DEBUG 20478 --- [main] o.o.f.r.NFVORequestorWrapperImpl : Trying to connect to the NFVO...
2017-10-19 15:10:34.502 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Registering Service fm-system
2017-10-19 15:10:34.534 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : File Length based on Array: 17
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 0 : 78
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 1 : 105
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 2 : 117
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 3 : 86
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 4 : 116
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 5 : 68
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 6 : 101
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 7 : 106
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 8 : 65
2017-10-19 15:10:34.535 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 9 : 111
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 10 : 76
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 11 : 93
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 12 : 120
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 13 : 119
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 14 : 92
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 15 : 83
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 1: Byte 16 : 10
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : 2nd Array Length: 16
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 0 : 78
2017-10-19 15:10:34.536 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 1 : 105
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 2 : 117
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 3 : 86
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 4 : 116
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 5 : 68
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 6 : 101
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 7 : 106
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 8 : 65
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 9 : 111
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 10 : 76
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 11 : 93
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 12 : 120
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 13 : 119
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 14 : 92
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Array 2: Byte 15 : 83
2017-10-19 15:10:34.537 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : File Content: NiuVtDejAoL]xw\S
2017-10-19 15:10:34.538 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Content Length: 16
2017-10-19 15:10:34.569 DEBUG 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Post: https://172.31.0.136:8443/api/v1/components/services/register
2017-10-19 15:10:35.335 ERROR 20478 --- [main] org.openbaton.sdk.api.util.RestUtils : Status expected: 201 obtained: 406
2017-10-19 15:10:35.336 ERROR 20478 --- [main] org.openbaton.sdk.api.util.RestUtils : httpresponse: HttpResponseProxy{HTTP/1.1 406 [X-Content-Type-Options: nosniff, X-XSS-Protection: 1; mode=block, Cache-Control: no-cache, no-store, max-age=0, must-revalidate, Pragma: no-cache, Expires: 0, Strict-Transport-Security: max-age=31536000 ; includeSubDomains, X-Frame-Options: DENY, X-Application-Context: NFVO OpenBaton:8443, Content-Length: 0, Date: Thu, 19 Oct 2017 19:10:35 GMT] [Content-Length: 0,Chunked: false]}
2017-10-19 15:10:35.338 ERROR 20478 --- [main] org.openbaton.sdk.api.util.RestUtils : Body:
2017-10-19 15:10:35.348 ERROR 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : org.openbaton.sdk.api.exception.SDKException: Status is 406. The reason is:
org.openbaton.sdk.api.exception.SDKException: org.openbaton.sdk.api.exception.SDKException: Status is 406. The reason is:
at org.openbaton.sdk.api.util.RestRequest.getAccessToken(RestRequest.java:1036) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.RestRequest.checkToken(RestRequest.java:645) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.RestRequest.requestGetAll(RestRequest.java:739) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.RestRequest.requestGet(RestRequest.java:725) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.AbstractRestAgent.findAll(AbstractRestAgent.java:131) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.faultmanagement.requestor.NFVORequestorWrapperImpl.setProjectId(NFVORequestorWrapperImpl.java:92) [classes!/:na]
at org.openbaton.faultmanagement.requestor.NFVORequestorWrapperImpl.subscribe(NFVORequestorWrapperImpl.java:183) [classes!/:na]
at org.openbaton.faultmanagement.subscriber.EventSubscriptionManagerImpl.sendSubscription(EventSubscriptionManagerImpl.java:82) [classes!/:na]
at org.openbaton.faultmanagement.subscriber.EventSubscriptionManagerImpl.subscribeToNFVO(EventSubscriptionManagerImpl.java:117) [classes!/:na]
at org.openbaton.faultmanagement.Starter.run(Starter.java:123) [classes!/:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:732) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:716) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.afterRefresh(SpringApplication.java:703) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:304) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.openbaton.faultmanagement.Application.main(Application.java:33) [classes!/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [fm-system-1.2.6-SNAPSHOT.jar:na]
Caused by: org.openbaton.sdk.api.exception.SDKException: Status is 406. The reason is:
at org.openbaton.sdk.api.util.RestUtils.checkStatus(RestUtils.java:41) ~[sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.RestRequest.getAccessToken(RestRequest.java:1023) [sdk-4.0.1-SNAPSHOT.jar!/:na]
... 24 common frames omitted
2017-10-19 15:10:35.350 ERROR 20478 --- [main] org.openbaton.sdk.api.rest.ProjectAgent : Could not get service token. The reason is: org.openbaton.sdk.api.exception.SDKException: Status is 406. The reason is:
org.openbaton.sdk.api.exception.SDKException: Could not get service token. The reason is: org.openbaton.sdk.api.exception.SDKException: Status is 406. The reason is:
at org.openbaton.sdk.api.util.RestRequest.checkToken(RestRequest.java:652) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.RestRequest.requestGetAll(RestRequest.java:739) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.RestRequest.requestGet(RestRequest.java:725) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.AbstractRestAgent.findAll(AbstractRestAgent.java:131) [sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.faultmanagement.requestor.NFVORequestorWrapperImpl.setProjectId(NFVORequestorWrapperImpl.java:92) [classes!/:na]
at org.openbaton.faultmanagement.requestor.NFVORequestorWrapperImpl.subscribe(NFVORequestorWrapperImpl.java:183) [classes!/:na]
at org.openbaton.faultmanagement.subscriber.EventSubscriptionManagerImpl.sendSubscription(EventSubscriptionManagerImpl.java:82) [classes!/:na]
at org.openbaton.faultmanagement.subscriber.EventSubscriptionManagerImpl.subscribeToNFVO(EventSubscriptionManagerImpl.java:117) [classes!/:na]
at org.openbaton.faultmanagement.Starter.run(Starter.java:123) [classes!/:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:732) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:716) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.afterRefresh(SpringApplication.java:703) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:304) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.openbaton.faultmanagement.Application.main(Application.java:33) [classes!/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [fm-system-1.2.6-SNAPSHOT.jar:na]
2017-10-19 15:10:35.357 INFO 20478 --- [main] utoConfigurationReportLoggingInitializer :
Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2017-10-19 15:10:35.368 ERROR 20478 --- [main] o.s.boot.SpringApplication : Application startup failed
java.lang.IllegalStateException: Failed to execute CommandLineRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:735) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:716) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.afterRefresh(SpringApplication.java:703) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:304) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
at org.openbaton.faultmanagement.Application.main(Application.java:33) [classes!/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [fm-system-1.2.6-SNAPSHOT.jar:na]
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [fm-system-1.2.6-SNAPSHOT.jar:na]
Caused by: org.openbaton.sdk.api.exception.SDKException: Could not get service token. The reason is: org.openbaton.sdk.api.exception.SDKException: Status is 406. The reason is:
at org.openbaton.sdk.api.util.RestRequest.checkToken(RestRequest.java:652) ~[sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.RestRequest.requestGetAll(RestRequest.java:739) ~[sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.RestRequest.requestGet(RestRequest.java:725) ~[sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.sdk.api.util.AbstractRestAgent.findAll(AbstractRestAgent.java:131) ~[sdk-4.0.1-SNAPSHOT.jar!/:na]
at org.openbaton.faultmanagement.requestor.NFVORequestorWrapperImpl.setProjectId(NFVORequestorWrapperImpl.java:92) ~[classes!/:na]
at org.openbaton.faultmanagement.requestor.NFVORequestorWrapperImpl.subscribe(NFVORequestorWrapperImpl.java:183) ~[classes!/:na]
at org.openbaton.faultmanagement.subscriber.EventSubscriptionManagerImpl.sendSubscription(EventSubscriptionManagerImpl.java:82) ~[classes!/:na]
at org.openbaton.faultmanagement.subscriber.EventSubscriptionManagerImpl.subscribeToNFVO(EventSubscriptionManagerImpl.java:117) ~[classes!/:na]
at org.openbaton.faultmanagement.Starter.run(Starter.java:123) ~[classes!/:na]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:732) [spring-boot-1.5.6.RELEASE.jar!/:1.5.6.RELEASE]
... 14 common frames omitted
2017-10-19 15:10:35.377 INFO 20478 --- [main] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@28c97a5: startup date [Thu Oct 19 15:10:27 EDT 2017]; root of context hierarchy
2017-10-19 15:10:35.383 DEBUG 20478 --- [main] o.o.f.s.EventSubscriptionManagerImpl : unsubscribing vnf event subscriptions
2017-10-19 15:10:35.425 INFO 20478 --- [main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2017-10-19 15:10:35.576 INFO 20478 --- [main] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147483647
2017-10-19 15:10:35.581 INFO 20478 --- [main] o.s.a.r.l.SimpleMessageListenerContainer : Waiting for workers to finish.
2017-10-19 15:10:36.157 INFO 20478 --- [main] o.s.a.r.l.SimpleMessageListenerContainer : Successfully waited for workers to finish.
2017-10-19 15:10:36.161 INFO 20478 --- [main] o.s.a.r.l.SimpleMessageListenerContainer : Waiting for workers to finish.
2017-10-19 15:10:36.163 INFO 20478 --- [main] o.s.a.r.l.SimpleMessageListenerContainer : Successfully waited for workers to finish.
2017-10-19 15:10:36.165 INFO 20478 --- [main] o.s.a.r.l.SimpleMessageListenerContainer : Waiting for workers to finish.
2017-10-19 15:10:36.177 INFO 20478 --- [main] o.s.a.r.l.SimpleMessageListenerContainer : Successfully waited for workers to finish.
2017-10-19 15:10:36.178 INFO 20478 --- [main] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase -2147482648
2017-10-19 15:10:36.178 INFO 20478 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
2017-10-19 15:10:36.178 INFO 20478 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans
2017-10-19 15:10:36.200 INFO 20478 --- [main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2017-10-19 15:09:42.944 INFO 20170 --- [main] o.f.core.internal.util.VersionPrinter : Flyway 3.2.1 by Boxfuse
2017-10-19 15:09:43.471 INFO 20170 --- [main] hsqldb.db.HSQLDB5F355CBA3E.ENGINE : checkpointClose start
2017-10-19 15:09:43.472 INFO 20170 --- [main] hsqldb.db.HSQLDB5F355CBA3E.ENGINE : checkpointClose synched
2017-10-19 15:09:43.525 INFO 20170 --- [main] hsqldb.db.HSQLDB5F355CBA3E.ENGINE : checkpointClose script done
2017-10-19 15:09:43.592 INFO 20170 --- [main] hsqldb.db.HSQLDB5F355CBA3E.ENGINE : checkpointClose end
2017-10-19 15:09:43.609 INFO 20170 --- [main] o.f.c.i.dbsupport.DbSupportFactory : Database: jdbc:hsqldb:file:/tmp/openbaton/openbaton.hsdb (HSQL Database Engine 2.3)
2017-10-19 15:09:43.649 INFO 20170 --- [main] o.f.core.internal.command.DbBaseline : Metadata table "PUBLIC"."schema_version" already initialized with (4.0.1.1,<< Flyway Baseline >>). Skipping.
2017-10-19 15:09:43.650 INFO 20170 --- [main] o.f.core.internal.command.DbBaseline : Schema baselined with version: 4.0.1.1
2017-10-19 15:09:43.670 INFO 20170 --- [main] o.f.core.internal.command.DbValidate : Validated 10 migrations (execution time 00:00.012s)
2017-10-19 15:09:43.678 INFO 20170 --- [main] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": 4.0.1.1
2017-10-19 15:09:43.679 INFO 20170 --- [main] o.f.core.internal.command.DbMigrate : Schema "PUBLIC" is up to date. No migration necessary.
2017-10-19 15:09:45.216 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table additional_repo_info_configuration drop constraint FK6x0ln2ndmid6jmjkkboag10k
2017-10-19 15:09:45.218 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.ADDITIONAL_REPO_INFO_CONFIGURATION
2017-10-19 15:09:45.218 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table auto_scale_policy_actions drop constraint FKpxtmw39jduop4lu36g73myqrh
2017-10-19 15:09:45.219 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.AUTO_SCALE_POLICY_ACTIONS
2017-10-19 15:09:45.219 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table auto_scale_policy_actions drop constraint FKjs0hccy5f6m1lji37v2bvc0ee
2017-10-19 15:09:45.219 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.AUTO_SCALE_POLICY_ACTIONS
2017-10-19 15:09:45.220 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table auto_scale_policy_alarms drop constraint FK706cudkr3rjqu0mipbsedmq2b
2017-10-19 15:09:45.220 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.AUTO_SCALE_POLICY_ALARMS
2017-10-19 15:09:45.220 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table auto_scale_policy_alarms drop constraint FK78teio52qs06h1vwujv46piyg
2017-10-19 15:09:45.221 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.AUTO_SCALE_POLICY_ALARMS
2017-10-19 15:09:45.221 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table base_user_roles drop constraint FK6qnng2a0nwn14u0qjpie5to8s
2017-10-19 15:09:45.221 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.BASE_USER_ROLES
2017-10-19 15:09:45.221 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table configuration_configuration_parameters drop constraint FKc9adffmr0i3bond59xa7mn0kp
2017-10-19 15:09:45.222 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.CONFIGURATION_CONFIGURATION_PARAMETERS
2017-10-19 15:09:45.222 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table configuration_configuration_parameters drop constraint FK97amo5xaxs0tekopo4ive7b7r
2017-10-19 15:09:45.222 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.CONFIGURATION_CONFIGURATION_PARAMETERS
2017-10-19 15:09:45.223 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table dependency_parameters_parameters drop constraint FKhl6eps8kq6hwvc7reakv2afep
2017-10-19 15:09:45.223 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.DEPENDENCY_PARAMETERS_PARAMETERS
2017-10-19 15:09:45.223 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table fault_management_policy_criteria drop constraint FKb3on8mhhjxhewr4q3b1rkvcan
2017-10-19 15:09:45.224 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.FAULT_MANAGEMENT_POLICY_CRITERIA
2017-10-19 15:09:45.224 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table fault_management_policy_criteria drop constraint FKbuoxty8fhonrrhsscqjj9m0ch
2017-10-19 15:09:45.224 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.FAULT_MANAGEMENT_POLICY_CRITERIA
2017-10-19 15:09:45.224 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table image_metadata_ids drop constraint FKcxoso9mvucci2ww8gfkabjut8
2017-10-19 15:09:45.225 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.IMAGE_METADATA_IDS
2017-10-19 15:09:45.225 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table image_metadata_names drop constraint FKffepqnis347svvw1ac7kc6dg7
2017-10-19 15:09:45.225 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.IMAGE_METADATA_NAMES
2017-10-19 15:09:45.225 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table internal_virtual_link_connection_points_references drop constraint FKssu9y1wygusw9ub9rghmesan9
2017-10-19 15:09:45.226 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.INTERNAL_VIRTUAL_LINK_CONNECTION_POINTS_REFERENCES
2017-10-19 15:09:45.226 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table lifecycle_event_lifecycle_events drop constraint FKf2tlxoow5u4o2k9q31h207nbu
2017-10-19 15:09:45.226 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.LIFECYCLE_EVENT_LIFECYCLE_EVENTS
2017-10-19 15:09:45.226 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table monitoring_parameter_params drop constraint FK3vea38dsm2d9xe5vfvjy8v9gt
2017-10-19 15:09:45.227 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.MONITORING_PARAMETER_PARAMS
2017-10-19 15:09:45.227 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_subnets drop constraint FKof2ygnd5nw5l2j3q46tam79le
2017-10-19 15:09:45.227 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SUBNETS
2017-10-19 15:09:45.227 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_subnets drop constraint FKip6oo0an5qilrsixnrww7ksk7
2017-10-19 15:09:45.228 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SUBNETS
2017-10-19 15:09:45.228 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_forwarding_path drop constraint FK80sci1b839bkojvgyxplc4nj9
2017-10-19 15:09:45.228 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_FORWARDING_PATH
2017-10-19 15:09:45.228 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_forwarding_path_connection drop constraint FKe9hbwhipyrm47q6j2l6li2487
2017-10-19 15:09:45.228 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_FORWARDING_PATH_CONNECTION
2017-10-19 15:09:45.229 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_deployment_flavour_constituent_vnf drop constraint FK9e4ng1p3jsumxsutif3bvn5vd
2017-10-19 15:09:45.229 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DEPLOYMENT_FLAVOUR_CONSTITUENT_VNF
2017-10-19 15:09:45.229 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_deployment_flavour_constituent_vnf drop constraint FKdhrqk3u3muyl0ntl9v3lyl1kp
2017-10-19 15:09:45.229 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DEPLOYMENT_FLAVOUR_CONSTITUENT_VNF
2017-10-19 15:09:45.229 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor drop constraint FKrnyd03mjd6gm8hhy7bxanp4xn
2017-10-19 15:09:45.230 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DESCRIPTOR
2017-10-19 15:09:45.230 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_pnfd drop constraint FKnbqmoeaufkvuahyb0dbdr4pi9
2017-10-19 15:09:45.230 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DESCRIPTOR_PNFD
2017-10-19 15:09:45.230 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_pnfd drop constraint FKtppaoucngcsa9yfvgb7mq9x35
2017-10-19 15:09:45.231 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DESCRIPTOR_PNFD
2017-10-19 15:09:45.231 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnf_dependency drop constraint FK8n9g0qnj4acl8wuwmg9v8jlin
2017-10-19 15:09:45.231 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DESCRIPTOR_VNF_DEPENDENCY
2017-10-19 15:09:45.231 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnf_dependency drop constraint FK1932yjcpoyyvfulcqdfiaf273
2017-10-19 15:09:45.231 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DESCRIPTOR_VNF_DEPENDENCY
2017-10-19 15:09:45.232 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnfd drop constraint FKtoke8dyr0lvwklk2vq2ptmi02
2017-10-19 15:09:45.232 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DESCRIPTOR_VNFD
2017-10-19 15:09:45.232 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_descriptor_vnfd drop constraint FK654lnoo0jn1bcb4uft35vme7l
2017-10-19 15:09:45.232 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_DESCRIPTOR_VNFD
2017-10-19 15:09:45.233 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record drop constraint FKqf8y0rhx3xokbm4pfplrhhl9l
2017-10-19 15:09:45.233 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD
2017-10-19 15:09:45.233 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_auto_scale_policy drop constraint FKdiqknl4puixrsbknqawnxnxjm
2017-10-19 15:09:45.233 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_AUTO_SCALE_POLICY
2017-10-19 15:09:45.233 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_auto_scale_policy drop constraint FKgwfrni661t9d1rlij75228ojv
2017-10-19 15:09:45.234 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_AUTO_SCALE_POLICY
2017-10-19 15:09:45.234 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_connection_point drop constraint FKo1ptv0ys96mfrdof09lfulbso
2017-10-19 15:09:45.234 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_CONNECTION_POINT
2017-10-19 15:09:45.234 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_fault_management_policy drop constraint FKse2nsb885d3q7lixhpkpbn869
2017-10-19 15:09:45.234 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_FAULT_MANAGEMENT_POLICY
2017-10-19 15:09:45.235 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_fault_management_policy drop constraint FKjshgdlxgprehyw2gw1cu4dxxp
2017-10-19 15:09:45.235 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_FAULT_MANAGEMENT_POLICY
2017-10-19 15:09:45.235 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_key_names drop constraint FKjpagukmwmbr32ggcgkstki5cv
2017-10-19 15:09:45.235 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_KEY_NAMES
2017-10-19 15:09:45.235 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event drop constraint FK3kogb581jdqs0wp9kq34cmnfc
2017-10-19 15:09:45.236 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_LIFECYCLE_EVENT
2017-10-19 15:09:45.236 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event drop constraint FK4pmydnku9ktc3p8sjfg4sdwd6
2017-10-19 15:09:45.236 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_LIFECYCLE_EVENT
2017-10-19 15:09:45.236 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event_history drop constraint FKi0j0bjr44kk20sa4injqu5cli
2017-10-19 15:09:45.237 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_LIFECYCLE_EVENT_HISTORY
2017-10-19 15:09:45.237 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_lifecycle_event_history drop constraint FK64ryw5h8dtymfg8ixp5kcws3
2017-10-19 15:09:45.237 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_LIFECYCLE_EVENT_HISTORY
2017-10-19 15:09:45.237 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_monitoring_parameter drop constraint FKhlaoo80untyq6kpi6nrlxh93
2017-10-19 15:09:45.238 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_MONITORING_PARAMETER
2017-10-19 15:09:45.238 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_pnfr drop constraint FKd1ppo66k0cdh79e0l6dj0nfbw
2017-10-19 15:09:45.238 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_PNFR
2017-10-19 15:09:45.238 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_pnfr drop constraint FKbcqxt3twylwi2yynxf0t4utix
2017-10-19 15:09:45.238 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_PNFR
2017-10-19 15:09:45.239 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vlr drop constraint FK3tdmomos7uqn9rs2ikwuk1nj8
2017-10-19 15:09:45.239 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_VLR
2017-10-19 15:09:45.239 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vlr drop constraint FKrm1xknbydglkeolfvs9ssuuf3
2017-10-19 15:09:45.239 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_VLR
2017-10-19 15:09:45.239 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnf_dependency drop constraint FKng2iv7vgg68y1e1a43agjc212
2017-10-19 15:09:45.240 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_VNF_DEPENDENCY
2017-10-19 15:09:45.240 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnf_dependency drop constraint FKhu3jn1dxgm4xky4yqmelcxad2
2017-10-19 15:09:45.240 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_VNF_DEPENDENCY
2017-10-19 15:09:45.240 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnffgr drop constraint FKlmcmb5o8168pke7dqcxe5jo3a
2017-10-19 15:09:45.240 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_VNFFGR
2017-10-19 15:09:45.241 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnffgr drop constraint FKiihfn1n369o767prkxultgs04
2017-10-19 15:09:45.241 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_VNFFGR
2017-10-19 15:09:45.241 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnfr drop constraint FKl6umqwgqinql1jlqscv38ftth
2017-10-19 15:09:45.241 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_VNFR
2017-10-19 15:09:45.241 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table network_service_record_vnfr drop constraint FKk98clkdlp1cgclo5lmq2o4cxh
2017-10-19 15:09:45.242 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NETWORK_SERVICE_RECORD_VNFR
2017-10-19 15:09:45.242 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_auto_scale_policy drop constraint FK27hhdxvub02e65pb36caihtlf
2017-10-19 15:09:45.242 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NFVENTITY_DESCRIPTOR_AUTO_SCALE_POLICY
2017-10-19 15:09:45.242 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_vld drop constraint FK8x2pv9hacdxvcmqkfxobrvh6
2017-10-19 15:09:45.242 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NFVENTITY_DESCRIPTOR_VLD
2017-10-19 15:09:45.242 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table nfventity_descriptor_vnffgd drop constraint FKh98l4lrlxegy09bsg92dxbk46
2017-10-19 15:09:45.243 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.NFVENTITY_DESCRIPTOR_VNFFGD
2017-10-19 15:09:45.243 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_descriptor drop constraint FKb4bcio2y4c1lfxfd23nhe0dih
2017-10-19 15:09:45.243 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.PHYSICAL_NETWORK_FUNCTION_DESCRIPTOR
2017-10-19 15:09:45.243 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_descriptor_connection_point drop constraint FK7vrvyao93bfx2v3xg9i3j08e4
2017-10-19 15:09:45.243 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.PHYSICAL_NETWORK_FUNCTION_DESCRIPTOR_CONNECTION_POINT
2017-10-19 15:09:45.244 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connected_virtual_link drop constraint FK90kw488vxfwa2l4ody4yjxwqb
2017-10-19 15:09:45.244 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.PHYSICAL_NETWORK_FUNCTION_RECORD_CONNECTED_VIRTUAL_LINK
2017-10-19 15:09:45.244 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connected_virtual_link drop constraint FKhr34ur3ggq8m7o31hldnifpa9
2017-10-19 15:09:45.244 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.PHYSICAL_NETWORK_FUNCTION_RECORD_CONNECTED_VIRTUAL_LINK
2017-10-19 15:09:45.245 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_connection_point drop constraint FKtrokj1aqjcfsid17y8rx8ho7m
2017-10-19 15:09:45.245 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.PHYSICAL_NETWORK_FUNCTION_RECORD_CONNECTION_POINT
2017-10-19 15:09:45.245 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_pnf_address drop constraint FKl6tnow7bv4l1rkpe4sk966dq0
2017-10-19 15:09:45.245 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.PHYSICAL_NETWORK_FUNCTION_RECORD_PNF_ADDRESS
2017-10-19 15:09:45.246 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_vnffgr drop constraint FK5ijnly07opavkvcy6wf11bjye
2017-10-19 15:09:45.246 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.PHYSICAL_NETWORK_FUNCTION_RECORD_VNFFGR
2017-10-19 15:09:45.246 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table physical_network_function_record_vnffgr drop constraint FK9m0hrge1iodlv4by33wmf3ybg
2017-10-19 15:09:45.246 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.PHYSICAL_NETWORK_FUNCTION_RECORD_VNFFGR
2017-10-19 15:09:45.247 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table requires_parameters_parameters drop constraint FKdt6fryclp4g3swkcrin85gjex
2017-10-19 15:09:45.247 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.REQUIRES_PARAMETERS_PARAMETERS
2017-10-19 15:09:45.247 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vdudependency drop constraint FK51kldndakoxobqs6ihgfke2fn
2017-10-19 15:09:45.247 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VDUDEPENDENCY
2017-10-19 15:09:45.247 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vdudependency drop constraint FKptlsd9pj95dgxs690gc52jlu4
2017-10-19 15:09:45.247 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VDUDEPENDENCY
2017-10-19 15:09:45.248 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance drop constraint FKdxa3e8rla29k44quo0l233m2p
2017-10-19 15:09:45.248 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIM_INSTANCE
2017-10-19 15:09:45.248 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_flavours drop constraint FKeqn28tiwm6b4xj2b6wj847dv7
2017-10-19 15:09:45.248 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIM_INSTANCE_FLAVOURS
2017-10-19 15:09:45.248 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_images drop constraint FKpmw5s8ph1j0gnp7787c53h1pi
2017-10-19 15:09:45.248 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIM_INSTANCE_IMAGES
2017-10-19 15:09:45.249 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_images drop constraint FK99qp2wvv4blkqlyc32qiulmaj
2017-10-19 15:09:45.249 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIM_INSTANCE_IMAGES
2017-10-19 15:09:45.249 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_networks drop constraint FKr2q36rm0i0gikvpso0wsfhlmw
2017-10-19 15:09:45.249 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIM_INSTANCE_NETWORKS
2017-10-19 15:09:45.249 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_networks drop constraint FKq3auqv27sna0hlcny9x722jo8
2017-10-19 15:09:45.250 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIM_INSTANCE_NETWORKS
2017-10-19 15:09:45.250 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vim_instance_security_groups drop constraint FK9hxj1fudcs347r8gbh80vha1t
2017-10-19 15:09:45.250 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIM_INSTANCE_SECURITY_GROUPS
2017-10-19 15:09:45.250 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit drop constraint FKadjkx3tdwm2dk00u49pmjyo9p
2017-10-19 15:09:45.250 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT
2017-10-19 15:09:45.250 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_fault_management_policy drop constraint FKndr42mouoxvxf86wl0039pn7b
2017-10-19 15:09:45.251 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_FAULT_MANAGEMENT_POLICY
2017-10-19 15:09:45.251 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_fault_management_policy drop constraint FKg3mv6hk7kuga9g0c3f803rvka
2017-10-19 15:09:45.251 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_FAULT_MANAGEMENT_POLICY
2017-10-19 15:09:45.251 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_lifecycle_event drop constraint FKos8p0647agj4jb442bwnoqly8
2017-10-19 15:09:45.251 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_LIFECYCLE_EVENT
2017-10-19 15:09:45.252 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_lifecycle_event drop constraint FKiexcao2iimafwd2o2c115j88k
2017-10-19 15:09:45.252 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_LIFECYCLE_EVENT
2017-10-19 15:09:45.252 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_monitoring_parameter drop constraint FK8uraxnswu5fj3q0kc6t2h9ucf
2017-10-19 15:09:45.252 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_MONITORING_PARAMETER
2017-10-19 15:09:45.252 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vim_instance_name drop constraint FK6wc7nqiyv9o5vkg75wxfvrste
2017-10-19 15:09:45.252 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_VIM_INSTANCE_NAME
2017-10-19 15:09:45.253 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vm_image drop constraint FKooghod3n104c2rri5daj7wn8c
2017-10-19 15:09:45.253 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_VM_IMAGE
2017-10-19 15:09:45.253 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc drop constraint FKogvkbp9cf6ojtpsd3pt6ms766
2017-10-19 15:09:45.253 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_VNFC
2017-10-19 15:09:45.254 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc_instance drop constraint FK97t1amyu1qpdqm6w0d1rn7fpa
2017-10-19 15:09:45.254 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_VNFC_INSTANCE
2017-10-19 15:09:45.254 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_deployment_unit_vnfc_instance drop constraint FK96791i6f2khtfvowx89qakdc6
2017-10-19 15:09:45.254 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_DEPLOYMENT_UNIT_VNFC_INSTANCE
2017-10-19 15:09:45.254 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_descriptor drop constraint FKokynar6kijxjcb3xyst41jsxf
2017-10-19 15:09:45.255 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_DESCRIPTOR
2017-10-19 15:09:45.255 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_descriptor_connection drop constraint FKe18lrf20lqpoenp9e2lkd51f6
2017-10-19 15:09:45.255 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_DESCRIPTOR_CONNECTION
2017-10-19 15:09:45.255 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_allocated_capacity drop constraint FKmh45m2bh8bajqmoa3jvm9b88e
2017-10-19 15:09:45.255 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_RECORD_ALLOCATED_CAPACITY
2017-10-19 15:09:45.256 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_audit_log drop constraint FKao1fuk2jppg4t0fohcw77eqno
2017-10-19 15:09:45.256 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_RECORD_AUDIT_LOG
2017-10-19 15:09:45.256 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_connection drop constraint FKcyri3y4i998yd53e0p707ob10
2017-10-19 15:09:45.256 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_RECORD_CONNECTION
2017-10-19 15:09:45.256 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_lifecycle_event_history drop constraint FKncainne3gey3prohuwb7s6b77
2017-10-19 15:09:45.256 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_RECORD_LIFECYCLE_EVENT_HISTORY
2017-10-19 15:09:45.257 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_lifecycle_event_history drop constraint FKq7ghj0u9494ntbvbkpglq1cof
2017-10-19 15:09:45.257 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_RECORD_LIFECYCLE_EVENT_HISTORY
2017-10-19 15:09:45.257 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_notification drop constraint FK6m5kqoc09k29ulmex3o995f8f
2017-10-19 15:09:45.257 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_RECORD_NOTIFICATION
2017-10-19 15:09:45.257 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_vnffgr_reference drop constraint FKtcf9eur4oveg82pdl5xk4bx51
2017-10-19 15:09:45.258 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_RECORD_VNFFGR_REFERENCE
2017-10-19 15:09:45.258 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_link_record_vnffgr_reference drop constraint FKnl33ib1lug8hbnonmjsolr3kh
2017-10-19 15:09:45.258 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_LINK_RECORD_VNFFGR_REFERENCE
2017-10-19 15:09:45.258 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor drop constraint FKgawa9fa92vkqwsctxgxj42neo
2017-10-19 15:09:45.258 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR
2017-10-19 15:09:45.259 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_deployment_flavour drop constraint FKr6gkkbf6i63g9cv8vt88examn
2017-10-19 15:09:45.259 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_DEPLOYMENT_FLAVOUR
2017-10-19 15:09:45.259 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_deployment_flavour drop constraint FK5nqad0ch9los6xhmtcdgh1neu
2017-10-19 15:09:45.259 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_DEPLOYMENT_FLAVOUR
2017-10-19 15:09:45.259 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_lifecycle_event drop constraint FKl2rqmnmyf3xltecy432c33vy
2017-10-19 15:09:45.260 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_LIFECYCLE_EVENT
2017-10-19 15:09:45.260 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_lifecycle_event drop constraint FKg34q2rdemcf6q7ypxt1t9sx6
2017-10-19 15:09:45.260 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_LIFECYCLE_EVENT
2017-10-19 15:09:45.260 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_manifest_file_security drop constraint FKrewbxuyny4kuqncj6jmith1mm
2017-10-19 15:09:45.260 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_MANIFEST_FILE_SECURITY
2017-10-19 15:09:45.260 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_manifest_file_security drop constraint FKsk9tkxcxybvkcagpqrvvdvrr3
2017-10-19 15:09:45.261 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_MANIFEST_FILE_SECURITY
2017-10-19 15:09:45.261 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_provides drop constraint FKiva6dy4s3bh41c7ulearhs1w8
2017-10-19 15:09:45.261 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_PROVIDES
2017-10-19 15:09:45.261 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_requires drop constraint FKj2nma6ox75s7hp75f9cgfikeh
2017-10-19 15:09:45.261 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_REQUIRES
2017-10-19 15:09:45.262 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_requires drop constraint FKsurucbrs6m1dc8jgwqhr9po86
2017-10-19 15:09:45.262 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_REQUIRES
2017-10-19 15:09:45.262 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu drop constraint FKbghshlnnmj37g75eh6l4vupiv
2017-10-19 15:09:45.262 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VDU
2017-10-19 15:09:45.262 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu drop constraint FK3ry0qvmgb6fibdywl6te508ot
2017-10-19 15:09:45.263 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VDU
2017-10-19 15:09:45.263 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu_dependency drop constraint FKfsj1vbnw68n8nykypscbc0v61
2017-10-19 15:09:45.263 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VDU_DEPENDENCY
2017-10-19 15:09:45.263 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_vdu_dependency drop constraint FKsaebsu3eh4h23pgdi8wo632l5
2017-10-19 15:09:45.263 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VDU_DEPENDENCY
2017-10-19 15:09:45.263 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_virtual_link drop constraint FKnoe623sthm6hrp29wxlu5cdk0
2017-10-19 15:09:45.264 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VIRTUAL_LINK
2017-10-19 15:09:45.264 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_descriptor_virtual_link drop constraint FKs60b23ikg0gakafijmswqn5jv
2017-10-19 15:09:45.264 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_DESCRIPTOR_VIRTUAL_LINK
2017-10-19 15:09:45.264 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop constraint FK3yfbo4e9pq3nu1joqfaxdg26p
2017-10-19 15:09:45.264 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD
2017-10-19 15:09:45.264 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop constraint FK9q8t5ftivu8cb55keb10uvgtd
2017-10-19 15:09:45.265 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD
2017-10-19 15:09:45.265 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record drop constraint FK6gxpix2i5agjbe3s266xlqw5c
2017-10-19 15:09:45.265 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD
2017-10-19 15:09:45.265 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_auto_scale_policy drop constraint FKebjtm8j205rx2aegyquchr9b4
2017-10-19 15:09:45.265 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_AUTO_SCALE_POLICY
2017-10-19 15:09:45.266 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_auto_scale_policy drop constraint FKhsq5iuq6ptee41kqyp50uwg9n
2017-10-19 15:09:45.266 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_AUTO_SCALE_POLICY
2017-10-19 15:09:45.266 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connected_external_virtual_link drop constraint FKbfl1s8ov3l508er0rm9iq04ss
2017-10-19 15:09:45.266 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_CONNECTED_EXTERNAL_VIRTUAL_LINK
2017-10-19 15:09:45.266 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connected_external_virtual_link drop constraint FKebbx4kgwfutsfshwx4sv1fv9e
2017-10-19 15:09:45.266 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_CONNECTED_EXTERNAL_VIRTUAL_LINK
2017-10-19 15:09:45.267 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_connection_point drop constraint FKgxtgijpcm2od9kt85rhci4yh6
2017-10-19 15:09:45.267 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_CONNECTION_POINT
2017-10-19 15:09:45.267 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event drop constraint FKgx2td9u6jwc1n87eo4e0s6757
2017-10-19 15:09:45.267 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_LIFECYCLE_EVENT
2017-10-19 15:09:45.267 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event drop constraint FK8h1h9ox15vqrudh1n7ipynqor
2017-10-19 15:09:45.267 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_LIFECYCLE_EVENT
2017-10-19 15:09:45.268 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event_history drop constraint FKqfnur0fbukyanfocmrgbf8tou
2017-10-19 15:09:45.268 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_LIFECYCLE_EVENT_HISTORY
2017-10-19 15:09:45.268 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_lifecycle_event_history drop constraint FKai3ekfvee8phr13xir8spt2ma
2017-10-19 15:09:45.268 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_LIFECYCLE_EVENT_HISTORY
2017-10-19 15:09:45.268 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_monitoring_parameter drop constraint FK787g7hcgk9xpupbvp8x2jkgc1
2017-10-19 15:09:45.269 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_MONITORING_PARAMETER
2017-10-19 15:09:45.269 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_notification drop constraint FKoyqc4yi65jfem9ci9umlom6pb
2017-10-19 15:09:45.269 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_NOTIFICATION
2017-10-19 15:09:45.269 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_runtime_policy_info drop constraint FKc375pbedhup1fobn35fksd8pd
2017-10-19 15:09:45.269 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_RUNTIME_POLICY_INFO
2017-10-19 15:09:45.270 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vdu drop constraint FKewxp269o55sjcf8bn4b19bgb
2017-10-19 15:09:45.270 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_VDU
2017-10-19 15:09:45.270 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vdu drop constraint FKe78vpm6ww8kw5b8uuxf4isvd2
2017-10-19 15:09:45.270 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_VDU
2017-10-19 15:09:45.270 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_virtual_link drop constraint FKs1aexy1w3vucljgqs8r422rq2
2017-10-19 15:09:45.270 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_VIRTUAL_LINK
2017-10-19 15:09:45.271 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_virtual_link drop constraint FKq5sxpoek3lwwo3iw4mw8634y2
2017-10-19 15:09:45.271 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_VIRTUAL_LINK
2017-10-19 15:09:45.271 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table virtual_network_function_record_vnf_address drop constraint FKmq7ujo0sfxa2ln0cy79ft3yb8
2017-10-19 15:09:45.271 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VIRTUAL_NETWORK_FUNCTION_RECORD_VNF_ADDRESS
2017-10-19 15:09:45.271 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfalarm_vnfc_ids drop constraint FK4lbfh52xc1omx2jtq5q6b8px0
2017-10-19 15:09:45.272 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFALARM_VNFC_IDS
2017-10-19 15:09:45.272 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcdependency_parameters_parameters drop constraint FKaml2mdcpuod8fqe30fxg9q79p
2017-10-19 15:09:45.272 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFCDEPENDENCY_PARAMETERS_PARAMETERS
2017-10-19 15:09:45.272 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcdependency_parameters_parameters drop constraint FKekrwk56c8jarx7o258oxetw8t
2017-10-19 15:09:45.272 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFCDEPENDENCY_PARAMETERS_PARAMETERS
2017-10-19 15:09:45.272 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_floating_ips drop constraint FK5ysy5if8f910kedq9lyr273ib
2017-10-19 15:09:45.273 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFCINSTANCE_FLOATING_IPS
2017-10-19 15:09:45.273 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_floating_ips drop constraint FKdnw55fa3txvh92au8eovpafso
2017-10-19 15:09:45.273 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFCINSTANCE_FLOATING_IPS
2017-10-19 15:09:45.273 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_ips drop constraint FKh2t9btjgvs9p73ly6uo6lv266
2017-10-19 15:09:45.273 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFCINSTANCE_IPS
2017-10-19 15:09:45.273 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcinstance_ips drop constraint FKt517dgf5kyv5qrw4c117p7ydc
2017-10-19 15:09:45.274 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFCINSTANCE_IPS
2017-10-19 15:09:45.274 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfcomponent_connection_point drop constraint FKoluabmfh0kck8073nd4ocijec
2017-10-19 15:09:45.274 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFCOMPONENT_CONNECTION_POINT
2017-10-19 15:09:45.274 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdependency_parameters drop constraint FK6colscm1x3x6p85qc6mt2ybg2
2017-10-19 15:09:45.274 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFDEPENDENCY_PARAMETERS
2017-10-19 15:09:45.274 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_costituent_vdu drop constraint FKd513k6r3lhx4wpx9tkqr141c
2017-10-19 15:09:45.275 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFDEPLOYMENT_FLAVOUR_COSTITUENT_VDU
2017-10-19 15:09:45.275 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_costituent_vdu drop constraint FKg6rmrogbsmw4j5rlbtdlfb9qm
2017-10-19 15:09:45.275 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFDEPLOYMENT_FLAVOUR_COSTITUENT_VDU
2017-10-19 15:09:45.275 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfdeployment_flavour_df_constraint drop constraint FKbsmdfw6jwwjam0emx4jb5c5vw
2017-10-19 15:09:45.275 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFDEPLOYMENT_FLAVOUR_DF_CONSTRAINT
2017-10-19 15:09:45.275 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor drop constraint FKbr8tde1q6giqyyaujl2eb23tj
2017-10-19 15:09:45.276 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_DESCRIPTOR
2017-10-19 15:09:45.276 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_connection_point drop constraint FKca639yr2770jh7onfgolg8osu
2017-10-19 15:09:45.276 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_DESCRIPTOR_CONNECTION_POINT
2017-10-19 15:09:45.276 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_constituent_vnfs drop constraint FK2iplkwn63dkmxughjh9upnp71
2017-10-19 15:09:45.276 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_DESCRIPTOR_CONSTITUENT_VNFS
2017-10-19 15:09:45.276 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_constituent_vnfs drop constraint FKk6wc3nxfb7e5b7nkg1oygfyty
2017-10-19 15:09:45.277 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_DESCRIPTOR_CONSTITUENT_VNFS
2017-10-19 15:09:45.277 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_dependent_virtual_link drop constraint FK2mneagohny5icp0dddijoombl
2017-10-19 15:09:45.277 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_DESCRIPTOR_DEPENDENT_VIRTUAL_LINK
2017-10-19 15:09:45.277 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_dependent_virtual_link drop constraint FKe880s0c1ohg1hfnh3n5cj0vak
2017-10-19 15:09:45.277 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_DESCRIPTOR_DEPENDENT_VIRTUAL_LINK
2017-10-19 15:09:45.278 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_network_forwarding_path drop constraint FKp0yt0nsr601po19fsk6h7df2t
2017-10-19 15:09:45.278 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_DESCRIPTOR_NETWORK_FORWARDING_PATH
2017-10-19 15:09:45.278 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_descriptor_network_forwarding_path drop constraint FKbe4ss8h7d8io54ympwjvcp809
2017-10-19 15:09:45.278 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_DESCRIPTOR_NETWORK_FORWARDING_PATH
2017-10-19 15:09:45.278 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop constraint FK17wfl7e2xbf91a8bsfi0d7woj
2017-10-19 15:09:45.278 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD
2017-10-19 15:09:45.279 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop constraint FK72mnej0jtus9m1908uax1gkjh
2017-10-19 15:09:45.279 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD
2017-10-19 15:09:45.279 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record drop constraint FK2f7bk711hki8b9i9jh4mitnbu
2017-10-19 15:09:45.279 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD
2017-10-19 15:09:45.279 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_connection_point drop constraint FK9iifngkpcwamoc90fjyxj05g1
2017-10-19 15:09:45.279 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_CONNECTION_POINT
2017-10-19 15:09:45.280 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_connection_point drop constraint FKcr0qs0e6uq066sbfhfox32xip
2017-10-19 15:09:45.280 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_CONNECTION_POINT
2017-10-19 15:09:45.280 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_dependent_virtual_link drop constraint FKnvfisjlnetpyawwvi5wk70uhh
2017-10-19 15:09:45.280 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_DEPENDENT_VIRTUAL_LINK
2017-10-19 15:09:45.280 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_dependent_virtual_link drop constraint FK5of0ymyhpen5xe7lf938dmk3q
2017-10-19 15:09:45.280 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_DEPENDENT_VIRTUAL_LINK
2017-10-19 15:09:45.281 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_lifecycle_event_history drop constraint FK4k0wolpd73mg26mpcffajda6t
2017-10-19 15:09:45.281 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_LIFECYCLE_EVENT_HISTORY
2017-10-19 15:09:45.281 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_lifecycle_event_history drop constraint FK2yy2xsl7wxd36lw8xcdmg9bt8
2017-10-19 15:09:45.281 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_LIFECYCLE_EVENT_HISTORY
2017-10-19 15:09:45.281 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_member_vnfs drop constraint FKi8onj2svt9v8nykg3momy6dtv
2017-10-19 15:09:45.281 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_MEMBER_VNFS
2017-10-19 15:09:45.282 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_member_vnfs drop constraint FK8o74a9bbq9cxihc35yyy3967n
2017-10-19 15:09:45.282 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_MEMBER_VNFS
2017-10-19 15:09:45.282 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfforwarding_graph_record_notification drop constraint FKch7tbu6o3wurqav68hcnu73d4
2017-10-19 15:09:45.282 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFFORWARDING_GRAPH_RECORD_NOTIFICATION
2017-10-19 15:09:45.282 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage drop constraint FK6glkiyy9t8bkacnrbxxcutup0
2017-10-19 15:09:45.282 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE
2017-10-19 15:09:45.283 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage drop constraint FK8arsx8rs51xxyfuqgtu8pb1cn
2017-10-19 15:09:45.283 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE
2017-10-19 15:09:45.283 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_scripts drop constraint FKaymm5hx133xbgp57p6x941b8g
2017-10-19 15:09:45.283 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_SCRIPTS
2017-10-19 15:09:45.283 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_scripts drop constraint FKpk5mw74ovm2i1fmale50uluhf
2017-10-19 15:09:45.283 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_SCRIPTS
2017-10-19 15:09:45.283 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_vim_types drop constraint FKfkn9xt5eo2nks7jx5pwoa2xm7
2017-10-19 15:09:45.284 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_VIM_TYPES
2017-10-19 15:09:45.284 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_metadata drop constraint FKpk0gtcox6wmkh4tf0cv8dq2b3
2017-10-19 15:09:45.284 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_METADATA
2017-10-19 15:09:45.284 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_metadata drop constraint FK1lgae3jeb7f87otywrhrv3ogj
2017-10-19 15:09:45.284 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_METADATA
2017-10-19 15:09:45.285 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_metadata drop constraint FKqscth040sgktjqex3t8g65rvy
2017-10-19 15:09:45.285 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_METADATA
2017-10-19 15:09:45.285 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_metadata_additional_repo_info_list drop constraint FK78t54o120v6j17sddbrnmbsd8
2017-10-19 15:09:45.285 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_METADATA_ADDITIONAL_REPO_INFO_LIST
2017-10-19 15:09:45.285 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_metadata_additional_repo_info_list drop constraint FK27mgms0xosu6jqxlew5vbcws9
2017-10-19 15:09:45.285 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_METADATA_ADDITIONAL_REPO_INFO_LIST
2017-10-19 15:09:45.286 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_metadata_requirements drop constraint FKmdqc3m430sqo06m1y2dlqou07
2017-10-19 15:09:45.286 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_METADATA_REQUIREMENTS
2017-10-19 15:09:45.286 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfpackage_metadata_vim_types drop constraint FKfp7hk4neb9fwtg67113q401u5
2017-10-19 15:09:45.286 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFPACKAGE_METADATA_VIM_TYPES
2017-10-19 15:09:45.286 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_id_type drop constraint FK2ajtmqx5dneslxjyy8m4bwsl0
2017-10-19 15:09:45.286 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFRECORD_DEPENDENCY_ID_TYPE
2017-10-19 15:09:45.287 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_parameters drop constraint FKjoqjjscy0w9t5qan22vhb96bv
2017-10-19 15:09:45.287 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFRECORD_DEPENDENCY_PARAMETERS
2017-10-19 15:09:45.287 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_parameters drop constraint FKa0x170030mowhd4b6hg6xktxl
2017-10-19 15:09:45.287 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFRECORD_DEPENDENCY_PARAMETERS
2017-10-19 15:09:45.287 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_vnfc_parameters drop constraint FKseh3ejyf5yed16yy8x2ypxbh1
2017-10-19 15:09:45.287 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFRECORD_DEPENDENCY_VNFC_PARAMETERS
2017-10-19 15:09:45.287 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : HHH000389: Unsuccessful: alter table vnfrecord_dependency_vnfc_parameters drop constraint FKkiptbov57ga97tr6m0umc46pw
2017-10-19 15:09:45.288 ERROR 20170 --- [main] org.hibernate.tool.hbm2ddl.SchemaExport : user lacks privilege or object not found: PUBLIC.VNFRECORD_DEPENDENCY_VNFC_PARAMETERS
2017-10-19 15:09:50.841 INFO 20170 --- [main] org.openbaton.nfvo.system.SystemStartup : Initializing OpenBaton
2017-10-19 15:09:50.850 ERROR 20170 --- [main] o.s.boot.SpringApplication : Application startup failed
java.lang.IllegalStateException: Failed to execute CommandLineRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:735) [spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:716) [spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.afterRefresh(SpringApplication.java:703) [spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:304) [spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.openbaton.nfvo.main.Application.main(Application.java:50) [main-4.0.1-SNAPSHOT.jar!/:4.0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [openbaton-nfvo-4.0.1-SNAPSHOT-dev.jar:4.0.1-SNAPSHOT]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [openbaton-nfvo-4.0.1-SNAPSHOT-dev.jar:4.0.1-SNAPSHOT]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [openbaton-nfvo-4.0.1-SNAPSHOT-dev.jar:4.0.1-SNAPSHOT]
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [openbaton-nfvo-4.0.1-SNAPSHOT-dev.jar:4.0.1-SNAPSHOT]
Caused by: java.io.FileNotFoundException: /etc/openbaton/openbaton-nfvo.properties (No such file or directory)
at java.io.FileInputStream.open0(Native Method) ~[na:1.8.0_131]
at java.io.FileInputStream.open(FileInputStream.java:195) ~[na:1.8.0_131]
at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[na:1.8.0_131]
at java.io.FileInputStream.<init>(FileInputStream.java:93) ~[na:1.8.0_131]
at org.openbaton.nfvo.system.SystemStartup.run(SystemStartup.java:106) ~[main-4.0.1-SNAPSHOT.jar!/:4.0.1-SNAPSHOT]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:732) [spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
... 14 common frames omitted
2017-10-19 15:09:50.854 INFO 20170 --- [main] org.openbaton.nfvo.main.Application : Shutting down...
2017-10-19 15:09:55.236 INFO 20252 --- [main] org.openbaton.nfvo.main.Application : Starting Application v4.0.1-SNAPSHOT on ubuntu-openbaton with PID 20252 (/opt/openbaton/nfvo/build/libs/openbaton-nfvo-4.0.1-SNAPSHOT.jar started by root in /opt/openbaton/nfvo)
2017-10-19 15:09:55.246 INFO 20252 --- [main] org.openbaton.nfvo.main.Application : No active profile set, falling back to default profiles: default
2017-10-19 15:09:59.252 INFO 20252 --- [main] o.f.core.internal.util.VersionPrinter : Flyway 3.2.1 by Boxfuse
2017-10-19 15:09:59.341 INFO 20252 --- [main] o.f.c.i.dbsupport.DbSupportFactory : Database: jdbc:mysql://localhost:3306/openbaton (MySQL 5.7)
2017-10-19 15:09:59.380 INFO 20252 --- [main] o.f.core.internal.command.DbBaseline : Metadata table `openbaton`.`schema_version` already initialized with (4.0.1.1,<< Flyway Baseline >>). Skipping.
2017-10-19 15:09:59.381 INFO 20252 --- [main] o.f.core.internal.command.DbBaseline : Schema baselined with version: 4.0.1.1
2017-10-19 15:09:59.406 INFO 20252 --- [main] o.f.core.internal.command.DbValidate : Validated 10 migrations (execution time 00:00.014s)
2017-10-19 15:09:59.417 INFO 20252 --- [main] o.f.core.internal.command.DbMigrate : Current version of schema `openbaton`: 4.0.1.1
2017-10-19 15:09:59.418 INFO 20252 --- [main] o.f.core.internal.command.DbMigrate : Schema `openbaton` is up to date. No migration necessary.
2017-10-19 15:10:07.661 INFO 20252 --- [main] org.openbaton.nfvo.system.SystemStartup : Initializing OpenBaton
2017-10-19 15:10:08.424 WARN 20252 --- [main] org.openbaton.plugin.mgmt.PluginStartup : /opt/openbaton/nfvo/./plugins/logs/plugin-test_2017-10-13_03-59-40.log is not a jar file
2017-10-19 15:10:08.424 WARN 20252 --- [main] org.openbaton.plugin.mgmt.PluginStartup : /opt/openbaton/nfvo/./plugins/logs/plugin-openstack_2017-10-13_04-00-00.log is not a jar file
2017-10-19 15:10:08.897 WARN 20252 --- [container_managerRegister-1] o.o.n.s.components.ComponentManager : Manager already registered.
2017-10-19 15:10:09.932 INFO 20252 --- [container_managerRegister-1] o.o.n.s.components.ComponentManager : Registered a new manager.
2017-10-19 15:10:35.249 ERROR 20252 --- [https-jsse-nio-8443-exec-7] o.o.n.s.components.ComponentManager : The name of the found Service does not match to the requested name fm-system
2017-10-19 15:10:35.253 ERROR 20252 --- [https-jsse-nio-8443-exec-7] o.o.n.a.e.GlobalExceptionHandler : Exception was thrown -> Return message: The name of the found Service does not match to the requested name fm-system
2017-10-19 15:10:35.272 WARN 20252 --- [https-jsse-nio-8443-exec-7] .m.m.a.ExceptionHandlerExceptionResolver : Failed to invoke @ExceptionHandler method: protected org.springframework.http.ResponseEntity<java.lang.Object> org.openbaton.nfvo.api.exceptions.GlobalExceptionHandler.handleNotFoundException(java.lang.Exception,org.springframework.web.context.request.WebRequest)
org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation
at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:259) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor.handleReturnValue(HttpEntityMethodProcessor.java:203) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:81) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:113) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:384) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:59) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:136) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:74) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1222) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1034) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:984) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.openbaton.nfvo.api.configuration.CustomDispatcherServlet.doDispatch(CustomDispatcherServlet.java:17) [api-4.0.1-SNAPSHOT.jar!/:4.0.1-SNAPSHOT]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) [spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) [tomcat-embed-websocket-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55) [spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:110) [spring-boot-actuator-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter.doFilter(OAuth2AuthenticationProcessingFilter.java:176) [spring-security-oauth2-2.0.14.RELEASE.jar!/:na]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) [spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106) [spring-boot-actuator-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:595) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1457) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_131]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_131]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131]
2017-10-19 15:10:35.284 ERROR 20252 --- [https-jsse-nio-8443-exec-7] .a.c.c.C.[.[.[.[customDispatcherServlet] : Servlet.service() for servlet [customDispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.openbaton.exceptions.NotFoundException: The name of the found Service does not match to the requested name fm-system] with root cause
org.openbaton.exceptions.NotFoundException: The name of the found Service does not match to the requested name fm-system
at org.openbaton.nfvo.security.components.ComponentManager.registerService(ComponentManager.java:125) ~[security-4.0.1-SNAPSHOT.jar!/:4.0.1-SNAPSHOT]
at org.openbaton.nfvo.api.admin.RestComponents.registerService(RestComponents.java:146) ~[api-4.0.1-SNAPSHOT.jar!/:4.0.1-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.openbaton.nfvo.api.configuration.CustomDispatcherServlet.doDispatch(CustomDispatcherServlet.java:17) ~[api-4.0.1-SNAPSHOT.jar!/:4.0.1-SNAPSHOT]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) ~[spring-webmvc-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) ~[tomcat-embed-websocket-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.boot.web.filter.ApplicationContextHeaderFilter.doFilterInternal(ApplicationContextHeaderFilter.java:55) ~[spring-boot-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:110) ~[spring-boot-actuator-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter.doFilter(OAuth2AuthenticationProcessingFilter.java:176) ~[spring-security-oauth2-2.0.14.RELEASE.jar!/:na]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) ~[spring-security-web-4.2.3.RELEASE.jar!/:4.2.3.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:106) ~[spring-boot-actuator-1.5.7.RELEASE.jar!/:1.5.7.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.3.11.RELEASE.jar!/:4.3.11.RELEASE]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) ~[tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:595) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1457) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_131]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_131]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.20.jar!/:8.5.20]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment