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-10-10T05:03:43.092Z||main|||||INFO|500||The following profiles are active: basic
2022-10-10T05:03:54.845Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-10T05:03:54.846Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-10T05:03:54.966Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-10T05:03:58.979Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-10T05:03:59.380Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-10T05:03:59.893Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-10T05:03:59.901Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-10T05:04:00.033Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-10T05:04:00.266Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-10T05:04:00.871Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-10T05:04:02.698Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-10T05:04:05.058Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-10T05:04:05.116Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-10T05:04:05.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-10T05:04:05.909Z||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-10-10T05:04:07.131Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-10T05:04:08.199Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-10T05:04:08.217Z||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$$b3d2088f.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-10-10T05:04:08.218Z||main|||||WARN|500||The sdc end point is not alive
2022-10-10T05:04:11.390Z||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-10-10T05:04:14.464Z||main|||||WARN|500||---
2022-10-10T05:04:14.464Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-10T05:04:14.464Z||main|||||WARN|500||---
2022-10-10T05:04:14.911Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-10T05:04:20.051Z||main|||||INFO|500||Started Application in 40.083 seconds (JVM running for 42.217)
2022-10-10T05:04:20.065Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T05:04:20.067Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T05:04:20.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T05:04:20.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T05:04:20.158Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ea7066a-3766-49dc-8daf-c4857edc85ed url= /sdc/v1/artifactTypes
2022-10-10T05:04:20.158Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-10T05:04:20.488Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-10T05:04:20.514Z||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-10-10T05:04:20.535Z||scheduling-1|||||DEBUG|500||create keys
2022-10-10T05:04:20.542Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-10T05:04:20.587Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:04:20.604Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 13dfa347-79fe-4097-adc2-31fb2f520795 url= /sdc/v1/registerForDistribution
2022-10-10T05:04:20.713Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 13dfa347-79fe-4097-adc2-31fb2f520795 url= /sdc/v1/registerForDistribution
2022-10-10T05:04:20.713Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-10T05:04:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:04:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:04:20.730Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-10T05:04:20.733Z||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-10-10T05:04:20.734Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:04:20.735Z||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-10-10T05:04:20.736Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:04:31.115Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:04:31.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:05:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:05:20.721Z||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-10-10T05:05:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:05:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:05:20.723Z||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-10-10T05:05:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:05:30.309Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:05:30.320Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:06:20.720Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:06:20.721Z||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-10-10T05:06:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:06:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:06:20.722Z||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-10-10T05:06:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:06:30.343Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:06:30.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:07:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:07:20.721Z||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-10-10T05:07:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:07:20.722Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:07:20.725Z||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-10-10T05:07:20.725Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:07:30.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:07:30.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:08:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:08:20.721Z||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-10-10T05:08:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:08:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:08:20.723Z||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-10-10T05:08:20.724Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:08:30.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:08:30.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:09:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:09:20.721Z||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-10-10T05:09:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:09:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:09:20.722Z||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-10-10T05:09:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:09:30.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:09:30.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:10:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:10:20.721Z||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-10-10T05:10:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:10:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:10:20.723Z||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-10-10T05:10:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:10:30.297Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:10:30.353Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:11:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:11:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:11:20.723Z||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-10-10T05:11:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:11:20.724Z||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-10-10T05:11:20.725Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:11:30.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:11:30.315Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:12:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:12:20.721Z||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-10-10T05:12:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:12:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:12:20.722Z||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-10-10T05:12:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:12:30.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:12:30.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:13:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:13:20.721Z||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-10-10T05:13:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:13:20.722Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:13:20.722Z||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-10-10T05:13:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:13:30.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:13:30.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:13:56.866Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-10T05:14:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:14:20.721Z||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-10-10T05:14:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:14:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:14:20.722Z||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-10-10T05:14:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:14:30.284Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:14:30.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:15:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:15:20.721Z||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-10-10T05:15:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:15:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:15:20.722Z||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-10-10T05:15:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:15:30.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:15:30.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:16:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:16:20.721Z||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-10-10T05:16:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:16:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:16:20.722Z||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-10-10T05:16:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:16:30.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:16:30.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:17:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:17:20.721Z||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-10-10T05:17:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:17:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:17:20.723Z||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-10-10T05:17:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:17:30.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:17:30.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:18:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:18:20.721Z||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-10-10T05:18:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:18:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:18:20.722Z||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-10-10T05:18:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:18:30.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:18:30.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:19:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:19:20.721Z||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-10-10T05:19:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:19:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:19:20.722Z||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-10-10T05:19:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:19:30.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:19:30.282Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:20:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:20:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:20:20.722Z||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-10-10T05:20:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:20:20.722Z||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-10-10T05:20:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:20:30.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:20:30.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:21:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:21:20.721Z||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-10-10T05:21:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:21:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:21:20.722Z||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-10-10T05:21:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:21:30.284Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:21:30.293Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:22:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:22:20.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:22:20.722Z||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-10-10T05:22:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:22:20.722Z||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-10-10T05:22:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:22:30.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:22:30.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:23:20.720Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:23:20.721Z||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-10-10T05:23:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:23:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:23:20.722Z||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-10-10T05:23:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:23:30.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:23:30.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:24:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:24:20.721Z||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-10-10T05:24:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:24:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:24:20.723Z||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-10-10T05:24:20.724Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:24:30.323Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:24:30.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:25:20.720Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:25:20.721Z||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-10-10T05:25:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:25:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:25:20.722Z||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-10-10T05:25:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:25:30.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:25:30.306Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:26:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:26:20.721Z||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-10-10T05:26:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:26:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:26:20.723Z||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-10-10T05:26:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:26:30.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:26:30.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:27:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:27:20.721Z||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-10-10T05:27:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:27:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:27:20.722Z||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-10-10T05:27:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:27:30.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:27:30.281Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:28:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:28:20.721Z||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-10-10T05:28:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:28:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:28:20.722Z||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-10-10T05:28:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:28:30.284Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:28:30.284Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:29:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:29:20.721Z||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-10-10T05:29:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:29:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:29:20.722Z||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-10-10T05:29:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:29:30.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:29:30.284Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:30:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:30:20.721Z||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-10-10T05:30:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:30:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:30:20.722Z||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-10-10T05:30:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:30:30.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:30:30.281Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:31:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:31:20.721Z||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-10-10T05:31:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:31:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:31:20.722Z||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-10-10T05:31:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:31:30.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:31:30.294Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:32:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:32:20.721Z||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-10-10T05:32:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:32:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:32:20.722Z||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-10-10T05:32:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:32:30.283Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:32:30.283Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:33:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:33:20.721Z||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-10-10T05:33:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:33:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:33:20.722Z||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-10-10T05:33:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:33:30.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:33:30.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:34:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:34:20.721Z||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-10-10T05:34:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:34:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:34:20.722Z||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-10-10T05:34:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:34:30.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:34:30.278Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:35:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:35:20.721Z||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-10-10T05:35:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:35:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:35:20.722Z||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-10-10T05:35:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:35:30.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:35:30.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:36:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:36:20.722Z||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-10-10T05:36:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:36:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:36:20.723Z||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-10-10T05:36:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:36:30.330Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:36:30.337Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:37:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:37:20.721Z||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-10-10T05:37:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:37:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:37:20.722Z||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-10-10T05:37:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:37:30.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:37:30.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:38:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:38:20.721Z||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-10-10T05:38:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:38:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:38:20.722Z||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-10-10T05:38:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:38:30.279Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:38:30.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:39:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:39:20.721Z||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-10-10T05:39:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:39:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:39:20.722Z||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-10-10T05:39:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:39:30.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:39:30.330Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:40:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:40:20.721Z||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-10-10T05:40:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:40:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:40:20.722Z||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-10-10T05:40:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:40:30.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:40:30.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:41:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:41:20.721Z||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-10-10T05:41:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:41:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:41:20.722Z||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-10-10T05:41:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:41:30.269Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:41:30.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:42:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:42:20.721Z||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-10-10T05:42:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:42:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:42:20.722Z||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-10-10T05:42:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:42:30.278Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:42:30.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:43:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:43:20.721Z||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-10-10T05:43:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:43:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:43:20.723Z||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-10-10T05:43:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:43:30.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:43:30.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:44:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:44:20.721Z||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-10-10T05:44:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:44:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:44:20.722Z||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-10-10T05:44:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:44:30.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:44:30.274Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:45:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:45:20.721Z||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-10-10T05:45:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:45:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:45:20.723Z||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-10-10T05:45:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:45:30.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:45:30.285Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:46:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:46:20.721Z||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-10-10T05:46:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:46:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:46:20.722Z||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-10-10T05:46:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:46:30.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:46:30.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:47:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:47:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:47:20.723Z||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-10-10T05:47:20.723Z||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-10-10T05:47:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:47:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:47:30.288Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:47:30.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:48:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:48:20.721Z||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-10-10T05:48:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:48:20.722Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:48:20.723Z||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-10-10T05:48:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:48:30.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:48:30.292Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:49:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:49:20.721Z||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-10-10T05:49:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:49:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:49:20.722Z||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-10-10T05:49:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:49:30.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:49:30.289Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:50:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:50:20.721Z||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-10-10T05:50:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:50:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:50:20.722Z||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-10-10T05:50:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:50:30.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:50:30.280Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:20.720Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:51:20.721Z||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-10-10T05:51:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:51:20.722Z||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-10-10T05:51:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:21.349Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:21.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6939988c-d955-4cea-b8c1-5c3b5edf7979","serviceName":"basic_onboard_GECkul","serviceVersion":"1.0","serviceUUID":"4fececc2-b26e-4d64-a6ef-443370431557","serviceDescription":"service","serviceInvariantUUID":"456ba422-4d8c-4575-9948-daec83fca79a","resources":[{"resourceInstanceName":"basic_onboard_GECkul 0","resourceName":"basic_onboard_GECkul","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"558d34ac-095d-45cc-af20-660e262df08a","resourceInvariantUUID":"2d0d2343-0a26-4690-abf4-1d55eec5c704","resourceCustomizationUUID":"ba7c4202-3569-4838-aac4-07a5b49d659e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml","artifactChecksum":"MWJiM2IxM2I3NDE5YTQxZjYzYjIxNGY4M2NiZDM5YjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f66c2ac-b1c9-486e-82c2-6d886c1a95e2","artifactVersion":"1"},{"artifactName":"basic_onboard_geckul0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json","artifactChecksum":"YzExNjBjZjM1YTRmODUwZDZkN2M4ODczMmJjNDE4ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b613eb3-11b7-4803-83fd-ee9bda65f5ec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"404ce8b5-f288-4cb2-bf37-abb64c6ddd81","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a81e9ca8-008d-48cd-96a3-39d9ed670ecd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6d2f8a87-23d3-481f-8858-20f2a4936761","artifactVersion":"2","generatedFromUUID":"404ce8b5-f288-4cb2-bf37-abb64c6ddd81"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGeckul-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml","artifactChecksum":"ZGEwYjE2ODExYTcxYmY4YTRjOWRhMTQ3MDdiNTFiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54c96151-9a94-43db-a437-c12cd71c4c90","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGeckul-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar","artifactChecksum":"MmM4NzUyMTgzOWE3ZTJlYjJjN2YzNDA0NjFmZWI2ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6a49615-ce2e-4af6-9371-f8815fd8f5c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T05:51:21.355Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:21.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381035933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.362Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:21.368Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:21.382Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:21.382Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381028097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381029311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381035933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381028097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381029311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381038578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381035933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381028097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381029311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381038578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381028097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381035933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381029311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381038578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381028097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381035933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381029311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381041023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381038578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381028097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381035933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381029311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381041023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381038578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381028097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381035933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381029311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381041023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381038578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381045200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381044517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381041023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381038578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "cds",
"timestamp": 1665381046225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-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-10-10T05:51:21.482Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-10T05:51:21.486Z||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-10-10T05:51:21.486Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:21.499Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:21.500Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T05:51:21.596Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381041023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381046420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381045909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381041023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381047535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381045909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381041023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381048618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381045909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381049737,
"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-10-10T05:51:21.666Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.666Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:21.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381045909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381050743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T05:51:21.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381045909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381045909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:21.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381045909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T05:51:21.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:51:21.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381053746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381056793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T05:51:21.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381057421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:21.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "aai-ml",
"timestamp": 1665381057798,
"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-10-10T05:51:21.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.690Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:21.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381058118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T05:51:21.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381058473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T05:51:21.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:51:21.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381059123,
"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-10-10T05:51:21.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.706Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:21.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:51:21.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "clamp",
"timestamp": 1665381059477,
"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-10-10T05:51:21.723Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6939988c-d955-4cea-b8c1-5c3b5edf7979
2022-10-10T05:51:21.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:51:22.389Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:22.390Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:22.392Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:22.392Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T05:51:22.492Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:22.494Z||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-10-10T05:51:22.494Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:22.504Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:22.504Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:23.393Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:23.395Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:23.397Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:23.397Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-10T05:51:23.497Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:23.498Z||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-10-10T05:51:23.499Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:23.513Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:23.514Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:24.398Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:24.399Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:24.402Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:24.402Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:24.502Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:24.503Z||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-10-10T05:51:24.504Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:24.516Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:24.517Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:25.402Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:25.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:25.405Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:25.405Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-10T05:51:25.506Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:25.507Z||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-10-10T05:51:25.507Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:25.519Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:25.520Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:26.406Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:26.407Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:26.409Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:26.409Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:51:26.509Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:26.510Z||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-10-10T05:51:26.510Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:26.521Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:26.522Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:27.409Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T05:51:27.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:27.412Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:27.412Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T05:51:27.513Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T05:51:27.514Z||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-10-10T05:51:27.514Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:27.524Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:27.525Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:28.415Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"serviceName": "basic_onboard_GECkul",
"serviceVersion": "1.0",
"serviceUUID": "4fececc2-b26e-4d64-a6ef-443370431557",
"serviceDescription": "service",
"serviceInvariantUUID": "456ba422-4d8c-4575-9948-daec83fca79a",
"resources": [
{
"resourceInstanceName": "basic_onboard_GECkul 0",
"resourceCustomizationUUID": "ba7c4202-3569-4838-aac4-07a5b49d659e",
"resourceName": "basic_onboard_GECkul",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "558d34ac-095d-45cc-af20-660e262df08a",
"resourceInvariantUUID": "2d0d2343-0a26-4690-abf4-1d55eec5c704",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_geckul0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"artifactChecksum": "YzExNjBjZjM1YTRmODUwZDZkN2M4ODczMmJjNDE4ZjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b613eb3-11b7-4803-83fd-ee9bda65f5ec",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "404ce8b5-f288-4cb2-bf37-abb64c6ddd81",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6d2f8a87-23d3-481f-8858-20f2a4936761",
"generatedFromUUID": "404ce8b5-f288-4cb2-bf37-abb64c6ddd81"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6d2f8a87-23d3-481f-8858-20f2a4936761",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGeckul-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"artifactChecksum": "MmM4NzUyMTgzOWE3ZTJlYjJjN2YzNDA0NjFmZWI2ZTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e6a49615-ce2e-4af6-9371-f8815fd8f5c9"
}
],
"workloadContext": "Production"
}
2022-10-10T05:51:28.416Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T05:51:28.416Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4fececc2-b26e-4d64-a6ef-443370431557 ASDC
2022-10-10T05:51:28.531Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6939988c-d955-4cea-b8c1-5c3b5edf7979
ServiceName:basic_onboard_GECkul
ServiceVersion:1.0
ServiceUUID:4fececc2-b26e-4d64-a6ef-443370431557
ServiceInvariantUUID:456ba422-4d8c-4575-9948-daec83fca79a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGeckul-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
ArtifactUUID:e6a49615-ce2e-4af6-9371-f8815fd8f5c9
ArtifactChecksum:MmM4NzUyMTgzOWE3ZTJlYjJjN2YzNDA0NjFmZWI2ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GECkul 0
ResourceCustomizationUUID:ba7c4202-3569-4838-aac4-07a5b49d659e
ResourceInvariantUUID:2d0d2343-0a26-4690-abf4-1d55eec5c704
ResourceName:basic_onboard_GECkul
ResourceType:VF
ResourceUUID:558d34ac-095d-45cc-af20-660e262df08a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_geckul0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
ArtifactUUID:0b613eb3-11b7-4803-83fd-ee9bda65f5ec
ArtifactChecksum:YzExNjBjZjM1YTRmODUwZDZkN2M4ODczMmJjNDE4ZjI=
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/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
ArtifactUUID:404ce8b5-f288-4cb2-bf37-abb64c6ddd81
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/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
ArtifactUUID:6d2f8a87-23d3-481f-8858-20f2a4936761
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/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
ArtifactUUID:6d2f8a87-23d3-481f-8858-20f2a4936761
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-10T05:51:28.532Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fececc2-b26e-4d64-a6ef-443370431557 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-10-10T05:51:28.581Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T05:51:28.582Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T05:51:28.583Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T05:51:28.584Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6a49615-ce2e-4af6-9371-f8815fd8f5c9 from URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:28.584Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T05:51:28.585Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:28.694Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T05:51:28.709Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar e6a49615-ce2e-4af6-9371-f8815fd8f5c9 75301
2022-10-10T05:51:28.711Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar ASDC sendASDCNotification
2022-10-10T05:51:28.711Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:28.712Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T05:51:28.712Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:28.714Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:28.714Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381088709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:28.815Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:28.816Z||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-10-10T05:51:28.816Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:28.828Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:28.828Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:29.715Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T05:51:29.716Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T05:51:29.716Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e6a49615-ce2e-4af6-9371-f8815fd8f5c9, URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar to file: /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:29.717Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:29.791Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:29.792Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:30.397Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8096899616158114168/Definitions/service-BasicOnboardGeckul-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-10T05:51:32.603Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T05:51:32.607Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GECkul 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.608Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.609Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.609Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:32.609Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-10T05:51:32.615Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.617Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.621Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.621Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-10T05:51:32.622Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T05:51:32.624Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.624Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.625Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.628Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.629Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is not matching search criteria
2022-10-10T05:51:32.629Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-10T05:51:32.629Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-10T05:51:32.629Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-10T05:51:32.630Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-10T05:51:32.630Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T05:51:32.630Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.630Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T05:51:32.631Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.632Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:32.633Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.633Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:32.633Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:32.633Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is not matching search criteria
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df6f4f51-d4a1-4df6-a72d-28695fcf6464
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.634Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:32.635Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:32.636Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GECkul
Description:service
Model UUID:4fececc2-b26e-4d64-a6ef-443370431557
Model Version:NULL
Model InvariantUuid:456ba422-4d8c-4575-9948-daec83fca79a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GECkul
Model UUID:5b91bf3f-3c54-4462-b138-94789515b3ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d0d2343-0a26-4690-abf4-1d55eec5c704
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ba7c4202-3569-4838-aac4-07a5b49d659e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:be769a95-bacf-4dad-9d70-4222b816b6cd
ModelName:BasicOnboardGeckul..base_ubuntu18..module-0
ModelUuid:032a6fc6-2333-44af-9064-005217abe782
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:df6f4f51-d4a1-4df6-a72d-28695fcf6464
ModelInvariantUuid:9d72c41a-5ab4-490a-8289-323804ce6ce3
ModelName:basic_onboard_GECkul-nodes.ubuntu18Cvfc
ModelUuid:15efd60a-310b-4ec0-8601-c0afa9dc877a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:69f81514-b557-4945-bc90-a01fa59a0b2b
ModelInvariantUuid:6bb7213b-5fb3-4d28-93d1-93a6f6e19a08
ModelName:BasicOnboardGeckul.compute.nodes.heat.ubuntu18
ModelUuid:3ce44c66-9a5e-45ed-ab53-86d9b8906e7e
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-10-10T05:51:32.648Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 558d34ac-095d-45cc-af20-660e262df08a
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-10-10T05:51:32.730Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||basic_onboard_GECkul 0
2022-10-10T05:51:32.736Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 558d34ac-095d-45cc-af20-660e262df08a
2022-10-10T05:51:32.737Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0b613eb3-11b7-4803-83fd-ee9bda65f5ec from URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
2022-10-10T05:51:32.737Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T05:51:32.737Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
2022-10-10T05:51:32.793Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T05:51:32.793Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json 0b613eb3-11b7-4803-83fd-ee9bda65f5ec 798
2022-10-10T05:51:32.794Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json ASDC sendASDCNotification
2022-10-10T05:51:32.794Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
2022-10-10T05:51:32.794Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T05:51:32.794Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:32.797Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:32.797Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381092794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:32.897Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:32.898Z||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-10-10T05:51:32.898Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:32.912Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:32.913Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:33.799Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGeckul..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be769a95-bacf-4dad-9d70-4222b816b6cd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "032a6fc6-2333-44af-9064-005217abe782",
"vfModuleModelCustomizationUUID": "90d306ed-4376-447b-adb2-a8ee34717ef1",
"isBase": true,
"artifacts": [
"404ce8b5-f288-4cb2-bf37-abb64c6ddd81",
"6d2f8a87-23d3-481f-8858-20f2a4936761"
],
"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-10-10T05:51:33.813Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGeckul..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:032a6fc6-2333-44af-9064-005217abe782
VfModuleModelInvariantUUID:be769a95-bacf-4dad-9d70-4222b816b6cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
404ce8b5-f288-4cb2-bf37-abb64c6ddd81
,
6d2f8a87-23d3-481f-8858-20f2a4936761
}
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-10-10T05:51:33.818Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGeckul..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be769a95-bacf-4dad-9d70-4222b816b6cd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "032a6fc6-2333-44af-9064-005217abe782",
"vfModuleModelCustomizationUUID": "90d306ed-4376-447b-adb2-a8ee34717ef1",
"isBase": true,
"artifacts": [
"404ce8b5-f288-4cb2-bf37-abb64c6ddd81",
"6d2f8a87-23d3-481f-8858-20f2a4936761"
],
"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-10-10T05:51:33.818Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGeckul..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:032a6fc6-2333-44af-9064-005217abe782
VfModuleModelInvariantUUID:be769a95-bacf-4dad-9d70-4222b816b6cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
404ce8b5-f288-4cb2-bf37-abb64c6ddd81
,
6d2f8a87-23d3-481f-8858-20f2a4936761
}
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-10-10T05:51:33.818Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 404ce8b5-f288-4cb2-bf37-abb64c6ddd81 from URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
2022-10-10T05:51:33.818Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T05:51:33.819Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
2022-10-10T05:51:33.865Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T05:51:33.865Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml 404ce8b5-f288-4cb2-bf37-abb64c6ddd81 5033
2022-10-10T05:51:33.866Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-10T05:51:33.866Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
2022-10-10T05:51:33.866Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T05:51:33.866Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:33.868Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:33.869Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381093865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:33.969Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:33.970Z||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-10-10T05:51:33.970Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:33.983Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:33.984Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:34.869Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6d2f8a87-23d3-481f-8858-20f2a4936761 from URL: /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
2022-10-10T05:51:34.870Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T05:51:34.870Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
2022-10-10T05:51:34.925Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T05:51:34.925Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env 6d2f8a87-23d3-481f-8858-20f2a4936761 909
2022-10-10T05:51:34.926Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-10T05:51:34.926Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
2022-10-10T05:51:34.926Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T05:51:34.926Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:34.929Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:34.929Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381094926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:51:35.029Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:35.030Z||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-10-10T05:51:35.031Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:35.041Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:35.042Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:35.929Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4fececc2-b26e-4d64-a6ef-443370431557
2022-10-10T05:51:35.930Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GECkul 0 558d34ac-095d-45cc-af20-660e262df08a 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-10-10T05:51:35.967Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f2380a4, org.onap.sdc.toscaparser.api.parameters.Input@709d5c95, org.onap.sdc.toscaparser.api.parameters.Input@86e7f3, org.onap.sdc.toscaparser.api.parameters.Input@25add34c, org.onap.sdc.toscaparser.api.parameters.Input@46e851fd]
2022-10-10T05:51:35.972Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:35.973Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:35.973Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-10-10T05:51:35.973Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ba7c4202-3569-4838-aac4-07a5b49d659e
2022-10-10T05:51:35.974Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba7c4202-3569-4838-aac4-07a5b49d659e matches Tosca VF Customization UUID: ba7c4202-3569-4838-aac4-07a5b49d659e
2022-10-10T05:51:35.974Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ba7c4202-3569-4838-aac4-07a5b49d659e 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-10-10T05:51:35.982Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:35.982Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:35.984Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ba7c4202-3569-4838-aac4-07a5b49d659e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-10T05:51:35.984Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@768ebbf4
2022-10-10T05:51:35.985Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:35.986Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T05:51:35.987Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90d306ed-4376-447b-adb2-a8ee34717ef1
2022-10-10T05:51:35.989Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90d306ed-4376-447b-adb2-a8ee34717ef1
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-10-10T05:51:35.997Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:35.997Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:35.998Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:35.999Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:35.999Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:35.999Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:36.000Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.000Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is not matching search criteria
2022-10-10T05:51:36.001Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-10T05:51:36.001Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-10T05:51:36.001Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df6f4f51-d4a1-4df6-a72d-28695fcf6464
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-10-10T05:51:36.012Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.013Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:36.013Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T05:51:36.013Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.014Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_GECkul 0 is matching search criteria
2022-10-10T05:51:36.014Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_GECkul 0] matching following query criteria: sdcType=VF, customizationUUID=ba7c4202-3569-4838-aac4-07a5b49d659e
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-10-10T05:51:36.018Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.018Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.018Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4fececc2-b26e-4d64-a6ef-443370431557: basic_onboard_GECkul
2022-10-10T05:51:36.019Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.019Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.019Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.019Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.020Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.020Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.021Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.021Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.021Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T05:51:36.022Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_GECkul is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T05:51:36.022Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_GECkul
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-10-10T05:51:36.203Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GECkul 558d34ac-095d-45cc-af20-660e262df08a 1 ASDC deployResourceStructure
2022-10-10T05:51:36.203Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json ASDC sendASDCNotification
2022-10-10T05:51:36.203Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json
2022-10-10T05:51:36.204Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T05:51:36.204Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:36.206Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:36.206Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381096203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T05:51:36.307Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T05:51:36.307Z||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-10-10T05:51:36.308Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:36.318Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:36.318Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:37.208Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-10T05:51:37.208Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml
2022-10-10T05:51:37.208Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T05:51:37.208Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:37.210Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:37.210Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381097207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-10T05:51:37.310Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:37.312Z||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-10-10T05:51:37.312Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:37.324Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:37.324Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:38.211Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-10T05:51:38.212Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env
2022-10-10T05:51:38.212Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T05:51:38.212Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:38.214Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:38.214Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381098211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-10T05:51:38.314Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:51:38.316Z||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-10-10T05:51:38.316Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:38.333Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:38.333Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-10T05:51:39.215Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar ASDC sendASDCNotification
2022-10-10T05:51:39.215Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar
2022-10-10T05:51:39.216Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T05:51:39.216Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:51:39.218Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:51:39.219Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381099215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T05:51:39.319Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T05:51:39.320Z||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-10-10T05:51:39.320Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:51:39.333Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:51:39.333Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T05:51:40.220Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6939988c-d955-4cea-b8c1-5c3b5edf7979
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-10-10T05:51:40.245Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6939988c-d955-4cea-b8c1-5c3b5edf7979
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-10-10T05:51:40.249Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T05:51:40.249Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T05:51:40.249Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T05:51:40.250Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T05:51:40.251Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:51:40.256Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T05:52:10.256Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6939988c-d955-4cea-b8c1-5c3b5edf7979 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-10-10T05:52:10.266Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6939988c-d955-4cea-b8c1-5c3b5edf7979 and serviceModelVersionId: 4fececc2-b26e-4d64-a6ef-443370431557
2022-10-10T05:52:10.267Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 456ba422-4d8c-4575-9948-daec83fca79a
2022-10-10T05:52:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:52:20.725Z||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-10-10T05:52:20.725Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:52:20.849Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:52:20.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:52:20.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:52:20.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:52:24.606Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0
2022-10-10T05:52:24.712Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T05:52:25.174Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|INFO|500||Invoke
2022-10-10T05:52:25.181Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6939988c-d955-4cea-b8c1-5c3b5edf7979], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6b97406-7b34-4db5-8a16-8beddc50bd90], X-ECOMP-RequestID=[6939988c-d955-4cea-b8c1-5c3b5edf7979], X-TransactionId=[], X-ONAP-RequestID=[6939988c-d955-4cea-b8c1-5c3b5edf7979], Content-Type=[application/merge-patch+json]}
2022-10-10T05:52:25.309Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-10T05:52:25.529Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?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/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-05:52:25:013-81968], vertex-id=[147704], Content-Length=[0], Date=[Mon, 10 Oct 2022 05:52:25 GMT], Content-Type=[application/json]}
2022-10-10T05:52:25.531Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-10T05:52:25.532Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/456ba422-4d8c-4575-9948-daec83fca79a/model-vers/model-ver/4fececc2-b26e-4d64-a6ef-443370431557?depth=0|INFO|500||InvokeReturn
2022-10-10T05:52:25.536Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T05:52:25.537Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:52:25.542Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:52:25.543Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6939988c-d955-4cea-b8c1-5c3b5edf7979 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T05:52:25.544Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T05:52:25.544Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T05:52:25.546Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T05:52:25.547Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381145543,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T05:52:25.647Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T05:52:25.648Z||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-10-10T05:52:25.648Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:52:25.660Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:52:25.660Z||pool-18-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-10-10T05:52:26.562Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:52:26.562Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:52:26.563Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:52:36.155Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:53:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:53:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:53:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:53:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:53:20.723Z||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-10-10T05:53:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:53:20.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:53:20.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T05:53:20.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:53:20.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:53:20.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:53:20.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381080720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381088709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:53:20.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381092794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381093865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:53:20.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381094926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381096203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/basic_onboard_geckul0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381097207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381098211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/resourceInstances/basic_onboard_geckul0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-10T05:53:20.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:20.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T05:53:20.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381099215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGeckul/1.0/artifacts/service-BasicOnboardGeckul-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T05:53:20.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:53:30.284Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:54:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:54:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:54:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:54:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:54:20.722Z||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-10-10T05:54:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:54:21.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:54:21.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T05:54:21.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6939988c-d955-4cea-b8c1-5c3b5edf7979",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381145543,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T05:54:21.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T05:54:30.291Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:55:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:55:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:55:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:55:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:55:20.722Z||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-10-10T05:55:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:55:30.304Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:55:30.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:56:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:56:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:56:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:56:20.722Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:56:20.722Z||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-10-10T05:56:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:56:30.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:56:30.318Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:57:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:57:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T05:57:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:57:20.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:57:20.722Z||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-10-10T05:57:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:57:30.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:57:30.269Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:58:20.720Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:58:20.722Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:58:20.722Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T05:58:20.722Z||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-10-10T05:58:20.723Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:58:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:58:30.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:58:30.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:59:20.720Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:59:20.721Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T05:59:20.722Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cX8KZQaLOJXBzTxA) ...
2022-10-10T05:59:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T05:59:20.722Z||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-10-10T05:59:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T05:59:30.268Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T05:59:30.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:00:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:00:20.721Z||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-10-10T06:00:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:00:20.722Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:00:20.722Z||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-10-10T06:00:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:00:30.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:00:30.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:01:20.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:01:20.721Z||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-10-10T06:01:20.721Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:01:20.722Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:01:20.723Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:01:20.723Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:01:30.275Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:01:30.275Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:02:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:02:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:02:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:02:20.722Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:02:20.722Z||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-10-10T06:02:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:02:30.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:02:30.274Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:03:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:03:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:03:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:03:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:03:20.722Z||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-10-10T06:03:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:03:30.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:03:30.276Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:04:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:04:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:04:20.721Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:04:20.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:04:20.722Z||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-10-10T06:04:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:04:30.271Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:04:30.293Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:05:20.720Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:05:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:05:20.722Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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-10-10T06:05:20.722Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:20.723Z||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-10-10T06:05:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:20.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:05:20.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381908096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "clamp",
"timestamp": 1665381911023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "cds",
"timestamp": 1665381914311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381915909,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "clamp",
"timestamp": 1665381911023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381908096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "cds",
"timestamp": 1665381914311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:05:20.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381915909,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381918704,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:05:20.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "cds",
"timestamp": 1665381919453,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381918578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "cds",
"timestamp": 1665381920477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:05:20.965Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc210382-d06f-45ad-948a-d43923a5bf6e
2022-10-10T06:05:20.965Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:05:20.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:05:20.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381918578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:05:20.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:05:21.383Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:05:21.384Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T06:05:21.384Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc210382-d06f-45ad-948a-d43923a5bf6e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c446763d-8c59-47e0-bcb6-e85db463f5ac","serviceDescription":"service","serviceInvariantUUID":"74eb5471-24ec-4d2d-af16-39fea9cb2abc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"24129936-24f4-4df4-b5a7-fa384fa3847a","resourceInvariantUUID":"f941a8fd-054b-426d-b39a-c8ae9727e95e","resourceCustomizationUUID":"9232aaed-151f-40fb-9c63-4d374f9a271f","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":"MzI1NjRkOWZkMGNjYzJjOTVkMzMwYTc1MDZhNzM5YmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f61217c-416e-49a9-a412-7219d831b336","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODY1ZTI1MWIzYWE3YjRlNWMyOTM5N2ViMjAyMDEwNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e53f5660-d7e3-46c5-9c84-1125c571e7a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:05:21.387Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:05:21.387Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:05:21.390Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:05:21.390Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381920720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:05:21.491Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:05:21.492Z||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-10-10T06:05:21.492Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:21.511Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:05:21.512Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:05:22.391Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:05:22.392Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:05:22.394Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:05:22.395Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381920720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:05:22.495Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:05:22.501Z||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-10-10T06:05:22.502Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:22.515Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:05:22.516Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:05:23.396Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c446763d-8c59-47e0-bcb6-e85db463f5ac",
"serviceDescription": "service",
"serviceInvariantUUID": "74eb5471-24ec-4d2d-af16-39fea9cb2abc",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9232aaed-151f-40fb-9c63-4d374f9a271f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "24129936-24f4-4df4-b5a7-fa384fa3847a",
"resourceInvariantUUID": "f941a8fd-054b-426d-b39a-c8ae9727e95e",
"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": "ODY1ZTI1MWIzYWE3YjRlNWMyOTM5N2ViMjAyMDEwNDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e53f5660-d7e3-46c5-9c84-1125c571e7a7"
}
],
"workloadContext": "Production"
}
2022-10-10T06:05:23.396Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:05:23.396Z|6939988c-d955-4cea-b8c1-5c3b5edf7979|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c446763d-8c59-47e0-bcb6-e85db463f5ac ASDC
2022-10-10T06:05:23.397Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dc210382-d06f-45ad-948a-d43923a5bf6e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c446763d-8c59-47e0-bcb6-e85db463f5ac
ServiceInvariantUUID:74eb5471-24ec-4d2d-af16-39fea9cb2abc
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:e53f5660-d7e3-46c5-9c84-1125c571e7a7
ArtifactChecksum:ODY1ZTI1MWIzYWE3YjRlNWMyOTM5N2ViMjAyMDEwNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9232aaed-151f-40fb-9c63-4d374f9a271f
ResourceInvariantUUID:f941a8fd-054b-426d-b39a-c8ae9727e95e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:24129936-24f4-4df4-b5a7-fa384fa3847a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-10T06:05:23.397Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c446763d-8c59-47e0-bcb6-e85db463f5ac 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-10-10T06:05:23.421Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:05:23.422Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T06:05:23.422Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T06:05:23.422Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e53f5660-d7e3-46c5-9c84-1125c571e7a7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-10T06:05:23.422Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-10T06:05:23.423Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:23.541Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-10T06:05:23.544Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e53f5660-d7e3-46c5-9c84-1125c571e7a7 57664
2022-10-10T06:05:23.545Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:23.545Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:23.545Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:05:23.545Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:05:23.547Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:05:23.548Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381923545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:05:23.648Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:05:23.649Z||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-10-10T06:05:23.649Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:23.665Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:05:23.666Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:05:24.548Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:05:24.549Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-10T06:05:24.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e53f5660-d7e3-46c5-9c84-1125c571e7a7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:24.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-10T06:05:24.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:24.551Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:24.824Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2831388433656330565/Definitions/service-BasicNetwork-template.yml
2022-10-10T06:05:25.376Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:05:25.376Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-10T06:05:25.377Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-10T06:05:25.377Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-10T06:05:25.377Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.377Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.378Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.378Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.378Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.378Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.379Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.379Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.379Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-10T06:05:25.379Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.380Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.380Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-10T06:05:25.381Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-10T06:05:25.381Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:05:25.381Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.381Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.382Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-10T06:05:25.382Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-10T06:05:25.382Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:05:25.382Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.383Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.383Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.383Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.384Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.384Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.384Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.385Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.385Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.385Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.385Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c446763d-8c59-47e0-bcb6-e85db463f5ac
Model Version:NULL
Model InvariantUuid:74eb5471-24ec-4d2d-af16-39fea9cb2abc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f941a8fd-054b-426d-b39a-c8ae9727e95e
Model UUID:139fa994-29b1-447d-a52b-f012b6e19cec
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9232aaed-151f-40fb-9c63-4d374f9a271f
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-10-10T06:05:25.391Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 24129936-24f4-4df4-b5a7-fa384fa3847a
2022-10-10T06:05:25.392Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||No resources found for Service: c446763d-8c59-47e0-bcb6-e85db463f5ac
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-10-10T06:05:25.397Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||
2022-10-10T06:05:25.397Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-10T06:05:25.398Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||No resources found for Service: c446763d-8c59-47e0-bcb6-e85db463f5ac
2022-10-10T06:05:25.398Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c446763d-8c59-47e0-bcb6-e85db463f5ac
2022-10-10T06:05:25.398Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-10T06:05:25.399Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.404Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77de1f9b, org.onap.sdc.toscaparser.api.parameters.Input@77d0f4f3, org.onap.sdc.toscaparser.api.parameters.Input@5cbdd28f, org.onap.sdc.toscaparser.api.parameters.Input@7c1b2f7e, org.onap.sdc.toscaparser.api.parameters.Input@7b3ec5a1]
2022-10-10T06:05:25.405Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.406Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.406Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.406Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.407Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c446763d-8c59-47e0-bcb6-e85db463f5ac: Generic NeutronNet
2022-10-10T06:05:25.407Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.407Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.407Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.408Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.446Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.447Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.447Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.447Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.447Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:05:25.448Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:05:25.448Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.494Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-10T06:05:25.494Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.494Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:05:25.494Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:05:25.495Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:05:25.496Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:05:25.496Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381925494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:05:25.598Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:05:25.599Z||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-10-10T06:05:25.599Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:05:25.610Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:05:25.611Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:05:26.498Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:05:26.506Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:05:26.507Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:05:26.508Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:05:26.508Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:05:56.508Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:05:56.518Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:05:56.520Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:05:56.520Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:05:56.520Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:06:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:06:20.723Z||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-10-10T06:06:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:06:20.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:06:20.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:06:20.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381920523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:06:20.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:06:26.520Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:06:26.526Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:06:26.528Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:06:26.528Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:06:26.528Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:06:56.528Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:06:56.535Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:06:56.537Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:06:56.537Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:06:56.537Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:07:20.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:07:20.723Z||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-10-10T06:07:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:07:20.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:07:20.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381920720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381921527,
"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-10-10T06:07:20.761Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc210382-d06f-45ad-948a-d43923a5bf6e
2022-10-10T06:07:20.762Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:07:20.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381920720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381923545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665381925494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "clamp",
"timestamp": 1665381926681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "clamp",
"timestamp": 1665381928539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "clamp",
"timestamp": 1665381929542,
"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-10-10T06:07:20.772Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc210382-d06f-45ad-948a-d43923a5bf6e
2022-10-10T06:07:20.773Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:07:20.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "aai-ml",
"timestamp": 1665381935933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "aai-ml",
"timestamp": 1665381935933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "aai-ml",
"timestamp": 1665381938686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "aai-ml",
"timestamp": 1665381942789,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "aai-ml",
"timestamp": 1665381943793,
"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-10-10T06:07:20.782Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc210382-d06f-45ad-948a-d43923a5bf6e
2022-10-10T06:07:20.782Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:07:20.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381941023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381938578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381944311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381945909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381938578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381941023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381944311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381945909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381941023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381938578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381944311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381945909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381948097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381941023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381938578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381944311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381945909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381948097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381941023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381938578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381944311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381945909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381948097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381941023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381938578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381944311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381945909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381948097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381941023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381938578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381944311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381945909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381948097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381941023,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381938578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381944311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381945909,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381948097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381954991,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381954692,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381948097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "cds",
"timestamp": 1665381955999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-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-10-10T06:07:20.814Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:07:20.814Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:07:20.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381948097,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381956559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381956925,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381957563,
"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-10-10T06:07:20.829Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:07:20.829Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381958105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381958578,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381959109,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-10T06:07:20.838Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:07:20.838Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381959311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381958578,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381959311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381958578,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381959311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381958578,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381959311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381958578,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381959311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381958578,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381959311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381958578,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381959311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381965541,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381966438,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381967169,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381967575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "cds",
"timestamp": 1665381968176,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-10-10T06:07:20.855Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:07:20.856Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:07:20.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381967547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381968664,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "clamp",
"timestamp": 1665381968551,
"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-10-10T06:07:20.867Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:07:20.867Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:07:20.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381968097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381969688,
"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-10-10T06:07:20.877Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:07:20.877Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:07:20.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381968097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381970692,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381968097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381968097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381968097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381968097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381974699,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381968097,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381979598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:07:20.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:07:20.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-10T06:07:20.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:20.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T06:07:20.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:07:20.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T06:07:26.538Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:07:26.547Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e
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-10-10T06:07:26.549Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:07:26.550Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:07:26.551Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:07:26.551Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:07:26.553Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:07:56.554Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc210382-d06f-45ad-948a-d43923a5bf6e 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-10-10T06:07:56.561Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc210382-d06f-45ad-948a-d43923a5bf6e and serviceModelVersionId: c446763d-8c59-47e0-bcb6-e85db463f5ac
2022-10-10T06:07:56.562Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74eb5471-24ec-4d2d-af16-39fea9cb2abc
2022-10-10T06:07:56.563Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0
2022-10-10T06:07:56.568Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:07:56.629Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|INFO|500||Invoke
2022-10-10T06:07:56.629Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc210382-d06f-45ad-948a-d43923a5bf6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a78116d-35dd-4714-bfb5-bc418b022ca9], X-ECOMP-RequestID=[dc210382-d06f-45ad-948a-d43923a5bf6e], X-TransactionId=[], X-ONAP-RequestID=[dc210382-d06f-45ad-948a-d43923a5bf6e], Content-Type=[application/merge-patch+json]}
2022-10-10T06:07:56.664Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-10T06:07:56.765Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?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/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-06:07:56:272-43363], vertex-id=[233520], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:07:56 GMT], Content-Type=[application/json]}
2022-10-10T06:07:56.765Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:07:56.766Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74eb5471-24ec-4d2d-af16-39fea9cb2abc/model-vers/model-ver/c446763d-8c59-47e0-bcb6-e85db463f5ac?depth=0|INFO|500||InvokeReturn
2022-10-10T06:07:56.768Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:07:56.768Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:07:56.773Z|dc210382-d06f-45ad-948a-d43923a5bf6e|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-10-10T06:07:56.773Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc210382-d06f-45ad-948a-d43923a5bf6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:07:56.774Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:07:56.774Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:07:56.776Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:07:56.776Z|dc210382-d06f-45ad-948a-d43923a5bf6e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382076773,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:07:56.876Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:07:56.878Z||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-10-10T06:07:56.878Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:07:56.906Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:07:56.906Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-10T06:07:57.795Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:07:57.795Z||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-10-10T06:07:57.795Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:02.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:02.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:08:02.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c09f823d-d323-4dd3-92c4-0f5d5c7f0779","serviceName":"Demo_pNF_Hfs7B5hZHVcBG1kEn4d6","serviceVersion":"1.0","serviceUUID":"a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91","serviceDescription":"catalog service description","serviceInvariantUUID":"c858a14e-4d32-4c57-8462-72850436ed28","resources":[{"resourceInstanceName":"pNF f4d7028a-3fb3 0","resourceName":"pNF f4d7028a-3fb3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3207c0b8-e766-45f6-8921-f1d587dd8d1b","resourceInvariantUUID":"6ff37ac6-9948-416e-86fe-93701d78457e","resourceCustomizationUUID":"7d25b16d-475d-443a-9191-dae4ae92acb5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml","artifactChecksum":"OTBmZGQzMDJkNzViOTQ0MjgxNDdlMWRkYWE3OGYwYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd8f4ddb-9406-46bc-ad33-e6b1fc417376","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar","artifactChecksum":"MTUwYWRhZmFmMWU0ZDI1OTE4Y2U3Yjg1MDhkZWUwNGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5d0b504-5f05-457f-994d-bdb8b44ccc40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7728d5a4-e0d9-4db3-ac73-c34cbd758f8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml","artifactChecksum":"NjliODE4Y2YxNjk5MzU4ZDQ1ZGM2NGQ5YjFmZDU1ZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"956bff21-ab03-49e6-9aa9-c5aca6070333","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfa27c95-9de8-4954-b66b-974189b1334e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6845476b-a882-413d-b275-ca31d2d26a8e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml","artifactChecksum":"MDYwZGRkMmRmOTY1NDQ5OWMzNjJlYTgwMmFjYzZkOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e67fdf68-4614-4529-b236-95c4e726e078","artifactVersion":"1"},{"artifactName":"service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar","artifactChecksum":"ZjllZmEyODMxN2UyYWEzYzc4YjMyYWM1NTYzNmZlNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89c99984-3932-4f37-b576-ea267383cd08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:08:02.223Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:02.223Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:02.225Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:02.225Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:08:02.326Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T06:08:02.327Z||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-10-10T06:08:02.327Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:02.361Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:02.362Z||pool-24-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:03.226Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:03.227Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:03.230Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:03.230Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:08:03.330Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:03.331Z||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-10-10T06:08:03.331Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:03.343Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:03.344Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:04.230Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:04.231Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:04.234Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:04.234Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:08:04.334Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:04.335Z||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-10-10T06:08:04.335Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:04.347Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:04.347Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:08:05.234Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:05.235Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:05.237Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:05.237Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:08:05.337Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:05.338Z||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-10-10T06:08:05.338Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:05.350Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:05.351Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:06.238Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:06.239Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:06.241Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:06.241Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:08:06.343Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T06:08:06.345Z||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-10-10T06:08:06.345Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:06.458Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:06.459Z||pool-28-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:07.242Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:07.243Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:07.245Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:07.246Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:08:07.345Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:08:07.346Z||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-10-10T06:08:07.346Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:07.356Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:07.356Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:08.246Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:08.247Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:08.249Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:08.250Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:08:08.349Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:08:08.350Z||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-10-10T06:08:08.351Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:08.361Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:08.361Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:09.250Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:08:09.251Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:09.253Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:09.254Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:08:09.354Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:09.355Z||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-10-10T06:08:09.355Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:09.366Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:09.367Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:10.255Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"serviceName": "Demo_pNF_Hfs7B5hZHVcBG1kEn4d6",
"serviceVersion": "1.0",
"serviceUUID": "a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c858a14e-4d32-4c57-8462-72850436ed28",
"resources": [
{
"resourceInstanceName": "pNF f4d7028a-3fb3 0",
"resourceCustomizationUUID": "7d25b16d-475d-443a-9191-dae4ae92acb5",
"resourceName": "pNF f4d7028a-3fb3",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "3207c0b8-e766-45f6-8921-f1d587dd8d1b",
"resourceInvariantUUID": "6ff37ac6-9948-416e-86fe-93701d78457e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"artifactChecksum": "ZjllZmEyODMxN2UyYWEzYzc4YjMyYWM1NTYzNmZlNzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89c99984-3932-4f37-b576-ea267383cd08"
}
],
"workloadContext": "Production"
}
2022-10-10T06:08:10.255Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:08:10.256Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91 ASDC
2022-10-10T06:08:10.257Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c09f823d-d323-4dd3-92c4-0f5d5c7f0779
ServiceName:Demo_pNF_Hfs7B5hZHVcBG1kEn4d6
ServiceVersion:1.0
ServiceUUID:a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
ServiceInvariantUUID:c858a14e-4d32-4c57-8462-72850436ed28
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
ArtifactUUID:89c99984-3932-4f37-b576-ea267383cd08
ArtifactChecksum:ZjllZmEyODMxN2UyYWEzYzc4YjMyYWM1NTYzNmZlNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f4d7028a-3fb3 0
ResourceCustomizationUUID:7d25b16d-475d-443a-9191-dae4ae92acb5
ResourceInvariantUUID:6ff37ac6-9948-416e-86fe-93701d78457e
ResourceName:pNF f4d7028a-3fb3
ResourceType:PNF
ResourceUUID:3207c0b8-e766-45f6-8921-f1d587dd8d1b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-10T06:08:10.257Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91 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-10-10T06:08:10.275Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:08:10.276Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:08:10.276Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:08:10.276Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 89c99984-3932-4f37-b576-ea267383cd08 from URL: /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:10.277Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:08:10.277Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:10.356Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:08:10.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar 89c99984-3932-4f37-b576-ea267383cd08 87779
2022-10-10T06:08:10.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar ASDC sendASDCNotification
2022-10-10T06:08:10.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:10.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:08:10.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:10.366Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:10.366Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382090362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:08:10.466Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:08:10.467Z||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-10-10T06:08:10.467Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:10.481Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:10.481Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:11.367Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:08:11.369Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:08:11.369Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 89c99984-3932-4f37-b576-ea267383cd08, URL: /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar to file: /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:11.370Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:11.370Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:11.370Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:11.538Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18186082596057625462/Definitions/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml
2022-10-10T06:08:12.358Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:08:12.359Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:08:12.359Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.359Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T06:08:12.359Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||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-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||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-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f4d7028a-3fb3 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||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-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.360Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Node template pNF f4d7028a-3fb3 0 is matching search criteria
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f4d7028a-3fb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.361Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Node template pNF f4d7028a-3fb3 0 is matching search criteria
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f4d7028a-3fb3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.362Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.363Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.364Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.364Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.364Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Hfs7B5hZHVcBG1kEn4d6
Description:catalog service description
Model UUID:a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
Model Version:NULL
Model InvariantUuid:c858a14e-4d32-4c57-8462-72850436ed28
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-10T06:08:12.370Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3207c0b8-e766-45f6-8921-f1d587dd8d1b
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-10-10T06:08:12.373Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||pNF f4d7028a-3fb3 0
2022-10-10T06:08:12.373Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3207c0b8-e766-45f6-8921-f1d587dd8d1b
2022-10-10T06:08:12.373Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
2022-10-10T06:08:12.373Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
2022-10-10T06:08:12.374Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f4d7028a-3fb3 0 3207c0b8-e766-45f6-8921-f1d587dd8d1b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-10T06:08:12.378Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f170641, org.onap.sdc.toscaparser.api.parameters.Input@239127eb, org.onap.sdc.toscaparser.api.parameters.Input@1b4a81fd, org.onap.sdc.toscaparser.api.parameters.Input@7d6c61, org.onap.sdc.toscaparser.api.parameters.Input@578f4721]
2022-10-10T06:08:12.378Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.378Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91: pNF f4d7028a-3fb3
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3207c0b8-e766-45f6-8921-f1d587dd8d1b
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Hfs7B5hZHVcBG1kEn4d6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:08:12.379Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||Resource customization UUID: 7d25b16d-475d-443a-9191-dae4ae92acb5 is the same as notified resource customizationUUID: 7d25b16d-475d-443a-9191-dae4ae92acb5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-10T06:08:12.420Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f4d7028a-3fb3 3207c0b8-e766-45f6-8921-f1d587dd8d1b 0 ASDC deployResourceStructure
2022-10-10T06:08:12.421Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar ASDC sendASDCNotification
2022-10-10T06:08:12.421Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar
2022-10-10T06:08:12.421Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:08:12.421Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:08:12.423Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:08:12.423Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382092420,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:08:12.524Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:08:12.525Z||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-10-10T06:08:12.525Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:12.536Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:12.537Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:08:13.429Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:08:13.438Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:08:13.440Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:08:13.440Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:08:13.440Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:08:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:08:20.723Z||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-10-10T06:08:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:08:20.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:08:20.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:08:20.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:08:20.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:08:43.441Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:08:43.448Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:08:43.451Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:08:43.451Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:08:43.451Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:09:13.451Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:09:13.461Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:09:13.463Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:09:13.463Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T06:09:13.464Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T06:09:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:09:20.723Z||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-10-10T06:09:20.723Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:09:20.769Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:09:20.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "aai-ml",
"timestamp": 1665381980602,
"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-10-10T06:09:20.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c09f823d-d323-4dd3-92c4-0f5d5c7f0779
2022-10-10T06:09:20.776Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:09:20.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.781Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381974311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381982544,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381984085,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381983668,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "cds",
"timestamp": 1665381985093,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-10-10T06:09:20.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381984548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "clamp",
"timestamp": 1665381985553,
"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-10-10T06:09:20.799Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:09:20.800Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:09:20.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381986006,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:09:20.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381978578,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381987009,
"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-10-10T06:09:20.808Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:09:20.808Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:09:20.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381965933,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381988331,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381988705,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381989395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381990474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381991544,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381992637,
"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-10-10T06:09:20.820Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.820Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:20.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665381993641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665381971023,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381995477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381975909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "aai-ml",
"timestamp": 1665381996480,
"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-10-10T06:09:20.832Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e966da25-3f7a-4ef6-8770-40fd6075d2a6
2022-10-10T06:09:20.832Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:09:20.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "ves-openapi-manager",
"timestamp": 1665381988097,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381997130,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665381999377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665382000381,
"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-10-10T06:09:20.840Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.840Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665382002546,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665382004551,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:09:20.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "clamp",
"timestamp": 1665382005554,
"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-10-10T06:09:20.849Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.849Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:20.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665381997483,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665382007296,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665382013916,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:09:20.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "aai-ml",
"timestamp": 1665382014919,
"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-10-10T06:09:20.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0db8aee-545c-4556-8c53-3f051fb8846b
2022-10-10T06:09:20.856Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0db8aee-545c-4556-8c53-3f051fb8846b 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-10-10T06:09:43.464Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:09:43.472Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779
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-10-10T06:09:43.474Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:09:43.475Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:09:43.476Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||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-10-10T06:09:43.478Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:10:13.478Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779 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-10-10T06:10:13.484Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c09f823d-d323-4dd3-92c4-0f5d5c7f0779 and serviceModelVersionId: a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91
2022-10-10T06:10:13.484Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c858a14e-4d32-4c57-8462-72850436ed28
2022-10-10T06:10:13.485Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0
2022-10-10T06:10:13.490Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:10:13.545Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?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-10-10T06:10:13.551Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0|INFO|500||Invoke
2022-10-10T06:10:13.573Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-10T06:10:13.668Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0|INFO|500||InvokeReturn
2022-10-10T06:10:13.668Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c858a14e-4d32-4c57-8462-72850436ed28/model-vers/model-ver/a691988c-f4d2-4b04-b6d8-7dbb7fcbfe91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-06:10:13:172-1920], vertex-id=[225472], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:10:13 GMT], Content-Type=[application/json]}
2022-10-10T06:10:13.670Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:10:13.670Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:10:13.671Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||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-10-10T06:10:13.676Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||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-10-10T06:10:13.677Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c09f823d-d323-4dd3-92c4-0f5d5c7f0779 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:10:13.677Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:10:13.677Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:13.679Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:13.680Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382213677,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:10:13.780Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:13.781Z||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-10-10T06:10:13.781Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:13.795Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:13.796Z||pool-34-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=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-10T06:10:14.689Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:10:14.689Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e966da25-3f7a-4ef6-8770-40fd6075d2a6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3ee3c852-ffc9-4c1d-8497-8114c446ed6c","serviceDescription":"service","serviceInvariantUUID":"8b4f35d6-ea8b-4ccb-84db-0037ba80adca","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76e2004c-0eea-4d99-a596-cffd27971b92","resourceInvariantUUID":"bbb78b65-7d37-4540-93ff-25eb38b7c88f","resourceCustomizationUUID":"4b046200-a230-4136-ae6c-a321dee660b6","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":"NzhmZDYyYjY2NGJhYzM5ZjBiOGY2NzdiNTc5NDE2ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b3fa66b-bc91-4856-a6e9-5f9a7beb0f59","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":"NWVjNTc0Y2Q2ZWMyZTQxYzMyY2IwOTVlY2I0YWFjNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ddac7dbf-cfba-40ad-91f7-51004063512f","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":"7630a111-fb12-469a-bffd-6a830dfab112","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":"6f07e24e-4967-4911-b75e-75bda6608cb0","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":"12b586b4-303a-45dd-8c98-a6a132c17f0e","artifactVersion":"2","generatedFromUUID":"7630a111-fb12-469a-bffd-6a830dfab112"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzIxYjQzNDM2NTMzNTZjNjUzOWRjODMwZGIzNDdhZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"733a039a-e734-4c67-9597-425960e1f94b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGE1NWEwYzhlNmY2YWE0ZjYwN2QxNzk4ZGUyMmZmMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10cf32d3-497f-42ee-a4d7-7659b699d3c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:10:14.690Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:14.690Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:14.692Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:14.692Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:14.792Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:14.793Z||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-10-10T06:10:14.793Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:14.811Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:14.811Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:15.692Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:15.693Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:15.696Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:15.696Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T06:10:15.796Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:15.797Z||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-10-10T06:10:15.797Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:15.811Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:15.811Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:16.697Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:16.698Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:16.701Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:16.701Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-10T06:10:16.801Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:16.802Z||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-10-10T06:10:16.802Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:16.816Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:16.816Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:17.702Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:17.703Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:17.705Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:17.705Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:17.805Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:17.806Z||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-10-10T06:10:17.807Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:17.824Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:17.825Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:18.706Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:18.707Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:18.709Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:18.709Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-10T06:10:18.809Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:18.810Z||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-10-10T06:10:18.810Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:18.822Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:18.822Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:19.709Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:19.710Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:19.712Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:19.713Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:19.813Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:19.814Z||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-10-10T06:10:19.814Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:19.826Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:19.826Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:20.713Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:10:20.714Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:20.716Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:20.716Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:10:20.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T06:10:20.722Z||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-10-10T06:10:20.722Z||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 cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:20.747Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:20.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc210382-d06f-45ad-948a-d43923a5bf6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382076773,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:10:20.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:10:20.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/resourceInstances/pnff4d7028a3fb30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382090362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:10:20.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:10:20.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-10T06:10:20.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c09f823d-d323-4dd3-92c4-0f5d5c7f0779",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382092420,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHfs7b5hzhvcbg1ken4d6/1.0/artifacts/service-DemoPnfHfs7b5hzhvcbg1ken4d6-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:10:20.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T06:10:20.817Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T06:10:20.817Z||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-10-10T06:10:20.818Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:20.829Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:20.830Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:21.719Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "3ee3c852-ffc9-4c1d-8497-8114c446ed6c",
"serviceDescription": "service",
"serviceInvariantUUID": "8b4f35d6-ea8b-4ccb-84db-0037ba80adca",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "4b046200-a230-4136-ae6c-a321dee660b6",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "76e2004c-0eea-4d99-a596-cffd27971b92",
"resourceInvariantUUID": "bbb78b65-7d37-4540-93ff-25eb38b7c88f",
"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": "NWVjNTc0Y2Q2ZWMyZTQxYzMyY2IwOTVlY2I0YWFjNTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ddac7dbf-cfba-40ad-91f7-51004063512f",
"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": "7630a111-fb12-469a-bffd-6a830dfab112",
"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": "12b586b4-303a-45dd-8c98-a6a132c17f0e",
"generatedFromUUID": "7630a111-fb12-469a-bffd-6a830dfab112"
},
"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": "12b586b4-303a-45dd-8c98-a6a132c17f0e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OGE1NWEwYzhlNmY2YWE0ZjYwN2QxNzk4ZGUyMmZmMjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10cf32d3-497f-42ee-a4d7-7659b699d3c7"
}
],
"workloadContext": "Production"
}
2022-10-10T06:10:21.719Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:10:21.719Z|c09f823d-d323-4dd3-92c4-0f5d5c7f0779|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3ee3c852-ffc9-4c1d-8497-8114c446ed6c ASDC
2022-10-10T06:10:21.719Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e966da25-3f7a-4ef6-8770-40fd6075d2a6
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3ee3c852-ffc9-4c1d-8497-8114c446ed6c
ServiceInvariantUUID:8b4f35d6-ea8b-4ccb-84db-0037ba80adca
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:10cf32d3-497f-42ee-a4d7-7659b699d3c7
ArtifactChecksum:OGE1NWEwYzhlNmY2YWE0ZjYwN2QxNzk4ZGUyMmZmMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4b046200-a230-4136-ae6c-a321dee660b6
ResourceInvariantUUID:bbb78b65-7d37-4540-93ff-25eb38b7c88f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:76e2004c-0eea-4d99-a596-cffd27971b92
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:ddac7dbf-cfba-40ad-91f7-51004063512f
ArtifactChecksum:NWVjNTc0Y2Q2ZWMyZTQxYzMyY2IwOTVlY2I0YWFjNTQ=
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:7630a111-fb12-469a-bffd-6a830dfab112
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:12b586b4-303a-45dd-8c98-a6a132c17f0e
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:12b586b4-303a-45dd-8c98-a6a132c17f0e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-10T06:10:21.720Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ee3c852-ffc9-4c1d-8497-8114c446ed6c 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-10-10T06:10:21.740Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 10cf32d3-497f-42ee-a4d7-7659b699d3c7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:10:21.741Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-10T06:10:21.995Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:10:21.999Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 10cf32d3-497f-42ee-a4d7-7659b699d3c7 74820
2022-10-10T06:10:21.999Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-10T06:10:21.999Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-10T06:10:21.999Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:10:22.000Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:22.003Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:22.003Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382221999,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:10:22.104Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T06:10:22.104Z||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-10-10T06:10:22.104Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:22.117Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:22.117Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:23.004Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:10:23.005Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:10:23.006Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 10cf32d3-497f-42ee-a4d7-7659b699d3c7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:23.006Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-10T06:10:23.006Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:23.007Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:23.114Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3686588620974851310/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-10T06:10:24.282Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||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-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||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-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-10T06:10:24.283Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||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-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||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-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||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-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:10:24.284Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.285Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:10:24.286Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:24.287Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:24.288Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a3596fd-9582-4f6f-bb5b-fbd835a93228
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.289Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:24.290Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3ee3c852-ffc9-4c1d-8497-8114c446ed6c
Model Version:NULL
Model InvariantUuid:8b4f35d6-ea8b-4ccb-84db-0037ba80adca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:5bdd6ed9-494f-4f74-8586-f3a56c0e5fcc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bbb78b65-7d37-4540-93ff-25eb38b7c88f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4b046200-a230-4136-ae6c-a321dee660b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:692e7108-b6e3-4a28-8167-f76486288576
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a29847d5-e34b-4f87-9479-beb9bbb2dd93
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2a3596fd-9582-4f6f-bb5b-fbd835a93228
ModelInvariantUuid:4d90bf36-e622-4bbc-bbd2-375b708e71af
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6b3ef564-9e2f-4746-b055-439e66914455
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:0ac2e9c4-1558-484b-b259-84adc38ee2a1
ModelInvariantUuid:1f6ccbbb-dacd-49bb-8652-e3a999a35c62
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:fce88509-4390-4066-aec9-3adfda7b7379
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-10-10T06:10:24.298Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 76e2004c-0eea-4d99-a596-cffd27971b92
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-10-10T06:10:24.300Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-10-10T06:10:24.300Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76e2004c-0eea-4d99-a596-cffd27971b92
2022-10-10T06:10:24.300Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ddac7dbf-cfba-40ad-91f7-51004063512f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-10T06:10:24.301Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:10:24.301Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-10T06:10:24.359Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:10:24.360Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ddac7dbf-cfba-40ad-91f7-51004063512f 787
2022-10-10T06:10:24.360Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-10T06:10:24.360Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-10T06:10:24.360Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:10:24.361Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:24.363Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:24.363Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382224360,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:10:24.463Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:24.464Z||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-10-10T06:10:24.464Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:24.479Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:24.480Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:25.367Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "692e7108-b6e3-4a28-8167-f76486288576",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a29847d5-e34b-4f87-9479-beb9bbb2dd93",
"vfModuleModelCustomizationUUID": "7ba6a460-6024-4f7b-b05c-cf908bc85bb5",
"isBase": true,
"artifacts": [
"7630a111-fb12-469a-bffd-6a830dfab112",
"12b586b4-303a-45dd-8c98-a6a132c17f0e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-10T06:10:25.372Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a29847d5-e34b-4f87-9479-beb9bbb2dd93
VfModuleModelInvariantUUID:692e7108-b6e3-4a28-8167-f76486288576
VfModuleModelDescription:NULL
Artifacts UUID List:{
7630a111-fb12-469a-bffd-6a830dfab112
,
12b586b4-303a-45dd-8c98-a6a132c17f0e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-10-10T06:10:25.374Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "692e7108-b6e3-4a28-8167-f76486288576",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a29847d5-e34b-4f87-9479-beb9bbb2dd93",
"vfModuleModelCustomizationUUID": "7ba6a460-6024-4f7b-b05c-cf908bc85bb5",
"isBase": true,
"artifacts": [
"7630a111-fb12-469a-bffd-6a830dfab112",
"12b586b4-303a-45dd-8c98-a6a132c17f0e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-10T06:10:25.375Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a29847d5-e34b-4f87-9479-beb9bbb2dd93
VfModuleModelInvariantUUID:692e7108-b6e3-4a28-8167-f76486288576
VfModuleModelDescription:NULL
Artifacts UUID List:{
7630a111-fb12-469a-bffd-6a830dfab112
,
12b586b4-303a-45dd-8c98-a6a132c17f0e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-10-10T06:10:25.375Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7630a111-fb12-469a-bffd-6a830dfab112 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-10T06:10:25.375Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:10:25.376Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-10T06:10:25.436Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:10:25.436Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7630a111-fb12-469a-bffd-6a830dfab112 5033
2022-10-10T06:10:25.437Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-10T06:10:25.437Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-10T06:10:25.437Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:10:25.437Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:25.439Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:25.440Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382225437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:10:25.540Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:25.541Z||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-10-10T06:10:25.541Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:25.554Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:25.555Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:26.440Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 12b586b4-303a-45dd-8c98-a6a132c17f0e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-10T06:10:26.441Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:10:26.441Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-10T06:10:26.508Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:10:26.508Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 12b586b4-303a-45dd-8c98-a6a132c17f0e 903
2022-10-10T06:10:26.509Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-10T06:10:26.509Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-10T06:10:26.509Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:10:26.509Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:26.511Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:26.511Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382226509,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:10:26.612Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:26.612Z||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-10-10T06:10:26.612Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:26.641Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:26.641Z||pool-45-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:27.512Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3ee3c852-ffc9-4c1d-8497-8114c446ed6c
2022-10-10T06:10:27.512Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 76e2004c-0eea-4d99-a596-cffd27971b92 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-10-10T06:10:27.527Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@137aca43, org.onap.sdc.toscaparser.api.parameters.Input@2705f527, org.onap.sdc.toscaparser.api.parameters.Input@4753c190, org.onap.sdc.toscaparser.api.parameters.Input@62dab7a, org.onap.sdc.toscaparser.api.parameters.Input@43c0512e]
2022-10-10T06:10:27.528Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4b046200-a230-4136-ae6c-a321dee660b6
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b046200-a230-4136-ae6c-a321dee660b6 matches Tosca VF Customization UUID: 4b046200-a230-4136-ae6c-a321dee660b6
2022-10-10T06:10:27.529Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4b046200-a230-4136-ae6c-a321dee660b6 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-10-10T06:10:27.532Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.532Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.532Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4b046200-a230-4136-ae6c-a321dee660b6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@797f304c
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ba6a460-6024-4f7b-b05c-cf908bc85bb5
2022-10-10T06:10:27.533Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ba6a460-6024-4f7b-b05c-cf908bc85bb5
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-10-10T06:10:27.536Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.536Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:27.536Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:27.536Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.537Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:27.537Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:27.537Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.537Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-10T06:10:27.538Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-10T06:10:27.538Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T06:10:27.538Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2a3596fd-9582-4f6f-bb5b-fbd835a93228
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-10-10T06:10:27.540Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-10T06:10:27.541Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4b046200-a230-4136-ae6c-a321dee660b6
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-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3ee3c852-ffc9-4c1d-8497-8114c446ed6c: basic_vm
2022-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.543Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.544Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.545Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:10:27.545Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:10:27.545Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm
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-10-10T06:10:27.622Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 76e2004c-0eea-4d99-a596-cffd27971b92 1 ASDC deployResourceStructure
2022-10-10T06:10:27.622Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-10T06:10:27.623Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-10T06:10:27.623Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:10:27.623Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:27.625Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:27.625Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382227622,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T06:10:27.725Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:27.726Z||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-10-10T06:10:27.726Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:27.739Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:27.739Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:28.626Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-10T06:10:28.627Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-10T06:10:28.627Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:10:28.627Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:28.629Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:28.629Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382228626,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2022-10-10T06:10:28.729Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:28.730Z||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-10-10T06:10:28.731Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:28.743Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:28.744Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:10:29.630Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-10T06:10:29.631Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-10T06:10:29.631Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:10:29.631Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:29.634Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:29.634Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382229630,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2022-10-10T06:10:29.734Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:29.735Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:10:29.735Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:29.761Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:29.762Z||pool-48-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:30.635Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-10T06:10:30.636Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-10T06:10:30.636Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T06:10:30.637Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:10:30.639Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:10:30.639Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382230635,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T06:10:30.739Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:10:30.741Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:10:30.741Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:10:30.758Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:10:30.759Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:10:31.640Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e966da25-3f7a-4ef6-8770-40fd6075d2a6
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-10-10T06:10:31.651Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e966da25-3f7a-4ef6-8770-40fd6075d2a6
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-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:10:31.658Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-10T06:10:31.659Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||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-10-10T06:10:31.663Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T06:11:01.664Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e966da25-3f7a-4ef6-8770-40fd6075d2a6 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-10-10T06:11:01.672Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e966da25-3f7a-4ef6-8770-40fd6075d2a6 and serviceModelVersionId: 3ee3c852-ffc9-4c1d-8497-8114c446ed6c
2022-10-10T06:11:01.672Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b4f35d6-ea8b-4ccb-84db-0037ba80adca
2022-10-10T06:11:01.674Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0
2022-10-10T06:11:01.678Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T06:11:01.727Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?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-10-10T06:11:01.728Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0|INFO|500||Invoke
2022-10-10T06:11:01.754Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-10T06:11:01.881Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0|INFO|500||InvokeReturn
2022-10-10T06:11:01.882Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4f35d6-ea8b-4ccb-84db-0037ba80adca/model-vers/model-ver/3ee3c852-ffc9-4c1d-8497-8114c446ed6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221010-06:11:01:344-20508], vertex-id=[176376], Content-Length=[0], Date=[Mon, 10 Oct 2022 06:11:01 GMT], Content-Type=[application/json]}
2022-10-10T06:11:01.882Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-10-10T06:11:01.883Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-10T06:11:01.883Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||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-10-10T06:11:01.889Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||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-10-10T06:11:01.889Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e966da25-3f7a-4ef6-8770-40fd6075d2a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-10T06:11:01.890Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-10T06:11:01.890Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:01.894Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:01.894Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e966da25-3f7a-4ef6-8770-40fd6075d2a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382261890,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-10T06:11:01.994Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:01.995Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:01.995Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:02.010Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:02.011Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-10T06:11:02.904Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-10T06:11:02.904Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0db8aee-545c-4556-8c53-3f051fb8846b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6e3cfeec-c30a-4fb7-b06a-5f2987c73a92","serviceDescription":"service","serviceInvariantUUID":"92ad8d92-fa83-47ce-a4e4-186e2d55a757","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4c299d5-55fb-48e0-b202-3aca0bbccd76","resourceInvariantUUID":"86d15c72-ce2a-484d-ba5c-740d62964c51","resourceCustomizationUUID":"9cb59789-fd1e-419b-af20-24f64280583b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MTExOTViNTlkZTljZTY2NmJmZTRhYzJiOTJiNTQ4MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebf78fde-20a2-45d0-bbda-9eb2a5c335b5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"153eea11-9b41-486b-9b8d-1f27684987a7","artifactVersion":"2","generatedFromUUID":"187118fb-b0b9-45d8-bed8-8d0edf9eed61"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"187118fb-b0b9-45d8-bed8-8d0edf9eed61","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OWE5Mjg2NzYxMDBlNGMxMzA3OTU2MDg1YTlkZTgyMTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5ce836d-b729-4717-92da-66366225e221","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"27cf8c55-b6c2-47f7-af39-3564b8937234","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f7f3826-b677-4b24-a23c-a2960d9b9193","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b4922a4-2cf5-470c-8e27-e7a89a394906","artifactVersion":"2","generatedFromUUID":"27cf8c55-b6c2-47f7-af39-3564b8937234"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmQ5YWEyM2IxMmM1YWQxMDNmY2M0M2JhMGViNmY2MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fa9ff4d-1ab7-400b-b383-cb1ade7f4915","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGZjNTZhOTUyMDgyM2VmYzkyYTdkYzI0NDM2ZGM1Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48289c86-4dba-476b-9922-033cc52bfaf7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T06:11:02.905Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:02.905Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:02.907Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:02.907Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:11:03.007Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:03.008Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:03.009Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:03.020Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:03.020Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:03.908Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:03.909Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:03.911Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:03.911Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-10T06:11:04.011Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:04.012Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:04.012Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:04.023Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:04.024Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:04.911Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:04.912Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:04.914Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:04.914Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-10T06:11:05.014Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:05.015Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:05.015Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:05.029Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:05.030Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:05.914Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:05.915Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:05.918Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:05.918Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T06:11:06.018Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:06.020Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:06.020Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:06.037Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:06.037Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:06.918Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:06.919Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:06.921Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:06.922Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-10T06:11:07.022Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:07.023Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:07.023Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:07.035Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:07.035Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:07.922Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:07.923Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:07.925Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:07.925Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:11:08.026Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:08.027Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:08.027Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:08.040Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:08.041Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:08.926Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:08.927Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:08.929Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:08.929Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-10T06:11:09.029Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:09.030Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:09.031Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:09.050Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:09.050Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:09.930Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:09.931Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:09.935Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:09.935Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T06:11:10.033Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-10T06:11:10.034Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:10.034Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:10.046Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:10.046Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:10.936Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T06:11:10.937Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:10.939Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:10.939Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382077795,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T06:11:11.039Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:11.041Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:11.041Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:11.057Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:11.058Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-10T06:11:11.940Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "6e3cfeec-c30a-4fb7-b06a-5f2987c73a92",
"serviceDescription": "service",
"serviceInvariantUUID": "92ad8d92-fa83-47ce-a4e4-186e2d55a757",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "9cb59789-fd1e-419b-af20-24f64280583b",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d4c299d5-55fb-48e0-b202-3aca0bbccd76",
"resourceInvariantUUID": "86d15c72-ce2a-484d-ba5c-740d62964c51",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "153eea11-9b41-486b-9b8d-1f27684987a7",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "187118fb-b0b9-45d8-bed8-8d0edf9eed61",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "OWE5Mjg2NzYxMDBlNGMxMzA3OTU2MDg1YTlkZTgyMTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a5ce836d-b729-4717-92da-66366225e221",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "27cf8c55-b6c2-47f7-af39-3564b8937234",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b4922a4-2cf5-470c-8e27-e7a89a394906",
"generatedFromUUID": "27cf8c55-b6c2-47f7-af39-3564b8937234"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b4922a4-2cf5-470c-8e27-e7a89a394906",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NGZjNTZhOTUyMDgyM2VmYzkyYTdkYzI0NDM2ZGM1Zjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "48289c86-4dba-476b-9922-033cc52bfaf7"
}
],
"workloadContext": "Production"
}
2022-10-10T06:11:11.940Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T06:11:11.941Z|e966da25-3f7a-4ef6-8770-40fd6075d2a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6e3cfeec-c30a-4fb7-b06a-5f2987c73a92 ASDC
2022-10-10T06:11:11.942Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a0db8aee-545c-4556-8c53-3f051fb8846b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6e3cfeec-c30a-4fb7-b06a-5f2987c73a92
ServiceInvariantUUID:92ad8d92-fa83-47ce-a4e4-186e2d55a757
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:48289c86-4dba-476b-9922-033cc52bfaf7
ArtifactChecksum:NGZjNTZhOTUyMDgyM2VmYzkyYTdkYzI0NDM2ZGM1Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9cb59789-fd1e-419b-af20-24f64280583b
ResourceInvariantUUID:86d15c72-ce2a-484d-ba5c-740d62964c51
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d4c299d5-55fb-48e0-b202-3aca0bbccd76
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:153eea11-9b41-486b-9b8d-1f27684987a7
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:187118fb-b0b9-45d8-bed8-8d0edf9eed61
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:a5ce836d-b729-4717-92da-66366225e221
ArtifactChecksum:OWE5Mjg2NzYxMDBlNGMxMzA3OTU2MDg1YTlkZTgyMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:27cf8c55-b6c2-47f7-af39-3564b8937234
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:8b4922a4-2cf5-470c-8e27-e7a89a394906
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:8b4922a4-2cf5-470c-8e27-e7a89a394906
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-10T06:11:11.942Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e3cfeec-c30a-4fb7-b06a-5f2987c73a92 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-10-10T06:11:11.969Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:11:11.969Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:11:11.970Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:11:11.970Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48289c86-4dba-476b-9922-033cc52bfaf7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-10T06:11:11.970Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-10T06:11:11.970Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-10T06:11:12.168Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-10T06:11:12.172Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 48289c86-4dba-476b-9922-033cc52bfaf7 73676
2022-10-10T06:11:12.172Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-10T06:11:12.173Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-10T06:11:12.173Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T06:11:12.173Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-10T06:11:12.175Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T06:11:12.175Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0db8aee-545c-4556-8c53-3f051fb8846b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665382272172,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T06:11:12.275Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T06:11:12.276Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T06:11:12.276Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cX8KZQaLOJXBzTxA) ...
2022-10-10T06:11:12.292Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T06:11:12.292Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-10T06:11:13.176Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T06:11:13.177Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-10T06:11:13.178Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 48289c86-4dba-476b-9922-033cc52bfaf7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:13.178Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-10T06:11:13.179Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:13.179Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:13.341Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8794078061181203197/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-10T06:11:14.467Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T06:11:14.467Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-10T06:11:14.468Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||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-BasicCnf-csar.csar
2022-10-10T06:11:14.469Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-10T06:11:14.469Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:11:14.469Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.470Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:14.470Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:11:14.470Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:11:14.470Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T06:11:14.471Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:11:14.472Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T06:11:14.472Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:11:14.472Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-10T06:11:14.472Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-10T06:11:14.473Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-10T06:11:14.473Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T06:11:14.473Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T06:11:14.473Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T06:11:14.474Z|a0db8aee-545c-4556-8c53-3f051fb8846b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery