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-03-19T04:10:01.798Z||main|||||INFO|500||The following profiles are active: basic
2022-03-19T04:10:20.222Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-19T04:10:20.224Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-19T04:10:20.394Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-19T04:10:26.464Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-19T04:10:27.025Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-19T04:10:27.677Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-19T04:10:27.692Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-19T04:10:27.857Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-19T04:10:28.166Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-19T04:10:29.084Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-19T04:10:31.433Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-19T04:10:34.818Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-19T04:10:34.907Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-19T04:10:35.803Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-19T04:10:36.052Z||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-03-19T04:10:38.141Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-19T04:10:39.927Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-19T04:10:39.955Z||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$$7b5c92.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-03-19T04:10:39.956Z||main|||||WARN|500||The sdc end point is not alive
2022-03-19T04:10:44.590Z||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-03-19T04:10:48.957Z||main|||||WARN|500||---
2022-03-19T04:10:48.957Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-19T04:10:48.958Z||main|||||WARN|500||---
2022-03-19T04:10:49.606Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-19T04:10:56.805Z||main|||||INFO|500||Started Application in 59.576 seconds (JVM running for 62.863)
2022-03-19T04:10:56.846Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-19T04:10:56.849Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-19T04:10:56.866Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-19T04:10:56.906Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-19T04:10:56.970Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0751255e-9358-47f9-8bdd-7ae1fa7cc17b url= /sdc/v1/artifactTypes
2022-03-19T04:10:56.971Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-19T04:10:57.393Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-19T04:10:57.427Z||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-03-19T04:10:57.454Z||scheduling-1|||||DEBUG|500||create keys
2022-03-19T04:10:57.464Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-19T04:10:57.635Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:10:57.655Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0c96db43-3208-40d6-b377-a960d17c5c99 url= /sdc/v1/registerForDistribution
2022-03-19T04:10:57.998Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0c96db43-3208-40d6-b377-a960d17c5c99 url= /sdc/v1/registerForDistribution
2022-03-19T04:10:57.999Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-19T04:10:58.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:10:58.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:10:58.030Z||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-03-19T04:10:58.031Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:10:58.032Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-19T04:10:58.031Z||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-03-19T04:10:58.034Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:11:08.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:11:08.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:11:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:11:58.011Z||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-03-19T04:11:58.012Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:11:58.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:11:58.015Z||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-03-19T04:11:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:12:07.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:12:07.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:12:58.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:12:58.011Z||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-03-19T04:12:58.012Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:12:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:12:58.015Z||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-03-19T04:12:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:13:07.716Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:13:07.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:13:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:13:58.011Z||pool-2-thread-3|||||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-03-19T04:13:58.011Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:13:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:13:58.015Z||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-03-19T04:13:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:14:07.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:14:07.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:14:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:14:58.013Z||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-03-19T04:14:58.014Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:14:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:14:58.015Z||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-03-19T04:14:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:15:07.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:15:07.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:15:58.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:15:58.011Z||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-03-19T04:15:58.011Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:15:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:15:58.014Z||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-03-19T04:15:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:16:07.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:16:07.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:16:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:16:58.014Z||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-03-19T04:16:58.014Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:16:58.016Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:16:58.018Z||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-03-19T04:16:58.018Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:17:07.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:17:07.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:17:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:17:58.011Z||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-03-19T04:17:58.011Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:17:58.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:17:58.016Z||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-03-19T04:17:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:18:07.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:18:07.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:18:58.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:18:58.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:18:58.016Z||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-03-19T04:18:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:18:58.017Z||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-03-19T04:18:58.017Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:19:07.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:19:07.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:19:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:19:58.012Z||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-03-19T04:19:58.013Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:19:58.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:19:58.015Z||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-03-19T04:19:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:20:07.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:20:07.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:20:46.315Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-19T04:20:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:20:58.011Z||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-03-19T04:20:58.011Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:20:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:20:58.015Z||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-03-19T04:20:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:21:07.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:21:07.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:21:58.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:21:58.011Z||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-03-19T04:21:58.011Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:21:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:21:58.014Z||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-03-19T04:21:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:22:07.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:22:07.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:22:58.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:22:58.012Z||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-03-19T04:22:58.012Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:22:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:22:58.015Z||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-03-19T04:22:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:23:07.605Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:23:07.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:23:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:23:58.012Z||pool-2-thread-3|||||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-03-19T04:23:58.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:23:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:23:58.019Z||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-03-19T04:23:58.020Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:24:07.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:24:07.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:24:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:24:58.012Z||pool-2-thread-3|||||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-03-19T04:24:58.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:24:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:24:58.014Z||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-03-19T04:24:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:25:07.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:25:07.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:25:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:25:58.011Z||pool-2-thread-3|||||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-03-19T04:25:58.011Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:25:58.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:25:58.015Z||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-03-19T04:25:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:26:07.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:26:07.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:26:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:26:58.011Z||pool-2-thread-3|||||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-03-19T04:26:58.011Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:26:58.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:26:58.015Z||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-03-19T04:26:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:27:07.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:27:07.613Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:27:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:27:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:27:58.014Z||pool-2-thread-3|||||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-03-19T04:27:58.015Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:27:58.015Z||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-03-19T04:27:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:28:07.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:28:07.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:28:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:28:58.011Z||pool-2-thread-3|||||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-03-19T04:28:58.011Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:28:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:28:58.015Z||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-03-19T04:28:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:29:07.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:29:07.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:29:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:29:58.011Z||pool-2-thread-3|||||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-03-19T04:29:58.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:29:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:29:58.015Z||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-03-19T04:29:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:30:07.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:30:07.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:30:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:30:58.012Z||pool-2-thread-3|||||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-03-19T04:30:58.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:30:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:30:58.015Z||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-03-19T04:30:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:31:07.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:31:07.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:31:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:31:58.011Z||pool-2-thread-3|||||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-03-19T04:31:58.011Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:31:58.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:31:58.015Z||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-03-19T04:31:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:32:07.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:32:07.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:32:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:32:58.012Z||pool-2-thread-3|||||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-03-19T04:32:58.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:32:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:32:58.014Z||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-03-19T04:32:58.014Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:33:07.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:33:07.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:33:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:33:58.011Z||pool-2-thread-3|||||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-03-19T04:33:58.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:33:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:33:58.016Z||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-03-19T04:33:58.017Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:34:07.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:34:07.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:34:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:34:58.012Z||pool-2-thread-3|||||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-03-19T04:34:58.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:34:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:34:58.015Z||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-03-19T04:34:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:35:07.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:35:07.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:35:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:35:58.011Z||pool-2-thread-3|||||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-03-19T04:35:58.011Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:35:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:35:58.016Z||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-03-19T04:35:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:36:07.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:36:07.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:36:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:36:58.011Z||pool-2-thread-3|||||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-03-19T04:36:58.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:36:58.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:36:58.017Z||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-03-19T04:36:58.017Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:37:07.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:37:07.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:37:58.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:37:58.012Z||pool-2-thread-3|||||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-03-19T04:37:58.012Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:37:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:37:58.015Z||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-03-19T04:37:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:38:07.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:38:07.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:38:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:38:58.011Z||pool-2-thread-10|||||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-03-19T04:38:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:38:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:38:58.015Z||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-03-19T04:38:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:39:07.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:39:07.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:39:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:39:58.011Z||pool-2-thread-10|||||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-03-19T04:39:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:39:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:39:58.015Z||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-03-19T04:39:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:40:07.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:40:07.606Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:40:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:40:58.010Z||pool-2-thread-10|||||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-03-19T04:40:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:40:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:40:58.015Z||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-03-19T04:40:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:41:07.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:41:07.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:41:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:41:58.010Z||pool-2-thread-10|||||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-03-19T04:41:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:41:58.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:41:58.015Z||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-03-19T04:41:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:42:07.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:42:07.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:42:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:42:58.013Z||pool-2-thread-10|||||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-03-19T04:42:58.013Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:42:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:42:58.014Z||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-03-19T04:42:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:43:07.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:43:07.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:43:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:43:58.011Z||pool-2-thread-10|||||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-03-19T04:43:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:43:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:43:58.014Z||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-03-19T04:43:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:44:07.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:44:07.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:44:58.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:44:58.011Z||pool-2-thread-10|||||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-03-19T04:44:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:44:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:44:58.015Z||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-03-19T04:44:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:45:07.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:45:07.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:45:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:45:58.011Z||pool-2-thread-10|||||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-03-19T04:45:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:45:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:45:58.014Z||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-03-19T04:45:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:46:07.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:46:07.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:46:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:46:58.011Z||pool-2-thread-10|||||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-03-19T04:46:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:46:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:46:58.014Z||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-03-19T04:46:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:47:07.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:47:07.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:47:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:47:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:47:58.014Z||pool-2-thread-10|||||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-03-19T04:47:58.014Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:47:58.015Z||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-03-19T04:47:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:48:07.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:48:07.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:48:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:48:58.011Z||pool-2-thread-10|||||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-03-19T04:48:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:48:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:48:58.014Z||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-03-19T04:48:58.014Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:49:07.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:49:07.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:49:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:49:58.011Z||pool-2-thread-9|||||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-03-19T04:49:58.011Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:49:58.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:49:58.014Z||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-03-19T04:49:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:50:07.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:50:07.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:50:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:50:58.011Z||pool-2-thread-9|||||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-03-19T04:50:58.011Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:50:58.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:50:58.015Z||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-03-19T04:50:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:51:07.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:51:07.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:51:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:51:58.011Z||pool-2-thread-9|||||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-03-19T04:51:58.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:51:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:51:58.015Z||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-03-19T04:51:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:52:07.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:52:07.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:52:58.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:52:58.013Z||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-03-19T04:52:58.013Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:52:58.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:52:58.017Z||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-03-19T04:52:58.018Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:53:07.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:53:07.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:53:58.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:53:58.011Z||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-03-19T04:53:58.011Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:53:58.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:53:58.014Z||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-03-19T04:53:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:54:07.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:54:07.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:54:58.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:54:58.011Z||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-03-19T04:54:58.011Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:54:58.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:54:58.015Z||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-03-19T04:54:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:55:07.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:55:07.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:55:58.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:55:58.013Z||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-03-19T04:55:58.014Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:55:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:55:58.015Z||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-03-19T04:55:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:56:07.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:56:07.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:56:58.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:56:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:56:58.016Z||pool-2-thread-9|||||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-03-19T04:56:58.016Z||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-03-19T04:56:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:56:58.016Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:57:07.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:57:07.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:57:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:57:58.011Z||pool-2-thread-9|||||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-03-19T04:57:58.011Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:57:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:57:58.015Z||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-03-19T04:57:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:58:07.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:58:07.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:58:58.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:58:58.011Z||pool-2-thread-9|||||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-03-19T04:58:58.011Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T04:58:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:58:58.015Z||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-03-19T04:58:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:59:07.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:59:07.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T04:59:58.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:59:58.011Z||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-03-19T04:59:58.012Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T04:59:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T04:59:58.017Z||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-03-19T04:59:58.017Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:00:07.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:00:07.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:00:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:00:58.011Z||pool-2-thread-10|||||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-03-19T05:00:58.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:00:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:00:58.014Z||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-03-19T05:00:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:01:07.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:01:07.662Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:01:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:01:58.012Z||pool-2-thread-10|||||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-03-19T05:01:58.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:01:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:01:58.017Z||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-03-19T05:01:58.017Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:02:07.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:02:07.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:02:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:02:58.011Z||pool-2-thread-10|||||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-03-19T05:02:58.011Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:02:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:02:58.015Z||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-03-19T05:02:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:03:07.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:03:07.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:03:58.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:03:58.011Z||pool-2-thread-10|||||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-03-19T05:03:58.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:03:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:03:58.015Z||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-03-19T05:03:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:03:58.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:03:58.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4019507-1a24-420d-9983-90cb5d310acf","serviceName":"vFW 2022-03-19 04-59-08","serviceVersion":"1.0","serviceUUID":"90dd655e-10fb-4c11-930b-8d882d9f1a61","serviceDescription":"catalog service description","serviceInvariantUUID":"614df907-00ad-4a7b-bed7-bc2a83564ef6","resources":[{"resourceInstanceName":"vFW bc2bfa7d-8aec 0","resourceName":"vFW bc2bfa7d-8aec","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c2922cc9-9a7a-462f-8049-2e96e6618411","resourceInvariantUUID":"3577f195-7564-4d8d-b603-ded07d2f4968","resourceCustomizationUUID":"38939cef-d652-46ea-a31c-31bf69930b68","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml","artifactChecksum":"NmY2ZTRlZDEzNWZlODk4NGM3ZmZkYjhiMTRlYWMxYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e83c9da5-205e-4b75-9c07-9a8833d3b116","artifactVersion":"1"},{"artifactName":"vfwbc2bfa7d8aec0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json","artifactChecksum":"YjkzZGQ1NTMzODM4NTMyNmRhMzllNWJmNDIyMTUxZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a78f1c22-2395-4ffb-91c8-4076b3cf3974","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a08f972-b187-4036-8c55-4e95f04d85a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIzNmViZTM2YjEwNzc1ZDBiMDA1ZDNjZDc5ZmJkNjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9728eac1-481f-43eb-a2fe-2cef12650d8f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6a58b49e-5ce6-4627-9547-359c98ca0833","artifactVersion":"3","generatedFromUUID":"0a08f972-b187-4036-8c55-4e95f04d85a5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220319045908-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml","artifactChecksum":"MDE1YjY0NDgwOGQ1YjkyNzQ2YzJlOWQzZDYzNjkwNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffd80b86-b327-43d7-8263-d8213257d2ff","artifactVersion":"1"},{"artifactName":"service-Vfw20220319045908-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar","artifactChecksum":"N2Y0ZDQzYzk1ZWNlNjM4OWJjOWM3NzRmNTFhMmZmNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f83fb3f-6221-4dd2-aa89-94d6e6f24d03","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-19T05:03:58.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:03:58.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666185580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.677Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:03:58.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:03:58.706Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:03:58.707Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666183016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666180837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666179488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666177114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "dcae-sch",
"timestamp": 1647666185648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666185580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666180837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666183016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666179488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666177114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "dcae-sch",
"timestamp": 1647666185648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666183016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666185580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666180837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666179488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666177114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "dcae-sch",
"timestamp": 1647666185648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666183016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666185580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666180837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666179488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666177114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "dcae-sch",
"timestamp": 1647666185648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666183016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666185580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666180837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666179488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666177114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "dcae-sch",
"timestamp": 1647666185648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666183016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666185580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666180837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666179488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666177114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "dcae-sch",
"timestamp": 1647666185648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666183016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666185580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666180837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666179488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "dcae-sch",
"timestamp": 1647666185648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:58.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666177114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:03:58.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:58.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666196016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:03:58.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:58.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666195337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:03:58.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:58.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666196165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:03:58.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:58.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666195968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:03:58.773Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:58.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666197182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:03:58.774Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:58.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:58.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "cds",
"timestamp": 1647666197013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-19T05:03:58.806Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-19T05:03:58.812Z||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-03-19T05:03:58.812Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:03:58.832Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:03:58.833Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 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: 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-03-19T05:03:59.063Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf
2022-03-19T05:03:59.086Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf 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-03-19T05:03:59.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666197337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:03:59.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:59.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666196266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "policy-id",
"timestamp": 1647666198195,
"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-03-19T05:03:59.174Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf
2022-03-19T05:03:59.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf 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-03-19T05:03:59.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666198615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:03:59.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:59.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666196266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666196266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666199990,
"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-03-19T05:03:59.205Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf
2022-03-19T05:03:59.205Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf 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-03-19T05:03:59.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666196266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666200995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-19T05:03:59.242Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:59.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666200797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666196266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666200797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666196266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666200797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666196266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666200797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666200797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666200797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:03:59.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666205700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:03:59.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:59.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666200797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:03:59.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:03:59.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666207779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:03:59.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:59.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666208848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:03:59.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:59.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "clamp",
"timestamp": 1647666208786,
"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-03-19T05:03:59.270Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf
2022-03-19T05:03:59.271Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf 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-03-19T05:03:59.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666216311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:03:59.310Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:59.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666217321,
"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-03-19T05:03:59.325Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf
2022-03-19T05:03:59.326Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf 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-03-19T05:03:59.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666217838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:03:59.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:03:59.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:03:59.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "aai-ml",
"timestamp": 1647666218843,
"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-03-19T05:03:59.355Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4019507-1a24-420d-9983-90cb5d310acf
2022-03-19T05:03:59.355Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4019507-1a24-420d-9983-90cb5d310acf 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-03-19T05:03:59.717Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:03:59.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:03:59.721Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:03:59.721Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOTIFIED"
}
2022-03-19T05:03:59.821Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:03:59.822Z||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-03-19T05:03:59.822Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:03:59.916Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:03:59.917Z||pool-4-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:00.721Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:04:00.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:00.724Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:00.725Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-19T05:04:00.825Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:00.827Z||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-03-19T05:04:00.827Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:00.853Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:00.854Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:04:01.726Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:04:01.727Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:01.730Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:01.731Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:04:01.831Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:01.832Z||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-03-19T05:04:01.832Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:01.855Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:01.856Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:02.731Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:04:02.732Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:02.735Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:02.735Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-19T05:04:02.835Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:02.836Z||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-03-19T05:04:02.836Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:02.858Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:02.859Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:03.736Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:04:03.738Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:03.741Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:03.741Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:04:03.841Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:03.842Z||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-03-19T05:04:03.843Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:03.867Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:03.867Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:04.743Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:04:04.744Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:04.748Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:04.748Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:04:04.848Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:04.850Z||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-03-19T05:04:04.850Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:04.869Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:04.870Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:05.751Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"serviceName": "vFW 2022-03-19 04-59-08",
"serviceVersion": "1.0",
"serviceUUID": "90dd655e-10fb-4c11-930b-8d882d9f1a61",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "614df907-00ad-4a7b-bed7-bc2a83564ef6",
"resources": [
{
"resourceInstanceName": "vFW bc2bfa7d-8aec 0",
"resourceCustomizationUUID": "38939cef-d652-46ea-a31c-31bf69930b68",
"resourceName": "vFW bc2bfa7d-8aec",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c2922cc9-9a7a-462f-8049-2e96e6618411",
"resourceInvariantUUID": "3577f195-7564-4d8d-b603-ded07d2f4968",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbc2bfa7d8aec0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"artifactChecksum": "YjkzZGQ1NTMzODM4NTMyNmRhMzllNWJmNDIyMTUxZTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a78f1c22-2395-4ffb-91c8-4076b3cf3974",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0a08f972-b187-4036-8c55-4e95f04d85a5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "6a58b49e-5ce6-4627-9547-359c98ca0833",
"generatedFromUUID": "0a08f972-b187-4036-8c55-4e95f04d85a5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "6a58b49e-5ce6-4627-9547-359c98ca0833",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220319045908-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"artifactChecksum": "N2Y0ZDQzYzk1ZWNlNjM4OWJjOWM3NzRmNTFhMmZmNTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f83fb3f-6221-4dd2-aa89-94d6e6f24d03"
}
],
"workloadContext": "Production"
}
2022-03-19T05:04:05.752Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-19T05:04:05.753Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90dd655e-10fb-4c11-930b-8d882d9f1a61 ASDC
2022-03-19T05:04:05.894Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e4019507-1a24-420d-9983-90cb5d310acf
ServiceName:vFW 2022-03-19 04-59-08
ServiceVersion:1.0
ServiceUUID:90dd655e-10fb-4c11-930b-8d882d9f1a61
ServiceInvariantUUID:614df907-00ad-4a7b-bed7-bc2a83564ef6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220319045908-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar
ArtifactUUID:2f83fb3f-6221-4dd2-aa89-94d6e6f24d03
ArtifactChecksum:N2Y0ZDQzYzk1ZWNlNjM4OWJjOWM3NzRmNTFhMmZmNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bc2bfa7d-8aec 0
ResourceCustomizationUUID:38939cef-d652-46ea-a31c-31bf69930b68
ResourceInvariantUUID:3577f195-7564-4d8d-b603-ded07d2f4968
ResourceName:vFW bc2bfa7d-8aec
ResourceType:VF
ResourceUUID:c2922cc9-9a7a-462f-8049-2e96e6618411
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbc2bfa7d8aec0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json
ArtifactUUID:a78f1c22-2395-4ffb-91c8-4076b3cf3974
ArtifactChecksum:YjkzZGQ1NTMzODM4NTMyNmRhMzllNWJmNDIyMTUxZTM=
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/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml
ArtifactUUID:0a08f972-b187-4036-8c55-4e95f04d85a5
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env
ArtifactUUID:6a58b49e-5ce6-4627-9547-359c98ca0833
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env
ArtifactUUID:6a58b49e-5ce6-4627-9547-359c98ca0833
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-19T05:04:05.896Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90dd655e-10fb-4c11-930b-8d882d9f1a61 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-03-19T05:04:05.976Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-19T05:04:05.976Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-19T05:04:05.978Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-19T05:04:05.978Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f83fb3f-6221-4dd2-aa89-94d6e6f24d03 from URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:05.978Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-19T05:04:05.980Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:06.268Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-19T05:04:06.300Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar 2f83fb3f-6221-4dd2-aa89-94d6e6f24d03 98934
2022-03-19T05:04:06.303Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar ASDC sendASDCNotification
2022-03-19T05:04:06.304Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:06.305Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:04:06.307Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:06.309Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:06.310Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666246300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:04:06.410Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:06.412Z||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-03-19T05:04:06.413Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:06.494Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:06.495Z||pool-10-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:07.310Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-19T05:04:07.312Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-19T05:04:07.312Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2f83fb3f-6221-4dd2-aa89-94d6e6f24d03, URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar to file: /app/ASDC/1/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:07.313Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220319045908-csar.csar
2022-03-19T05:04:07.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:07.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:08.251Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7417618009513210411/Definitions/service-Vfw20220319045908-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_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
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
2022-03-19T05:04:12.370Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-19T05:04:12.376Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-19T05:04:12.376Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.376Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-19T05:04:12.376Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bc2bfa7d-8aec 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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.377Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-Vfw20220319045908-csar.csar
2022-03-19T05:04:12.378Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-19T05:04:12.385Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.387Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:12.391Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:12.392Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-19T05:04:12.393Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-19T05:04:12.398Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.399Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:12.399Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:12.399Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-19T05:04:12.400Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-19T05:04:12.400Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.400Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:12.406Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.407Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria
2022-03-19T05:04:12.407Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-19T05:04:12.407Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-19T05:04:12.407Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.408Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.408Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-19T05:04:12.408Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.408Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-19T05:04:12.409Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-19T05:04:12.409Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-19T05:04:12.409Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.409Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.410Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-19T05:04:12.410Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.411Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-19T05:04:12.411Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.411Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-19T05:04:12.411Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.412Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-19T05:04:12.414Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.414Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:12.415Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:04:12.416Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.416Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:12.416Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:04:12.417Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.417Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:12.417Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:04:12.418Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.418Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria
2022-03-19T05:04:12.418Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-19T05:04:12.419Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-19T05:04:12.419Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-19T05:04:12.419Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-19T05:04:12.420Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-19T05:04:12.420Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.420Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.421Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-19T05:04:12.421Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.421Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-19T05:04:12.421Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.422Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=daac53b1-2243-4bc1-a266-2f2f4fe8c7bb
2022-03-19T05:04:12.422Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.422Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria
2022-03-19T05:04:12.423Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-19T05:04:12.423Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-19T05:04:12.423Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.424Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.424Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-19T05:04:12.424Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.425Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-19T05:04:12.425Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-19T05:04:12.425Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-19T05:04:12.425Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-19T05:04:12.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.426Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f60686b4-551f-4bed-a711-f509e0edb2b3
2022-03-19T05:04:12.427Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.427Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria
2022-03-19T05:04:12.427Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-19T05:04:12.428Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-19T05:04:12.428Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.428Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.428Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-19T05:04:12.429Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.429Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-19T05:04:12.429Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-19T05:04:12.430Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-19T05:04:12.430Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:12.430Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:12.430Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-19T05:04:12.431Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63a7d9bf-5f20-40dd-8dbb-2bfbeb20613e
2022-03-19T05:04:12.431Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.432Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:12.432Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.432Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:12.432Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.433Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:12.433Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:12.433Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:12.434Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-19 04-59-08
Description:catalog service description
Model UUID:90dd655e-10fb-4c11-930b-8d882d9f1a61
Model Version:NULL
Model InvariantUuid:614df907-00ad-4a7b-bed7-bc2a83564ef6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bc2bfa7d-8aec
Model UUID:85629491-6919-4858-b925-ea47b699a8f1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3577f195-7564-4d8d-b603-ded07d2f4968
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:38939cef-d652-46ea-a31c-31bf69930b68
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:791401fa-c10f-4c22-9f6e-b66880127482
ModelName:VfwBc2bfa7d8aec..base_vfw..module-0
ModelUuid:cf634c8a-7109-4874-89a6-6eabb73df28e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:daac53b1-2243-4bc1-a266-2f2f4fe8c7bb
ModelInvariantUuid:e56cc826-8452-45db-b888-9066edfbc76d
ModelName:vFW bc2bfa7d-8aec-nodes.vfwCvfc
ModelUuid:4cba57b3-e1be-48bc-87a4-99e79c08ac5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:81bfa5e5-2ffc-49e3-ae4f-c14a58e66111
ModelInvariantUuid:a1f4f7f4-1d00-45c7-a7ee-2e2b1aeaf80a
ModelName:VfwBc2bfa7d8aec.compute.nodes.heat.vfw
ModelUuid:ab418006-44c1-4b08-b8f6-6dacb6d4c158
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f60686b4-551f-4bed-a711-f509e0edb2b3
ModelInvariantUuid:269ce8cd-8a7a-4db0-bcd3-9c52ff239fca
ModelName:vFW bc2bfa7d-8aec-nodes.vsnCvfc
ModelUuid:b68713e8-ac76-40ba-abc4-819e806a9cbe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:55ec6d71-64e6-4bd3-8fcc-13e986bd17d6
ModelInvariantUuid:9e48c2ba-31d4-4b3e-afb4-64b29b08854f
ModelName:VfwBc2bfa7d8aec.compute.nodes.heat.vsn
ModelUuid:ef1e9145-0c1d-4adc-a5cb-469da6521242
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:63a7d9bf-5f20-40dd-8dbb-2bfbeb20613e
ModelInvariantUuid:a05cc9b8-02f2-4ffb-98d5-cac6bd95864d
ModelName:vFW bc2bfa7d-8aec-nodes.vpgCvfc
ModelUuid:e9fd8c33-aba2-4537-a5bb-251af1b7e181
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1a983c06-7739-4511-9e21-75896f373e0a
ModelInvariantUuid:5987fa4f-dbe4-45fb-8c96-344684705411
ModelName:VfwBc2bfa7d8aec.compute.nodes.heat.vpg
ModelUuid:363fa618-c18b-4c36-b011-8c9e43e855d9
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-03-19T05:04:12.453Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c2922cc9-9a7a-462f-8049-2e96e6618411
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-03-19T05:04:12.576Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||vFW bc2bfa7d-8aec 0
2022-03-19T05:04:12.584Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c2922cc9-9a7a-462f-8049-2e96e6618411
2022-03-19T05:04:12.584Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a78f1c22-2395-4ffb-91c8-4076b3cf3974 from URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json
2022-03-19T05:04:12.584Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-19T05:04:12.584Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json
2022-03-19T05:04:12.730Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-19T05:04:12.730Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json a78f1c22-2395-4ffb-91c8-4076b3cf3974 785
2022-03-19T05:04:12.731Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json ASDC sendASDCNotification
2022-03-19T05:04:12.731Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json
2022-03-19T05:04:12.731Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:04:12.732Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:12.734Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:12.734Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666252731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:04:12.835Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:04:12.836Z||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-03-19T05:04:12.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:12.853Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:12.854Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:13.736Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBc2bfa7d8aec..base_vfw..module-0",
"vfModuleModelInvariantUUID": "791401fa-c10f-4c22-9f6e-b66880127482",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cf634c8a-7109-4874-89a6-6eabb73df28e",
"vfModuleModelCustomizationUUID": "a7025578-e8de-417e-b319-ca513da41626",
"isBase": true,
"artifacts": [
"0a08f972-b187-4036-8c55-4e95f04d85a5",
"6a58b49e-5ce6-4627-9547-359c98ca0833"
],
"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-03-19T05:04:13.752Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBc2bfa7d8aec..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf634c8a-7109-4874-89a6-6eabb73df28e
VfModuleModelInvariantUUID:791401fa-c10f-4c22-9f6e-b66880127482
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a08f972-b187-4036-8c55-4e95f04d85a5
,
6a58b49e-5ce6-4627-9547-359c98ca0833
}
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-03-19T05:04:13.755Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBc2bfa7d8aec..base_vfw..module-0",
"vfModuleModelInvariantUUID": "791401fa-c10f-4c22-9f6e-b66880127482",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cf634c8a-7109-4874-89a6-6eabb73df28e",
"vfModuleModelCustomizationUUID": "a7025578-e8de-417e-b319-ca513da41626",
"isBase": true,
"artifacts": [
"0a08f972-b187-4036-8c55-4e95f04d85a5",
"6a58b49e-5ce6-4627-9547-359c98ca0833"
],
"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-03-19T05:04:13.755Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBc2bfa7d8aec..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf634c8a-7109-4874-89a6-6eabb73df28e
VfModuleModelInvariantUUID:791401fa-c10f-4c22-9f6e-b66880127482
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a08f972-b187-4036-8c55-4e95f04d85a5
,
6a58b49e-5ce6-4627-9547-359c98ca0833
}
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-03-19T05:04:13.756Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0a08f972-b187-4036-8c55-4e95f04d85a5 from URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml
2022-03-19T05:04:13.756Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-19T05:04:13.756Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml
2022-03-19T05:04:13.812Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-19T05:04:13.813Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml 0a08f972-b187-4036-8c55-4e95f04d85a5 20368
2022-03-19T05:04:13.814Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-19T05:04:13.814Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml
2022-03-19T05:04:13.814Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:04:13.814Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:13.817Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:13.817Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666253813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:04:13.917Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:13.918Z||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-03-19T05:04:13.918Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:13.941Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:13.942Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:14.818Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6a58b49e-5ce6-4627-9547-359c98ca0833 from URL: /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env
2022-03-19T05:04:14.819Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-19T05:04:14.819Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env
2022-03-19T05:04:15.030Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-19T05:04:15.030Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env 6a58b49e-5ce6-4627-9547-359c98ca0833 2098
2022-03-19T05:04:15.031Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-19T05:04:15.031Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env
2022-03-19T05:04:15.031Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:04:15.031Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:15.034Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:15.034Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666255031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:04:15.134Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:04:15.136Z||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-03-19T05:04:15.136Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:15.150Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:15.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:16.035Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 90dd655e-10fb-4c11-930b-8d882d9f1a61
2022-03-19T05:04:16.036Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bc2bfa7d-8aec 0 c2922cc9-9a7a-462f-8049-2e96e6618411 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-03-19T05:04:16.092Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@189a26c4, org.onap.sdc.toscaparser.api.parameters.Input@3106fc96, org.onap.sdc.toscaparser.api.parameters.Input@47294e79, org.onap.sdc.toscaparser.api.parameters.Input@18e97b4f, org.onap.sdc.toscaparser.api.parameters.Input@510cd290]
2022-03-19T05:04:16.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:16.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-19T05:04:16.097Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 38939cef-d652-46ea-a31c-31bf69930b68
2022-03-19T05:04:16.097Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38939cef-d652-46ea-a31c-31bf69930b68 matches Tosca VF Customization UUID: 38939cef-d652-46ea-a31c-31bf69930b68
2022-03-19T05:04:16.097Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 38939cef-d652-46ea-a31c-31bf69930b68 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-03-19T05:04:16.105Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.105Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:16.107Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 38939cef-d652-46ea-a31c-31bf69930b68: {\"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-03-19T05:04:16.107Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54938876
2022-03-19T05:04:16.107Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.108Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-19T05:04:16.108Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7025578-e8de-417e-b319-ca513da41626
2022-03-19T05:04:16.110Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7025578-e8de-417e-b319-ca513da41626
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-03-19T05:04:16.118Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.119Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:16.119Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:04:16.120Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.121Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:16.121Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:04:16.121Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.122Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria
2022-03-19T05:04:16.122Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-19T05:04:16.122Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-19T05:04:16.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-19T05:04:16.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-19T05:04:16.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-19T05:04:16.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:16.124Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:16.124Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-19T05:04:16.124Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:16.124Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-19T05:04:16.125Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:16.125Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=daac53b1-2243-4bc1-a266-2f2f4fe8c7bb
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-03-19T05:04:16.138Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.139Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:16.139Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:04:16.139Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.140Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria
2022-03-19T05:04:16.140Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-19T05:04:16.140Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-19T05:04:16.140Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:16.141Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:16.141Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-19T05:04:16.141Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:16.143Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-19T05:04:16.143Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-19T05:04:16.143Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-19T05:04:16.143Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:16.144Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-19T05:04:16.144Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:16.144Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f60686b4-551f-4bed-a711-f509e0edb2b3
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-03-19T05:04:16.148Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.148Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:16.149Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is not matching search criteria
2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-19T05:04:16.152Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-19T05:04:16.153Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-19T05:04:16.154Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-19T05:04:16.154Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-19T05:04:16.154Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-19T05:04:16.154Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63a7d9bf-5f20-40dd-8dbb-2bfbeb20613e
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-03-19T05:04:16.157Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.157Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:16.157Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:04:16.158Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.158Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Node template vFW bc2bfa7d-8aec 0 is matching search criteria
2022-03-19T05:04:16.158Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bc2bfa7d-8aec 0] matching following query criteria: sdcType=VF, customizationUUID=38939cef-d652-46ea-a31c-31bf69930b68
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-03-19T05:04:16.160Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.161Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:16.161Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 90dd655e-10fb-4c11-930b-8d882d9f1a61: vFW bc2bfa7d-8aec
2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:16.162Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-19 04-59-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:04:16.163Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-19 04-59-08
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-03-19T05:04:16.650Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bc2bfa7d-8aec c2922cc9-9a7a-462f-8049-2e96e6618411 1 ASDC deployResourceStructure
2022-03-19T05:04:16.650Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json ASDC sendASDCNotification
2022-03-19T05:04:16.651Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json
2022-03-19T05:04:16.651Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:04:16.651Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:16.653Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:16.654Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666256650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-19T05:04:16.754Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:16.756Z||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-03-19T05:04:16.756Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:16.774Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:16.775Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:17.655Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-19T05:04:17.656Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml
2022-03-19T05:04:17.656Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:04:17.657Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:17.659Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:17.659Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666257655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-19T05:04:17.759Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:17.760Z||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-03-19T05:04:17.760Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:17.776Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:17.777Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:18.660Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-19T05:04:18.661Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env
2022-03-19T05:04:18.662Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:04:18.662Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:18.665Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:18.666Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666258660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-19T05:04:18.766Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:04:18.767Z||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-03-19T05:04:18.767Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:18.818Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:18.819Z||pool-16-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:19.667Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar ASDC sendASDCNotification
2022-03-19T05:04:19.668Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar
2022-03-19T05:04:19.668Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:04:19.668Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:04:19.670Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:04:19.670Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666259667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:04:19.770Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:04:19.771Z||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-03-19T05:04:19.771Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:19.840Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:19.841Z||pool-17-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:04:20.671Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4019507-1a24-420d-9983-90cb5d310acf
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-03-19T05:04:20.698Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4019507-1a24-420d-9983-90cb5d310acf
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-03-19T05:04:20.704Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:04:20.705Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-19T05:04:20.705Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-19T05:04:20.705Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-19T05:04:20.705Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:04:20.706Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:04:20.707Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-03-19T05:04:20.729Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-19T05:04:50.730Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4019507-1a24-420d-9983-90cb5d310acf 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-03-19T05:04:50.744Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4019507-1a24-420d-9983-90cb5d310acf and serviceModelVersionId: 90dd655e-10fb-4c11-930b-8d882d9f1a61
2022-03-19T05:04:50.744Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 614df907-00ad-4a7b-bed7-bc2a83564ef6
2022-03-19T05:04:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:04:58.015Z||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-03-19T05:04:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:04:58.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:04:58.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:04:58.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:04:58.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:05:08.833Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0
2022-03-19T05:05:08.965Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-19T05:05:09.640Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|INFO|500||Invoke
2022-03-19T05:05:09.656Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e4019507-1a24-420d-9983-90cb5d310acf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64143c9b-f4d8-446b-91cd-511179e1fc71], X-ECOMP-RequestID=[e4019507-1a24-420d-9983-90cb5d310acf], X-TransactionId=[], X-ONAP-RequestID=[e4019507-1a24-420d-9983-90cb5d310acf], Content-Type=[application/merge-patch+json]}
2022-03-19T05:05:09.847Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-19T05:05:11.003Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220319-05:05:09:138-54490], vertex-id=[426184], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:05:09 GMT], Content-Type=[application/json]}
2022-03-19T05:05:11.007Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-19T05:05:11.017Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/614df907-00ad-4a7b-bed7-bc2a83564ef6/model-vers/model-ver/90dd655e-10fb-4c11-930b-8d882d9f1a61?depth=0|INFO|500||InvokeReturn
2022-03-19T05:05:11.026Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-19T05:05:11.026Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-03-19T05:05:11.049Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-03-19T05:05:11.051Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4019507-1a24-420d-9983-90cb5d310acf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-19T05:05:11.053Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-19T05:05:11.054Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:05:11.057Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:05:11.057Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666311052,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-19T05:05:11.157Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:05:11.159Z||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-03-19T05:05:11.159Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:05:11.177Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:05:11.178Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-03-19T05:05:12.113Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:05:12.115Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-03-19T05:05:12.115Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:05:21.680Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:05:58.010Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:05:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-03-19T05:05:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:05:58.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:05:58.014Z||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-03-19T05:05:58.014Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:05:58.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:05:58.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "NOTIFIED"
}
2022-03-19T05:05:58.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-19T05:05:58.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-19T05:05:58.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-19T05:05:58.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:05:58.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-19T05:05:58.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-19T05:05:58.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-19T05:05:58.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:05:58.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-19T05:05:58.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:05:58.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-19T05:05:58.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666246300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:05:58.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:05:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666252731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:05:58.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:05:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666253813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:05:58.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:05:58.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666255031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:05:58.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:05:58.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666256650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/vfwbc2bfa7d8aec0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-19T05:05:58.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:05:58.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666257655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-19T05:05:58.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:05:58.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666258660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/resourceInstances/vfwbc2bfa7d8aec0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-19T05:05:58.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:05:58.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-19T05:05:58.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666259667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220319045908/1.0/artifacts/service-Vfw20220319045908-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:05:58.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:06:07.588Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:06:58.009Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:06:58.010Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-03-19T05:06:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:06:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:06:58.015Z||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-03-19T05:06:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:06:58.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:06:58.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-19T05:06:58.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e4019507-1a24-420d-9983-90cb5d310acf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666311052,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-19T05:06:58.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:07:07.593Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:07:58.010Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:07:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||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-03-19T05:07:58.011Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:07:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:07:58.015Z||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-03-19T05:07:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:06.070Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:06.072Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-19T05:08:06.072Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"727d4743-5aaf-4ff1-98c8-50f14844a85b","serviceName":"basic_onboard_iFuekd","serviceVersion":"1.0","serviceUUID":"223a1951-32b3-4337-8168-e60abef7c0d7","serviceDescription":"service","serviceInvariantUUID":"5131ee99-2bea-446c-979b-d9f18cf32d16","resources":[{"resourceInstanceName":"basic_onboard_iFuekd 0","resourceName":"basic_onboard_iFuekd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"009df81d-dd85-48be-b1c5-ea863f635124","resourceInvariantUUID":"baf66db2-3f47-4484-be1b-08f1d9f3ccf4","resourceCustomizationUUID":"c3f4ca98-a2cf-40be-9bcd-987f10e69ffc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml","artifactChecksum":"MTMyNWRhNjA3OGZhZjZiMWJmMzEyYTBmZjlmNjE2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba68ace5-f315-44c9-ac87-2c2528bc9a71","artifactVersion":"1"},{"artifactName":"basic_onboard_ifuekd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json","artifactChecksum":"MTRlOGYyYjE0M2MxOWZjOTM2NTU1MGE2NTExNzRmYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81b4d4b4-e36f-4af6-9f8c-8d94ff93c147","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3a3f0219-7da8-4c52-bbe2-1c9ddb90048b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f55f30d2-6ef6-45ad-92d5-7c0cde51f30c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c82903bc-bcfc-46f3-b9d0-0e8256e698a2","artifactVersion":"2","generatedFromUUID":"3a3f0219-7da8-4c52-bbe2-1c9ddb90048b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIfuekd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml","artifactChecksum":"NDg4NTA5YWE1ZDJkMmI4YjBkMTQyZDVmYzg5OGVjNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"657105b5-1dda-4c63-acef-2ce79cd015c4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIfuekd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar","artifactChecksum":"MmJlODhiNDEyN2EwNGJiMmIxZjZiNmIyZDdhZjhmOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79bcc634-108d-4a87-b72f-b3a038255b78","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-19T05:08:06.076Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:08:06.076Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:06.082Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:06.082Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:08:06.186Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-19T05:08:06.188Z||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-03-19T05:08:06.188Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:06.271Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:06.271Z||pool-19-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:08:06.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:06.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-19T05:08:06.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666483016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:08:06.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-19T05:08:07.090Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:08:07.091Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:07.095Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:07.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOTIFIED"
}
2022-03-19T05:08:07.195Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:08:07.196Z||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-03-19T05:08:07.196Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:07.256Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:07.262Z||pool-20-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:08:08.096Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:08:08.098Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:08.101Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:08.101Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-19T05:08:08.201Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:08:08.202Z||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-03-19T05:08:08.203Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:08.294Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:08.295Z||pool-21-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":2,"count":1}
2022-03-19T05:08:09.102Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:08:09.105Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:09.110Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:09.110Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:08:09.211Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:08:09.213Z||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-03-19T05:08:09.213Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:09.257Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:09.258Z||pool-22-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:08:10.112Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:08:10.114Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:10.118Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:10.118Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-19T05:08:10.218Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:08:10.219Z||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-03-19T05:08:10.219Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:10.282Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:10.282Z||pool-23-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:08:11.122Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:08:11.123Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:11.125Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:11.125Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:08:11.225Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:08:11.227Z||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-03-19T05:08:11.227Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:11.267Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:11.268Z||pool-24-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:08:12.126Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:08:12.127Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:12.129Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:12.129Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:08:12.230Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:08:12.231Z||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-03-19T05:08:12.231Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:12.268Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:12.269Z||pool-25-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:08:13.132Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"serviceName": "basic_onboard_iFuekd",
"serviceVersion": "1.0",
"serviceUUID": "223a1951-32b3-4337-8168-e60abef7c0d7",
"serviceDescription": "service",
"serviceInvariantUUID": "5131ee99-2bea-446c-979b-d9f18cf32d16",
"resources": [
{
"resourceInstanceName": "basic_onboard_iFuekd 0",
"resourceCustomizationUUID": "c3f4ca98-a2cf-40be-9bcd-987f10e69ffc",
"resourceName": "basic_onboard_iFuekd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "009df81d-dd85-48be-b1c5-ea863f635124",
"resourceInvariantUUID": "baf66db2-3f47-4484-be1b-08f1d9f3ccf4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ifuekd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"artifactChecksum": "MTRlOGYyYjE0M2MxOWZjOTM2NTU1MGE2NTExNzRmYzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "81b4d4b4-e36f-4af6-9f8c-8d94ff93c147",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3a3f0219-7da8-4c52-bbe2-1c9ddb90048b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c82903bc-bcfc-46f3-b9d0-0e8256e698a2",
"generatedFromUUID": "3a3f0219-7da8-4c52-bbe2-1c9ddb90048b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c82903bc-bcfc-46f3-b9d0-0e8256e698a2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIfuekd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"artifactChecksum": "MmJlODhiNDEyN2EwNGJiMmIxZjZiNmIyZDdhZjhmOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "79bcc634-108d-4a87-b72f-b3a038255b78"
}
],
"workloadContext": "Production"
}
2022-03-19T05:08:13.132Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-19T05:08:13.132Z|e4019507-1a24-420d-9983-90cb5d310acf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 223a1951-32b3-4337-8168-e60abef7c0d7 ASDC
2022-03-19T05:08:13.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:727d4743-5aaf-4ff1-98c8-50f14844a85b
ServiceName:basic_onboard_iFuekd
ServiceVersion:1.0
ServiceUUID:223a1951-32b3-4337-8168-e60abef7c0d7
ServiceInvariantUUID:5131ee99-2bea-446c-979b-d9f18cf32d16
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIfuekd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar
ArtifactUUID:79bcc634-108d-4a87-b72f-b3a038255b78
ArtifactChecksum:MmJlODhiNDEyN2EwNGJiMmIxZjZiNmIyZDdhZjhmOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iFuekd 0
ResourceCustomizationUUID:c3f4ca98-a2cf-40be-9bcd-987f10e69ffc
ResourceInvariantUUID:baf66db2-3f47-4484-be1b-08f1d9f3ccf4
ResourceName:basic_onboard_iFuekd
ResourceType:VF
ResourceUUID:009df81d-dd85-48be-b1c5-ea863f635124
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ifuekd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json
ArtifactUUID:81b4d4b4-e36f-4af6-9f8c-8d94ff93c147
ArtifactChecksum:MTRlOGYyYjE0M2MxOWZjOTM2NTU1MGE2NTExNzRmYzU=
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/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3a3f0219-7da8-4c52-bbe2-1c9ddb90048b
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/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env
ArtifactUUID:c82903bc-bcfc-46f3-b9d0-0e8256e698a2
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/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env
ArtifactUUID:c82903bc-bcfc-46f3-b9d0-0e8256e698a2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-19T05:08:13.133Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 223a1951-32b3-4337-8168-e60abef7c0d7 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-03-19T05:08:13.207Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-19T05:08:13.208Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-19T05:08:13.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-19T05:08:13.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 79bcc634-108d-4a87-b72f-b3a038255b78 from URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:13.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-19T05:08:13.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:13.336Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-19T05:08:13.340Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar 79bcc634-108d-4a87-b72f-b3a038255b78 71553
2022-03-19T05:08:13.341Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar ASDC sendASDCNotification
2022-03-19T05:08:13.341Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:13.341Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:08:13.342Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:13.345Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:13.345Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666493341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:08:13.445Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:08:13.447Z||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-03-19T05:08:13.447Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:13.510Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:13.511Z||pool-26-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:08:14.346Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-19T05:08:14.347Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-19T05:08:14.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 79bcc634-108d-4a87-b72f-b3a038255b78, URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar to file: /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:14.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:14.349Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:14.350Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:14.747Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4629753043037203604/Definitions/service-BasicOnboardIfuekd-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-03-19T05:08:16.575Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-19T05:08:16.577Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-19T05:08:16.577Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.578Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-19T05:08:16.578Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.579Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.579Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.579Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.580Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.580Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.580Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.581Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iFuekd 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-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.581Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:16.581Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-19T05:08:16.582Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.582Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:16.583Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:16.583Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-19T05:08:16.584Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-19T05:08:16.585Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.585Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:16.585Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:16.586Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-19T05:08:16.586Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-19T05:08:16.587Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.587Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:16.588Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.588Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is not matching search criteria
2022-03-19T05:08:16.588Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-19T05:08:16.589Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-19T05:08:16.589Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-19T05:08:16.589Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-19T05:08:16.590Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-19T05:08:16.590Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.590Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-19T05:08:16.591Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.592Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:16.592Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:08:16.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.593Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:16.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:08:16.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.594Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:16.595Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:08:16.595Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.596Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is not matching search criteria
2022-03-19T05:08:16.596Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-19T05:08:16.596Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-19T05:08:16.597Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b294aece-e7d4-4b3a-b98b-ef2aaf2accb5
2022-03-19T05:08:16.597Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.598Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:16.598Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.598Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:16.599Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.599Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:16.600Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:16.602Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:16.602Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iFuekd
Description:service
Model UUID:223a1951-32b3-4337-8168-e60abef7c0d7
Model Version:NULL
Model InvariantUuid:5131ee99-2bea-446c-979b-d9f18cf32d16
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iFuekd
Model UUID:c095dc28-7e3e-40a6-9ad4-6c980b96701f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:baf66db2-3f47-4484-be1b-08f1d9f3ccf4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c3f4ca98-a2cf-40be-9bcd-987f10e69ffc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:be37e8cf-6bdd-4210-a677-e8e80450b642
ModelName:BasicOnboardIfuekd..base_ubuntu18..module-0
ModelUuid:085c2c3d-48a3-458e-9b3c-037ae76fad50
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b294aece-e7d4-4b3a-b98b-ef2aaf2accb5
ModelInvariantUuid:7eede710-447e-4ccb-8eb9-b63c1febd3b1
ModelName:basic_onboard_iFuekd-nodes.ubuntu18Cvfc
ModelUuid:dd7cc537-5c8a-4ba6-adee-2d84fb680332
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:283d0274-a43d-4de1-b98f-0f83c6aa4f4e
ModelInvariantUuid:06eb0199-c1e1-4f7d-925a-6c7ea42e4ef9
ModelName:BasicOnboardIfuekd.compute.nodes.heat.ubuntu18
ModelUuid:af61289f-15a8-4679-8744-fb1c931ae2a2
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-03-19T05:08:16.631Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 009df81d-dd85-48be-b1c5-ea863f635124
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-03-19T05:08:16.637Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||basic_onboard_iFuekd 0
2022-03-19T05:08:16.638Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 009df81d-dd85-48be-b1c5-ea863f635124
2022-03-19T05:08:16.638Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 81b4d4b4-e36f-4af6-9f8c-8d94ff93c147 from URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json
2022-03-19T05:08:16.638Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-19T05:08:16.638Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json
2022-03-19T05:08:17.027Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-19T05:08:17.028Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json 81b4d4b4-e36f-4af6-9f8c-8d94ff93c147 798
2022-03-19T05:08:17.029Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json ASDC sendASDCNotification
2022-03-19T05:08:17.029Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json
2022-03-19T05:08:17.029Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:08:17.030Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:17.032Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:17.032Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666497029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:08:17.133Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:08:17.134Z||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-03-19T05:08:17.134Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:17.204Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:17.205Z||pool-27-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:08:18.034Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIfuekd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be37e8cf-6bdd-4210-a677-e8e80450b642",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "085c2c3d-48a3-458e-9b3c-037ae76fad50",
"vfModuleModelCustomizationUUID": "35019840-c340-4231-ac0c-c97487246e4c",
"isBase": true,
"artifacts": [
"3a3f0219-7da8-4c52-bbe2-1c9ddb90048b",
"c82903bc-bcfc-46f3-b9d0-0e8256e698a2"
],
"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-03-19T05:08:18.043Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIfuekd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:085c2c3d-48a3-458e-9b3c-037ae76fad50
VfModuleModelInvariantUUID:be37e8cf-6bdd-4210-a677-e8e80450b642
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a3f0219-7da8-4c52-bbe2-1c9ddb90048b
,
c82903bc-bcfc-46f3-b9d0-0e8256e698a2
}
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-03-19T05:08:18.047Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIfuekd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be37e8cf-6bdd-4210-a677-e8e80450b642",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "085c2c3d-48a3-458e-9b3c-037ae76fad50",
"vfModuleModelCustomizationUUID": "35019840-c340-4231-ac0c-c97487246e4c",
"isBase": true,
"artifacts": [
"3a3f0219-7da8-4c52-bbe2-1c9ddb90048b",
"c82903bc-bcfc-46f3-b9d0-0e8256e698a2"
],
"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-03-19T05:08:18.048Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIfuekd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:085c2c3d-48a3-458e-9b3c-037ae76fad50
VfModuleModelInvariantUUID:be37e8cf-6bdd-4210-a677-e8e80450b642
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a3f0219-7da8-4c52-bbe2-1c9ddb90048b
,
c82903bc-bcfc-46f3-b9d0-0e8256e698a2
}
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-03-19T05:08:18.049Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3a3f0219-7da8-4c52-bbe2-1c9ddb90048b from URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml
2022-03-19T05:08:18.049Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-19T05:08:18.050Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml
2022-03-19T05:08:18.420Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-19T05:08:18.421Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml 3a3f0219-7da8-4c52-bbe2-1c9ddb90048b 5033
2022-03-19T05:08:18.421Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-19T05:08:18.422Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml
2022-03-19T05:08:18.422Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:08:18.423Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:18.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:18.427Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666498421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:08:18.527Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:08:18.528Z||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-03-19T05:08:18.528Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:18.597Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:18.598Z||pool-28-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:08:19.427Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c82903bc-bcfc-46f3-b9d0-0e8256e698a2 from URL: /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env
2022-03-19T05:08:19.428Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-19T05:08:19.429Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env
2022-03-19T05:08:19.899Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-19T05:08:19.900Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env c82903bc-bcfc-46f3-b9d0-0e8256e698a2 909
2022-03-19T05:08:19.900Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-19T05:08:19.901Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env
2022-03-19T05:08:19.901Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:08:19.901Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:19.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:19.904Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666499900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:08:20.004Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:08:20.005Z||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-03-19T05:08:20.006Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:20.071Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:20.072Z||pool-29-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:08:20.905Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 223a1951-32b3-4337-8168-e60abef7c0d7
2022-03-19T05:08:20.906Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iFuekd 0 009df81d-dd85-48be-b1c5-ea863f635124 ASDC
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 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 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-03-19T05:08:20.942Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55beeba7, org.onap.sdc.toscaparser.api.parameters.Input@7cbcbcd7, org.onap.sdc.toscaparser.api.parameters.Input@14f04d25, org.onap.sdc.toscaparser.api.parameters.Input@40122a7e, org.onap.sdc.toscaparser.api.parameters.Input@62d31208]
2022-03-19T05:08:20.944Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.945Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:20.945Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-19T05:08:20.946Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c3f4ca98-a2cf-40be-9bcd-987f10e69ffc
2022-03-19T05:08:20.946Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3f4ca98-a2cf-40be-9bcd-987f10e69ffc matches Tosca VF Customization UUID: c3f4ca98-a2cf-40be-9bcd-987f10e69ffc
2022-03-19T05:08:20.946Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c3f4ca98-a2cf-40be-9bcd-987f10e69ffc 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-03-19T05:08:20.950Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.950Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:20.951Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c3f4ca98-a2cf-40be-9bcd-987f10e69ffc: {\"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-03-19T05:08:20.952Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c0f25b4
2022-03-19T05:08:20.952Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.952Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-19T05:08:20.953Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35019840-c340-4231-ac0c-c97487246e4c
2022-03-19T05:08:20.953Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35019840-c340-4231-ac0c-c97487246e4c
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-03-19T05:08:20.956Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.956Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:20.957Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:08:20.957Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.958Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:20.958Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:08:20.959Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.959Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is not matching search criteria
2022-03-19T05:08:20.959Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-19T05:08:20.959Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-19T05:08:20.960Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b294aece-e7d4-4b3a-b98b-ef2aaf2accb5
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-03-19T05:08:20.963Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.963Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:20.964Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-19T05:08:20.964Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.964Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_iFuekd 0 is matching search criteria
2022-03-19T05:08:20.965Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_iFuekd 0] matching following query criteria: sdcType=VF, customizationUUID=c3f4ca98-a2cf-40be-9bcd-987f10e69ffc
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-03-19T05:08:20.968Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.968Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:20.969Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 223a1951-32b3-4337-8168-e60abef7c0d7: basic_onboard_iFuekd
2022-03-19T05:08:20.969Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.970Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:20.970Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.970Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:20.971Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.971Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:20.972Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.972Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:20.972Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:08:20.973Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_iFuekd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:08:20.973Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_iFuekd
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-03-19T05:08:21.192Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iFuekd 009df81d-dd85-48be-b1c5-ea863f635124 1 ASDC deployResourceStructure
2022-03-19T05:08:21.193Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json ASDC sendASDCNotification
2022-03-19T05:08:21.193Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json
2022-03-19T05:08:21.193Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:08:21.194Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:21.196Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:21.196Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666501193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-19T05:08:21.296Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:08:21.298Z||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-03-19T05:08:21.298Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:21.328Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:21.329Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:08:22.197Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-19T05:08:22.198Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml
2022-03-19T05:08:22.198Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:08:22.198Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:22.201Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:22.201Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666502197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-19T05:08:22.301Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:08:22.302Z||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-03-19T05:08:22.302Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:22.322Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:22.323Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:08:23.203Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-19T05:08:23.203Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env
2022-03-19T05:08:23.203Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:08:23.204Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:23.208Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:23.208Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666503202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-19T05:08:23.307Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:08:23.308Z||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-03-19T05:08:23.308Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:23.330Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:23.331Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:08:24.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar ASDC sendASDCNotification
2022-03-19T05:08:24.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar
2022-03-19T05:08:24.209Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:08:24.210Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:08:24.213Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:08:24.213Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666504209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:08:24.322Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-03-19T05:08:24.323Z||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-03-19T05:08:24.323Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:24.349Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:24.349Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:08:25.214Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:08:25.248Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:08:25.256Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:08:25.257Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:08:25.257Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:08:55.257Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:08:55.274Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:08:55.277Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:08:55.277Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:08:55.277Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:08:58.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:08:58.015Z||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-03-19T05:08:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:08:58.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:08:58.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-19T05:08:58.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666480837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:08:58.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-19T05:09:25.277Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:09:25.297Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:09:25.300Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:09:25.300Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:09:25.300Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:09:55.301Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:09:55.343Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:09:55.347Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:09:55.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:09:55.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:09:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:09:58.015Z||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-03-19T05:09:58.016Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:09:58.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:09:58.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:09:58.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666477114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:09:58.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:09:58.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:09:58.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:09:58.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:09:58.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:09:58.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666479488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:09:58.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:09:58.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:09:58.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666476266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:09:58.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:25.348Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:10:25.374Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:10:25.378Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:10:25.378Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:10:25.378Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:10:55.379Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:10:55.390Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:10:55.396Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:10:55.396Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:10:55.396Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:10:58.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:10:58.022Z||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-03-19T05:10:58.022Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:10:58.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:10:58.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666485580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666480837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666483016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666476266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666479488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666477114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666485580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "dcae-sch",
"timestamp": 1647666485648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666483016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666480837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666476266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666477114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666479488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666485580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "dcae-sch",
"timestamp": 1647666485648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666483016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666480837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666476266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666477114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666479488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666485580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "dcae-sch",
"timestamp": 1647666485648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666483016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666480837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666476266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666479488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666477114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666485580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "dcae-sch",
"timestamp": 1647666485648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666483016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666480837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666476266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666479488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666477114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666485580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "dcae-sch",
"timestamp": 1647666485648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666483016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666480837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666478009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666476266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666479488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666477114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666485580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "dcae-sch",
"timestamp": 1647666485648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666492983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666492448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666493341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.608Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666493286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666493418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "dcae-sch",
"timestamp": 1647666485648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "cds",
"timestamp": 1647666494006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-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-03-19T05:10:58.620Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b
2022-03-19T05:10:58.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b 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-03-19T05:10:58.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666494301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666494587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "policy-id",
"timestamp": 1647666495305,
"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-03-19T05:10:58.647Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b
2022-03-19T05:10:58.647Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b 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-03-19T05:10:58.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666495811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666496855,
"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-03-19T05:10:58.677Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b
2022-03-19T05:10:58.678Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b 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-03-19T05:10:58.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666497029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666497860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666498421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666499900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666501193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666500797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666502197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666500965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666500797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/basic_onboard_ifuekd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666503202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666500797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666504209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666500797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666503957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666500797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/resourceInstances/basic_onboard_ifuekd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "clamp",
"timestamp": 1647666504970,
"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-03-19T05:10:58.706Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b
2022-03-19T05:10:58.707Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b 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-03-19T05:10:58.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666500797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:10:58.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666506791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666500797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:10:58.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:10:58.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "aai-ml",
"timestamp": 1647666507795,
"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-03-19T05:10:58.740Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b
2022-03-19T05:10:58.740Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b 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-03-19T05:10:58.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666508816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:10:58.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666511870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIfuekd/1.0/artifacts/service-BasicOnboardIfuekd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:10:58.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:10:58.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:10:58.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666512875,
"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-03-19T05:10:58.767Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 727d4743-5aaf-4ff1-98c8-50f14844a85b
2022-03-19T05:10:58.767Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 727d4743-5aaf-4ff1-98c8-50f14844a85b 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-03-19T05:11:25.397Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:11:25.419Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b
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-03-19T05:11:25.425Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:11:25.425Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-19T05:11:25.425Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-19T05:11:25.425Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:11:25.426Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:11:25.427Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:11:25.427Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-03-19T05:11:25.432Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-19T05:11:55.433Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b 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-03-19T05:11:55.439Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 727d4743-5aaf-4ff1-98c8-50f14844a85b and serviceModelVersionId: 223a1951-32b3-4337-8168-e60abef7c0d7
2022-03-19T05:11:55.439Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5131ee99-2bea-446c-979b-d9f18cf32d16
2022-03-19T05:11:55.441Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0
2022-03-19T05:11:55.448Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-19T05:11:55.523Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?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-03-19T05:11:55.525Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0|INFO|500||Invoke
2022-03-19T05:11:55.577Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-19T05:11:56.250Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0|INFO|500||InvokeReturn
2022-03-19T05:11:56.251Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5131ee99-2bea-446c-979b-d9f18cf32d16/model-vers/model-ver/223a1951-32b3-4337-8168-e60abef7c0d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220319-05:11:54:840-26503], vertex-id=[217184], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:11:54 GMT], Content-Type=[application/json]}
2022-03-19T05:11:56.252Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-19T05:11:56.253Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-19T05:11:56.253Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-03-19T05:11:56.263Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||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-03-19T05:11:56.264Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 727d4743-5aaf-4ff1-98c8-50f14844a85b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-19T05:11:56.264Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-19T05:11:56.265Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:11:56.270Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:11:56.270Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666716264,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-19T05:11:56.370Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:11:56.371Z||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-03-19T05:11:56.371Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:11:56.398Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:11:56.399Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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-03-19T05:11:57.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:11:57.286Z||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-03-19T05:11:57.286Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:11:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:11:58.015Z||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-03-19T05:11:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:11:58.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:11:58.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:11:58.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "727d4743-5aaf-4ff1-98c8-50f14844a85b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666716264,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-19T05:11:58.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:12:07.701Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:12:07.702Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:12:07.703Z||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-03-19T05:12:07.703Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:12:17.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:12:17.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:12:17.270Z||pool-2-thread-9|||||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-03-19T05:12:17.270Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:12:26.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:12:26.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:12:26.835Z||pool-2-thread-9|||||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-03-19T05:12:26.835Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:12:36.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:12:58.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:12:58.012Z||pool-2-thread-9|||||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-03-19T05:12:58.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:12:58.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:12:58.014Z||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-03-19T05:12:58.014Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:13:07.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:13:07.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:13:58.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:13:58.011Z||pool-2-thread-9|||||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-03-19T05:13:58.011Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:13:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:13:58.014Z||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-03-19T05:13:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:14:07.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:14:07.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:14:58.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:14:58.013Z||pool-2-thread-9|||||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-03-19T05:14:58.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:14:58.014Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:14:58.016Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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-03-19T05:14:58.016Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:15:07.657Z|727d4743-5aaf-4ff1-98c8-50f14844a85b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:15:07.667Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:15:58.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:15:58.011Z||pool-2-thread-7|||||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-03-19T05:15:58.011Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:15:58.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:15:58.015Z||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-03-19T05:15:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:15:58.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:15:58.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"debc792f-0699-4531-813b-ffcaa2428d0d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9641b826-b376-4462-a7a0-628281f8f3f6","serviceDescription":"service","serviceInvariantUUID":"b416bb10-a99d-4b62-b706-92d4319d0a1f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d90f1b5d-f0cb-4ae4-8ebd-ddd3308b5d77","resourceInvariantUUID":"20cacc90-2830-4086-9628-9cb982f4b788","resourceCustomizationUUID":"cc636889-eec1-4c49-bcfc-c18023e7ca9b","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":"MjhhOGEyMTM3MDc4NGY4M2MwYjVkZTM4MmQ5MTA0NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"314aec0c-88b7-4843-a36c-d75cc89ae486","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjE1MjA0NjRkN2M4NGVhNWE1OTIwODZlNDRmNDcxMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aaa8f764-4cd3-40ff-9f7c-a72130b85de5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-19T05:15:58.803Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:15:58.804Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:15:58.808Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:15:58.808Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666958010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:15:58.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:15:58.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666950797,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:15:58.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666945580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:15:58.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "cds",
"timestamp": 1647666945837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:15:58.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "dcae-sch",
"timestamp": 1647666945648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:15:58.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666950797,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:15:58.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647666945580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:15:58.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "cds",
"timestamp": 1647666945837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:15:58.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "dcae-sch",
"timestamp": 1647666945648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:15:58.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-19T05:15:58.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666956266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:15:58.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-19T05:15:58.908Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:15:58.909Z||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-03-19T05:15:58.910Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:15:58.931Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:15:58.932Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:15:59.808Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:15:59.809Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:15:59.813Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:15:59.813Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666958010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:15:59.913Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:15:59.915Z||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-03-19T05:15:59.915Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:16:00.052Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:16:00.052Z||pool-36-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:16:00.816Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9641b826-b376-4462-a7a0-628281f8f3f6",
"serviceDescription": "service",
"serviceInvariantUUID": "b416bb10-a99d-4b62-b706-92d4319d0a1f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "cc636889-eec1-4c49-bcfc-c18023e7ca9b",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d90f1b5d-f0cb-4ae4-8ebd-ddd3308b5d77",
"resourceInvariantUUID": "20cacc90-2830-4086-9628-9cb982f4b788",
"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": "NjE1MjA0NjRkN2M4NGVhNWE1OTIwODZlNDRmNDcxMjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aaa8f764-4cd3-40ff-9f7c-a72130b85de5"
}
],
"workloadContext": "Production"
}
2022-03-19T05:16:00.816Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-19T05:16:00.816Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9641b826-b376-4462-a7a0-628281f8f3f6 ASDC
2022-03-19T05:16:00.817Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:debc792f-0699-4531-813b-ffcaa2428d0d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9641b826-b376-4462-a7a0-628281f8f3f6
ServiceInvariantUUID:b416bb10-a99d-4b62-b706-92d4319d0a1f
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:aaa8f764-4cd3-40ff-9f7c-a72130b85de5
ArtifactChecksum:NjE1MjA0NjRkN2M4NGVhNWE1OTIwODZlNDRmNDcxMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cc636889-eec1-4c49-bcfc-c18023e7ca9b
ResourceInvariantUUID:20cacc90-2830-4086-9628-9cb982f4b788
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d90f1b5d-f0cb-4ae4-8ebd-ddd3308b5d77
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-19T05:16:00.817Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9641b826-b376-4462-a7a0-628281f8f3f6 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-03-19T05:16:00.878Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-19T05:16:00.879Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-19T05:16:00.880Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-19T05:16:00.880Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aaa8f764-4cd3-40ff-9f7c-a72130b85de5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-19T05:16:00.880Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-19T05:16:00.881Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-19T05:16:02.522Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-19T05:16:02.532Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aaa8f764-4cd3-40ff-9f7c-a72130b85de5 52488
2022-03-19T05:16:02.533Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-19T05:16:02.533Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-19T05:16:02.533Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:16:02.534Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:16:02.537Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:16:02.538Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666962533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:16:02.638Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:16:02.639Z||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-03-19T05:16:02.639Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:16:02.673Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:16:02.673Z||pool-37-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:16:03.538Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-19T05:16:03.539Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-19T05:16:03.540Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: aaa8f764-4cd3-40ff-9f7c-a72130b85de5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-19T05:16:03.540Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-19T05:16:03.541Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-19T05:16:03.541Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-19T05:16:03.748Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2654429818098188045/Definitions/service-BasicNetwork-template.yml
2022-03-19T05:16:04.647Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-19T05:16:04.648Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-19T05:16:04.648Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-19T05:16:04.648Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-19T05:16:04.648Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.649Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-19T05:16:04.650Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.650Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.650Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-19T05:16:04.650Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-19T05:16:04.651Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.652Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.653Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9641b826-b376-4462-a7a0-628281f8f3f6
Model Version:NULL
Model InvariantUuid:b416bb10-a99d-4b62-b706-92d4319d0a1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:20cacc90-2830-4086-9628-9cb982f4b788
Model UUID:8d9d6780-4b6a-42e3-877c-6267b9ae7b93
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:cc636889-eec1-4c49-bcfc-c18023e7ca9b
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-03-19T05:16:04.665Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: d90f1b5d-f0cb-4ae4-8ebd-ddd3308b5d77
2022-03-19T05:16:04.666Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||No resources found for Service: 9641b826-b376-4462-a7a0-628281f8f3f6
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-03-19T05:16:04.674Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||
2022-03-19T05:16:04.674Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-19T05:16:04.676Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9641b826-b376-4462-a7a0-628281f8f3f6
2022-03-19T05:16:04.676Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9641b826-b376-4462-a7a0-628281f8f3f6
2022-03-19T05:16:04.676Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-19T05:16:04.676Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.685Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bf519b, org.onap.sdc.toscaparser.api.parameters.Input@38b8937a, org.onap.sdc.toscaparser.api.parameters.Input@379f33fe, org.onap.sdc.toscaparser.api.parameters.Input@6dfc9771, org.onap.sdc.toscaparser.api.parameters.Input@173530dc]
2022-03-19T05:16:04.687Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.688Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.688Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9641b826-b376-4462-a7a0-628281f8f3f6: Generic NeutronNet
2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.689Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.690Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:16:04.763Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.764Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.764Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.765Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.765Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:16:04.765Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:16:04.766Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-19T05:16:04.864Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-19T05:16:04.865Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-19T05:16:04.865Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-19T05:16:04.865Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-19T05:16:04.865Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:16:04.868Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:16:04.868Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666964865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:16:04.968Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:16:04.969Z||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-03-19T05:16:04.970Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:16:04.987Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:16:04.988Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-19T05:16:05.869Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:16:05.888Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:16:05.891Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:16:05.891Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:16:05.891Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:16:35.892Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:16:35.903Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:16:35.906Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:16:35.906Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:16:35.906Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:16:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:16:58.015Z||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-03-19T05:16:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:16:58.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:16:58.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:16:58.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647666956266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:16:58.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:05.909Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:17:05.919Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:17:05.925Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:17:05.925Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:17:05.925Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:17:35.926Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:17:35.936Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:17:35.939Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:17:35.940Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-19T05:17:35.940Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-19T05:17:58.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:17:58.015Z||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-03-19T05:17:58.015Z||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 Psr1bOQBY6rTA6T7) ...
2022-03-19T05:17:58.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:17:58.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666958010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:17:58.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:58.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "cds",
"timestamp": 1647666958635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:17:58.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666958750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:17:58.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "clamp",
"timestamp": 1647666957114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:17:58.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666958010,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:17:58.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "cds",
"timestamp": 1647666959648,
"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=?
2022-03-19T05:17:58.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d
2022-03-19T05:17:58.291Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d 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-03-19T05:17:58.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "policy-id",
"timestamp": 1647666959488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:17:58.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:58.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "clamp",
"timestamp": 1647666957114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:17:58.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:58.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "policy-id",
"timestamp": 1647666959488,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:17:58.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:58.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666961088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:17:58.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647666962095,
"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-03-19T05:17:58.342Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d
2022-03-19T05:17:58.342Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d 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-03-19T05:17:58.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666962533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:17:58.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "policy-id",
"timestamp": 1647666963727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:17:58.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "aai-ml",
"timestamp": 1647666963016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:17:58.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:58.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "policy-id",
"timestamp": 1647666964736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:17:58.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647666964865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:17:58.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "aai-ml",
"timestamp": 1647666963016,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:17:58.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-19T05:17:58.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "policy-id",
"timestamp": 1647666965743,
"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-03-19T05:17:58.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d
2022-03-19T05:17:58.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d 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-03-19T05:17:58.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "clamp",
"timestamp": 1647666964340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:17:58.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "aai-ml",
"timestamp": 1647666966610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:17:58.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "clamp",
"timestamp": 1647666967349,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:17:58.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "clamp",
"timestamp": 1647666968364,
"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-03-19T05:17:58.405Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d
2022-03-19T05:17:58.405Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d 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-03-19T05:17:58.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "aai-ml",
"timestamp": 1647666974194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-19T05:17:58.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-19T05:17:58.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-19T05:17:58.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "aai-ml",
"timestamp": 1647666975199,
"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-03-19T05:17:58.438Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of debc792f-0699-4531-813b-ffcaa2428d0d
2022-03-19T05:17:58.438Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId debc792f-0699-4531-813b-ffcaa2428d0d 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-03-19T05:18:05.940Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:18:05.957Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d
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-03-19T05:18:05.961Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-19T05:18:05.961Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-19T05:18:05.961Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-19T05:18:05.962Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:18:05.970Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-19T05:18:35.971Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: debc792f-0699-4531-813b-ffcaa2428d0d 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-03-19T05:18:35.977Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: debc792f-0699-4531-813b-ffcaa2428d0d and serviceModelVersionId: 9641b826-b376-4462-a7a0-628281f8f3f6
2022-03-19T05:18:35.977Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b416bb10-a99d-4b62-b706-92d4319d0a1f
2022-03-19T05:18:35.979Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0
2022-03-19T05:18:35.983Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-19T05:18:36.059Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?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-03-19T05:18:36.061Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0|INFO|500||Invoke
2022-03-19T05:18:36.132Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-19T05:18:36.980Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0|INFO|500||InvokeReturn
2022-03-19T05:18:36.981Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b416bb10-a99d-4b62-b706-92d4319d0a1f/model-vers/model-ver/9641b826-b376-4462-a7a0-628281f8f3f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220319-05:18:35:419-49177], vertex-id=[176168], Content-Length=[0], Date=[Sat, 19 Mar 2022 05:18:35 GMT], Content-Type=[application/json]}
2022-03-19T05:18:36.981Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-19T05:18:36.982Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-19T05:18:36.982Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:18:37.013Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:18:37.014Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID debc792f-0699-4531-813b-ffcaa2428d0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-19T05:18:37.014Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-19T05:18:37.014Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:37.017Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:37.017Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "debc792f-0699-4531-813b-ffcaa2428d0d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667117014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-19T05:18:37.117Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:18:37.118Z||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-03-19T05:18:37.118Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:37.190Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:37.191Z||pool-39-thread-1|||||INFO|500||cambria reply ok (74 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-03-19T05:18:38.035Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-19T05:18:38.037Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||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-03-19T05:18:38.037Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:42.682Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:42.683Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-19T05:18:42.683Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e50f33d-f911-40ea-83ed-7708b35b2d38","serviceName":"Demo_pNF_bQgWiHtSUrHvn5XaQrMb","serviceVersion":"1.0","serviceUUID":"267e3486-e63c-424a-ae81-67ab97581876","serviceDescription":"catalog service description","serviceInvariantUUID":"7ed1cd91-fb54-490e-a91c-499c52d4f871","resources":[{"resourceInstanceName":"pNF 7f20109b-f0b8 0","resourceName":"pNF 7f20109b-f0b8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"051f2720-cb56-4d8f-a3fc-1b160d501787","resourceInvariantUUID":"65ddf168-11fd-40eb-b017-d2265a984150","resourceCustomizationUUID":"a596a23d-d4ec-4afe-a2f1-7bb99af3a9de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q4YTMyMDI5NGM0OWVhNTk1OGFkZGU5YjU0Yjg1ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c2a1738-3a90-4bf8-a7f3-518f575e7725","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar","artifactChecksum":"YWNlNGViMjMzZWJiN2MyZDFjNzQyY2I5OTc4MGU0OTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b4107a96-93c0-4bc5-9780-28efd1088cdd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43b7e2c9-b114-4128-a408-95f74fb7becd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml","artifactChecksum":"MzUyOGViN2RmMWFkZjU1NTBhMDUyNmQxMjRiODQxODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"410e5d45-9e59-4a7e-a1c4-6c615e2a5a4d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2a5ed60-3226-411b-9419-90f39afa880e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1cfa5e6-b2b1-424e-8b68-b07976d271a3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml","artifactChecksum":"ZTYwZTY4NmRhYjAwYjMzYjJlMzI1MWFmNmExMjBjMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46781599-c6fb-4512-a561-7cff842ebf49","artifactVersion":"1"},{"artifactName":"service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar","artifactChecksum":"ODIxMWE1ZDg4NzIyNTY0Zjc4MmYwNTk0NzcxYzAyODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6394daba-ecbf-4abe-b95a-1f20493872e3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-19T05:18:42.687Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:18:42.688Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:42.690Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:42.691Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667118035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:18:42.791Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:18:42.792Z||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-03-19T05:18:42.793Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:42.812Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:42.812Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:43.691Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:18:43.693Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:43.697Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:43.697Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667118035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:18:43.797Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:18:43.798Z||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-03-19T05:18:43.798Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:43.817Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:43.818Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:44.698Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:18:44.699Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:44.701Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:44.702Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667118035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:18:44.802Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:18:44.803Z||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-03-19T05:18:44.803Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:44.819Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:44.820Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:45.702Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:18:45.704Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:45.707Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:45.707Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667118035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:18:45.807Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:18:45.808Z||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-03-19T05:18:45.808Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:45.835Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:45.835Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:46.708Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:18:46.710Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:46.712Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:46.712Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667118035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:18:46.812Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:18:46.813Z||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-03-19T05:18:46.814Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:46.847Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:46.848Z||pool-44-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:47.713Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:18:47.715Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:47.716Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:47.717Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667118035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/resourceInstances/pnf7f20109bf0b80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:18:47.817Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:18:47.818Z||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-03-19T05:18:47.818Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:47.847Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:47.848Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:48.718Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:18:48.719Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:48.722Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:48.723Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667118035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-19T05:18:48.822Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-19T05:18:48.824Z||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-03-19T05:18:48.824Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:48.846Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:48.847Z||pool-46-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:49.723Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-19T05:18:49.725Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:49.731Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:49.731Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667118035,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar",
"status": "NOTIFIED"
}
2022-03-19T05:18:49.831Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:18:49.832Z||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-03-19T05:18:49.832Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:49.898Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:49.899Z||pool-47-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:50.733Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"serviceName": "Demo_pNF_bQgWiHtSUrHvn5XaQrMb",
"serviceVersion": "1.0",
"serviceUUID": "267e3486-e63c-424a-ae81-67ab97581876",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7ed1cd91-fb54-490e-a91c-499c52d4f871",
"resources": [
{
"resourceInstanceName": "pNF 7f20109b-f0b8 0",
"resourceCustomizationUUID": "a596a23d-d4ec-4afe-a2f1-7bb99af3a9de",
"resourceName": "pNF 7f20109b-f0b8",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "051f2720-cb56-4d8f-a3fc-1b160d501787",
"resourceInvariantUUID": "65ddf168-11fd-40eb-b017-d2265a984150",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar",
"artifactChecksum": "ODIxMWE1ZDg4NzIyNTY0Zjc4MmYwNTk0NzcxYzAyODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6394daba-ecbf-4abe-b95a-1f20493872e3"
}
],
"workloadContext": "Production"
}
2022-03-19T05:18:50.733Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-19T05:18:50.733Z|debc792f-0699-4531-813b-ffcaa2428d0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 267e3486-e63c-424a-ae81-67ab97581876 ASDC
2022-03-19T05:18:50.734Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7e50f33d-f911-40ea-83ed-7708b35b2d38
ServiceName:Demo_pNF_bQgWiHtSUrHvn5XaQrMb
ServiceVersion:1.0
ServiceUUID:267e3486-e63c-424a-ae81-67ab97581876
ServiceInvariantUUID:7ed1cd91-fb54-490e-a91c-499c52d4f871
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
ArtifactUUID:6394daba-ecbf-4abe-b95a-1f20493872e3
ArtifactChecksum:ODIxMWE1ZDg4NzIyNTY0Zjc4MmYwNTk0NzcxYzAyODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7f20109b-f0b8 0
ResourceCustomizationUUID:a596a23d-d4ec-4afe-a2f1-7bb99af3a9de
ResourceInvariantUUID:65ddf168-11fd-40eb-b017-d2265a984150
ResourceName:pNF 7f20109b-f0b8
ResourceType:PNF
ResourceUUID:051f2720-cb56-4d8f-a3fc-1b160d501787
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-19T05:18:50.734Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 267e3486-e63c-424a-ae81-67ab97581876 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-03-19T05:18:50.775Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-19T05:18:50.776Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-19T05:18:50.777Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-19T05:18:50.777Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6394daba-ecbf-4abe-b95a-1f20493872e3 from URL: /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:50.777Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-19T05:18:50.777Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:51.626Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-19T05:18:51.629Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar 6394daba-ecbf-4abe-b95a-1f20493872e3 82634
2022-03-19T05:18:51.630Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar ASDC sendASDCNotification
2022-03-19T05:18:51.630Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:51.630Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-19T05:18:51.630Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-19T05:18:51.632Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-19T05:18:51.632Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7e50f33d-f911-40ea-83ed-7708b35b2d38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647667131630,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-19T05:18:51.732Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-19T05:18:51.734Z||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-03-19T05:18:51.734Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Psr1bOQBY6rTA6T7) ...
2022-03-19T05:18:51.761Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-19T05:18:51.762Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-19T05:18:52.633Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-19T05:18:52.634Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-19T05:18:52.635Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6394daba-ecbf-4abe-b95a-1f20493872e3, URL: /sdc/v1/catalog/services/DemoPnfBqgwihtsurhvn5xaqrmb/1.0/artifacts/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar to file: /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:52.635Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:52.636Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:52.636Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:52.809Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10271116060315658048/Definitions/service-DemoPnfBqgwihtsurhvn5xaqrmb-template.yml
2022-03-19T05:18:53.645Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-19T05:18:53.646Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-19T05:18:53.646Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:53.646Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-19T05:18:53.647Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:53.647Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:53.647Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:53.648Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:53.648Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:53.648Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:53.648Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7f20109b-f0b8 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-DemoPnfBqgwihtsurhvn5xaqrmb-csar.csar
2022-03-19T05:18:53.649Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-19T05:18:53.649Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:18:53.650Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:18:53.650Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Node template pNF 7f20109b-f0b8 0 is matching search criteria
2022-03-19T05:18:53.650Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-19T05:18:53.651Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7f20109b-f0b8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-19T05:18:53.651Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:18:53.651Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:18:53.652Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Node template pNF 7f20109b-f0b8 0 is matching search criteria
2022-03-19T05:18:53.652Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-19T05:18:53.652Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 7f20109b-f0b8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-19T05:18:53.653Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:18:53.653Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:18:53.653Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:18:53.654Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:18:53.654Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:18:53.654Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:18:53.655Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:18:53.655Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:18:53.655Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:18:53.656Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:18:53.656Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_bQgWiHtSUrHvn5XaQrMb
Description:catalog service description
Model UUID:267e3486-e63c-424a-ae81-67ab97581876
Model Version:NULL
Model InvariantUuid:7ed1cd91-fb54-490e-a91c-499c52d4f871
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-03-19T05:18:53.667Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 051f2720-cb56-4d8f-a3fc-1b160d501787
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-03-19T05:18:53.672Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||pNF 7f20109b-f0b8 0
2022-03-19T05:18:53.672Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 051f2720-cb56-4d8f-a3fc-1b160d501787
2022-03-19T05:18:53.672Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 267e3486-e63c-424a-ae81-67ab97581876
2022-03-19T05:18:53.673Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 267e3486-e63c-424a-ae81-67ab97581876
2022-03-19T05:18:53.673Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7f20109b-f0b8 0 051f2720-cb56-4d8f-a3fc-1b160d501787 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-03-19T05:18:53.680Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f38a2f3, org.onap.sdc.toscaparser.api.parameters.Input@a0b3553, org.onap.sdc.toscaparser.api.parameters.Input@23517b2b, org.onap.sdc.toscaparser.api.parameters.Input@154d7d39, org.onap.sdc.toscaparser.api.parameters.Input@7f086a59]
2022-03-19T05:18:53.681Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-19T05:18:53.681Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_bQgWiHtSUrHvn5XaQrMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-19T05:18:53.681Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 267e3486-e63c-424a-ae81-67ab97581876: pNF 7f20109b-f0b8
2022-03-19T05:18:53.681Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||INFO|500||Processing PNF resource: 051f2720-cb56-4d8f-a3fc-1b160d501787
2022-03-19T05:18:53.682Z|7e50f33d-f911-40ea-83ed-7708b35b2d38|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery