By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-08T03:54:23.072Z||main|||||INFO|500||The following profiles are active: basic
2022-06-08T03:54:36.398Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-08T03:54:36.399Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-08T03:54:36.528Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-08T03:54:41.392Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-08T03:54:41.976Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-08T03:54:42.546Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-08T03:54:42.584Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-08T03:54:42.694Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-08T03:54:42.973Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-08T03:54:43.656Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-08T03:54:45.857Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-08T03:54:49.075Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08T03:54:49.181Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-08T03:54:50.045Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-08T03:54:50.676Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-08T03:54:52.157Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-08T03:54:53.701Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-08T03:54:53.727Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-08T03:54:53.729Z||main|||||WARN|500||The sdc end point is not alive
2022-06-08T03:54:57.888Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-08T03:55:01.858Z||main|||||WARN|500||---
2022-06-08T03:55:01.859Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-08T03:55:01.859Z||main|||||WARN|500||---
2022-06-08T03:55:02.347Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-08T03:55:08.828Z||main|||||INFO|500||Started Application in 49.652 seconds (JVM running for 52.162)
2022-06-08T03:55:08.838Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-08T03:55:08.841Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-08T03:55:08.853Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-08T03:55:08.880Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-08T03:55:08.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ceb945e5-3b23-4010-b803-ea990cf45975 url= /sdc/v1/artifactTypes
2022-06-08T03:55:08.926Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-08T03:55:09.185Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-08T03:55:09.210Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-08T03:55:09.271Z||scheduling-1|||||DEBUG|500||create keys
2022-06-08T03:55:09.280Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-08T03:55:09.393Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:55:09.410Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c496b1dd-a67b-43bc-9fa1-12ae049dbffd url= /sdc/v1/registerForDistribution
2022-06-08T03:55:09.797Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c496b1dd-a67b-43bc-9fa1-12ae049dbffd url= /sdc/v1/registerForDistribution
2022-06-08T03:55:09.798Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-08T03:55:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:55:09.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:55:09.817Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:55:09.817Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:55:09.817Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:55:09.818Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:55:09.818Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-08T03:55:20.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:55:20.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:56:09.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:56:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:56:09.809Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:56:09.809Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:56:09.810Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:56:09.810Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:56:19.666Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:56:19.674Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:57:09.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:57:09.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:57:09.807Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:57:09.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:57:09.812Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:57:09.812Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:57:19.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:57:19.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:58:09.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:58:09.807Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:58:09.807Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:58:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:58:09.810Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:58:09.810Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:58:19.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:58:19.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:59:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:59:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:59:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:59:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T03:59:09.809Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T03:59:09.810Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T03:59:19.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T03:59:19.414Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:00:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:00:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:00:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:00:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:00:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:00:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:00:19.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:00:19.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:01:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:01:09.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:01:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:01:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:01:09.809Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:01:09.809Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:01:19.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:01:19.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:02:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:02:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:02:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:02:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:02:09.809Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:02:09.809Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:02:19.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:02:19.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:03:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:03:09.808Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:03:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:03:09.808Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:03:09.809Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:03:09.809Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:03:19.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:03:19.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:04:09.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:04:09.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:04:09.808Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:04:09.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:04:09.809Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:04:09.809Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:04:19.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:04:19.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:04:25.779Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-08T04:05:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:05:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:05:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:05:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:05:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:05:09.810Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:05:19.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:05:19.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:06:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:06:09.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:06:09.811Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:06:09.811Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:06:09.811Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:06:09.811Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:06:19.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:06:19.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:07:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:07:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:07:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:07:09.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:07:09.809Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:07:09.809Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:07:19.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:07:19.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:08:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:08:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:08:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:08:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:08:09.809Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:08:09.810Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:08:19.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:08:19.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:09:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:09:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:09:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:09:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:09:09.808Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:09:09.809Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:09:19.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:09:19.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:10:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:10:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:10:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:10:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:10:09.808Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:10:09.809Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:10:19.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:10:19.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:11:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:11:09.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:11:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:11:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:11:09.808Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:11:09.809Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:11:19.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:11:19.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:12:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:12:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:12:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:12:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:12:09.808Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:12:09.809Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:12:19.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:12:19.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:13:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:13:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:13:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:13:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:13:09.809Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:13:09.809Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:13:19.405Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:13:19.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:14:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:14:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:14:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:14:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:14:09.809Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:14:09.809Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:14:19.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:14:19.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:15:09.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:15:09.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:15:09.807Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:15:09.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:15:09.810Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:15:09.810Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:15:19.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:15:19.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:16:09.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:16:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:16:09.808Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:16:09.809Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:16:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:16:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:16:19.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:16:19.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:17:09.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:17:09.807Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:17:09.807Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:17:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:17:09.808Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:17:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:17:19.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:17:19.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:18:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:18:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:18:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:18:09.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:18:09.812Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:18:09.813Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:18:19.410Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:18:19.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:19:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:19:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:19:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:19:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:19:09.809Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:19:09.809Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:19:19.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:19:19.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:20:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:20:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:20:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:20:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:20:09.809Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:20:09.809Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:20:19.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:20:19.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:21:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:21:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:21:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:21:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:21:09.808Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:21:09.808Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:21:19.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:21:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:22:09.812Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:22:09.812Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:22:09.813Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:22:09.813Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:22:09.813Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:22:09.813Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:22:19.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:22:19.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:23:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:23:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:23:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:23:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:23:09.809Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:23:09.809Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:23:19.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:23:19.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:24:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:24:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:24:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:24:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:24:09.809Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:24:09.809Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:24:19.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:24:19.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:25:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:25:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:25:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:25:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:25:09.808Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:25:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:25:19.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:25:19.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:26:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:26:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:26:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:26:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:26:09.808Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:26:09.808Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:26:19.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:26:19.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:27:09.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:27:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:27:09.809Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:27:09.809Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:27:09.809Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:27:09.809Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:27:19.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:27:19.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:28:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:28:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:28:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:28:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:28:09.809Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:28:09.809Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:28:19.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:28:19.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:29:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:29:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:29:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:29:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:29:09.809Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:29:09.809Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:29:19.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:29:19.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:30:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:30:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:30:09.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:30:09.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:30:09.810Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:30:09.810Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:30:19.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:30:19.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:31:09.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:31:09.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:31:09.806Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:31:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:31:09.809Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:31:09.809Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:31:19.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:31:19.431Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:32:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:32:09.807Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:32:09.807Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:32:09.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:32:09.810Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:32:09.811Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:32:19.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:32:19.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:33:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:33:09.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:33:09.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:33:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:33:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:33:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:33:19.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:33:19.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:34:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:34:09.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:34:09.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:34:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:34:09.809Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:34:09.809Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:34:19.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:34:19.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:35:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:35:09.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:35:09.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:35:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:35:09.809Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:35:09.809Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:35:19.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:35:19.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:36:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:36:09.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:36:09.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:36:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:36:09.808Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:36:09.809Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:36:19.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:36:19.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:37:09.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:37:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:37:09.809Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:37:09.810Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:37:09.810Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:37:09.810Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:37:19.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:37:19.401Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:38:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:38:09.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:38:09.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:38:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:38:09.808Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:38:09.808Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:38:19.413Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:38:19.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:39:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:39:09.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:39:09.807Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:39:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:39:09.808Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:39:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:39:19.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:39:19.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:09.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:40:09.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:40:09.806Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:40:09.808Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:40:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:10.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:10.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f55d43bc-a7b8-4751-9982-1b7c0e9c4f74","serviceName":"vFW 2022-06-08 04-38-41","serviceVersion":"1.0","serviceUUID":"aece1a02-ecd4-4a33-9223-f38f9c33fee5","serviceDescription":"catalog service description","serviceInvariantUUID":"e7f567ff-55c0-4551-883a-d4a5148f45f1","resources":[{"resourceInstanceName":"vFW c8e00615-ce18 0","resourceName":"vFW c8e00615-ce18","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b26d999-d5d0-4b97-9c38-4d1acaa79429","resourceInvariantUUID":"fcb626d5-399b-4640-8b5a-e6ef07d15e25","resourceCustomizationUUID":"1eff407d-067c-4f72-8b46-111dc4dcdd3f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml","artifactChecksum":"NjU3YTgxMDMwOWQ1NTAzNGFlOGI2NTQyN2FjNDVlZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7992857b-ecfe-4381-a645-c201bfe998f6","artifactVersion":"1"},{"artifactName":"vfwc8e00615ce180_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json","artifactChecksum":"Y2JlNWU5NWM2Y2QxMmYyMTAxOTJmYTVlOTE1NWY3NzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3884da58-7498-448a-b704-016abc14b8bf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e478b69-6177-4d6d-981d-9a0e4dee5837","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml","artifactChecksum":"MDkzNTAxZmM4MDQxOThiZmE4NzZkMDc2OTZjNGNlYzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9972255f-5b00-443c-a77c-42b486861b39","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4ef4de58-0444-4db7-99bb-8c7964bf7c29","artifactVersion":"2","generatedFromUUID":"7e478b69-6177-4d6d-981d-9a0e4dee5837"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220608043841-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml","artifactChecksum":"NGIxOTdhOTE3OTk0OTYzNTg1NzFhNTQ4MDdkMDAyMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0e430c9-5e49-48be-9360-4d872c199754","artifactVersion":"1"},{"artifactName":"service-Vfw20220608043841-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar","artifactChecksum":"MTFlNjg5NTA2OTIyNTM2MWUzMzY0YjY0OTc2ZjVhMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78f8485c-c1c8-4cfb-bc6e-ec923a187982","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:40:10.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:10.533Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:10.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663181476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.540Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:10.555Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:10.556Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663180962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663188301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663189265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663189904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663181476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663180962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663188301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663189265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663190645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663189904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663181476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663180962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663188301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663189265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663190645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663189904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663181476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663180962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663188301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663189265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663190645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663189904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663181476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663180962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663188301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663189265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663190645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663189904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663181476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663180962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663189265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663188301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663190645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663189904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663181476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663180962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663188301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663189265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663190645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:10.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663189904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663190645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:40:10.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:40:10.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663198181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663197381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663198157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663199167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:40:10.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "cds",
"timestamp": 1654663198436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-08T04:40:10.655Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:40:10.661Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:10.661Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:10.687Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:10.688Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:40:10.818Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:40:10.855Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:40:10.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663198506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.889Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "policy-id",
"timestamp": 1654663200172,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:40:10.908Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:40:10.909Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:40:10.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663199727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663200827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.919Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663201942,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:40:10.926Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:40:10.927Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-08T04:40:10.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663202946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T04:40:10.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:10.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:40:10.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663207713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:10.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:40:11.563Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:11.564Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:11.567Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:11.567Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOTIFIED"
}
2022-06-08T04:40:11.667Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:11.668Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:11.668Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:11.698Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:11.699Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:12.567Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:12.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:12.570Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:12.571Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:40:12.673Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-08T04:40:12.674Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:12.675Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:12.735Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:12.736Z||pool-5-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:13.571Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:13.572Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:13.576Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:13.576Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:13.676Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:13.678Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:13.678Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:13.735Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:13.736Z||pool-6-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:14.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:14.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:14.580Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:14.581Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-08T04:40:14.680Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:40:14.681Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:14.681Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:14.741Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:14.741Z||pool-7-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:15.582Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:15.583Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:15.587Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:15.587Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:40:15.687Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:15.689Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:15.689Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:15.710Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:15.711Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:16.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:40:16.589Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:16.591Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:16.591Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:40:16.692Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:40:16.693Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:16.693Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:16.736Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:16.736Z||pool-9-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:17.593Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"serviceName": "vFW 2022-06-08 04-38-41",
"serviceVersion": "1.0",
"serviceUUID": "aece1a02-ecd4-4a33-9223-f38f9c33fee5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e7f567ff-55c0-4551-883a-d4a5148f45f1",
"resources": [
{
"resourceInstanceName": "vFW c8e00615-ce18 0",
"resourceCustomizationUUID": "1eff407d-067c-4f72-8b46-111dc4dcdd3f",
"resourceName": "vFW c8e00615-ce18",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3b26d999-d5d0-4b97-9c38-4d1acaa79429",
"resourceInvariantUUID": "fcb626d5-399b-4640-8b5a-e6ef07d15e25",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc8e00615ce180_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"artifactChecksum": "Y2JlNWU5NWM2Y2QxMmYyMTAxOTJmYTVlOTE1NWY3NzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3884da58-7498-448a-b704-016abc14b8bf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7e478b69-6177-4d6d-981d-9a0e4dee5837",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4ef4de58-0444-4db7-99bb-8c7964bf7c29",
"generatedFromUUID": "7e478b69-6177-4d6d-981d-9a0e4dee5837"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4ef4de58-0444-4db7-99bb-8c7964bf7c29",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220608043841-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"artifactChecksum": "MTFlNjg5NTA2OTIyNTM2MWUzMzY0YjY0OTc2ZjVhMjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78f8485c-c1c8-4cfb-bc6e-ec923a187982"
}
],
"workloadContext": "Production"
}
2022-06-08T04:40:17.594Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:40:17.595Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aece1a02-ecd4-4a33-9223-f38f9c33fee5 ASDC
2022-06-08T04:40:17.741Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
ServiceName:vFW 2022-06-08 04-38-41
ServiceVersion:1.0
ServiceUUID:aece1a02-ecd4-4a33-9223-f38f9c33fee5
ServiceInvariantUUID:e7f567ff-55c0-4551-883a-d4a5148f45f1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220608043841-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
ArtifactUUID:78f8485c-c1c8-4cfb-bc6e-ec923a187982
ArtifactChecksum:MTFlNjg5NTA2OTIyNTM2MWUzMzY0YjY0OTc2ZjVhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c8e00615-ce18 0
ResourceCustomizationUUID:1eff407d-067c-4f72-8b46-111dc4dcdd3f
ResourceInvariantUUID:fcb626d5-399b-4640-8b5a-e6ef07d15e25
ResourceName:vFW c8e00615-ce18
ResourceType:VF
ResourceUUID:3b26d999-d5d0-4b97-9c38-4d1acaa79429
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc8e00615ce180_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
ArtifactUUID:3884da58-7498-448a-b704-016abc14b8bf
ArtifactChecksum:Y2JlNWU5NWM2Y2QxMmYyMTAxOTJmYTVlOTE1NWY3NzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
ArtifactUUID:7e478b69-6177-4d6d-981d-9a0e4dee5837
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
ArtifactUUID:4ef4de58-0444-4db7-99bb-8c7964bf7c29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
ArtifactUUID:4ef4de58-0444-4db7-99bb-8c7964bf7c29
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-08T04:40:17.742Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aece1a02-ecd4-4a33-9223-f38f9c33fee5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T04:40:17.812Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:40:17.814Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:40:17.815Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:40:17.815Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78f8485c-c1c8-4cfb-bc6e-ec923a187982 from URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:17.815Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:40:17.817Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:18.039Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:40:18.063Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar 78f8485c-c1c8-4cfb-bc6e-ec923a187982 99033
2022-06-08T04:40:18.066Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar ASDC sendASDCNotification
2022-06-08T04:40:18.066Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:18.068Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:40:18.070Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:18.076Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:18.077Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663218064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:18.176Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-08T04:40:18.178Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:18.179Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:18.204Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:18.208Z||pool-10-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:19.077Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:40:19.078Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:40:19.079Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 78f8485c-c1c8-4cfb-bc6e-ec923a187982, URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar to file: /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:19.079Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220608043841-csar.csar
2022-06-08T04:40:19.174Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:19.175Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:20.070Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1437562334794652382/Definitions/service-Vfw20220608043841-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-08T04:40:24.386Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:40:24.393Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T04:40:24.393Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.393Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c8e00615-ce18 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.394Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:24.395Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T04:40:24.404Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.406Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.410Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.411Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T04:40:24.412Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:40:24.414Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.414Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.415Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.420Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.420Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:24.420Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.421Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.422Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.423Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:40:24.425Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.425Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.426Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:24.426Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.426Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.426Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:24.427Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.427Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:24.427Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:24.427Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:24.428Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.429Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f51bada6-db56-44d3-98a5-be583b64da6f
2022-06-08T04:40:24.430Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.430Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:24.430Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:24.430Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-08T04:40:24.431Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd7907eb-a837-4cb7-b355-94002f995491
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.432Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.433Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-08T04:40:24.434Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bf2a5d7-9193-418c-bcf1-59122e7a0934
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.435Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.436Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:24.436Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:24.436Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-08 04-38-41
Description:catalog service description
Model UUID:aece1a02-ecd4-4a33-9223-f38f9c33fee5
Model Version:NULL
Model InvariantUuid:e7f567ff-55c0-4551-883a-d4a5148f45f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c8e00615-ce18
Model UUID:c15b03ae-e980-4499-9b15-b7576e1ebeb2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fcb626d5-399b-4640-8b5a-e6ef07d15e25
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1eff407d-067c-4f72-8b46-111dc4dcdd3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e28dc670-9d94-4633-9ca2-d53f0063d7be
ModelName:VfwC8e00615Ce18..base_vfw..module-0
ModelUuid:73ca838d-84ec-46b2-9a69-544e413f7bd9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f51bada6-db56-44d3-98a5-be583b64da6f
ModelInvariantUuid:bcb0aa2b-2c8e-4c50-abf2-27fdabe33060
ModelName:vFW c8e00615-ce18-nodes.vfwCvfc
ModelUuid:2073228f-d7e6-4bf0-a1ad-f7fd69134e76
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b63a0976-d7a5-49fd-8002-43e6caaad3f4
ModelInvariantUuid:dcc8dece-7879-4feb-be58-263e4033a72a
ModelName:VfwC8e00615Ce18.compute.nodes.heat.vfw
ModelUuid:65068da8-3dc6-4ada-95ae-d846a3945ed5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dd7907eb-a837-4cb7-b355-94002f995491
ModelInvariantUuid:53c21f99-fdca-4bbb-8242-1bc71c28e1ba
ModelName:vFW c8e00615-ce18-nodes.vsnCvfc
ModelUuid:a0e9ac13-e8de-4ebf-8a00-e585cf24c469
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d9cc1969-1b6e-4330-a98e-92f05e88b3c5
ModelInvariantUuid:5628e874-d6d7-44ad-81d2-9938cf5dfa06
ModelName:VfwC8e00615Ce18.compute.nodes.heat.vsn
ModelUuid:ad73118a-6f1a-4c5e-8e71-4be89fc61369
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1bf2a5d7-9193-418c-bcf1-59122e7a0934
ModelInvariantUuid:87c24f55-61d7-4b3b-903d-f3dec3995041
ModelName:vFW c8e00615-ce18-nodes.vpgCvfc
ModelUuid:b0b4e18d-df07-433c-a53d-30f1dfb98f65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d2a9f9a4-5a40-4992-9fea-459f4cae1be3
ModelInvariantUuid:d30f645e-ba53-4b7f-8565-c599f6dcdca9
ModelName:VfwC8e00615Ce18.compute.nodes.heat.vpg
ModelUuid:ef5814f0-804c-435f-a7ed-a68be8a39e19
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T04:40:24.460Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b26d999-d5d0-4b97-9c38-4d1acaa79429
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:40:24.587Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||vFW c8e00615-ce18 0
2022-06-08T04:40:24.597Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b26d999-d5d0-4b97-9c38-4d1acaa79429
2022-06-08T04:40:24.597Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3884da58-7498-448a-b704-016abc14b8bf from URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
2022-06-08T04:40:24.597Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:40:24.598Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
2022-06-08T04:40:24.668Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:40:24.668Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json 3884da58-7498-448a-b704-016abc14b8bf 785
2022-06-08T04:40:24.669Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json ASDC sendASDCNotification
2022-06-08T04:40:24.669Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
2022-06-08T04:40:24.669Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:40:24.670Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:24.673Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:24.673Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663224669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:24.773Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:40:24.774Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:24.775Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:24.815Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:24.817Z||pool-11-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:25.675Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC8e00615Ce18..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e28dc670-9d94-4633-9ca2-d53f0063d7be",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "73ca838d-84ec-46b2-9a69-544e413f7bd9",
"vfModuleModelCustomizationUUID": "4d75ab78-8874-4013-8088-b361d9f306d8",
"isBase": true,
"artifacts": [
"7e478b69-6177-4d6d-981d-9a0e4dee5837",
"4ef4de58-0444-4db7-99bb-8c7964bf7c29"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-08T04:40:25.695Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC8e00615Ce18..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73ca838d-84ec-46b2-9a69-544e413f7bd9
VfModuleModelInvariantUUID:e28dc670-9d94-4633-9ca2-d53f0063d7be
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e478b69-6177-4d6d-981d-9a0e4dee5837
,
4ef4de58-0444-4db7-99bb-8c7964bf7c29
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-08T04:40:25.699Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC8e00615Ce18..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e28dc670-9d94-4633-9ca2-d53f0063d7be",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "73ca838d-84ec-46b2-9a69-544e413f7bd9",
"vfModuleModelCustomizationUUID": "4d75ab78-8874-4013-8088-b361d9f306d8",
"isBase": true,
"artifacts": [
"7e478b69-6177-4d6d-981d-9a0e4dee5837",
"4ef4de58-0444-4db7-99bb-8c7964bf7c29"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-08T04:40:25.699Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC8e00615Ce18..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73ca838d-84ec-46b2-9a69-544e413f7bd9
VfModuleModelInvariantUUID:e28dc670-9d94-4633-9ca2-d53f0063d7be
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e478b69-6177-4d6d-981d-9a0e4dee5837
,
4ef4de58-0444-4db7-99bb-8c7964bf7c29
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-08T04:40:25.699Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7e478b69-6177-4d6d-981d-9a0e4dee5837 from URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
2022-06-08T04:40:25.699Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:40:25.700Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
2022-06-08T04:40:25.790Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:40:25.792Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml 7e478b69-6177-4d6d-981d-9a0e4dee5837 20368
2022-06-08T04:40:25.792Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-08T04:40:25.792Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
2022-06-08T04:40:25.792Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:40:25.793Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:25.797Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:25.798Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663225792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:25.898Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:40:25.899Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:25.899Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:25.971Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:25.972Z||pool-12-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:26.799Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ef4de58-0444-4db7-99bb-8c7964bf7c29 from URL: /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
2022-06-08T04:40:26.800Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:40:26.800Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
2022-06-08T04:40:26.857Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:40:26.858Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env 4ef4de58-0444-4db7-99bb-8c7964bf7c29 2098
2022-06-08T04:40:26.858Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-08T04:40:26.858Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
2022-06-08T04:40:26.859Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:40:26.859Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:26.867Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:26.867Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663226858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:40:26.963Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-08T04:40:26.963Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:26.964Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:26.981Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:26.982Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:27.868Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: aece1a02-ecd4-4a33-9223-f38f9c33fee5
2022-06-08T04:40:27.869Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c8e00615-ce18 0 3b26d999-d5d0-4b97-9c38-4d1acaa79429 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:40:27.908Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@107d1929, org.onap.sdc.toscaparser.api.parameters.Input@49236b06, org.onap.sdc.toscaparser.api.parameters.Input@797274f, org.onap.sdc.toscaparser.api.parameters.Input@1fd6bc2, org.onap.sdc.toscaparser.api.parameters.Input@79319e85]
2022-06-08T04:40:27.913Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.914Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.914Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-08T04:40:27.914Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1eff407d-067c-4f72-8b46-111dc4dcdd3f
2022-06-08T04:40:27.915Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1eff407d-067c-4f72-8b46-111dc4dcdd3f matches Tosca VF Customization UUID: 1eff407d-067c-4f72-8b46-111dc4dcdd3f
2022-06-08T04:40:27.915Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1eff407d-067c-4f72-8b46-111dc4dcdd3f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-08T04:40:27.923Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.924Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.926Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1eff407d-067c-4f72-8b46-111dc4dcdd3f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-08T04:40:27.927Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@595d4038
2022-06-08T04:40:27.927Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.927Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:40:27.928Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d75ab78-8874-4013-8088-b361d9f306d8
2022-06-08T04:40:27.930Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d75ab78-8874-4013-8088-b361d9f306d8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-08T04:40:27.937Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.938Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.938Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.939Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.939Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.940Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.940Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.940Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:27.941Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:27.941Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:27.941Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-08T04:40:27.942Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:27.942Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:27.942Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.943Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.943Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:27.943Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:27.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f51bada6-db56-44d3-98a5-be583b64da6f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T04:40:27.961Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.962Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.962Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.962Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.963Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:27.963Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:27.963Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:27.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:27.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:27.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-08T04:40:27.966Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-08T04:40:27.966Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.966Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-08T04:40:27.967Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.967Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd7907eb-a837-4cb7-b355-94002f995491
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T04:40:27.969Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.970Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.970Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.973Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.973Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is not matching search criteria
2022-06-08T04:40:27.973Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-08T04:40:27.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-08T04:40:27.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-08T04:40:27.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.975Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.975Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-08T04:40:27.975Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-08T04:40:27.976Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-08T04:40:27.976Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-08T04:40:27.976Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-08T04:40:27.977Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-08T04:40:27.977Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bf2a5d7-9193-418c-bcf1-59122e7a0934
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T04:40:27.980Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.981Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.981Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:40:27.982Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.982Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Node template vFW c8e00615-ce18 0 is matching search criteria
2022-06-08T04:40:27.982Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW c8e00615-ce18 0] matching following query criteria: sdcType=VF, customizationUUID=1eff407d-067c-4f72-8b46-111dc4dcdd3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:40:27.984Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.985Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.985Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid aece1a02-ecd4-4a33-9223-f38f9c33fee5: vFW c8e00615-ce18
2022-06-08T04:40:27.986Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.987Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.987Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.988Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.988Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.988Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.989Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.989Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.990Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:40:27.990Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-08 04-38-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:40:27.991Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-08 04-38-41
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:40:28.265Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c8e00615-ce18 3b26d999-d5d0-4b97-9c38-4d1acaa79429 1 ASDC deployResourceStructure
2022-06-08T04:40:28.266Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json ASDC sendASDCNotification
2022-06-08T04:40:28.266Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json
2022-06-08T04:40:28.266Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:40:28.266Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:28.268Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:28.268Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663228266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T04:40:28.369Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:28.370Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:28.370Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:28.386Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:28.386Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:29.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-08T04:40:29.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml
2022-06-08T04:40:29.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:40:29.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:29.272Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:29.272Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663229269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T04:40:29.372Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:29.374Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:29.374Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:29.394Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:29.395Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:40:30.273Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-08T04:40:30.274Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env
2022-06-08T04:40:30.274Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:40:30.274Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:30.276Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:30.276Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663230273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-08T04:40:30.377Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:40:30.378Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:30.378Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:30.420Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:30.421Z||pool-16-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":2,"count":1}
2022-06-08T04:40:31.278Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar ASDC sendASDCNotification
2022-06-08T04:40:31.278Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar
2022-06-08T04:40:31.278Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:40:31.279Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:40:31.281Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:40:31.281Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663231277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:40:31.381Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:40:31.382Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:40:31.383Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:40:31.412Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:40:31.412Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:40:32.282Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:40:32.301Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:40:32.305Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:40:32.305Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:40:32.305Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:41:02.305Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:41:02.320Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:41:02.323Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:41:02.323Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:41:02.323Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:41:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:41:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:41:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:41:09.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:41:09.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:41:09.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663209756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:41:09.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:41:32.323Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:41:32.337Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:41:32.340Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:41:32.340Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:41:32.340Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:42:02.340Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:42:02.366Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:42:02.371Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:42:02.372Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:42:02.372Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:42:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:42:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:42:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:42:09.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:42:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663209210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "clamp",
"timestamp": 1654663210762,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:42:09.923Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:42:09.923Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:42:09.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOTIFIED"
}
2022-06-08T04:42:09.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663209210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663209210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663209210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-08T04:42:09.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663209210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663209210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663209805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:42:09.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663209210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:42:09.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663218064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663217143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663218537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:09.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "aai-ml",
"timestamp": 1654663219544,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:42:09.958Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:42:09.959Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:42:09.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663222419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:09.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663224669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663223427,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:42:09.977Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
2022-06-08T04:42:09.977Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:42:09.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663225792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663226858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:09.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663228266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/vfwc8e00615ce180_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:09.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663229269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:09.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663230273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/resourceInstances/vfwc8e00615ce180/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:09.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663231277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220608043841/1.0/artifacts/service-Vfw20220608043841-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:09.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:09.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663230645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663233295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663229266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663230645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOTIFIED"
}
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663233295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663229266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:09.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:09.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:09.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663230645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663233295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663229266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663230645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663233295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663229266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663230645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663233295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663229266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663230645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663233295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663229266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663230645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663233295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663229266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663239209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663240962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663241222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663241180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663241961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663239209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663240962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "cds",
"timestamp": 1654663242189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:42:10.036Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.037Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:42:10.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663242968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:10.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663242311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663239209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663241476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663240962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "policy-id",
"timestamp": 1654663243971,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:42:10.058Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.058Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:42:10.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663243368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663239209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663241476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663240962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663244393,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:42:10.078Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.079Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-08T04:42:10.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663239209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663241476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663240962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654663245397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663239209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663241476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663240962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663239209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663241476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663240962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663246976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663241476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663248730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "ves-openapi-manager",
"timestamp": 1654663241476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663249334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663249903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654663250339,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:42:10.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.102Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:42:10.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663249903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663249903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663249903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663249903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663249903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:42:10.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663249903,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:42:10.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-08T04:42:10.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663258228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:42:10.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:10.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "aai-ml",
"timestamp": 1654663259233,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:42:10.146Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:42:10.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:42:10.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:42:10.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663266718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:42:10.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:42:32.372Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:42:32.385Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:42:32.389Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:42:32.390Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:42:32.391Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:42:32.391Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:42:32.391Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:42:32.391Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:42:32.396Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:43:02.397Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T04:43:02.409Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and serviceModelVersionId: aece1a02-ecd4-4a33-9223-f38f9c33fee5
2022-06-08T04:43:02.409Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7f567ff-55c0-4551-883a-d4a5148f45f1
2022-06-08T04:43:09.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:43:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:43:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:10.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:10.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:43:10.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663269725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:43:10.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:43:10.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:43:10.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "clamp",
"timestamp": 1654663270730,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:43:10.366Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d43fc04-342b-46cf-b316-70c5558b1b56
2022-06-08T04:43:10.366Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d43fc04-342b-46cf-b316-70c5558b1b56 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:43:19.131Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0
2022-06-08T04:43:19.243Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:43:19.821Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-08T04:43:19.829Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0|INFO|500||Invoke
2022-06-08T04:43:19.980Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-08T04:43:20.235Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0|INFO|500||InvokeReturn
2022-06-08T04:43:20.236Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7f567ff-55c0-4551-883a-d4a5148f45f1/model-vers/model-ver/aece1a02-ecd4-4a33-9223-f38f9c33fee5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220608-04:43:19:112-61375], vertex-id=[200840], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:43:19 GMT], Content-Type=[application/json]}
2022-06-08T04:43:20.237Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:43:20.242Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:43:20.242Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:43:20.249Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T04:43:20.251Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f55d43bc-a7b8-4751-9982-1b7c0e9c4f74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:43:20.252Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:43:20.253Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:20.254Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:20.255Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663400251,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:43:20.355Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:20.356Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:20.357Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:20.376Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:20.377Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T04:43:21.268Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:43:21.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:43:21.270Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:25.937Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:25.938Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-08T04:43:25.939Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d43fc04-342b-46cf-b316-70c5558b1b56","serviceName":"basic_onboard_fHiJAW","serviceVersion":"1.0","serviceUUID":"f35f178b-be13-470a-9a17-824a7d9fda10","serviceDescription":"service","serviceInvariantUUID":"5d96447d-a2d3-407b-a1dd-21611a95a900","resources":[{"resourceInstanceName":"basic_onboard_fHiJAW 0","resourceName":"basic_onboard_fHiJAW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93618d99-ae92-4948-99dc-17f39f157c74","resourceInvariantUUID":"b93cefd2-dea7-46c4-b3cc-2f8f7dec8bea","resourceCustomizationUUID":"10f17830-2a9b-461d-a21c-a14419456711","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml","artifactChecksum":"MWZjOTg2MDFhMTAzMjdjODQ2YzZjNWZjNGIxNzFmMzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17b4f468-33d1-4295-9c86-bd8f03fcc851","artifactVersion":"1"},{"artifactName":"basic_onboard_fhijaw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json","artifactChecksum":"Y2ZmNjMyY2UyMzc4Y2M1MWYwMjUwZGU4ZmVmNWVkMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4541b605-950a-4cba-a46b-c71b847c49d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2202609f-7430-4392-9c5c-3acee2a2bcbb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02b849ce-d57e-4dc3-985b-71b4e0d919e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0f595de9-cf09-4d7d-96cd-b0f8175d9090","artifactVersion":"2","generatedFromUUID":"2202609f-7430-4392-9c5c-3acee2a2bcbb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFhijaw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml","artifactChecksum":"NGM0ZmNlNThmYzgxY2EzYmZkNWY4ZmM0ZTQ5NDUwZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07b50445-c9fc-4257-a5d5-085e77c7c0f6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFhijaw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar","artifactChecksum":"NDZiNGEzZTY3NGM3ZDM2NjllOTQyMTdmYmVmM2Q4OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:43:25.941Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:25.942Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:25.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:25.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:43:26.044Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:26.045Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:26.045Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:26.075Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:26.075Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:26.944Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:26.946Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:26.948Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:26.948Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOTIFIED"
}
2022-06-08T04:43:27.049Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:43:27.050Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:27.050Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:27.068Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:27.068Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:43:27.949Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:27.951Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:27.954Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:27.954Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:43:28.054Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:28.055Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:28.055Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:28.072Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:28.073Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:28.955Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:28.957Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:28.959Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:28.959Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:43:29.061Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-08T04:43:29.063Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:29.063Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:29.119Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:29.120Z||pool-22-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:43:29.960Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:29.961Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:29.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:29.964Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-08T04:43:30.064Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:30.065Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:30.065Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:30.092Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:30.093Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:43:30.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:30.965Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:30.968Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:30.968Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:43:31.068Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:31.069Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:31.069Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:31.136Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:31.136Z||pool-24-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:31.968Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:43:31.969Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:31.971Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:31.971Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:43:32.072Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:32.073Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:32.073Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:32.096Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:32.097Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:32.973Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"serviceName": "basic_onboard_fHiJAW",
"serviceVersion": "1.0",
"serviceUUID": "f35f178b-be13-470a-9a17-824a7d9fda10",
"serviceDescription": "service",
"serviceInvariantUUID": "5d96447d-a2d3-407b-a1dd-21611a95a900",
"resources": [
{
"resourceInstanceName": "basic_onboard_fHiJAW 0",
"resourceCustomizationUUID": "10f17830-2a9b-461d-a21c-a14419456711",
"resourceName": "basic_onboard_fHiJAW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "93618d99-ae92-4948-99dc-17f39f157c74",
"resourceInvariantUUID": "b93cefd2-dea7-46c4-b3cc-2f8f7dec8bea",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fhijaw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"artifactChecksum": "Y2ZmNjMyY2UyMzc4Y2M1MWYwMjUwZGU4ZmVmNWVkMmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4541b605-950a-4cba-a46b-c71b847c49d6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2202609f-7430-4392-9c5c-3acee2a2bcbb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0f595de9-cf09-4d7d-96cd-b0f8175d9090",
"generatedFromUUID": "2202609f-7430-4392-9c5c-3acee2a2bcbb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0f595de9-cf09-4d7d-96cd-b0f8175d9090",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFhijaw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"artifactChecksum": "NDZiNGEzZTY3NGM3ZDM2NjllOTQyMTdmYmVmM2Q4OTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a"
}
],
"workloadContext": "Production"
}
2022-06-08T04:43:32.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:43:32.974Z|f55d43bc-a7b8-4751-9982-1b7c0e9c4f74|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f35f178b-be13-470a-9a17-824a7d9fda10 ASDC
2022-06-08T04:43:32.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8d43fc04-342b-46cf-b316-70c5558b1b56
ServiceName:basic_onboard_fHiJAW
ServiceVersion:1.0
ServiceUUID:f35f178b-be13-470a-9a17-824a7d9fda10
ServiceInvariantUUID:5d96447d-a2d3-407b-a1dd-21611a95a900
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFhijaw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
ArtifactUUID:648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a
ArtifactChecksum:NDZiNGEzZTY3NGM3ZDM2NjllOTQyMTdmYmVmM2Q4OTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_fHiJAW 0
ResourceCustomizationUUID:10f17830-2a9b-461d-a21c-a14419456711
ResourceInvariantUUID:b93cefd2-dea7-46c4-b3cc-2f8f7dec8bea
ResourceName:basic_onboard_fHiJAW
ResourceType:VF
ResourceUUID:93618d99-ae92-4948-99dc-17f39f157c74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fhijaw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
ArtifactUUID:4541b605-950a-4cba-a46b-c71b847c49d6
ArtifactChecksum:Y2ZmNjMyY2UyMzc4Y2M1MWYwMjUwZGU4ZmVmNWVkMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2202609f-7430-4392-9c5c-3acee2a2bcbb
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
ArtifactUUID:0f595de9-cf09-4d7d-96cd-b0f8175d9090
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
ArtifactUUID:0f595de9-cf09-4d7d-96cd-b0f8175d9090
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-08T04:43:32.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f35f178b-be13-470a-9a17-824a7d9fda10 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T04:43:33.008Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:43:33.008Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:43:33.008Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:43:33.008Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a from URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:33.009Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:43:33.009Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:33.302Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:43:33.305Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar 648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a 71567
2022-06-08T04:43:33.305Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar ASDC sendASDCNotification
2022-06-08T04:43:33.305Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:33.305Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:43:33.306Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:33.308Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:33.308Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663413305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:43:33.408Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:33.409Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:33.409Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:33.449Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:33.449Z||pool-26-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:34.308Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:43:34.310Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-08T04:43:34.310Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 648ccd9e-269a-49c8-9a8b-6d9ad1fa8c9a, URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar to file: /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:34.310Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:34.311Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:34.311Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:34.475Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5215285345797495897/Definitions/service-BasicOnboardFhijaw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-08T04:43:35.965Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:43:35.965Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T04:43:35.966Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.966Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-08T04:43:35.966Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.966Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.967Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.967Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.967Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.968Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.968Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.968Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_fHiJAW 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.969Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:35.969Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-08T04:43:35.969Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.970Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.970Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.971Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T04:43:35.971Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:43:35.972Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.972Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.972Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.973Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-08T04:43:35.973Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:43:35.974Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.974Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.974Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is not matching search criteria
2022-06-08T04:43:35.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-08T04:43:35.975Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-08T04:43:35.976Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-08T04:43:35.976Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T04:43:35.976Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-08T04:43:35.977Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.977Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:43:35.977Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.977Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.978Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:35.978Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.979Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.979Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:35.980Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.980Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:35.980Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:35.981Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.981Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is not matching search criteria
2022-06-08T04:43:35.981Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-08T04:43:35.982Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T04:43:35.982Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1323b329-7ca8-4b40-bb09-5d9d060bc0de
2022-06-08T04:43:35.982Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.983Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.983Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.983Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.983Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.984Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.984Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:35.984Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:35.985Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_fHiJAW
Description:service
Model UUID:f35f178b-be13-470a-9a17-824a7d9fda10
Model Version:NULL
Model InvariantUuid:5d96447d-a2d3-407b-a1dd-21611a95a900
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_fHiJAW
Model UUID:762d9b3c-da83-4da9-b1c9-6b6e5ab81fdb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b93cefd2-dea7-46c4-b3cc-2f8f7dec8bea
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:10f17830-2a9b-461d-a21c-a14419456711
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:eef6cd4a-243d-4211-8511-82e007b5e523
ModelName:BasicOnboardFhijaw..base_ubuntu18..module-0
ModelUuid:1e708331-72f5-4985-8ef6-d3533e8aa42a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1323b329-7ca8-4b40-bb09-5d9d060bc0de
ModelInvariantUuid:861e804c-fa8f-4a2e-8888-756a2fcc67bc
ModelName:basic_onboard_fHiJAW-nodes.ubuntu18Cvfc
ModelUuid:dde02e32-4dee-4e2e-ab5b-60d9818b87c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9b9624e8-3163-4789-9fa9-8833405d218a
ModelInvariantUuid:1bd23a3a-ee01-47d9-bf50-80647425cb5b
ModelName:BasicOnboardFhijaw.compute.nodes.heat.ubuntu18
ModelUuid:120dc21e-39d0-41e1-9ca6-2662369994c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T04:43:35.991Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 93618d99-ae92-4948-99dc-17f39f157c74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||basic_onboard_fHiJAW 0
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93618d99-ae92-4948-99dc-17f39f157c74
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4541b605-950a-4cba-a46b-c71b847c49d6 from URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:43:35.995Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json 4541b605-950a-4cba-a46b-c71b847c49d6 798
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json ASDC sendASDCNotification
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
2022-06-08T04:43:36.131Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:43:36.132Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:36.133Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:36.134Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663416131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:43:36.234Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:36.235Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:36.236Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:36.260Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:36.261Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:37.134Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFhijaw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "eef6cd4a-243d-4211-8511-82e007b5e523",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1e708331-72f5-4985-8ef6-d3533e8aa42a",
"vfModuleModelCustomizationUUID": "30c2acd6-8ba7-446c-bfab-55eb1c534b61",
"isBase": true,
"artifacts": [
"2202609f-7430-4392-9c5c-3acee2a2bcbb",
"0f595de9-cf09-4d7d-96cd-b0f8175d9090"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-08T04:43:37.139Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFhijaw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e708331-72f5-4985-8ef6-d3533e8aa42a
VfModuleModelInvariantUUID:eef6cd4a-243d-4211-8511-82e007b5e523
VfModuleModelDescription:NULL
Artifacts UUID List:{
2202609f-7430-4392-9c5c-3acee2a2bcbb
,
0f595de9-cf09-4d7d-96cd-b0f8175d9090
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFhijaw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "eef6cd4a-243d-4211-8511-82e007b5e523",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1e708331-72f5-4985-8ef6-d3533e8aa42a",
"vfModuleModelCustomizationUUID": "30c2acd6-8ba7-446c-bfab-55eb1c534b61",
"isBase": true,
"artifacts": [
"2202609f-7430-4392-9c5c-3acee2a2bcbb",
"0f595de9-cf09-4d7d-96cd-b0f8175d9090"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFhijaw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e708331-72f5-4985-8ef6-d3533e8aa42a
VfModuleModelInvariantUUID:eef6cd4a-243d-4211-8511-82e007b5e523
VfModuleModelDescription:NULL
Artifacts UUID List:{
2202609f-7430-4392-9c5c-3acee2a2bcbb
,
0f595de9-cf09-4d7d-96cd-b0f8175d9090
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2202609f-7430-4392-9c5c-3acee2a2bcbb from URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
2022-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:43:37.142Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
2022-06-08T04:43:37.324Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:43:37.325Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml 2202609f-7430-4392-9c5c-3acee2a2bcbb 5033
2022-06-08T04:43:37.325Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-08T04:43:37.325Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
2022-06-08T04:43:37.325Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:43:37.326Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:37.327Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:37.328Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663417325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:43:37.428Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:37.428Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:37.429Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:37.473Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:37.474Z||pool-28-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:38.328Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0f595de9-cf09-4d7d-96cd-b0f8175d9090 from URL: /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
2022-06-08T04:43:38.329Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-08T04:43:38.329Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
2022-06-08T04:43:38.381Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env 0f595de9-cf09-4d7d-96cd-b0f8175d9090 909
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:43:38.382Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:38.384Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:38.384Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663418382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:43:38.485Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:43:38.486Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:38.486Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:38.505Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:38.506Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:39.385Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f35f178b-be13-470a-9a17-824a7d9fda10
2022-06-08T04:43:39.386Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_fHiJAW 0 93618d99-ae92-4948-99dc-17f39f157c74 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:43:39.400Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9f79960, org.onap.sdc.toscaparser.api.parameters.Input@381127ac, org.onap.sdc.toscaparser.api.parameters.Input@1ba95fb7, org.onap.sdc.toscaparser.api.parameters.Input@554b38ee, org.onap.sdc.toscaparser.api.parameters.Input@604297be]
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 10f17830-2a9b-461d-a21c-a14419456711
2022-06-08T04:43:39.402Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 10f17830-2a9b-461d-a21c-a14419456711 matches Tosca VF Customization UUID: 10f17830-2a9b-461d-a21c-a14419456711
2022-06-08T04:43:39.403Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 10f17830-2a9b-461d-a21c-a14419456711 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-08T04:43:39.405Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.405Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.405Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 10f17830-2a9b-461d-a21c-a14419456711: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c5a8d8b
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30c2acd6-8ba7-446c-bfab-55eb1c534b61
2022-06-08T04:43:39.406Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30c2acd6-8ba7-446c-bfab-55eb1c534b61
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-08T04:43:39.409Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.409Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:39.409Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:39.409Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.410Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:39.410Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:39.410Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.411Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is not matching search criteria
2022-06-08T04:43:39.411Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-08T04:43:39.411Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-08T04:43:39.411Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1323b329-7ca8-4b40-bb09-5d9d060bc0de
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-08T04:43:39.414Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.414Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:39.414Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-08T04:43:39.415Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.415Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_fHiJAW 0 is matching search criteria
2022-06-08T04:43:39.415Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_fHiJAW 0] matching following query criteria: sdcType=VF, customizationUUID=10f17830-2a9b-461d-a21c-a14419456711
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:43:39.417Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.418Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.418Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f35f178b-be13-470a-9a17-824a7d9fda10: basic_onboard_fHiJAW
2022-06-08T04:43:39.418Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.419Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.420Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.420Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.420Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:43:39.420Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_fHiJAW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:43:39.421Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_fHiJAW
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:43:39.513Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_fHiJAW 93618d99-ae92-4948-99dc-17f39f157c74 1 ASDC deployResourceStructure
2022-06-08T04:43:39.513Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json ASDC sendASDCNotification
2022-06-08T04:43:39.514Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json
2022-06-08T04:43:39.514Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:43:39.514Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:39.516Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:39.516Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663419513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T04:43:39.617Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:43:39.617Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:39.618Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:39.699Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:39.700Z||pool-30-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:40.517Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-08T04:43:40.518Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml
2022-06-08T04:43:40.518Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:43:40.518Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:40.520Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:40.520Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663420517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T04:43:40.621Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:40.621Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:40.622Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:40.645Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:40.646Z||pool-31-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:41.522Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-08T04:43:41.522Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env
2022-06-08T04:43:41.522Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:43:41.522Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:41.525Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:41.525Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663421522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-08T04:43:41.625Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:41.626Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:41.626Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:41.650Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:41.651Z||pool-32-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:43:42.526Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar ASDC sendASDCNotification
2022-06-08T04:43:42.526Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar
2022-06-08T04:43:42.527Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:43:42.527Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:43:42.529Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:43:42.530Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663422526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:43:42.630Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:43:42.631Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:43:42.631Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:43:42.656Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:43:42.657Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:43:43.530Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d43fc04-342b-46cf-b316-70c5558b1b56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:43:43.543Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d43fc04-342b-46cf-b316-70c5558b1b56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:43:43.547Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:43:43.548Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:43:43.555Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:44:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:44:09.809Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:44:09.809Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:10.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:44:10.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f55d43bc-a7b8-4751-9982-1b7c0e9c4f74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663400251,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "NOTIFIED"
}
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663401268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-08T04:44:10.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663413305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:44:10.487Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663416131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663417325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663418382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:44:10.489Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663419513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/basic_onboard_fhijaw0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-08T04:44:10.490Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663420517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663421522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/resourceInstances/basic_onboard_fhijaw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:10.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:44:10.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663422526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFhijaw/1.0/artifacts/service-BasicOnboardFhijaw-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:44:10.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:44:13.555Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d43fc04-342b-46cf-b316-70c5558b1b56 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T04:44:13.563Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d43fc04-342b-46cf-b316-70c5558b1b56 and serviceModelVersionId: f35f178b-be13-470a-9a17-824a7d9fda10
2022-06-08T04:44:13.563Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d96447d-a2d3-407b-a1dd-21611a95a900
2022-06-08T04:44:13.564Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0
2022-06-08T04:44:13.572Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:44:13.646Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-08T04:44:13.648Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0|INFO|500||Invoke
2022-06-08T04:44:13.679Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-08T04:44:13.892Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0|INFO|500||InvokeReturn
2022-06-08T04:44:13.893Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d96447d-a2d3-407b-a1dd-21611a95a900/model-vers/model-ver/f35f178b-be13-470a-9a17-824a7d9fda10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220608-04:44:12:811-53630], vertex-id=[196704], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:44:12 GMT], Content-Type=[application/json]}
2022-06-08T04:44:13.893Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:44:13.894Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:44:13.894Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:44:13.899Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T04:44:13.900Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d43fc04-342b-46cf-b316-70c5558b1b56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:44:13.900Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:44:13.900Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:44:13.902Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:44:13.903Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663453900,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:44:14.003Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:44:14.004Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:44:14.004Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:14.061Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:44:14.062Z||pool-34-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T04:44:14.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:44:14.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:44:14.917Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:24.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:44:24.494Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:44:24.494Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:44:24.494Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:34.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:44:34.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:44:34.072Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:44:34.072Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:44:43.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:45:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:45:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:45:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:45:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:45:09.808Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:45:09.808Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:45:10.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:45:10.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-08T04:45:10.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d43fc04-342b-46cf-b316-70c5558b1b56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654663453900,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:45:10.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:45:19.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:46:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:46:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:46:09.807Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:46:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:46:09.809Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:46:09.809Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:46:19.392Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:46:19.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:47:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:47:09.807Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:47:09.807Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:47:09.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:47:09.808Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:47:09.808Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:47:19.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:47:19.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:48:09.807Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:48:09.808Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:48:09.810Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:48:09.810Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:48:09.810Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:48:09.810Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:48:19.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:48:19.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:49:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:49:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:49:09.807Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:49:09.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:49:09.808Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:49:09.808Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:49:19.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:49:19.413Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:50:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:50:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:50:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:50:09.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:50:09.809Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:50:09.809Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:50:19.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:50:19.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:51:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:51:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:51:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:51:09.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:51:09.808Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:51:09.809Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:51:19.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:51:19.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:52:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:52:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:52:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:52:09.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:52:09.809Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:52:09.809Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:52:19.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:52:19.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:53:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:53:09.808Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:53:09.809Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:53:09.809Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:53:09.809Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:53:09.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:53:19.392Z|8d43fc04-342b-46cf-b316-70c5558b1b56|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:53:19.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:09.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:54:09.806Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:54:09.806Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:54:09.809Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:54:09.809Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:19.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:19.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:19.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:54:19.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee046924-e28c-44f3-bce1-336b59889682","serviceName":"Demo_pNF_yPUkokR7O0ZCHn6UbaPv","serviceVersion":"1.0","serviceUUID":"0745fbcc-8971-4323-ac23-88232d5ac81d","serviceDescription":"catalog service description","serviceInvariantUUID":"ef079455-4181-4cb6-b509-75f0eb9d4773","resources":[{"resourceInstanceName":"pNF 185369bf-e56a 0","resourceName":"pNF 185369bf-e56a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a034bed0-b7f1-4f46-91df-4d65a722e584","resourceInvariantUUID":"0d7b12ab-158a-4679-acae-452fff94aeba","resourceCustomizationUUID":"5e8cb4f5-d04f-4c4c-a093-195cc12730e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml","artifactChecksum":"NGM3MTA1YTZiNmZlMzQxNzczMDI3MDQzMDgyYzc5YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bcdcbb93-5779-4002-af53-2266cb8b500b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar","artifactChecksum":"ZDZjNjg5NGU3MWQ4OWQ0YzgxMDQwNjE5MGU4MDBjZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80e6e841-b708-4648-910f-851447d20061","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e8ee97a-9ae4-4d0e-8776-c2b9cc8294ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjY2M2VlYjM1ZDc4ZWZmOGJlOGFiZTdmYjljYWM0MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"675f857b-3569-477e-b0db-b20c50949789","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd0b2968-959f-478b-94f4-d36a7a0424e2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"636fa526-caf0-4bfc-a7a8-7789778465d0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYpukokr7o0zchn6ubapv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml","artifactChecksum":"YzA4MWRkZmVlMzllNjA3NjkxYmJhMjZiMDU4YWUyMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d20f2762-b96f-453d-ad30-81c805281107","artifactVersion":"1"},{"artifactName":"service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar","artifactChecksum":"YzNlYTdiOTM3ZDI3MzEyMzkzYmEyMjBlYmFiNGVlMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"542a6316-d25d-4f4d-b8f0-b9c149851238","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:54:19.580Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:19.580Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:19.584Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:19.585Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:54:19.685Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:54:19.686Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:19.686Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:19.716Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:19.717Z||pool-35-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":4,"count":1}
2022-06-08T04:54:20.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:20.586Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:20.588Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:20.588Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:54:20.690Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-08T04:54:20.691Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:20.691Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:20.738Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:20.739Z||pool-36-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:21.589Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:21.590Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:21.593Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:21.593Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:54:21.693Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:21.694Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:21.694Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:21.780Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:21.780Z||pool-37-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:22.594Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:22.595Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:22.597Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:22.597Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:54:22.697Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:54:22.699Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:22.699Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:22.723Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:22.723Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:54:23.598Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:23.599Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:23.602Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:23.602Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:54:23.702Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:23.703Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:23.703Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:23.748Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:23.749Z||pool-39-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:24.602Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:24.604Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:24.606Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:24.607Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:54:24.707Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:24.708Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:24.708Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:24.777Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:24.778Z||pool-40-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":3,"count":1}
2022-06-08T04:54:25.609Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:25.609Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:25.617Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:25.617Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:54:25.720Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-08T04:54:25.721Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:25.721Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:25.774Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:25.775Z||pool-41-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:26.618Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:54:26.630Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:26.647Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:26.647Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:54:26.735Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-08T04:54:26.736Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:26.736Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:26.763Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:26.764Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:27.651Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"serviceName": "Demo_pNF_yPUkokR7O0ZCHn6UbaPv",
"serviceVersion": "1.0",
"serviceUUID": "0745fbcc-8971-4323-ac23-88232d5ac81d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ef079455-4181-4cb6-b509-75f0eb9d4773",
"resources": [
{
"resourceInstanceName": "pNF 185369bf-e56a 0",
"resourceCustomizationUUID": "5e8cb4f5-d04f-4c4c-a093-195cc12730e3",
"resourceName": "pNF 185369bf-e56a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a034bed0-b7f1-4f46-91df-4d65a722e584",
"resourceInvariantUUID": "0d7b12ab-158a-4679-acae-452fff94aeba",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"artifactChecksum": "YzNlYTdiOTM3ZDI3MzEyMzkzYmEyMjBlYmFiNGVlMjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "542a6316-d25d-4f4d-b8f0-b9c149851238"
}
],
"workloadContext": "Production"
}
2022-06-08T04:54:27.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:54:27.651Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0745fbcc-8971-4323-ac23-88232d5ac81d ASDC
2022-06-08T04:54:27.652Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ee046924-e28c-44f3-bce1-336b59889682
ServiceName:Demo_pNF_yPUkokR7O0ZCHn6UbaPv
ServiceVersion:1.0
ServiceUUID:0745fbcc-8971-4323-ac23-88232d5ac81d
ServiceInvariantUUID:ef079455-4181-4cb6-b509-75f0eb9d4773
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
ArtifactUUID:542a6316-d25d-4f4d-b8f0-b9c149851238
ArtifactChecksum:YzNlYTdiOTM3ZDI3MzEyMzkzYmEyMjBlYmFiNGVlMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 185369bf-e56a 0
ResourceCustomizationUUID:5e8cb4f5-d04f-4c4c-a093-195cc12730e3
ResourceInvariantUUID:0d7b12ab-158a-4679-acae-452fff94aeba
ResourceName:pNF 185369bf-e56a
ResourceType:PNF
ResourceUUID:a034bed0-b7f1-4f46-91df-4d65a722e584
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-08T04:54:27.652Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0745fbcc-8971-4323-ac23-88232d5ac81d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:54:27.702Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:54:27.704Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:54:27.704Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:54:27.704Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 542a6316-d25d-4f4d-b8f0-b9c149851238 from URL: /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:27.704Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:54:27.705Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:27.863Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:54:27.867Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar 542a6316-d25d-4f4d-b8f0-b9c149851238 82648
2022-06-08T04:54:27.868Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar ASDC sendASDCNotification
2022-06-08T04:54:27.868Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:27.868Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:54:27.868Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:27.870Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:27.870Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664067868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:54:27.971Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:27.972Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:27.972Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:28.006Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:28.007Z||pool-43-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:54:28.872Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:54:28.874Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:54:28.874Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 542a6316-d25d-4f4d-b8f0-b9c149851238, URL: /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar to file: /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:28.874Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:28.875Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:28.875Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:29.042Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7851038569836513979/Definitions/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml
2022-06-08T04:54:30.146Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:54:30.147Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:54:30.147Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.147Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-08T04:54:30.147Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.148Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 185369bf-e56a 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.148Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.148Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.148Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.149Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.149Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.149Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:54:30.149Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.150Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.150Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Node template pNF 185369bf-e56a 0 is matching search criteria
2022-06-08T04:54:30.150Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:54:30.151Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 185369bf-e56a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:54:30.151Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.151Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.151Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Node template pNF 185369bf-e56a 0 is matching search criteria
2022-06-08T04:54:30.152Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:54:30.152Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 185369bf-e56a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:54:30.152Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.152Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.153Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.153Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.153Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.153Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.154Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.154Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.154Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.155Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.155Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_yPUkokR7O0ZCHn6UbaPv
Description:catalog service description
Model UUID:0745fbcc-8971-4323-ac23-88232d5ac81d
Model Version:NULL
Model InvariantUuid:ef079455-4181-4cb6-b509-75f0eb9d4773
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T04:54:30.161Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: a034bed0-b7f1-4f46-91df-4d65a722e584
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:54:30.167Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||pNF 185369bf-e56a 0
2022-06-08T04:54:30.167Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a034bed0-b7f1-4f46-91df-4d65a722e584
2022-06-08T04:54:30.168Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0745fbcc-8971-4323-ac23-88232d5ac81d
2022-06-08T04:54:30.168Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0745fbcc-8971-4323-ac23-88232d5ac81d
2022-06-08T04:54:30.169Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 185369bf-e56a 0 a034bed0-b7f1-4f46-91df-4d65a722e584 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:54:30.175Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b42a8f5, org.onap.sdc.toscaparser.api.parameters.Input@48c9d440, org.onap.sdc.toscaparser.api.parameters.Input@51caae10, org.onap.sdc.toscaparser.api.parameters.Input@a99437d, org.onap.sdc.toscaparser.api.parameters.Input@44d257db]
2022-06-08T04:54:30.175Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.176Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.176Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0745fbcc-8971-4323-ac23-88232d5ac81d: pNF 185369bf-e56a
2022-06-08T04:54:30.176Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Processing PNF resource: a034bed0-b7f1-4f46-91df-4d65a722e584
2022-06-08T04:54:30.177Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:54:30.177Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yPUkokR7O0ZCHn6UbaPv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:54:30.177Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||Resource customization UUID: 5e8cb4f5-d04f-4c4c-a093-195cc12730e3 is the same as notified resource customizationUUID: 5e8cb4f5-d04f-4c4c-a093-195cc12730e3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-08T04:54:30.256Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 185369bf-e56a a034bed0-b7f1-4f46-91df-4d65a722e584 0 ASDC deployResourceStructure
2022-06-08T04:54:30.257Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar ASDC sendASDCNotification
2022-06-08T04:54:30.257Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar
2022-06-08T04:54:30.258Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-08T04:54:30.258Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:54:30.261Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:54:30.261Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664070257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:54:30.361Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:54:30.362Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:54:30.362Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:54:30.383Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:54:30.384Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:54:31.262Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:54:31.275Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:54:31.278Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:54:31.278Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:54:31.279Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:55:01.280Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:55:01.290Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:55:01.294Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:55:01.294Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-08T04:55:01.294Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-08T04:55:09.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:55:09.809Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:55:09.809Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:55:10.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:55:10.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664050962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664050646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664049209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664058292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664050962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664050646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664049209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664058292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664059903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664050646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664050962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664049209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664058292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664059903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664050646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664050962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664049209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664058292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664059903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664061476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664050646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664050962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664049209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664058292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664059903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664061476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664050962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664050646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664049209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664058292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664059903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664061476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664050962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664050646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664049209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664058292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664059903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664061476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664050962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664050646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664049805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664049209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664058292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664059903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664061476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664067754,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664067868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664066612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664067186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664059903,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664061476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "cds",
"timestamp": 1654664068205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.619Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664061476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664068651,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664070257,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664061476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664069655,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.639Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.640Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664070310,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664070646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664071507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654664070646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664072511,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.657Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.657Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664074400,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664073878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "cds",
"timestamp": 1654664073292,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/resourceInstances/pnf185369bfe56a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "aai-ml",
"timestamp": 1654664075406,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.672Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.672Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "cds",
"timestamp": 1654664073292,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "cds",
"timestamp": 1654664076245,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664076891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "cds",
"timestamp": 1654664077267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.701Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.701Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664078447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "clamp",
"timestamp": 1654664077899,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664079459,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYpukokr7o0zchn6ubapv/1.0/artifacts/service-DemoPnfYpukokr7o0zchn6ubapv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "policy-id",
"timestamp": 1654664080462,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.730Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee046924-e28c-44f3-bce1-336b59889682
2022-06-08T04:55:10.730Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee046924-e28c-44f3-bce1-336b59889682 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664079210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "aai-ml",
"timestamp": 1654664080962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664079210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "policy-id",
"timestamp": 1654664069267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "aai-ml",
"timestamp": 1654664080962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664082046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664081476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "policy-id",
"timestamp": 1654664083574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "aai-ml",
"timestamp": 1654664083784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "ves-openapi-manager",
"timestamp": 1654664081476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "policy-id",
"timestamp": 1654664084584,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664083633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "policy-id",
"timestamp": 1654664085587,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.750Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.751Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654664084637,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.763Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.763Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "aai-ml",
"timestamp": 1654664088520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "aai-ml",
"timestamp": 1654664089525,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "clamp",
"timestamp": 1654664089907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "clamp",
"timestamp": 1654664089907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "clamp",
"timestamp": 1654664095881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "clamp",
"timestamp": 1654664098883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-08T04:55:10.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "clamp",
"timestamp": 1654664099887,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:10.791Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c9e4b0f7-8281-4562-95eb-17b97750914f
2022-06-08T04:55:10.791Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9e4b0f7-8281-4562-95eb-17b97750914f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-08T04:55:31.295Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:55:31.306Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee046924-e28c-44f3-bce1-336b59889682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:55:31.310Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-08T04:55:31.311Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-08T04:55:31.321Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-08T04:56:01.321Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee046924-e28c-44f3-bce1-336b59889682 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-08T04:56:01.329Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee046924-e28c-44f3-bce1-336b59889682 and serviceModelVersionId: 0745fbcc-8971-4323-ac23-88232d5ac81d
2022-06-08T04:56:01.329Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef079455-4181-4cb6-b509-75f0eb9d4773
2022-06-08T04:56:01.330Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0
2022-06-08T04:56:01.335Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-08T04:56:01.406Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-08T04:56:01.407Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0|INFO|500||Invoke
2022-06-08T04:56:01.436Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-08T04:56:01.667Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0|INFO|500||InvokeReturn
2022-06-08T04:56:01.668Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef079455-4181-4cb6-b509-75f0eb9d4773/model-vers/model-ver/0745fbcc-8971-4323-ac23-88232d5ac81d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220608-04:56:00:572-95194], vertex-id=[213128], Content-Length=[0], Date=[Wed, 08 Jun 2022 04:56:00 GMT], Content-Type=[application/json]}
2022-06-08T04:56:01.669Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-08T04:56:01.669Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-08T04:56:01.669Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:56:01.675Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-08T04:56:01.678Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee046924-e28c-44f3-bce1-336b59889682 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-08T04:56:01.678Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-08T04:56:01.678Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:01.681Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:01.681Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee046924-e28c-44f3-bce1-336b59889682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664161678,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-08T04:56:01.781Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:01.782Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:56:01.782Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:01.818Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:56:01.819Z||pool-45-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T04:56:02.693Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-08T04:56:02.693Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-08T04:56:02.693Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:03.344Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:56:03.346Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-08T04:56:03.346Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9e4b0f7-8281-4562-95eb-17b97750914f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f78d08d0-f3d4-4aec-86a1-bca1f67be839","serviceDescription":"service","serviceInvariantUUID":"fcdb1a29-1949-42b3-854e-0600ce99ff0a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"70d098a2-7c6f-435f-a6e6-fa9fe1c9cdee","resourceInvariantUUID":"924f05a0-cc9e-4cc0-9ac4-9f6e7e7201d6","resourceCustomizationUUID":"2ab773f1-cf7e-414f-939f-9e0d5b41c002","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NWVlZjc4MzEzMmUxMjY1MzE2M2UzZGYxOWFlMGU4NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17d23df8-dd7f-4f6e-b7ba-b4b30acd7c80","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDZmM2FmODhiMTFhNDBiMDBlYjdjMmU2NTFjY2Y5Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c67bb513-f5bd-4316-9c53-3cc68eef1f18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-08T04:56:03.348Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:03.348Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:03.350Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:03.351Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664162693,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-08T04:56:03.451Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:03.452Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:56:03.452Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:03.480Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:56:03.481Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-08T04:56:04.351Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-08T04:56:04.352Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:04.355Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:04.355Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664162693,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-08T04:56:04.455Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-08T04:56:04.456Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:56:04.456Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:04.473Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:56:04.474Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:05.356Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f78d08d0-f3d4-4aec-86a1-bca1f67be839",
"serviceDescription": "service",
"serviceInvariantUUID": "fcdb1a29-1949-42b3-854e-0600ce99ff0a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "2ab773f1-cf7e-414f-939f-9e0d5b41c002",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "70d098a2-7c6f-435f-a6e6-fa9fe1c9cdee",
"resourceInvariantUUID": "924f05a0-cc9e-4cc0-9ac4-9f6e7e7201d6",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MDZmM2FmODhiMTFhNDBiMDBlYjdjMmU2NTFjY2Y5Mjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c67bb513-f5bd-4316-9c53-3cc68eef1f18"
}
],
"workloadContext": "Production"
}
2022-06-08T04:56:05.356Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-08T04:56:05.357Z|ee046924-e28c-44f3-bce1-336b59889682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f78d08d0-f3d4-4aec-86a1-bca1f67be839 ASDC
2022-06-08T04:56:05.357Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c9e4b0f7-8281-4562-95eb-17b97750914f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f78d08d0-f3d4-4aec-86a1-bca1f67be839
ServiceInvariantUUID:fcdb1a29-1949-42b3-854e-0600ce99ff0a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:c67bb513-f5bd-4316-9c53-3cc68eef1f18
ArtifactChecksum:MDZmM2FmODhiMTFhNDBiMDBlYjdjMmU2NTFjY2Y5Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2ab773f1-cf7e-414f-939f-9e0d5b41c002
ResourceInvariantUUID:924f05a0-cc9e-4cc0-9ac4-9f6e7e7201d6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:70d098a2-7c6f-435f-a6e6-fa9fe1c9cdee
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-08T04:56:05.357Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f78d08d0-f3d4-4aec-86a1-bca1f67be839 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-08T04:56:05.388Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:56:05.389Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:05.389Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:05.389Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c67bb513-f5bd-4316-9c53-3cc68eef1f18 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T04:56:05.389Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-08T04:56:05.390Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T04:56:05.462Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-08T04:56:05.465Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c67bb513-f5bd-4316-9c53-3cc68eef1f18 52505
2022-06-08T04:56:05.465Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-08T04:56:05.466Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-08T04:56:05.466Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-08T04:56:05.466Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-08T04:56:05.468Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-08T04:56:05.468Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c9e4b0f7-8281-4562-95eb-17b97750914f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654664165465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-08T04:56:05.569Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-08T04:56:05.570Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-08T04:56:05.570Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gqsYfKmPiC9FUjKV) ...
2022-06-08T04:56:05.585Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-08T04:56:05.586Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-08T04:56:06.469Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-08T04:56:06.470Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-08T04:56:06.471Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c67bb513-f5bd-4316-9c53-3cc68eef1f18, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:06.471Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-08T04:56:06.472Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:06.472Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:06.582Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2415654332843089264/Definitions/service-BasicNetwork-template.yml
2022-06-08T04:56:07.089Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.090Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.091Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.092Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.093Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.094Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.095Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f78d08d0-f3d4-4aec-86a1-bca1f67be839
Model Version:NULL
Model InvariantUuid:fcdb1a29-1949-42b3-854e-0600ce99ff0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:924f05a0-cc9e-4cc0-9ac4-9f6e7e7201d6
Model UUID:62bd57d4-1fb8-45c7-af11-c54e79f9bcec
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:2ab773f1-cf7e-414f-939f-9e0d5b41c002
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-08T04:56:07.105Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 70d098a2-7c6f-435f-a6e6-fa9fe1c9cdee
2022-06-08T04:56:07.105Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||No resources found for Service: f78d08d0-f3d4-4aec-86a1-bca1f67be839
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:56:07.111Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||
2022-06-08T04:56:07.111Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-08T04:56:07.111Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f78d08d0-f3d4-4aec-86a1-bca1f67be839
2022-06-08T04:56:07.112Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f78d08d0-f3d4-4aec-86a1-bca1f67be839
2022-06-08T04:56:07.112Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-08T04:56:07.112Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-08T04:56:07.117Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dbb86c5, org.onap.sdc.toscaparser.api.parameters.Input@3492957d, org.onap.sdc.toscaparser.api.parameters.Input@2143cb68, org.onap.sdc.toscaparser.api.parameters.Input@e67cd53, org.onap.sdc.toscaparser.api.parameters.Input@4fabfff4]
2022-06-08T04:56:07.119Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.119Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.119Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.120Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.120Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f78d08d0-f3d4-4aec-86a1-bca1f67be839: Generic NeutronNet
2022-06-08T04:56:07.120Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.120Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.121Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.121Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-08T04:56:07.171Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.172Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.173Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-08T04:56:07.173Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-08T04:56:07.174Z|c9e4b0f7-8281-4562-95eb-17b97750914f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery