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-02-05T00:55:08.128Z||main|||||INFO|500||The following profiles are active: basic
2022-02-05T00:55:15.481Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-05T00:55:15.481Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-05T00:55:15.546Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-05T00:55:17.247Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-05T00:55:17.395Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-05T00:55:17.652Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-05T00:55:17.658Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-05T00:55:17.736Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-05T00:55:17.932Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-05T00:55:18.224Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-05T00:55:19.005Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-05T00:55:20.583Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-05T00:55:20.627Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-05T00:55:20.972Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-05T00:55:21.056Z||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-02-05T00:55:22.033Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-05T00:55:22.803Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-05T00:55:22.817Z||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$$9c674a38.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-02-05T00:55:22.818Z||main|||||WARN|500||The sdc end point is not alive
2022-02-05T00:55:24.876Z||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-02-05T00:55:26.932Z||main|||||WARN|500||---
2022-02-05T00:55:26.932Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-05T00:55:26.932Z||main|||||WARN|500||---
2022-02-05T00:55:27.220Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-05T00:55:30.605Z||main|||||INFO|500||Started Application in 25.967 seconds (JVM running for 26.924)
2022-02-05T00:55:30.620Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-05T00:55:30.621Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-05T00:55:30.636Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-05T00:55:30.656Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-05T00:55:30.724Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49475217-90b1-4794-b1a2-d389176202fe url= /sdc/v1/artifactTypes
2022-02-05T00:55:30.725Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-05T00:55:30.931Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-05T00:55:30.949Z||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-02-05T00:55:30.970Z||scheduling-1|||||DEBUG|500||create keys
2022-02-05T00:55:30.976Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-05T00:55:31.516Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:55:31.531Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1909c646-62bf-4aac-a83a-c6c5d6a8ff56 url= /sdc/v1/registerForDistribution
2022-02-05T00:55:32.412Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1909c646-62bf-4aac-a83a-c6c5d6a8ff56 url= /sdc/v1/registerForDistribution
2022-02-05T00:55:32.412Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-05T00:55:32.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:55:32.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:55:32.427Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-05T00:55:32.429Z||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-02-05T00:55:32.429Z||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-02-05T00:55:32.430Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:55:32.430Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:55:44.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:55:45.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:56:32.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:56:32.421Z||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-02-05T00:56:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:56:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:56:32.422Z||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-02-05T00:56:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:56:41.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:56:41.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:57:32.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:57:32.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T00:57:32.421Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T00:57:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:57:32.423Z||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-02-05T00:57:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:57:41.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:57:41.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:58:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:58:32.421Z||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-02-05T00:58:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:58:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:58:32.422Z||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-02-05T00:58:32.424Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:58:41.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:58:41.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:59:32.424Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:59:32.424Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T00:59:32.427Z||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-02-05T00:59:32.427Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T00:59:32.427Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T00:59:32.428Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T00:59:41.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T00:59:41.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:00:32.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:00:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:00:32.422Z||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-02-05T01:00:32.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:00:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:00:32.423Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:00:41.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:00:41.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:01:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:01:32.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:01:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:01:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:01:32.423Z||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-02-05T01:01:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:01:41.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:01:41.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:02:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:02:32.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:02:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:02:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:02:32.424Z||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-02-05T01:02:32.424Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:02:41.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:02:41.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:03:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:03:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:03:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:03:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:03:32.422Z||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-02-05T01:03:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:03:41.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:03:41.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:04:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:04:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:04:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:04:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:04:32.422Z||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-02-05T01:04:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:04:41.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:04:41.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:05:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:05:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:05:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:05:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:05:32.422Z||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-02-05T01:05:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:05:39.834Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-05T01:05:41.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:05:41.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:06:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:06:32.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:06:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:06:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:06:32.422Z||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-02-05T01:06:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:06:41.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:06:41.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:07:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:07:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:07:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:07:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:07:32.422Z||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-02-05T01:07:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:07:41.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:07:41.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:08:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:08:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:08:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:08:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:08:32.422Z||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-02-05T01:08:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:08:41.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:08:41.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:09:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:09:32.420Z||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-02-05T01:09:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:09:32.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:09:32.423Z||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-02-05T01:09:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:09:41.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:09:41.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:10:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:10:32.420Z||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-02-05T01:10:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:10:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:10:32.422Z||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-02-05T01:10:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:10:41.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:10:41.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:11:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:11:32.420Z||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-02-05T01:11:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:11:32.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:11:32.422Z||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-02-05T01:11:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:11:41.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:11:41.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:12:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:12:32.420Z||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-02-05T01:12:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:12:32.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:12:32.422Z||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-02-05T01:12:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:12:41.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:12:41.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:13:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:13:32.420Z||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-02-05T01:13:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:13:32.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:13:32.422Z||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-02-05T01:13:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:13:41.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:13:41.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:14:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:14:32.420Z||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-02-05T01:14:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:14:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:14:32.422Z||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-02-05T01:14:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:14:41.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:14:41.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:15:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:15:32.420Z||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-02-05T01:15:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:15:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:15:32.422Z||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-02-05T01:15:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:15:41.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:15:41.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:16:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:16:32.420Z||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-02-05T01:16:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:16:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:16:32.422Z||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-02-05T01:16:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:16:41.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:16:41.976Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:17:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:17:32.420Z||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-02-05T01:17:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:17:32.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:17:32.422Z||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-02-05T01:17:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:17:41.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:17:41.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:18:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:18:32.421Z||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-02-05T01:18:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:18:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:18:32.422Z||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-02-05T01:18:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:18:41.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:18:41.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:19:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:19:32.420Z||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-02-05T01:19:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:19:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:19:32.422Z||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-02-05T01:19:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:19:41.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:19:41.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:20:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:20:32.421Z||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-02-05T01:20:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:20:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:20:32.422Z||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-02-05T01:20:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:20:41.964Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:20:41.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:21:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:21:32.420Z||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-02-05T01:21:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:21:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:21:32.422Z||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-02-05T01:21:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:21:41.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:21:41.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:22:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:22:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:22:32.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:22:32.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:22:32.423Z||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-02-05T01:22:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:22:41.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:22:41.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:23:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:23:32.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:23:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:23:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:23:32.422Z||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-02-05T01:23:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:23:41.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:23:41.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:24:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:24:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:24:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:24:32.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:24:32.422Z||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-02-05T01:24:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:24:41.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:24:41.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:25:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:25:32.420Z||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-02-05T01:25:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:25:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:25:32.422Z||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-02-05T01:25:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:25:41.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:25:41.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:26:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:26:32.420Z||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-02-05T01:26:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:26:32.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:26:32.422Z||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-02-05T01:26:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:26:41.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:26:41.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:27:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:27:32.420Z||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-02-05T01:27:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:27:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:27:32.422Z||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-02-05T01:27:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:27:41.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:27:41.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:28:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:28:32.420Z||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-02-05T01:28:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:28:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:28:32.422Z||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-02-05T01:28:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:28:41.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:28:41.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:29:32.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:29:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:29:32.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:29:32.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:29:32.423Z||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-02-05T01:29:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:29:41.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:29:41.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:30:32.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:30:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:30:32.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:30:32.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:30:32.422Z||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-02-05T01:30:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:30:41.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:30:41.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:31:32.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:31:32.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:31:32.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:31:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:31:32.422Z||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-02-05T01:31:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:31:41.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:31:41.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:32:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:32:32.420Z||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-02-05T01:32:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:32:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:32:32.423Z||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-02-05T01:32:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:32:41.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:32:41.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:33:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:33:32.420Z||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-02-05T01:33:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:33:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:33:32.422Z||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-02-05T01:33:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:33:41.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:33:41.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:34:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:34:32.420Z||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-02-05T01:34:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:34:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:34:32.422Z||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-02-05T01:34:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:34:41.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:34:41.964Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:35:32.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:35:32.420Z||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-02-05T01:35:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:35:32.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:35:32.422Z||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-02-05T01:35:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:35:42.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:35:42.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:36:32.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:36:32.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:36:32.422Z||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-02-05T01:36:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:36:32.422Z||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-02-05T01:36:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:36:41.964Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:36:41.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:32.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:37:32.420Z||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-02-05T01:37:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:32.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:37:32.422Z||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-02-05T01:37:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:32.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:32.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025031529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025032046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025032046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025031529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025032046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025031529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025032046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025031529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025032046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025031529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025032046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025031529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025037865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025032046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025031529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025037865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025039711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025037865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025040567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025040569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025039711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025037865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "cds",
"timestamp": 1644025041582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T01:37:32.688Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:37:32.701Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:37:32.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025041320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025041421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025039711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025037865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025041320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025041421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025039711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025037865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025041320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025041421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025039711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025044484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025037865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025041320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025041421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025039711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025045488,
"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-02-05T01:37:32.733Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:37:32.733Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:37:32.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025041320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025041421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025039711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025041320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025041421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025047532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025041320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025041421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025048538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025049141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "policy-id",
"timestamp": 1644025049541,
"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-02-05T01:37:32.748Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:37:32.749Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:37:32.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025050187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025051228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:32.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:37:32.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:37:32.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025052307,
"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-02-05T01:37:32.761Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:37:32.761Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:37:33.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:33.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:37:33.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"de896675-10b2-45d6-9da4-a4005a00b7d9","serviceName":"basic_onboard_kmJJFF","serviceVersion":"1.0","serviceUUID":"60d2287e-58ca-4032-a149-4b8627d48853","serviceDescription":"service","serviceInvariantUUID":"212b06da-33e5-4a34-9f6b-7a700df0448d","resources":[{"resourceInstanceName":"basic_onboard_kmJJFF 0","resourceName":"basic_onboard_kmJJFF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c559fed4-be54-479e-92b9-aaba4020011b","resourceInvariantUUID":"1259c0f4-540a-400d-8795-7713c28e0201","resourceCustomizationUUID":"9707fa19-baf6-4043-aaea-745300052554","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml","artifactChecksum":"YTRkNGY3NGQyY2RjMzNjN2M0Mjk0ZjQ5YWNjZmE3ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be8940ae-6f84-49e2-963b-1872678b1352","artifactVersion":"1"},{"artifactName":"basic_onboard_kmjjff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json","artifactChecksum":"NTJhZjM0YjA3M2NjNWFjMTFiZGJjZjEzZDg5YjkwZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe88e80b-8f69-4444-8f68-d6537edd87dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4eec9114-4c38-417e-8f67-21c5230d9bde","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"095f2e4f-7f32-4f44-9a93-2a9c45a17bcc","artifactVersion":"2","generatedFromUUID":"fe88e80b-8f69-4444-8f68-d6537edd87dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKmjjff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml","artifactChecksum":"NWNhYzliZmFmMDBlODBmOWQ1ZWY1MjQ0MWExZmNhNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a07ec4f9-0823-460d-b4d8-f37bc08a54e3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKmjjff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar","artifactChecksum":"ZGRkZGVjZDdhYjc0ZmQ1ZWI0OTJiNGM3N2EyODNhZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b54d982-5b5f-4892-a17b-90e4fbdec77c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:37:33.047Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:33.052Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:33.058Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:33.058Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:33.158Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-05T01:37:33.163Z||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-02-05T01:37:33.163Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:33.173Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:33.174Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:34.062Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:34.063Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:34.065Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:34.065Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:37:34.165Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:34.166Z||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-02-05T01:37:34.166Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:34.176Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:34.176Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:35.066Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:35.067Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:35.069Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:35.069Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:37:35.169Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:35.170Z||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-02-05T01:37:35.170Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:35.179Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:35.180Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:36.069Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:36.071Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:36.073Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:36.073Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:36.173Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:36.174Z||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-02-05T01:37:36.174Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:36.183Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:36.184Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:37.074Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:37.075Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:37.078Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:37.078Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-05T01:37:37.178Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:37.179Z||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-02-05T01:37:37.179Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:37.189Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:37.189Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:38.078Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:38.080Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:38.082Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:38.082Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:37:38.182Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:38.183Z||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-02-05T01:37:38.183Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:38.192Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:38.193Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:39.083Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:37:39.084Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:39.086Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:39.086Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:37:39.186Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:39.187Z||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-02-05T01:37:39.187Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:39.197Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:39.197Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:40.088Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"serviceName": "basic_onboard_kmJJFF",
"serviceVersion": "1.0",
"serviceUUID": "60d2287e-58ca-4032-a149-4b8627d48853",
"serviceDescription": "service",
"serviceInvariantUUID": "212b06da-33e5-4a34-9f6b-7a700df0448d",
"resources": [
{
"resourceInstanceName": "basic_onboard_kmJJFF 0",
"resourceCustomizationUUID": "9707fa19-baf6-4043-aaea-745300052554",
"resourceName": "basic_onboard_kmJJFF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c559fed4-be54-479e-92b9-aaba4020011b",
"resourceInvariantUUID": "1259c0f4-540a-400d-8795-7713c28e0201",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_kmjjff0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"artifactChecksum": "NTJhZjM0YjA3M2NjNWFjMTFiZGJjZjEzZDg5YjkwZjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fe88e80b-8f69-4444-8f68-d6537edd87dd",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "095f2e4f-7f32-4f44-9a93-2a9c45a17bcc",
"generatedFromUUID": "fe88e80b-8f69-4444-8f68-d6537edd87dd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "095f2e4f-7f32-4f44-9a93-2a9c45a17bcc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKmjjff-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"artifactChecksum": "ZGRkZGVjZDdhYjc0ZmQ1ZWI0OTJiNGM3N2EyODNhZmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4b54d982-5b5f-4892-a17b-90e4fbdec77c"
}
],
"workloadContext": "Production"
}
2022-02-05T01:37:40.089Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:37:40.090Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 60d2287e-58ca-4032-a149-4b8627d48853 ASDC
2022-02-05T01:37:40.171Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:de896675-10b2-45d6-9da4-a4005a00b7d9
ServiceName:basic_onboard_kmJJFF
ServiceVersion:1.0
ServiceUUID:60d2287e-58ca-4032-a149-4b8627d48853
ServiceInvariantUUID:212b06da-33e5-4a34-9f6b-7a700df0448d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKmjjff-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
ArtifactUUID:4b54d982-5b5f-4892-a17b-90e4fbdec77c
ArtifactChecksum:ZGRkZGVjZDdhYjc0ZmQ1ZWI0OTJiNGM3N2EyODNhZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kmJJFF 0
ResourceCustomizationUUID:9707fa19-baf6-4043-aaea-745300052554
ResourceInvariantUUID:1259c0f4-540a-400d-8795-7713c28e0201
ResourceName:basic_onboard_kmJJFF
ResourceType:VF
ResourceUUID:c559fed4-be54-479e-92b9-aaba4020011b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kmjjff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
ArtifactUUID:8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75
ArtifactChecksum:NTJhZjM0YjA3M2NjNWFjMTFiZGJjZjEzZDg5YjkwZjY=
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/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fe88e80b-8f69-4444-8f68-d6537edd87dd
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/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
ArtifactUUID:095f2e4f-7f32-4f44-9a93-2a9c45a17bcc
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/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
ArtifactUUID:095f2e4f-7f32-4f44-9a93-2a9c45a17bcc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-05T01:37:40.171Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60d2287e-58ca-4032-a149-4b8627d48853 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-02-05T01:37:40.229Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:37:40.229Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:37:40.230Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:37:40.230Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4b54d982-5b5f-4892-a17b-90e4fbdec77c from URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:40.230Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:37:40.231Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:40.428Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:37:40.439Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar 4b54d982-5b5f-4892-a17b-90e4fbdec77c 71554
2022-02-05T01:37:40.440Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar ASDC sendASDCNotification
2022-02-05T01:37:40.440Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:40.441Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:37:40.441Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:40.442Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:40.442Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025060439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:40.543Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:37:40.544Z||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-02-05T01:37:40.544Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:40.555Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:40.555Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:41.443Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:37:41.444Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:37:41.445Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4b54d982-5b5f-4892-a17b-90e4fbdec77c, URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar to file: /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:41.445Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:41.496Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:41.497Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:41.810Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16918716755879182554/Definitions/service-BasicOnboardKmjjff-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-02-05T01:37:43.265Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kmJJFF 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-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.269Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:43.270Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-05T01:37:43.275Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.276Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.279Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.279Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-05T01:37:43.280Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:37:43.281Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.281Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.282Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:37:43.285Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T01:37:43.286Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.286Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:37:43.286Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.287Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is not matching search criteria
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T01:37:43.288Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=24c115ab-e4a0-4039-958c-9ed9d96837b5
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.289Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.290Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:43.290Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:43.290Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_kmJJFF
Description:service
Model UUID:60d2287e-58ca-4032-a149-4b8627d48853
Model Version:NULL
Model InvariantUuid:212b06da-33e5-4a34-9f6b-7a700df0448d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_kmJJFF
Model UUID:4edaf30d-4052-4d2c-823e-8cbde04924cb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1259c0f4-540a-400d-8795-7713c28e0201
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9707fa19-baf6-4043-aaea-745300052554
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:800c470e-3124-4dd0-8743-fc3a045a56ce
ModelName:BasicOnboardKmjjff..base_ubuntu18..module-0
ModelUuid:a0cb2ade-390d-4eb3-b54e-f123f51a3591
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:24c115ab-e4a0-4039-958c-9ed9d96837b5
ModelInvariantUuid:7146e5bf-0e60-4490-b77a-f8a54e691696
ModelName:basic_onboard_kmJJFF-nodes.ubuntu18Cvfc
ModelUuid:3f5a12a4-b3a0-49f6-afd4-981003d2602e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7f56fe51-f4d8-4be2-83b1-9dbef393b8e8
ModelInvariantUuid:ae1072ad-07a9-41ee-ab1d-a20d23f07e4e
ModelName:BasicOnboardKmjjff.compute.nodes.heat.ubuntu18
ModelUuid:7bc1f6d6-6779-4403-8fbb-1f62e6d95ca8
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-02-05T01:37:43.303Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c559fed4-be54-479e-92b9-aaba4020011b
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-02-05T01:37:43.364Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||basic_onboard_kmJJFF 0
2022-02-05T01:37:43.369Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c559fed4-be54-479e-92b9-aaba4020011b
2022-02-05T01:37:43.369Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75 from URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
2022-02-05T01:37:43.369Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:37:43.370Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
2022-02-05T01:37:43.522Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:37:43.522Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json 8a3bf6cd-ed01-4eba-8bd6-df2af2e83c75 798
2022-02-05T01:37:43.523Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json ASDC sendASDCNotification
2022-02-05T01:37:43.523Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
2022-02-05T01:37:43.523Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:37:43.524Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:43.527Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:43.527Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025063523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:43.627Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:43.627Z||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-02-05T01:37:43.628Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:43.637Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:43.637Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:44.528Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKmjjff..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "800c470e-3124-4dd0-8743-fc3a045a56ce",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a0cb2ade-390d-4eb3-b54e-f123f51a3591",
"vfModuleModelCustomizationUUID": "d9962aea-e9f4-4834-b1a3-cb4e0e7e1fb0",
"isBase": true,
"artifacts": [
"fe88e80b-8f69-4444-8f68-d6537edd87dd",
"095f2e4f-7f32-4f44-9a93-2a9c45a17bcc"
],
"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-02-05T01:37:44.544Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKmjjff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0cb2ade-390d-4eb3-b54e-f123f51a3591
VfModuleModelInvariantUUID:800c470e-3124-4dd0-8743-fc3a045a56ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe88e80b-8f69-4444-8f68-d6537edd87dd
,
095f2e4f-7f32-4f44-9a93-2a9c45a17bcc
}
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-02-05T01:37:44.545Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKmjjff..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "800c470e-3124-4dd0-8743-fc3a045a56ce",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a0cb2ade-390d-4eb3-b54e-f123f51a3591",
"vfModuleModelCustomizationUUID": "d9962aea-e9f4-4834-b1a3-cb4e0e7e1fb0",
"isBase": true,
"artifacts": [
"fe88e80b-8f69-4444-8f68-d6537edd87dd",
"095f2e4f-7f32-4f44-9a93-2a9c45a17bcc"
],
"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-02-05T01:37:44.546Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKmjjff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0cb2ade-390d-4eb3-b54e-f123f51a3591
VfModuleModelInvariantUUID:800c470e-3124-4dd0-8743-fc3a045a56ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe88e80b-8f69-4444-8f68-d6537edd87dd
,
095f2e4f-7f32-4f44-9a93-2a9c45a17bcc
}
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-02-05T01:37:44.546Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fe88e80b-8f69-4444-8f68-d6537edd87dd from URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
2022-02-05T01:37:44.546Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:37:44.546Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
2022-02-05T01:37:44.631Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:37:44.631Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml fe88e80b-8f69-4444-8f68-d6537edd87dd 5033
2022-02-05T01:37:44.632Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-05T01:37:44.632Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
2022-02-05T01:37:44.632Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:37:44.633Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:44.635Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:44.635Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025064632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:44.735Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:44.736Z||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-02-05T01:37:44.736Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:44.747Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:44.747Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:45.636Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 095f2e4f-7f32-4f44-9a93-2a9c45a17bcc from URL: /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
2022-02-05T01:37:45.637Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:37:45.637Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
2022-02-05T01:37:45.813Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:37:45.813Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env 095f2e4f-7f32-4f44-9a93-2a9c45a17bcc 909
2022-02-05T01:37:45.814Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-05T01:37:45.814Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
2022-02-05T01:37:45.814Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:37:45.815Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:45.818Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:45.818Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025065814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:37:45.918Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:45.919Z||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-02-05T01:37:45.919Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:45.929Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:45.930Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:46.819Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 60d2287e-58ca-4032-a149-4b8627d48853
2022-02-05T01:37:46.819Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kmJJFF 0 c559fed4-be54-479e-92b9-aaba4020011b 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-02-05T01:37:46.846Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67699886, org.onap.sdc.toscaparser.api.parameters.Input@5e9728f6, org.onap.sdc.toscaparser.api.parameters.Input@6fb31a48, org.onap.sdc.toscaparser.api.parameters.Input@1418813a, org.onap.sdc.toscaparser.api.parameters.Input@3f1e9697]
2022-02-05T01:37:46.849Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.849Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.850Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-02-05T01:37:46.850Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9707fa19-baf6-4043-aaea-745300052554
2022-02-05T01:37:46.850Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9707fa19-baf6-4043-aaea-745300052554 matches Tosca VF Customization UUID: 9707fa19-baf6-4043-aaea-745300052554
2022-02-05T01:37:46.850Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9707fa19-baf6-4043-aaea-745300052554 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-02-05T01:37:46.855Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.855Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.856Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9707fa19-baf6-4043-aaea-745300052554: {\"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-02-05T01:37:46.857Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54eab954
2022-02-05T01:37:46.857Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.857Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:37:46.858Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9962aea-e9f4-4834-b1a3-cb4e0e7e1fb0
2022-02-05T01:37:46.858Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9962aea-e9f4-4834-b1a3-cb4e0e7e1fb0
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-02-05T01:37:46.863Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.863Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:46.863Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:46.864Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.864Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:46.864Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:46.865Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.865Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is not matching search criteria
2022-02-05T01:37:46.865Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T01:37:46.865Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T01:37:46.866Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=24c115ab-e4a0-4039-958c-9ed9d96837b5
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-02-05T01:37:46.872Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.872Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:46.872Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:37:46.873Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.873Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_kmJJFF 0 is matching search criteria
2022-02-05T01:37:46.873Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_kmJJFF 0] matching following query criteria: sdcType=VF, customizationUUID=9707fa19-baf6-4043-aaea-745300052554
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-02-05T01:37:46.875Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.875Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.875Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 60d2287e-58ca-4032-a149-4b8627d48853: basic_onboard_kmJJFF
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.876Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.877Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.877Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.877Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.877Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:37:46.878Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_kmJJFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:37:46.878Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_kmJJFF
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-02-05T01:37:47.003Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kmJJFF c559fed4-be54-479e-92b9-aaba4020011b 1 ASDC deployResourceStructure
2022-02-05T01:37:47.004Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json ASDC sendASDCNotification
2022-02-05T01:37:47.004Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json
2022-02-05T01:37:47.004Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:37:47.005Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:47.006Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:47.007Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025067004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T01:37:47.107Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:47.107Z||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-02-05T01:37:47.108Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:47.117Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:47.118Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:37:48.007Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-05T01:37:48.009Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml
2022-02-05T01:37:48.009Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:37:48.009Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:48.012Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:48.012Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025068007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-05T01:37:48.112Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:37:48.113Z||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-02-05T01:37:48.113Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:48.173Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:48.173Z||pool-15-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:49.012Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-05T01:37:49.013Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env
2022-02-05T01:37:49.014Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:37:49.014Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:49.016Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:49.017Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025069012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-05T01:37:49.117Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:37:49.117Z||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-02-05T01:37:49.117Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:49.128Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:49.128Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:50.018Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar ASDC sendASDCNotification
2022-02-05T01:37:50.018Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar
2022-02-05T01:37:50.019Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:37:50.019Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:37:50.021Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:37:50.022Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025070017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:37:50.121Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:37:50.122Z||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-02-05T01:37:50.122Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:37:50.133Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:37:50.134Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:37:51.023Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:37:51.040Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:37:51.042Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:37:51.043Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:37:51.043Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:38:21.043Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:38:21.056Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:38:21.060Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:38:21.060Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:38:21.061Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:38:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:38:32.422Z||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-02-05T01:38:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:38:32.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:38:32.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:38:32.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:38:32.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-05T01:38:51.061Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:38:51.072Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:38:51.075Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:38:51.075Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:38:51.075Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:39:21.075Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:39:21.087Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:39:21.089Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:39:21.090Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:39:21.090Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:39:32.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:39:32.423Z||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-02-05T01:39:32.423Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:39:32.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:39:32.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:39:32.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025052797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:39:32.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:39:51.090Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:39:51.102Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:39:51.104Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:39:51.104Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:39:51.104Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:40:21.105Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:40:21.118Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:40:21.120Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:40:21.120Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:40:21.120Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:40:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:40:32.422Z||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-02-05T01:40:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:40:32.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:40:32.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025053311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025053864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "clamp",
"timestamp": 1644025054868,
"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-02-05T01:40:32.457Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:40:32.457Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:40:32.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-05T01:40:32.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025050673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025058739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.465Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025052419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025060439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025063523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025064632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025065814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:40:32.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025067004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/basic_onboard_kmjjff0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025067807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025068007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "aai-ml",
"timestamp": 1644025068812,
"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-02-05T01:40:32.471Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de896675-10b2-45d6-9da4-a4005a00b7d9
2022-02-05T01:40:32.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:40:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025069012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/resourceInstances/basic_onboard_kmjjff0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025070017,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKmjjff/1.0/artifacts/service-BasicOnboardKmjjff-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025110673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025107046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:40:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:40:51.121Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:40:51.133Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9
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-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:40:51.136Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:40:51.137Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-02-05T01:40:51.141Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T01:41:21.142Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de896675-10b2-45d6-9da4-a4005a00b7d9 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-02-05T01:41:21.150Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de896675-10b2-45d6-9da4-a4005a00b7d9 and serviceModelVersionId: 60d2287e-58ca-4032-a149-4b8627d48853
2022-02-05T01:41:21.150Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 212b06da-33e5-4a34-9f6b-7a700df0448d
2022-02-05T01:41:30.696Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0
2022-02-05T01:41:30.787Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T01:41:31.139Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?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-02-05T01:41:31.142Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0|INFO|500||Invoke
2022-02-05T01:41:31.245Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-05T01:41:31.399Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0|INFO|500||InvokeReturn
2022-02-05T01:41:31.400Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212b06da-33e5-4a34-9f6b-7a700df0448d/model-vers/model-ver/60d2287e-58ca-4032-a149-4b8627d48853?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220205-01:41:31:255-49991], vertex-id=[340152], Content-Length=[0], Date=[Sat, 05 Feb 2022 01:41:31 GMT], Content-Type=[application/json]}
2022-02-05T01:41:31.400Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T01:41:31.403Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T01:41:31.403Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-02-05T01:41:31.408Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||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-02-05T01:41:31.412Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de896675-10b2-45d6-9da4-a4005a00b7d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T01:41:31.413Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T01:41:31.413Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:31.415Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:31.415Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025291413,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:41:31.515Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:31.516Z||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-02-05T01:41:31.516Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:31.531Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:31.531Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 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=?
2022-02-05T01:41:32.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:41:32.422Z||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-02-05T01:41:32.422Z||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 DKX9nAw6nCNTcxaL) ...
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T01:41:32.432Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:41:32.432Z|de896675-10b2-45d6-9da4-a4005a00b7d9|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-02-05T01:41:32.432Z|de896675-10b2-45d6-9da4-a4005a00b7d9|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:32.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:32.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025107046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025110673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025107046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025110673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025107046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025110673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025107046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025110673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025107046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025110673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025107046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025110673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025119730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025119828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025119711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "cds",
"timestamp": 1644025120735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T01:41:32.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025119711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025121320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025121421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025121529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025119711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025121320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025121421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025121529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025119711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025121320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025121421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025121529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025119711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025121320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025121421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025121529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025119711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025121320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025121421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025121529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025119711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025126423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025121320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025121421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025121529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "aai-ml",
"timestamp": 1644025127427,
"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-02-05T01:41:32.486Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.486Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025127424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025121320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025121421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025121529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025128427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025127865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025129308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "policy-id",
"timestamp": 1644025129430,
"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-02-05T01:41:32.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.498Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025127865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025129515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025127865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025130507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025127865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025131703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025127865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025132722,
"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-02-05T01:41:32.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.510Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025133007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025127865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025133726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:32.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025134010,
"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-02-05T01:41:32.519Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.519Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:32.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025127865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:41:32.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-05T01:41:32.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025143805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025145816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T01:41:32.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "clamp",
"timestamp": 1644025146820,
"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-02-05T01:41:32.530Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bdf0885-50f3-40ec-8a98-73fdc192b588
2022-02-05T01:41:32.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:41:36.768Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:36.769Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:41:36.769Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bdf0885-50f3-40ec-8a98-73fdc192b588","serviceName":"vFW 2022-02-05 01-37-01","serviceVersion":"1.0","serviceUUID":"0f7cb8de-82cb-48c2-a2ca-71cbd320f337","serviceDescription":"catalog service description","serviceInvariantUUID":"343c4993-2cab-49c9-b93e-6743c0afaf28","resources":[{"resourceInstanceName":"vFW 2a01be80-18ac 0","resourceName":"vFW 2a01be80-18ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"02955ccb-8ca7-4cc9-a76a-7dd0cd87de69","resourceInvariantUUID":"95373160-d180-4c63-9e3a-a3a14b22eebe","resourceCustomizationUUID":"bbf6a542-d1cd-44a3-b64d-2903eeb33e7c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml","artifactChecksum":"ZThiYTljZWUzNTljYmQ4YWFiY2E5MzJjYWUyYTQxZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1c5e32d-3278-4151-85e2-946e8dff0c7f","artifactVersion":"1"},{"artifactName":"vfw2a01be8018ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json","artifactChecksum":"ZWVhMWE3NTkwNmMxM2EzMDYyZDIwYzhjZTYxYTZmN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c648748-dde8-4917-9041-df9c5cb23fc8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"872dee0f-68b8-4b5f-b423-21284d9cb72d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTBhMjQzZjI1ZGY5Mjg5NzMzZGRiODQyNmZkZmNlMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2092cd44-333a-443e-8191-f5adadf20d82","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"decb30f4-c061-4d1c-ab22-a68d677bbf7d","artifactVersion":"2","generatedFromUUID":"872dee0f-68b8-4b5f-b423-21284d9cb72d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220205013701-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml","artifactChecksum":"NDk3ZjdlYTMwYmE1ZWZlMzc0ZWUzYTFjNzI1MzRiNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f4adf48-b890-4fbc-afd7-70ca0e602c92","artifactVersion":"1"},{"artifactName":"service-Vfw20220205013701-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar","artifactChecksum":"MmJlNzYxMzIxMTBjMDEyYWJkMTI2NGIwYjkwNzY4ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"698615bc-72ae-4783-b763-8ae036686075","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:41:36.772Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:36.773Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:36.775Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:36.775Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:36.875Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:36.876Z||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-02-05T01:41:36.876Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:36.886Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:36.887Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:37.776Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:37.777Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:37.779Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:37.779Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:41:37.879Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:37.880Z||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-02-05T01:41:37.880Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:37.890Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:37.891Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:38.780Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:38.781Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:38.783Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:38.783Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:41:38.883Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:38.884Z||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-02-05T01:41:38.884Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:38.894Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:38.894Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:39.783Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:39.785Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:39.787Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:39.787Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:39.888Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:41:39.889Z||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-02-05T01:41:39.889Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:39.898Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:39.898Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:40.788Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:40.789Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:40.791Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:40.791Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-05T01:41:40.891Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:40.892Z||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-02-05T01:41:40.892Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:40.903Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:40.904Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:41.792Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:41.793Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:41.795Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:41.795Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:41:41.895Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:41.896Z||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-02-05T01:41:41.896Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:41.905Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:41.905Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:42.796Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:41:42.797Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:42.799Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:42.799Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:41:42.899Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:42.900Z||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-02-05T01:41:42.900Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:42.909Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:42.910Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:41:43.801Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"serviceName": "vFW 2022-02-05 01-37-01",
"serviceVersion": "1.0",
"serviceUUID": "0f7cb8de-82cb-48c2-a2ca-71cbd320f337",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "343c4993-2cab-49c9-b93e-6743c0afaf28",
"resources": [
{
"resourceInstanceName": "vFW 2a01be80-18ac 0",
"resourceCustomizationUUID": "bbf6a542-d1cd-44a3-b64d-2903eeb33e7c",
"resourceName": "vFW 2a01be80-18ac",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "02955ccb-8ca7-4cc9-a76a-7dd0cd87de69",
"resourceInvariantUUID": "95373160-d180-4c63-9e3a-a3a14b22eebe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2a01be8018ac0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"artifactChecksum": "ZWVhMWE3NTkwNmMxM2EzMDYyZDIwYzhjZTYxYTZmN2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c648748-dde8-4917-9041-df9c5cb23fc8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "872dee0f-68b8-4b5f-b423-21284d9cb72d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "decb30f4-c061-4d1c-ab22-a68d677bbf7d",
"generatedFromUUID": "872dee0f-68b8-4b5f-b423-21284d9cb72d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "decb30f4-c061-4d1c-ab22-a68d677bbf7d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220205013701-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"artifactChecksum": "MmJlNzYxMzIxMTBjMDEyYWJkMTI2NGIwYjkwNzY4ZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "698615bc-72ae-4783-b763-8ae036686075"
}
],
"workloadContext": "Production"
}
2022-02-05T01:41:43.801Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:41:43.802Z|de896675-10b2-45d6-9da4-a4005a00b7d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0f7cb8de-82cb-48c2-a2ca-71cbd320f337 ASDC
2022-02-05T01:41:43.802Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3bdf0885-50f3-40ec-8a98-73fdc192b588
ServiceName:vFW 2022-02-05 01-37-01
ServiceVersion:1.0
ServiceUUID:0f7cb8de-82cb-48c2-a2ca-71cbd320f337
ServiceInvariantUUID:343c4993-2cab-49c9-b93e-6743c0afaf28
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220205013701-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
ArtifactUUID:698615bc-72ae-4783-b763-8ae036686075
ArtifactChecksum:MmJlNzYxMzIxMTBjMDEyYWJkMTI2NGIwYjkwNzY4ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2a01be80-18ac 0
ResourceCustomizationUUID:bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
ResourceInvariantUUID:95373160-d180-4c63-9e3a-a3a14b22eebe
ResourceName:vFW 2a01be80-18ac
ResourceType:VF
ResourceUUID:02955ccb-8ca7-4cc9-a76a-7dd0cd87de69
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2a01be8018ac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
ArtifactUUID:0c648748-dde8-4917-9041-df9c5cb23fc8
ArtifactChecksum:ZWVhMWE3NTkwNmMxM2EzMDYyZDIwYzhjZTYxYTZmN2Y=
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/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
ArtifactUUID:872dee0f-68b8-4b5f-b423-21284d9cb72d
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
ArtifactUUID:decb30f4-c061-4d1c-ab22-a68d677bbf7d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
ArtifactUUID:decb30f4-c061-4d1c-ab22-a68d677bbf7d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-05T01:41:43.803Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f7cb8de-82cb-48c2-a2ca-71cbd320f337 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-02-05T01:41:43.832Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:41:43.833Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:41:43.833Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:41:43.833Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 698615bc-72ae-4783-b763-8ae036686075 from URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:43.833Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:41:43.834Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:44.430Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:41:44.436Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar 698615bc-72ae-4783-b763-8ae036686075 98936
2022-02-05T01:41:44.436Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar ASDC sendASDCNotification
2022-02-05T01:41:44.436Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:44.437Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:41:44.437Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:44.439Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:44.439Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025304436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:44.539Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:44.540Z||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-02-05T01:41:44.540Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:44.550Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:44.551Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:45.439Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:41:45.440Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-05T01:41:45.441Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 698615bc-72ae-4783-b763-8ae036686075, URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar to file: /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:45.441Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220205013701-csar.csar
2022-02-05T01:41:45.442Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:45.442Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:45.623Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2332216763442025604/Definitions/service-Vfw20220205013701-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-05T01:41:47.331Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.332Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.333Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2a01be80-18ac 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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.334Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-Vfw20220205013701-csar.csar
2022-02-05T01:41:47.334Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-05T01:41:47.334Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:41:47.335Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.336Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:47.337Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:47.338Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T01:41:47.339Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.340Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:47.341Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.342Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96484e82-a973-4df8-8db6-955451a160f6
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:47.343Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:47.344Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7402127a-0bb6-400e-a60a-99c7b93199ef
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.345Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.346Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d2a9473-4925-4e98-9d55-da70850b5e1c
2022-02-05T01:41:47.347Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.348Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:47.349Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:47.349Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-05 01-37-01
Description:catalog service description
Model UUID:0f7cb8de-82cb-48c2-a2ca-71cbd320f337
Model Version:NULL
Model InvariantUuid:343c4993-2cab-49c9-b93e-6743c0afaf28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2a01be80-18ac
Model UUID:7fccff6e-df1d-43f1-8363-a0b8dd0f6e35
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95373160-d180-4c63-9e3a-a3a14b22eebe
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cd4c10d4-01d8-44bf-a9d0-9af749daf367
ModelName:Vfw2a01be8018ac..base_vfw..module-0
ModelUuid:a03e650f-9904-48bd-bace-9b5181727e6b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:96484e82-a973-4df8-8db6-955451a160f6
ModelInvariantUuid:d13de9a3-188f-40f6-a8b2-0d450299a7ec
ModelName:vFW 2a01be80-18ac-nodes.vfwCvfc
ModelUuid:53f08a98-0337-44a5-8b02-27570cbd0fd1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:68e2b54d-2deb-4501-a65c-6da47c4aa107
ModelInvariantUuid:fed0f32a-0c23-425d-b742-cf7521465601
ModelName:Vfw2a01be8018ac.compute.nodes.heat.vfw
ModelUuid:83f31450-0d44-42cd-a7ff-27830e45b167
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7402127a-0bb6-400e-a60a-99c7b93199ef
ModelInvariantUuid:1e003c5d-5325-4496-b8b3-72510232ff32
ModelName:vFW 2a01be80-18ac-nodes.vsnCvfc
ModelUuid:12ac496b-36a0-4a1c-b542-5df54c63bb64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3427904e-2713-4adc-8475-b151b5b69017
ModelInvariantUuid:b38f49b5-e4ef-444e-a8bd-815f66e783e4
ModelName:Vfw2a01be8018ac.compute.nodes.heat.vsn
ModelUuid:818e9ed9-e2a6-42c0-9d90-01fb642b6586
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7d2a9473-4925-4e98-9d55-da70850b5e1c
ModelInvariantUuid:0961108d-4d59-404c-857b-528612674a1a
ModelName:vFW 2a01be80-18ac-nodes.vpgCvfc
ModelUuid:d60aac36-e8de-4e9a-81bc-d47430e9ebcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b7c1b115-d7b3-4337-97a2-45909429e3ff
ModelInvariantUuid:f51079cd-a270-4092-92d3-dca48992377d
ModelName:Vfw2a01be8018ac.compute.nodes.heat.vpg
ModelUuid:2e93222c-120c-444e-9c0e-0cae9b74de5e
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-02-05T01:41:47.355Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 02955ccb-8ca7-4cc9-a76a-7dd0cd87de69
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-02-05T01:41:47.357Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||vFW 2a01be80-18ac 0
2022-02-05T01:41:47.357Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 02955ccb-8ca7-4cc9-a76a-7dd0cd87de69
2022-02-05T01:41:47.358Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0c648748-dde8-4917-9041-df9c5cb23fc8 from URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
2022-02-05T01:41:47.358Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:41:47.358Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
2022-02-05T01:41:47.395Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:41:47.395Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json 0c648748-dde8-4917-9041-df9c5cb23fc8 785
2022-02-05T01:41:47.395Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json ASDC sendASDCNotification
2022-02-05T01:41:47.396Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
2022-02-05T01:41:47.396Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:41:47.396Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:47.398Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:47.398Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025307395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:47.498Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:47.499Z||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-02-05T01:41:47.499Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:47.509Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:47.510Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:48.399Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2a01be8018ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cd4c10d4-01d8-44bf-a9d0-9af749daf367",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a03e650f-9904-48bd-bace-9b5181727e6b",
"vfModuleModelCustomizationUUID": "bf40ed61-77b6-40e2-af60-b9aaaed38b71",
"isBase": true,
"artifacts": [
"872dee0f-68b8-4b5f-b423-21284d9cb72d",
"decb30f4-c061-4d1c-ab22-a68d677bbf7d"
],
"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-02-05T01:41:48.405Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2a01be8018ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a03e650f-9904-48bd-bace-9b5181727e6b
VfModuleModelInvariantUUID:cd4c10d4-01d8-44bf-a9d0-9af749daf367
VfModuleModelDescription:NULL
Artifacts UUID List:{
872dee0f-68b8-4b5f-b423-21284d9cb72d
,
decb30f4-c061-4d1c-ab22-a68d677bbf7d
}
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-02-05T01:41:48.407Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2a01be8018ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cd4c10d4-01d8-44bf-a9d0-9af749daf367",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a03e650f-9904-48bd-bace-9b5181727e6b",
"vfModuleModelCustomizationUUID": "bf40ed61-77b6-40e2-af60-b9aaaed38b71",
"isBase": true,
"artifacts": [
"872dee0f-68b8-4b5f-b423-21284d9cb72d",
"decb30f4-c061-4d1c-ab22-a68d677bbf7d"
],
"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-02-05T01:41:48.408Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2a01be8018ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a03e650f-9904-48bd-bace-9b5181727e6b
VfModuleModelInvariantUUID:cd4c10d4-01d8-44bf-a9d0-9af749daf367
VfModuleModelDescription:NULL
Artifacts UUID List:{
872dee0f-68b8-4b5f-b423-21284d9cb72d
,
decb30f4-c061-4d1c-ab22-a68d677bbf7d
}
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-02-05T01:41:48.408Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 872dee0f-68b8-4b5f-b423-21284d9cb72d from URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
2022-02-05T01:41:48.408Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:41:48.409Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
2022-02-05T01:41:48.518Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:41:48.519Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml 872dee0f-68b8-4b5f-b423-21284d9cb72d 20368
2022-02-05T01:41:48.519Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-05T01:41:48.519Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
2022-02-05T01:41:48.520Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:41:48.520Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:48.522Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:48.523Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025308519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:48.622Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T01:41:48.623Z||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-02-05T01:41:48.623Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:48.633Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:48.634Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:49.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: decb30f4-c061-4d1c-ab22-a68d677bbf7d from URL: /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
2022-02-05T01:41:49.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-05T01:41:49.525Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
2022-02-05T01:41:49.903Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-05T01:41:49.904Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env decb30f4-c061-4d1c-ab22-a68d677bbf7d 2098
2022-02-05T01:41:49.904Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-05T01:41:49.905Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
2022-02-05T01:41:49.905Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:41:49.905Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:49.908Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:49.908Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025309904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:41:50.008Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:50.009Z||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-02-05T01:41:50.009Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:50.019Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:50.019Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:50.909Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0f7cb8de-82cb-48c2-a2ca-71cbd320f337
2022-02-05T01:41:50.909Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2a01be80-18ac 0 02955ccb-8ca7-4cc9-a76a-7dd0cd87de69 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-02-05T01:41:50.929Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ffa0c9d, org.onap.sdc.toscaparser.api.parameters.Input@e2d5103, org.onap.sdc.toscaparser.api.parameters.Input@406590a1, org.onap.sdc.toscaparser.api.parameters.Input@3aa62447, org.onap.sdc.toscaparser.api.parameters.Input@5557596a]
2022-02-05T01:41:50.930Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.930Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.930Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-02-05T01:41:50.930Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
2022-02-05T01:41:50.931Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbf6a542-d1cd-44a3-b64d-2903eeb33e7c matches Tosca VF Customization UUID: bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
2022-02-05T01:41:50.931Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bbf6a542-d1cd-44a3-b64d-2903eeb33e7c 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-02-05T01:41:50.932Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.932Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bbf6a542-d1cd-44a3-b64d-2903eeb33e7c: {\"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-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ee73a2a
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf40ed61-77b6-40e2-af60-b9aaaed38b71
2022-02-05T01:41:50.933Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf40ed61-77b6-40e2-af60-b9aaaed38b71
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-02-05T01:41:50.935Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.935Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.935Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:50.936Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.937Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96484e82-a973-4df8-8db6-955451a160f6
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-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.939Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.940Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7402127a-0bb6-400e-a60a-99c7b93199ef
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-02-05T01:41:50.942Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.942Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.942Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T01:41:50.944Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-05T01:41:50.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d2a9473-4925-4e98-9d55-da70850b5e1c
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-02-05T01:41:50.946Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Node template vFW 2a01be80-18ac 0 is matching search criteria
2022-02-05T01:41:50.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2a01be80-18ac 0] matching following query criteria: sdcType=VF, customizationUUID=bbf6a542-d1cd-44a3-b64d-2903eeb33e7c
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-02-05T01:41:50.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0f7cb8de-82cb-48c2-a2ca-71cbd320f337: vFW 2a01be80-18ac
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.949Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:41:50.950Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-05 01-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:41:50.950Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-02-05 01-37-01
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-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2a01be80-18ac 02955ccb-8ca7-4cc9-a76a-7dd0cd87de69 1 ASDC deployResourceStructure
2022-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json ASDC sendASDCNotification
2022-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json
2022-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:41:51.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:51.098Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:51.098Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025311096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:51.199Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:41:51.199Z||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-02-05T01:41:51.199Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:51.209Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:51.209Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:52.102Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-05T01:41:52.102Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml
2022-02-05T01:41:52.102Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:41:52.103Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:52.105Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:52.105Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025312102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:52.205Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:52.206Z||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-02-05T01:41:52.206Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:52.217Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:52.218Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:53.105Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-05T01:41:53.106Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env
2022-02-05T01:41:53.106Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:41:53.107Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:53.109Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:53.109Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025313105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:53.209Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:53.210Z||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-02-05T01:41:53.210Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:53.219Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:53.219Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:54.110Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar ASDC sendASDCNotification
2022-02-05T01:41:54.110Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar
2022-02-05T01:41:54.111Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:41:54.111Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:41:54.113Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:41:54.113Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025314110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:41:54.213Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:41:54.214Z||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-02-05T01:41:54.214Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:41:54.225Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:41:54.225Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:41:55.114Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bdf0885-50f3-40ec-8a98-73fdc192b588
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-02-05T01:41:55.125Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bdf0885-50f3-40ec-8a98-73fdc192b588
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-02-05T01:41:55.128Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:41:55.129Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-02-05T01:41:55.133Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T01:42:25.133Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bdf0885-50f3-40ec-8a98-73fdc192b588 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-02-05T01:42:25.140Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bdf0885-50f3-40ec-8a98-73fdc192b588 and serviceModelVersionId: 0f7cb8de-82cb-48c2-a2ca-71cbd320f337
2022-02-05T01:42:25.140Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 343c4993-2cab-49c9-b93e-6743c0afaf28
2022-02-05T01:42:25.141Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0
2022-02-05T01:42:25.147Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T01:42:25.178Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?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-02-05T01:42:25.178Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0|INFO|500||Invoke
2022-02-05T01:42:25.199Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-05T01:42:25.506Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0|INFO|500||InvokeReturn
2022-02-05T01:42:25.507Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/343c4993-2cab-49c9-b93e-6743c0afaf28/model-vers/model-ver/0f7cb8de-82cb-48c2-a2ca-71cbd320f337?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-01:42:25:207-97362], vertex-id=[438360], Content-Length=[0], Date=[Sat, 05 Feb 2022 01:42:25 GMT], Content-Type=[application/json]}
2022-02-05T01:42:25.507Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T01:42:25.507Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T01:42:25.507Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-02-05T01:42:25.511Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||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-02-05T01:42:25.511Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bdf0885-50f3-40ec-8a98-73fdc192b588 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T01:42:25.511Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T01:42:25.511Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:42:25.513Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:42:25.513Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025345511,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:42:25.613Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:42:25.614Z||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-02-05T01:42:25.614Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:25.628Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:42:25.628Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-02-05T01:42:26.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:26.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:42:26.524Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:32.422Z||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-02-05T01:42:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:32.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:42:32.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:42:32.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "de896675-10b2-45d6-9da4-a4005a00b7d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025291413,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:42:32.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:42:36.062Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:42:36.062Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:36.063Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:42:36.063Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:45.600Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:42:45.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:45.601Z||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-02-05T01:42:45.601Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:42:55.138Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:42:55.138Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:42:55.139Z||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-02-05T01:42:55.139Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:43:04.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:43:32.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:43:32.420Z||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-02-05T01:43:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:43:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:43:32.422Z||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-02-05T01:43:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:43:32.943Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:43:32.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:43:32.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-05T01:43:32.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-05T01:43:32.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025292432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-05T01:43:32.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025304436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025307395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025308519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025309904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025311096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/vfw2a01be8018ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025312102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025313105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/resourceInstances/vfw2a01be8018ac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025314110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205013701/1.0/artifacts/service-Vfw20220205013701-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bdf0885-50f3-40ec-8a98-73fdc192b588",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025345511,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:43:32.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:43:41.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:44:32.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:44:32.420Z||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-02-05T01:44:32.421Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:44:32.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:44:32.422Z||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-02-05T01:44:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:44:41.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:44:41.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:45:32.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:45:32.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:45:32.421Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:45:32.422Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:45:32.423Z||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-02-05T01:45:32.424Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:45:41.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:45:41.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:46:32.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:46:32.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T01:46:32.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:46:32.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:46:32.422Z||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-02-05T01:46:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:46:41.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:46:41.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:47:32.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:47:32.420Z||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-02-05T01:47:32.420Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:32.421Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:47:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:47:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:33.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:47:33.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cbb1c198-2120-41b7-a38e-ea43589a10b1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4ab46a07-cbee-4873-a4ab-762e164e6ed7","serviceDescription":"service","serviceInvariantUUID":"b931731b-4cdf-4086-a900-24deb581ab23","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d72dc0b7-367a-496c-8097-d54d1c0b5ca5","resourceInvariantUUID":"ef0118f5-82ca-4519-85b2-b2de92b39255","resourceCustomizationUUID":"06d1440c-a725-4375-b288-a76cc41a45bc","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":"YTFkMjEyODU3OTZmN2IyOTFhMDhjMDc0MDY1OWQxOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23cc3e3a-fcc2-44ff-a367-0f155d9fedf4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2YxZjM4N2NkODdlN2FlNWVjMmJhMDI5MzViYzgxYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9c079b7-5d73-469e-93cc-b0ad209cf406","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:47:33.046Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:47:33.047Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.047Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025641421,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "clamp",
"timestamp": 1644025637865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.048Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025641320,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "policy-id",
"timestamp": 1644025639712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644025641421,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:47:33.049Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:47:33.049Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1644025641320,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "clamp",
"timestamp": 1644025637865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "policy-id",
"timestamp": 1644025639712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:47:33.050Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "policy-id",
"timestamp": 1644025647604,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "cds",
"timestamp": 1644025647046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.051Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "policy-id",
"timestamp": 1644025648608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "cds",
"timestamp": 1644025647046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.052Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "clamp",
"timestamp": 1644025648889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:47:33.052Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025652419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.052Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "policy-id",
"timestamp": 1644025649610,
"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=?
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-02-05T01:47:33.065Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:47:33.066Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:47:33.072Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.072Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "cds",
"timestamp": 1644025649743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:47:33.072Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.073Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.073Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "cds",
"timestamp": 1644025650749,
"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-02-05T01:47:33.077Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:47:33.077Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "clamp",
"timestamp": 1644025650898,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.085Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "aai-ml",
"timestamp": 1644025650673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:47:33.086Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.086Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.086Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "clamp",
"timestamp": 1644025651902,
"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-02-05T01:47:33.089Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:47:33.090Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:47:33.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:47:33.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "aai-ml",
"timestamp": 1644025650673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:47:33.096Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:47:33.152Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:47:33.153Z||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-02-05T01:47:33.153Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:33.162Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:47:33.163Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:47:34.053Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:47:34.054Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:47:34.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:47:34.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025652419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:47:34.156Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:47:34.156Z||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-02-05T01:47:34.156Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:34.166Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:47:34.167Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:47:35.057Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4ab46a07-cbee-4873-a4ab-762e164e6ed7",
"serviceDescription": "service",
"serviceInvariantUUID": "b931731b-4cdf-4086-a900-24deb581ab23",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "06d1440c-a725-4375-b288-a76cc41a45bc",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d72dc0b7-367a-496c-8097-d54d1c0b5ca5",
"resourceInvariantUUID": "ef0118f5-82ca-4519-85b2-b2de92b39255",
"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": "Y2YxZjM4N2NkODdlN2FlNWVjMmJhMDI5MzViYzgxYjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9c079b7-5d73-469e-93cc-b0ad209cf406"
}
],
"workloadContext": "Production"
}
2022-02-05T01:47:35.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:47:35.057Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ab46a07-cbee-4873-a4ab-762e164e6ed7 ASDC
2022-02-05T01:47:35.058Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cbb1c198-2120-41b7-a38e-ea43589a10b1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4ab46a07-cbee-4873-a4ab-762e164e6ed7
ServiceInvariantUUID:b931731b-4cdf-4086-a900-24deb581ab23
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:e9c079b7-5d73-469e-93cc-b0ad209cf406
ArtifactChecksum:Y2YxZjM4N2NkODdlN2FlNWVjMmJhMDI5MzViYzgxYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:06d1440c-a725-4375-b288-a76cc41a45bc
ResourceInvariantUUID:ef0118f5-82ca-4519-85b2-b2de92b39255
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d72dc0b7-367a-496c-8097-d54d1c0b5ca5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-05T01:47:35.058Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ab46a07-cbee-4873-a4ab-762e164e6ed7 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-02-05T01:47:35.082Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e9c079b7-5d73-469e-93cc-b0ad209cf406 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:47:35.083Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T01:47:35.177Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:47:35.181Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e9c079b7-5d73-469e-93cc-b0ad209cf406 52485
2022-02-05T01:47:35.181Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-05T01:47:35.181Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T01:47:35.182Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:47:35.182Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:47:35.183Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:47:35.183Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025655181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:47:35.284Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:47:35.284Z||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-02-05T01:47:35.285Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:35.295Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:47:35.295Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:47:36.184Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:47:36.185Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:47:36.185Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e9c079b7-5d73-469e-93cc-b0ad209cf406, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.185Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-05T01:47:36.186Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.186Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.256Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7238599137716772054/Definitions/service-BasicNetwork-template.yml
2022-02-05T01:47:36.609Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-05T01:47:36.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:47:36.612Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4ab46a07-cbee-4873-a4ab-762e164e6ed7
Model Version:NULL
Model InvariantUuid:b931731b-4cdf-4086-a900-24deb581ab23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ef0118f5-82ca-4519-85b2-b2de92b39255
Model UUID:801fa41e-825e-467a-97d4-7d87d83542e5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:06d1440c-a725-4375-b288-a76cc41a45bc
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-02-05T01:47:36.620Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: d72dc0b7-367a-496c-8097-d54d1c0b5ca5
2022-02-05T01:47:36.620Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||No resources found for Service: 4ab46a07-cbee-4873-a4ab-762e164e6ed7
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-02-05T01:47:36.623Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||
2022-02-05T01:47:36.623Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-02-05T01:47:36.623Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 4ab46a07-cbee-4873-a4ab-762e164e6ed7
2022-02-05T01:47:36.624Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4ab46a07-cbee-4873-a4ab-762e164e6ed7
2022-02-05T01:47:36.624Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-02-05T01:47:36.624Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.628Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b001243, org.onap.sdc.toscaparser.api.parameters.Input@6952435b, org.onap.sdc.toscaparser.api.parameters.Input@7802f1e5, org.onap.sdc.toscaparser.api.parameters.Input@7672534b, org.onap.sdc.toscaparser.api.parameters.Input@1d0bd5cc]
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.629Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4ab46a07-cbee-4873-a4ab-762e164e6ed7: Generic NeutronNet
2022-02-05T01:47:36.630Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.630Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.630Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.630Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:47:36.648Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T01:47:36.686Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:47:36.687Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:47:36.687Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025656686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:47:36.788Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:47:36.788Z||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-02-05T01:47:36.788Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:47:36.798Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:47:36.799Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:47:37.688Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:47:37.699Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:47:37.701Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:47:37.701Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:47:37.701Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:48:07.701Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:48:07.713Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:48:07.715Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:48:07.715Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:48:07.715Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:48:32.421Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:48:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:48:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:48:32.545Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:48:32.545Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:48:32.545Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025652419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:48:32.546Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:48:37.715Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:48:37.727Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:48:37.730Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:48:37.730Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:48:37.730Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:49:07.731Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:49:07.739Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:49:07.741Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:49:07.742Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T01:49:07.742Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T01:49:32.421Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:49:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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-02-05T01:49:32.422Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:49:32.945Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:49:32.946Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.946Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "aai-ml",
"timestamp": 1644025653471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:49:32.946Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025652419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025655181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025656686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.947Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "aai-ml",
"timestamp": 1644025657062,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:49:32.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.948Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "aai-ml",
"timestamp": 1644025658066,
"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-02-05T01:49:32.955Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:49:32.955Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:49:32.961Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.961Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025661529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:49:32.961Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025661529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025664327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.962Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025665784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T01:49:32.963Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:49:32.963Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T01:49:32.963Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644025666788,
"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-02-05T01:49:32.966Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbb1c198-2120-41b7-a38e-ea43589a10b1
2022-02-05T01:49:32.966Z|3bdf0885-50f3-40ec-8a98-73fdc192b588|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:49:37.742Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:49:37.753Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1
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-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T01:49:37.756Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:49:37.761Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T01:50:07.761Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cbb1c198-2120-41b7-a38e-ea43589a10b1 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-02-05T01:50:07.768Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbb1c198-2120-41b7-a38e-ea43589a10b1 and serviceModelVersionId: 4ab46a07-cbee-4873-a4ab-762e164e6ed7
2022-02-05T01:50:07.768Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b931731b-4cdf-4086-a900-24deb581ab23
2022-02-05T01:50:07.769Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0
2022-02-05T01:50:07.775Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T01:50:07.803Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|INFO|500||Invoke
2022-02-05T01:50:07.803Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cbb1c198-2120-41b7-a38e-ea43589a10b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76f4ce19-dd3d-4b3a-afaf-ff698c781016], X-ECOMP-RequestID=[cbb1c198-2120-41b7-a38e-ea43589a10b1], X-TransactionId=[], X-ONAP-RequestID=[cbb1c198-2120-41b7-a38e-ea43589a10b1], Content-Type=[application/merge-patch+json]}
2022-02-05T01:50:07.823Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-05T01:50:08.072Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?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/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-01:50:07:831-96488], vertex-id=[372920], Content-Length=[0], Date=[Sat, 05 Feb 2022 01:50:07 GMT], Content-Type=[application/json]}
2022-02-05T01:50:08.072Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T01:50:08.073Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b931731b-4cdf-4086-a900-24deb581ab23/model-vers/model-ver/4ab46a07-cbee-4873-a4ab-762e164e6ed7?depth=0|INFO|500||InvokeReturn
2022-02-05T01:50:08.073Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T01:50:08.073Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:50:08.077Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||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-02-05T01:50:08.077Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbb1c198-2120-41b7-a38e-ea43589a10b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T01:50:08.077Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T01:50:08.077Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:50:08.079Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:50:08.079Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025808077,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:50:08.179Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:50:08.180Z||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-02-05T01:50:08.180Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:08.191Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:50:08.192Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 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-02-05T01:50:09.090Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:50:09.091Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:50:09.091Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:19.499Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:50:19.500Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:50:19.500Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:50:19.500Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:29.036Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:50:32.419Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:50:32.420Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:50:32.420Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:32.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:50:32.422Z||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-02-05T01:50:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:50:33.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:50:33.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-05T01:50:33.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cbb1c198-2120-41b7-a38e-ea43589a10b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025808077,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T01:50:33.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T01:50:41.958Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:32.419Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:51:32.420Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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-02-05T01:51:32.420Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:32.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T01:51:32.422Z||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-02-05T01:51:32.422Z||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 DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:41.594Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:41.595Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T01:51:41.595Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"93aa0fb2-14a9-4653-89cc-8821addf5da0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4b4d1844-c0c6-4da9-a646-a4ebda91d1a5","serviceDescription":"service","serviceInvariantUUID":"5ff833df-e45d-4038-80a6-8caa50d586d1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50b18d98-d162-4d6b-a14d-49cbc4df9aeb","resourceInvariantUUID":"1be70223-08d4-482c-a83d-0512042de65c","resourceCustomizationUUID":"3a7926d7-4d78-4ce6-9345-e889840fcbfb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NGM3ZjIzMDc1ZWEzZDI5ODU3YmNhNzdmYWUwZWFjZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56b35e77-219e-487d-a340-558f0becad3f","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MzFmNWI3Zjc3MTRlYzk3Mjg0NWYwZjI1NDNkZmNmYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1457ffd-a6a0-4374-a549-10c878bc8cbe","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"13990f05-4ac0-4f98-83ae-dbb36c4cf240","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68274016-81e5-45ef-9f8d-34ef79d164a6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"23762c07-077e-4be1-8e70-8a43dce1a4b6","artifactVersion":"2","generatedFromUUID":"13990f05-4ac0-4f98-83ae-dbb36c4cf240"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDVmZThjMjg3NjJhZTk1ZmQxMzMyMDU2ZTFhZGNlMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"368784b4-dd2e-4fd8-ba39-6dd4f849566c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjU0NDQ0ZTBhMmQ0ZGQ1MDUyOGVhMzdjODBhMTBhYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3150a976-380b-4b56-a8d1-627171a41102","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T01:51:41.598Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:41.598Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:41.600Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:41.600Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025892419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:51:41.700Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:41.701Z||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-02-05T01:51:41.701Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:41.714Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:41.714Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:41.826Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:41.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T01:51:41.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025892419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:51:41.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T01:51:42.600Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:42.601Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:42.603Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:42.603Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025892419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T01:51:42.703Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:42.704Z||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-02-05T01:51:42.704Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:42.717Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:42.717Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:43.603Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:43.604Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:43.606Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:43.606Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025892419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-02-05T01:51:43.706Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:43.707Z||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-02-05T01:51:43.707Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:43.718Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:43.719Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:44.607Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:44.608Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:44.609Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:44.609Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025892419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:51:44.710Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T01:51:44.710Z||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-02-05T01:51:44.711Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:44.722Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:44.722Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T01:51:45.610Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:45.611Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:45.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:45.613Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025892419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-02-05T01:51:45.713Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:45.714Z||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-02-05T01:51:45.714Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:45.727Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:45.728Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:46.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:46.614Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:46.616Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:46.616Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025892419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T01:51:46.716Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:46.717Z||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-02-05T01:51:46.717Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:46.728Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:46.729Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:47.616Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T01:51:47.618Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:47.620Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:47.620Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025892419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T01:51:47.720Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:47.721Z||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-02-05T01:51:47.721Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:47.734Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:47.734Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:48.621Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "4b4d1844-c0c6-4da9-a646-a4ebda91d1a5",
"serviceDescription": "service",
"serviceInvariantUUID": "5ff833df-e45d-4038-80a6-8caa50d586d1",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "3a7926d7-4d78-4ce6-9345-e889840fcbfb",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "50b18d98-d162-4d6b-a14d-49cbc4df9aeb",
"resourceInvariantUUID": "1be70223-08d4-482c-a83d-0512042de65c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MzFmNWI3Zjc3MTRlYzk3Mjg0NWYwZjI1NDNkZmNmYWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1457ffd-a6a0-4374-a549-10c878bc8cbe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "13990f05-4ac0-4f98-83ae-dbb36c4cf240",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "23762c07-077e-4be1-8e70-8a43dce1a4b6",
"generatedFromUUID": "13990f05-4ac0-4f98-83ae-dbb36c4cf240"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "23762c07-077e-4be1-8e70-8a43dce1a4b6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YjU0NDQ0ZTBhMmQ0ZGQ1MDUyOGVhMzdjODBhMTBhYjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3150a976-380b-4b56-a8d1-627171a41102"
}
],
"workloadContext": "Production"
}
2022-02-05T01:51:48.621Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T01:51:48.622Z|cbb1c198-2120-41b7-a38e-ea43589a10b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b4d1844-c0c6-4da9-a646-a4ebda91d1a5 ASDC
2022-02-05T01:51:48.622Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:93aa0fb2-14a9-4653-89cc-8821addf5da0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4b4d1844-c0c6-4da9-a646-a4ebda91d1a5
ServiceInvariantUUID:5ff833df-e45d-4038-80a6-8caa50d586d1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:3150a976-380b-4b56-a8d1-627171a41102
ArtifactChecksum:YjU0NDQ0ZTBhMmQ0ZGQ1MDUyOGVhMzdjODBhMTBhYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3a7926d7-4d78-4ce6-9345-e889840fcbfb
ResourceInvariantUUID:1be70223-08d4-482c-a83d-0512042de65c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:50b18d98-d162-4d6b-a14d-49cbc4df9aeb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:d1457ffd-a6a0-4374-a549-10c878bc8cbe
ArtifactChecksum:MzFmNWI3Zjc3MTRlYzk3Mjg0NWYwZjI1NDNkZmNmYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:13990f05-4ac0-4f98-83ae-dbb36c4cf240
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:23762c07-077e-4be1-8e70-8a43dce1a4b6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:23762c07-077e-4be1-8e70-8a43dce1a4b6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-05T01:51:48.622Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4d1844-c0c6-4da9-a646-a4ebda91d1a5 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-02-05T01:51:48.645Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3150a976-380b-4b56-a8d1-627171a41102 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-05T01:51:48.646Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T01:51:48.911Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-05T01:51:48.916Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3150a976-380b-4b56-a8d1-627171a41102 71036
2022-02-05T01:51:48.916Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-05T01:51:48.917Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T01:51:48.917Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T01:51:48.917Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-05T01:51:48.919Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T01:51:48.919Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "93aa0fb2-14a9-4653-89cc-8821addf5da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644025908916,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T01:51:49.019Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T01:51:49.020Z||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-02-05T01:51:49.020Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DKX9nAw6nCNTcxaL) ...
2022-02-05T01:51:49.032Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T01:51:49.032Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T01:51:49.920Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T01:51:49.921Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-05T01:51:49.921Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3150a976-380b-4b56-a8d1-627171a41102, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:49.922Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-05T01:51:49.922Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:49.922Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:50.010Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8396604922101248214/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-02-05T01:51:50.788Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:50.789Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||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-BasicVm-csar.csar
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.797Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-05T01:51:50.798Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.799Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T01:51:50.800Z|93aa0fb2-14a9-4653-89cc-8821addf5da0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery