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)
2023-01-05T05:39:09.112Z||main|||||INFO|500||The following profiles are active: basic
2023-01-05T05:39:22.544Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-05T05:39:22.545Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-05T05:39:22.838Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-05T05:39:28.334Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-05T05:39:28.819Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-05T05:39:29.469Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-05T05:39:29.480Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-05T05:39:29.641Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-05T05:39:29.911Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-05T05:39:30.607Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-05T05:39:32.904Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-05T05:39:35.512Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-05T05:39:35.582Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-05T05:39:36.341Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-05T05:39:36.623Z||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.
2023-01-05T05:39:37.955Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-05T05:39:39.153Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-05T05:39:39.195Z||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$$85ff0a1e.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)
2023-01-05T05:39:39.196Z||main|||||WARN|500||The sdc end point is not alive
2023-01-05T05:39:42.963Z||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
2023-01-05T05:39:46.597Z||main|||||WARN|500||---
2023-01-05T05:39:46.598Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-05T05:39:46.598Z||main|||||WARN|500||---
2023-01-05T05:39:47.181Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-05T05:39:54.018Z||main|||||INFO|500||Started Application in 50.18 seconds (JVM running for 53.01)
2023-01-05T05:39:54.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-05T05:39:54.078Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-05T05:39:54.105Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-05T05:39:54.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-05T05:39:54.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22144fcf-77d4-4dd6-b9f9-a2536e95a08f url= /sdc/v1/artifactTypes
2023-01-05T05:39:54.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-05T05:39:54.648Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-05T05:39:54.747Z||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
2023-01-05T05:39:54.780Z||scheduling-1|||||DEBUG|500||create keys
2023-01-05T05:39:54.791Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-05T05:39:54.850Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:39:54.876Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b0ff4277-e999-4e91-a537-03e374f006b0 url= /sdc/v1/registerForDistribution
2023-01-05T05:39:54.989Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b0ff4277-e999-4e91-a537-03e374f006b0 url= /sdc/v1/registerForDistribution
2023-01-05T05:39:54.991Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-05T05:39:55.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:39:55.029Z||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.
2023-01-05T05:39:55.030Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:39:55.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:39:55.033Z||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.
2023-01-05T05:39:55.034Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T05:39:55.038Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-05T05:40:05.337Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:40:05.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:40:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:40:55.020Z||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.
2023-01-05T05:40:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:40:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:40:55.032Z||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.
2023-01-05T05:40:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:41:04.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:41:04.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:41:55.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:41:55.028Z||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.
2023-01-05T05:41:55.029Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:41:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:41:55.036Z||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.
2023-01-05T05:41:55.036Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:42:04.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:42:04.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:42:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:42:55.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:42:55.069Z||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.
2023-01-05T05:42:55.069Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:42:55.077Z||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.
2023-01-05T05:42:55.078Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:43:04.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:43:04.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:43:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:43:55.021Z||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.
2023-01-05T05:43:55.021Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:43:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:43:55.032Z||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.
2023-01-05T05:43:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:44:04.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:44:04.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:44:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:44:55.019Z||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.
2023-01-05T05:44:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:44:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:44:55.032Z||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.
2023-01-05T05:44:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:45:04.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:45:04.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:45:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:45:55.019Z||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.
2023-01-05T05:45:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:45:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:45:55.032Z||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.
2023-01-05T05:45:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:46:04.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:46:04.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:46:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:46:55.019Z||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.
2023-01-05T05:46:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:46:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:46:55.033Z||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.
2023-01-05T05:46:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:47:04.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:47:04.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:47:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:47:55.020Z||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.
2023-01-05T05:47:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:47:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:47:55.034Z||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.
2023-01-05T05:47:55.034Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:48:04.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:48:04.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:48:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:48:55.020Z||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.
2023-01-05T05:48:55.021Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:48:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:48:55.032Z||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.
2023-01-05T05:48:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:49:04.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:49:04.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:49:54.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-05T05:49:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:49:55.019Z||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.
2023-01-05T05:49:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:49:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:49:55.032Z||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.
2023-01-05T05:49:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:50:04.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:50:04.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:50:55.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:50:55.021Z||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.
2023-01-05T05:50:55.021Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:50:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:50:55.032Z||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.
2023-01-05T05:50:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:51:04.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:51:04.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:51:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:51:55.019Z||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.
2023-01-05T05:51:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:51:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:51:55.032Z||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.
2023-01-05T05:51:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:52:04.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:52:04.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:52:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:52:55.019Z||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.
2023-01-05T05:52:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:52:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:52:55.032Z||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.
2023-01-05T05:52:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:53:04.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:53:04.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:53:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:53:55.019Z||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.
2023-01-05T05:53:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:53:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:53:55.032Z||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.
2023-01-05T05:53:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:54:04.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:54:04.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:54:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:54:55.019Z||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.
2023-01-05T05:54:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:54:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:54:55.032Z||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.
2023-01-05T05:54:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:55:04.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:55:04.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:55:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:55:55.019Z||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.
2023-01-05T05:55:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:55:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:55:55.032Z||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.
2023-01-05T05:55:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:56:04.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:56:04.574Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:56:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:56:55.020Z||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.
2023-01-05T05:56:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:56:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:56:55.032Z||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.
2023-01-05T05:56:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:57:04.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:57:04.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:57:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:57:55.020Z||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.
2023-01-05T05:57:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:57:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:57:55.032Z||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.
2023-01-05T05:57:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:58:04.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:58:04.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:58:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:58:55.019Z||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.
2023-01-05T05:58:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:58:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:58:55.032Z||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.
2023-01-05T05:58:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:59:04.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:59:04.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T05:59:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:59:55.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T05:59:55.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T05:59:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:59:55.031Z||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.
2023-01-05T05:59:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:00:04.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:00:04.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:00:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:00:55.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:00:55.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:00:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:00:55.032Z||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.
2023-01-05T06:00:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:01:04.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:01:04.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:01:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:01:55.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:01:55.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:01:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:01:55.031Z||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.
2023-01-05T06:01:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:02:04.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:02:04.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:02:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:02:55.020Z||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.
2023-01-05T06:02:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:02:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:02:55.031Z||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.
2023-01-05T06:02:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:03:04.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:03:04.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:03:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:03:55.024Z||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.
2023-01-05T06:03:55.025Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:03:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:03:55.032Z||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.
2023-01-05T06:03:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:04:04.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:04:04.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:04:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:04:55.019Z||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.
2023-01-05T06:04:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:04:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:04:55.032Z||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.
2023-01-05T06:04:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:05:04.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:05:04.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:05:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:05:55.019Z||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.
2023-01-05T06:05:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:05:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:05:55.032Z||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.
2023-01-05T06:05:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:06:04.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:06:04.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:06:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:06:55.019Z||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.
2023-01-05T06:06:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:06:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:06:55.032Z||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.
2023-01-05T06:06:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:07:04.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:07:04.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:07:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:07:55.018Z||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.
2023-01-05T06:07:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:07:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:07:55.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:07:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:08:04.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:08:04.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:08:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:08:55.020Z||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.
2023-01-05T06:08:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:08:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:08:55.031Z||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.
2023-01-05T06:08:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:09:04.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:09:04.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:09:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:09:55.019Z||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.
2023-01-05T06:09:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:09:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:09:55.032Z||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.
2023-01-05T06:09:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:10:04.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:10:04.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:10:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:10:55.020Z||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.
2023-01-05T06:10:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:10:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:10:55.032Z||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.
2023-01-05T06:10:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:11:04.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:11:04.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:11:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:11:55.019Z||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.
2023-01-05T06:11:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:11:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:11:55.032Z||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.
2023-01-05T06:11:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:12:04.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:12:04.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:12:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:12:55.020Z||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.
2023-01-05T06:12:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:12:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:12:55.032Z||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.
2023-01-05T06:12:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:13:04.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:13:04.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:13:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:13:55.019Z||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.
2023-01-05T06:13:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:13:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:13:55.032Z||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.
2023-01-05T06:13:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:14:04.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:14:04.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:14:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:14:55.019Z||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.
2023-01-05T06:14:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:14:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:14:55.032Z||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.
2023-01-05T06:14:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:15:04.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:15:04.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:15:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:15:55.018Z||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.
2023-01-05T06:15:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:15:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:15:55.031Z||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.
2023-01-05T06:15:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:16:04.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:16:04.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:16:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:16:55.019Z||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.
2023-01-05T06:16:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:16:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:16:55.032Z||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.
2023-01-05T06:16:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:17:04.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:17:04.568Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:17:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:17:55.019Z||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.
2023-01-05T06:17:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:17:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:17:55.032Z||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.
2023-01-05T06:17:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:18:04.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:18:04.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:18:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:18:55.019Z||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.
2023-01-05T06:18:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:18:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:18:55.032Z||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.
2023-01-05T06:18:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:19:04.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:19:04.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:19:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:19:55.020Z||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.
2023-01-05T06:19:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:19:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:19:55.032Z||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.
2023-01-05T06:19:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:20:04.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:20:04.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:20:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:20:55.019Z||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.
2023-01-05T06:20:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:20:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:20:55.031Z||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.
2023-01-05T06:20:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:21:04.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:21:04.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:21:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:21:55.019Z||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.
2023-01-05T06:21:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:21:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:21:55.032Z||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.
2023-01-05T06:21:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:22:04.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:22:04.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:22:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:22:55.019Z||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.
2023-01-05T06:22:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:22:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:22:55.032Z||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.
2023-01-05T06:22:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:23:04.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:23:04.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:23:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:23:55.019Z||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.
2023-01-05T06:23:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:23:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:23:55.032Z||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.
2023-01-05T06:23:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:24:04.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:24:04.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:24:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:24:55.020Z||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.
2023-01-05T06:24:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:24:55.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:24:55.035Z||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.
2023-01-05T06:24:55.036Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:25:04.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:25:04.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:25:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:25:55.019Z||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.
2023-01-05T06:25:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:25:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:25:55.032Z||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.
2023-01-05T06:25:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:26:04.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:26:04.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:26:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:26:55.019Z||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.
2023-01-05T06:26:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:26:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:26:55.032Z||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.
2023-01-05T06:26:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:27:04.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:27:04.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:27:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:27:55.019Z||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.
2023-01-05T06:27:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:27:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:27:55.032Z||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.
2023-01-05T06:27:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:28:04.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:28:04.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:28:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:28:55.019Z||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.
2023-01-05T06:28:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:28:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:28:55.032Z||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.
2023-01-05T06:28:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:29:04.570Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:29:04.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:29:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:29:55.019Z||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.
2023-01-05T06:29:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:29:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:29:55.032Z||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.
2023-01-05T06:29:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:30:04.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:30:04.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:30:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:30:55.019Z||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.
2023-01-05T06:30:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:30:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:30:55.032Z||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.
2023-01-05T06:30:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:31:04.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:31:04.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:31:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:31:55.019Z||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.
2023-01-05T06:31:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:31:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:31:55.032Z||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.
2023-01-05T06:31:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:32:04.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:32:04.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:32:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:32:55.019Z||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.
2023-01-05T06:32:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:32:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:32:55.032Z||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.
2023-01-05T06:32:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:33:04.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:33:04.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:33:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:33:55.019Z||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.
2023-01-05T06:33:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:33:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:33:55.032Z||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.
2023-01-05T06:33:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:34:04.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:34:04.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:34:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:34:55.019Z||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.
2023-01-05T06:34:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:34:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:34:55.032Z||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.
2023-01-05T06:34:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:35:04.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:35:04.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:35:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:35:55.020Z||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.
2023-01-05T06:35:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:35:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:35:55.032Z||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.
2023-01-05T06:35:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:36:04.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:36:04.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:36:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:36:55.019Z||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.
2023-01-05T06:36:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:36:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:36:55.032Z||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.
2023-01-05T06:36:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:37:04.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:37:04.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:37:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:37:55.019Z||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.
2023-01-05T06:37:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:37:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:37:55.032Z||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.
2023-01-05T06:37:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:38:04.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:38:04.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:38:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:38:55.019Z||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.
2023-01-05T06:38:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:38:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:38:55.033Z||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.
2023-01-05T06:38:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:39:04.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:39:04.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:39:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:39:55.019Z||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.
2023-01-05T06:39:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:39:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:39:55.032Z||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.
2023-01-05T06:39:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:40:04.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:40:04.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:40:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:40:55.019Z||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.
2023-01-05T06:40:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:40:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:40:55.032Z||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.
2023-01-05T06:40:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:41:04.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:41:04.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:41:55.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:41:55.019Z||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.
2023-01-05T06:41:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:41:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:41:55.031Z||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.
2023-01-05T06:41:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:42:04.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:42:04.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:42:55.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:42:55.018Z||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.
2023-01-05T06:42:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:42:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:42:55.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:42:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:43:04.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:43:04.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:43:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:43:55.020Z||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.
2023-01-05T06:43:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:43:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:43:55.032Z||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.
2023-01-05T06:43:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:04.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:04.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:44:55.020Z||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.
2023-01-05T06:44:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:44:55.032Z||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.
2023-01-05T06:44:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:55.644Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:55.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7a0f607-6666-4f2e-acc6-ce1fa4eff983","serviceName":"vFW 2023-01-05 06-42-58","serviceVersion":"1.0","serviceUUID":"eef50b54-fd4d-4bcd-8382-73a0367fc9cc","serviceDescription":"catalog service description","serviceInvariantUUID":"4225e729-4e7c-4439-bbde-2e6b8246d21f","resources":[{"resourceInstanceName":"vFW 6128dcc0-6430 0","resourceName":"vFW 6128dcc0-6430","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e61a98e7-9cb5-4107-a740-1e2f49d21853","resourceInvariantUUID":"2c65a160-4d55-4301-a359-7d4c8bf9ed08","resourceCustomizationUUID":"f6891ad1-c605-499e-95be-dbaf6532b88d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml","artifactChecksum":"NWY2Mzg5ZWFjZDRmOTExZmZmNjFjZjUzMjkxMTY4N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e04cbbbb-35e2-4ddd-9144-449af7dae5f2","artifactVersion":"1"},{"artifactName":"vfw6128dcc064300_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json","artifactChecksum":"OTM5YzI3MGRhMjNkOWMxYzEzNGM0Yzk4YWYxYzNmZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5266770e-241a-4466-bfa6-8d359dc447ff","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7089d8c6-3faf-475e-a5dd-2cdab8c1f858","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml","artifactChecksum":"MjAzYzA3OWJjYzdhMTRmODM0YzQ2MjllZmEyYzM3NjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8987a07a-821f-4f50-9333-fcc078fbd173","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e2c72578-fc1e-4da6-a8ae-0b1027d6f275","artifactVersion":"2","generatedFromUUID":"7089d8c6-3faf-475e-a5dd-2cdab8c1f858"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230105064258-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml","artifactChecksum":"YWEyMTIyNDhiMjNmN2I5NzU1MDY3YmFkOTRhMTM5OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c16399ed-d70d-4741-8d14-86d7d11b96b9","artifactVersion":"1"},{"artifactName":"service-Vfw20230105064258-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar","artifactChecksum":"ZjFkNjk3ZmJlNzlhYWIzYWVmM2VlMGIzZWE4MzdiMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff1f40d4-8427-4f9f-bc73-7143e6dcf098","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T06:44:55.663Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:55.664Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:55.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901026213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.677Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:55.692Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:55.693Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901038814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901001530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901026213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "NOTIFIED"
}
2023-01-05T06:44:55.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901038814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901001530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901026213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-05T06:44:55.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901038814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901001530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901026213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901038814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901001530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901026213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-05T06:44:55.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901038814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901001530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901026213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901038814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901001530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901026213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:44:55.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901038814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901001530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:44:55.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:55.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901057021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:44:55.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901057317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901058141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:44:55.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:55.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901058336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-05T06:44:55.792Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-05T06:44:55.798Z||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.
2023-01-05T06:44:55.798Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:55.817Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:55.818Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T06:44:56.008Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7a0f607-6666-4f2e-acc6-ce1fa4eff983
2023-01-05T06:44:56.033Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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 (?, ?, ?, ?, ?)
2023-01-05T06:44:56.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901059209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:44:56.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901059168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901059168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901060323,
"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=?
2023-01-05T06:44:56.074Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7a0f607-6666-4f2e-acc6-ce1fa4eff983
2023-01-05T06:44:56.075Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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 (?, ?, ?, ?, ?)
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901059168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "multicloud-k8s",
"timestamp": 1672901061330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "DEPLOY_OK"
}
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901059168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901059168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901059168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901059168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901066452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901069576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901069576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901069576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901069576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901069576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901069576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901069576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901077549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901082711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:44:56.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901083716,
"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=?
2023-01-05T06:44:56.095Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7a0f607-6666-4f2e-acc6-ce1fa4eff983
2023-01-05T06:44:56.095Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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 (?, ?, ?, ?, ?)
2023-01-05T06:44:56.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901084537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:44:56.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "aai-model-loader",
"timestamp": 1672901085541,
"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=?
2023-01-05T06:44:56.125Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7a0f607-6666-4f2e-acc6-ce1fa4eff983
2023-01-05T06:44:56.125Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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 (?, ?, ?, ?, ?)
2023-01-05T06:44:56.701Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:56.701Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:56.704Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:56.704Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "NOTIFIED"
}
2023-01-05T06:44:56.804Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:44:56.806Z||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.
2023-01-05T06:44:56.806Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:56.819Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:56.819Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:44:57.705Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:57.706Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:57.709Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:57.709Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-05T06:44:57.809Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:44:57.811Z||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.
2023-01-05T06:44:57.811Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:57.824Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:57.825Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:44:58.709Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:58.710Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:58.712Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:58.712Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:44:58.813Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:44:58.814Z||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.
2023-01-05T06:44:58.814Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:58.825Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:58.826Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:44:59.713Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:59.714Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:59.716Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:59.716Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-05T06:44:59.816Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:44:59.818Z||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.
2023-01-05T06:44:59.818Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:59.832Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:44:59.833Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:00.717Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:45:00.718Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:00.724Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:00.724Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:45:00.824Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:45:00.826Z||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.
2023-01-05T06:45:00.826Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:00.840Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:00.841Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:01.725Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:45:01.726Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:01.728Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:01.728Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:45:01.829Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:45:01.830Z||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.
2023-01-05T06:45:01.830Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:01.847Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:01.848Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:02.730Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"serviceName": "vFW 2023-01-05 06-42-58",
"serviceVersion": "1.0",
"serviceUUID": "eef50b54-fd4d-4bcd-8382-73a0367fc9cc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4225e729-4e7c-4439-bbde-2e6b8246d21f",
"resources": [
{
"resourceInstanceName": "vFW 6128dcc0-6430 0",
"resourceCustomizationUUID": "f6891ad1-c605-499e-95be-dbaf6532b88d",
"resourceName": "vFW 6128dcc0-6430",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e61a98e7-9cb5-4107-a740-1e2f49d21853",
"resourceInvariantUUID": "2c65a160-4d55-4301-a359-7d4c8bf9ed08",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6128dcc064300_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"artifactChecksum": "OTM5YzI3MGRhMjNkOWMxYzEzNGM0Yzk4YWYxYzNmZTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5266770e-241a-4466-bfa6-8d359dc447ff",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7089d8c6-3faf-475e-a5dd-2cdab8c1f858",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e2c72578-fc1e-4da6-a8ae-0b1027d6f275",
"generatedFromUUID": "7089d8c6-3faf-475e-a5dd-2cdab8c1f858"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e2c72578-fc1e-4da6-a8ae-0b1027d6f275",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230105064258-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"artifactChecksum": "ZjFkNjk3ZmJlNzlhYWIzYWVmM2VlMGIzZWE4MzdiMDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff1f40d4-8427-4f9f-bc73-7143e6dcf098"
}
],
"workloadContext": "Production"
}
2023-01-05T06:45:02.732Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T06:45:02.732Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eef50b54-fd4d-4bcd-8382-73a0367fc9cc ASDC
2023-01-05T06:45:02.845Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e7a0f607-6666-4f2e-acc6-ce1fa4eff983
ServiceName:vFW 2023-01-05 06-42-58
ServiceVersion:1.0
ServiceUUID:eef50b54-fd4d-4bcd-8382-73a0367fc9cc
ServiceInvariantUUID:4225e729-4e7c-4439-bbde-2e6b8246d21f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230105064258-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
ArtifactUUID:ff1f40d4-8427-4f9f-bc73-7143e6dcf098
ArtifactChecksum:ZjFkNjk3ZmJlNzlhYWIzYWVmM2VlMGIzZWE4MzdiMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6128dcc0-6430 0
ResourceCustomizationUUID:f6891ad1-c605-499e-95be-dbaf6532b88d
ResourceInvariantUUID:2c65a160-4d55-4301-a359-7d4c8bf9ed08
ResourceName:vFW 6128dcc0-6430
ResourceType:VF
ResourceUUID:e61a98e7-9cb5-4107-a740-1e2f49d21853
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6128dcc064300_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
ArtifactUUID:5266770e-241a-4466-bfa6-8d359dc447ff
ArtifactChecksum:OTM5YzI3MGRhMjNkOWMxYzEzNGM0Yzk4YWYxYzNmZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
ArtifactUUID:7089d8c6-3faf-475e-a5dd-2cdab8c1f858
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
ArtifactUUID:e2c72578-fc1e-4da6-a8ae-0b1027d6f275
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
ArtifactUUID:e2c72578-fc1e-4da6-a8ae-0b1027d6f275
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-05T06:45:02.845Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eef50b54-fd4d-4bcd-8382-73a0367fc9cc 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=?
2023-01-05T06:45:02.912Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:45:02.914Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:45:02.915Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:45:02.915Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff1f40d4-8427-4f9f-bc73-7143e6dcf098 from URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:02.915Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:45:02.917Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:03.029Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:45:03.050Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar ff1f40d4-8427-4f9f-bc73-7143e6dcf098 101525
2023-01-05T06:45:03.052Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar ASDC sendASDCNotification
2023-01-05T06:45:03.052Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:03.055Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:45:03.056Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:03.058Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:03.059Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901103050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:45:03.159Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:45:03.161Z||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.
2023-01-05T06:45:03.161Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:03.172Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:03.172Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:04.059Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:45:04.060Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:45:04.061Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ff1f40d4-8427-4f9f-bc73-7143e6dcf098, URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar to file: /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:04.062Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230105064258-csar.csar
2023-01-05T06:45:04.177Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:04.177Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:05.030Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5598993989624973687/Definitions/service-Vfw20230105064258-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-05T06:45:07.925Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T06:45:07.930Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-05T06:45:07.931Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.931Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-05T06:45:07.931Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||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-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.933Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6128dcc0-6430 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-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.933Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.933Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.933Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.934Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.934Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-05T06:45:07.942Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.944Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.949Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.949Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-05T06:45:07.951Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:45:07.953Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.953Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.953Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.954Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-05T06:45:07.954Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:45:07.954Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.954Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.958Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.958Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:07.959Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:07.959Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:07.959Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:07.959Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.960Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.960Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:07.960Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.960Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:07.961Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:07.961Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.961Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.961Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:07.962Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.962Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:07.962Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.962Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T06:45:07.963Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.963Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T06:45:07.964Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.965Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.965Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:07.966Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.966Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.966Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:07.967Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.967Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.967Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:07.967Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.968Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:07.968Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:07.968Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:07.968Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-05T06:45:07.969Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:07.969Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:07.969Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.969Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.970Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:07.970Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.970Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:07.970Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.971Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bcad05e-5f60-446d-8456-3aa89ad3a4a9
2023-01-05T06:45:07.971Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.971Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:07.971Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:07.972Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:07.972Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:07.972Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.972Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.973Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:07.973Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.973Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-05T06:45:07.973Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:07.974Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.974Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:07.974Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.974Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32baed48-4d06-41b4-a641-897694764c51
2023-01-05T06:45:07.975Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.975Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:07.975Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:07.977Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.977Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:07.977Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:07.977Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.978Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.978Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-05T06:45:07.978Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b8bb5c30-720c-405e-85ac-36f35fd0c734
2023-01-05T06:45:07.978Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.979Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.979Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.979Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.979Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.980Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.980Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:07.980Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.981Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-05 06-42-58
Description:catalog service description
Model UUID:eef50b54-fd4d-4bcd-8382-73a0367fc9cc
Model Version:NULL
Model InvariantUuid:4225e729-4e7c-4439-bbde-2e6b8246d21f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6128dcc0-6430
Model UUID:df98e468-08b2-437f-a4ae-ee288a782d85
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c65a160-4d55-4301-a359-7d4c8bf9ed08
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f6891ad1-c605-499e-95be-dbaf6532b88d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2a940cd1-5871-434a-90b2-77c74b2412bc
ModelName:Vfw6128dcc06430..base_vfw..module-0
ModelUuid:a34653e3-30c1-4edb-81ef-446541991721
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0bcad05e-5f60-446d-8456-3aa89ad3a4a9
ModelInvariantUuid:0e6428e0-85eb-4c70-b602-b601db88a1fc
ModelName:vFW 6128dcc0-6430-nodes.vfwCvfc
ModelUuid:15db5f46-09a9-413d-bebb-59041c3c0361
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:59223e5a-0b1f-4d54-8c8e-cbf5d9bd8258
ModelInvariantUuid:5e06ddc3-5bba-4f38-ba7e-933eb61015ae
ModelName:Vfw6128dcc06430.compute.nodes.heat.vfw
ModelUuid:f1d3c818-65d3-48bf-9bf8-30f4ad1cbf01
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:32baed48-4d06-41b4-a641-897694764c51
ModelInvariantUuid:3929bed4-9c0c-43b3-b34e-8d32270cc001
ModelName:vFW 6128dcc0-6430-nodes.vsnCvfc
ModelUuid:13584093-14e4-49dc-9d93-03fdad207406
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:849046ce-767a-4bf6-89da-95e011c9aaab
ModelInvariantUuid:bc6d6a69-7471-453a-8fd7-d69dc4dda319
ModelName:Vfw6128dcc06430.compute.nodes.heat.vsn
ModelUuid:153d8f01-022a-4f4f-9c34-108971277f1a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b8bb5c30-720c-405e-85ac-36f35fd0c734
ModelInvariantUuid:026c21db-9b4e-405c-8702-b5c74ed62534
ModelName:vFW 6128dcc0-6430-nodes.vpgCvfc
ModelUuid:dd941a01-61e2-4142-a862-883966a019a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7bcee483-fe70-4728-bfe5-5befd42fa2c4
ModelInvariantUuid:d4b58de1-1bdf-4016-b338-9f8ff981c191
ModelName:Vfw6128dcc06430.compute.nodes.heat.vpg
ModelUuid:f8665af3-1f4a-453e-8520-cdcfdc152c51
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=?
2023-01-05T06:45:07.994Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e61a98e7-9cb5-4107-a740-1e2f49d21853
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=?
2023-01-05T06:45:08.136Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||vFW 6128dcc0-6430 0
2023-01-05T06:45:08.145Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e61a98e7-9cb5-4107-a740-1e2f49d21853
2023-01-05T06:45:08.146Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5266770e-241a-4466-bfa6-8d359dc447ff from URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
2023-01-05T06:45:08.146Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:45:08.147Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
2023-01-05T06:45:08.211Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:45:08.211Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json 5266770e-241a-4466-bfa6-8d359dc447ff 785
2023-01-05T06:45:08.211Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json ASDC sendASDCNotification
2023-01-05T06:45:08.212Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
2023-01-05T06:45:08.212Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:45:08.212Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:08.215Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:08.215Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901108211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:45:08.315Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:45:08.317Z||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.
2023-01-05T06:45:08.318Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:08.330Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:08.330Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:09.217Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6128dcc06430..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2a940cd1-5871-434a-90b2-77c74b2412bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a34653e3-30c1-4edb-81ef-446541991721",
"vfModuleModelCustomizationUUID": "7aa3f9df-f8ef-4086-bfec-c31f7dfeedff",
"isBase": true,
"artifacts": [
"7089d8c6-3faf-475e-a5dd-2cdab8c1f858",
"e2c72578-fc1e-4da6-a8ae-0b1027d6f275"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-05T06:45:09.427Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6128dcc06430..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a34653e3-30c1-4edb-81ef-446541991721
VfModuleModelInvariantUUID:2a940cd1-5871-434a-90b2-77c74b2412bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7089d8c6-3faf-475e-a5dd-2cdab8c1f858
,
e2c72578-fc1e-4da6-a8ae-0b1027d6f275
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-05T06:45:09.442Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6128dcc06430..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2a940cd1-5871-434a-90b2-77c74b2412bc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a34653e3-30c1-4edb-81ef-446541991721",
"vfModuleModelCustomizationUUID": "7aa3f9df-f8ef-4086-bfec-c31f7dfeedff",
"isBase": true,
"artifacts": [
"7089d8c6-3faf-475e-a5dd-2cdab8c1f858",
"e2c72578-fc1e-4da6-a8ae-0b1027d6f275"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-05T06:45:09.542Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6128dcc06430..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a34653e3-30c1-4edb-81ef-446541991721
VfModuleModelInvariantUUID:2a940cd1-5871-434a-90b2-77c74b2412bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7089d8c6-3faf-475e-a5dd-2cdab8c1f858
,
e2c72578-fc1e-4da6-a8ae-0b1027d6f275
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-05T06:45:09.542Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7089d8c6-3faf-475e-a5dd-2cdab8c1f858 from URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
2023-01-05T06:45:09.542Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:45:09.543Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
2023-01-05T06:45:09.608Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml 7089d8c6-3faf-475e-a5dd-2cdab8c1f858 20368
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:09.618Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:09.619Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901109610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:45:09.714Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-05T06:45:09.716Z||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.
2023-01-05T06:45:09.716Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:09.732Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:09.733Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:10.621Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e2c72578-fc1e-4da6-a8ae-0b1027d6f275 from URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
2023-01-05T06:45:10.621Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:45:10.622Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
2023-01-05T06:45:10.679Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:45:10.680Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env e2c72578-fc1e-4da6-a8ae-0b1027d6f275 2098
2023-01-05T06:45:10.680Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-05T06:45:10.680Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
2023-01-05T06:45:10.680Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:45:10.681Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:10.684Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:10.684Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901110680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:45:10.785Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:45:10.786Z||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.
2023-01-05T06:45:10.786Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:10.797Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:10.798Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:11.685Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: eef50b54-fd4d-4bcd-8382-73a0367fc9cc
2023-01-05T06:45:11.686Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6128dcc0-6430 0 e61a98e7-9cb5-4107-a740-1e2f49d21853 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=?
2023-01-05T06:45:11.726Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@519a68a3, org.onap.sdc.toscaparser.api.parameters.Input@694b413a, org.onap.sdc.toscaparser.api.parameters.Input@357cd639, org.onap.sdc.toscaparser.api.parameters.Input@67b76ae6, org.onap.sdc.toscaparser.api.parameters.Input@65eac9c3]
2023-01-05T06:45:11.735Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.735Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.736Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-01-05T06:45:11.736Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f6891ad1-c605-499e-95be-dbaf6532b88d
2023-01-05T06:45:11.736Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6891ad1-c605-499e-95be-dbaf6532b88d matches Tosca VF Customization UUID: f6891ad1-c605-499e-95be-dbaf6532b88d
2023-01-05T06:45:11.736Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f6891ad1-c605-499e-95be-dbaf6532b88d 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=?
2023-01-05T06:45:11.746Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.747Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.749Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f6891ad1-c605-499e-95be-dbaf6532b88d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-05T06:45:11.749Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b67a3c4
2023-01-05T06:45:11.749Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.750Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T06:45:11.751Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7aa3f9df-f8ef-4086-bfec-c31f7dfeedff
2023-01-05T06:45:11.752Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7aa3f9df-f8ef-4086-bfec-c31f7dfeedff
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=?
2023-01-05T06:45:11.761Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.762Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.762Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.763Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.763Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.763Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.763Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.764Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:11.764Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:11.764Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:11.764Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-05T06:45:11.765Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:11.765Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:11.765Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.765Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bcad05e-5f60-446d-8456-3aa89ad3a4a9
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=?
2023-01-05T06:45:11.775Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.775Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.775Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.778Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:11.778Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.778Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32baed48-4d06-41b4-a641-897694764c51
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=?
2023-01-05T06:45:11.781Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.782Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.782Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.785Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.785Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:11.785Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:11.785Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:11.786Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:11.786Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.786Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.786Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.788Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-05T06:45:11.788Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b8bb5c30-720c-405e-85ac-36f35fd0c734
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=?
2023-01-05T06:45:11.790Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.791Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.791Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.791Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.792Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.792Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=f6891ad1-c605-499e-95be-dbaf6532b88d
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=?
2023-01-05T06:45:11.794Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.794Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.795Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid eef50b54-fd4d-4bcd-8382-73a0367fc9cc: vFW 6128dcc0-6430
2023-01-05T06:45:11.795Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.795Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.795Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.796Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.796Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.796Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.796Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.797Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.797Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:45:11.797Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.798Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-05 06-42-58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T06:45:12.087Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6128dcc0-6430 e61a98e7-9cb5-4107-a740-1e2f49d21853 1 ASDC deployResourceStructure
2023-01-05T06:45:12.088Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json ASDC sendASDCNotification
2023-01-05T06:45:12.088Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
2023-01-05T06:45:12.088Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:45:12.088Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:12.090Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:12.090Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901112088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "DEPLOY_OK"
}
2023-01-05T06:45:12.190Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:45:12.191Z||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.
2023-01-05T06:45:12.192Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:12.207Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:12.207Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:13.091Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-05T06:45:13.091Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
2023-01-05T06:45:13.092Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:45:13.093Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:13.095Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:13.095Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901113091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-05T06:45:13.195Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:45:13.197Z||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.
2023-01-05T06:45:13.197Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:13.210Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:13.211Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:14.096Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-05T06:45:14.097Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
2023-01-05T06:45:14.097Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:45:14.098Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:14.100Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:14.100Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901114096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-05T06:45:14.201Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T06:45:14.203Z||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.
2023-01-05T06:45:14.203Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:14.214Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:14.215Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:15.101Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar ASDC sendASDCNotification
2023-01-05T06:45:15.102Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:15.102Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:45:15.102Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:15.104Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:15.105Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901115101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:45:15.205Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:45:15.206Z||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.
2023-01-05T06:45:15.206Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:15.220Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:15.221Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:45:16.105Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7a0f607-6666-4f2e-acc6-ce1fa4eff983
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=?
2023-01-05T06:45:16.126Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7a0f607-6666-4f2e-acc6-ce1fa4eff983
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=?
2023-01-05T06:45:16.130Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:45:16.130Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T06:45:16.130Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T06:45:16.131Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T06:45:16.131Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:45:16.131Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:45:16.131Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:45:16.132Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:45:16.132Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:45:16.132Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T06:45:16.138Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T06:45:46.138Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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=?
2023-01-05T06:45:46.157Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7a0f607-6666-4f2e-acc6-ce1fa4eff983 and serviceModelVersionId: eef50b54-fd4d-4bcd-8382-73a0367fc9cc
2023-01-05T06:45:46.158Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4225e729-4e7c-4439-bbde-2e6b8246d21f
2023-01-05T06:45:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:45:55.032Z||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.
2023-01-05T06:45:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:55.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:45:55.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:45:55.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:45:55.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:02.304Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0
2023-01-05T06:46:02.472Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T06:46:02.981Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?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]}
2023-01-05T06:46:02.987Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0|INFO|500||Invoke
2023-01-05T06:46:03.149Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-05T06:46:03.416Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0|INFO|500||InvokeReturn
2023-01-05T06:46:03.418Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 06:46:03 GMT], content-length=[0], vertex-id=[184552], x-aai-txid=[1-aai-resources-230105-06:46:04:001-15250], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T06:46:03.418Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-05T06:46:03.422Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T06:46:03.423Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-05T06:46:03.440Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-05T06:46:03.442Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7a0f607-6666-4f2e-acc6-ce1fa4eff983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T06:46:03.443Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T06:46:03.444Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:03.447Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:03.447Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901163442,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T06:46:03.547Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:03.548Z||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.
2023-01-05T06:46:03.549Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:03.560Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:03.560Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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=?
2023-01-05T06:46:04.463Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:46:04.464Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|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.
2023-01-05T06:46:04.464Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:05.089Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:05.091Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T06:46:05.091Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e6f981e-617d-4550-a9e1-c5049c0a732e","serviceName":"basic_onboard_BiqfmU","serviceVersion":"1.0","serviceUUID":"a1eea90c-4506-4669-b2a8-30bd029c22bb","serviceDescription":"service","serviceInvariantUUID":"d4fa7fb2-8c12-4be1-a272-4f0a98990b87","resources":[{"resourceInstanceName":"basic_onboard_BiqfmU 0","resourceName":"basic_onboard_BiqfmU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0058f99-5f9d-4b45-b0b3-53f63c30a190","resourceInvariantUUID":"1cbb4ac1-b476-40fa-844a-7976f95bed83","resourceCustomizationUUID":"960e1726-3177-463f-bac7-c03a21e36f6c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml","artifactChecksum":"MjMwMDdiOGExOGE5MjA4N2MzZjUwZjRhODZkNjA3YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bf6cc13-7c9b-49b4-925f-6b5fc28ed720","artifactVersion":"1"},{"artifactName":"basic_onboard_biqfmu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json","artifactChecksum":"ZDVlOTRiZmJmM2Y1YjUxY2JkODcyZWQwZDYwMTk3Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f39b60e3-10c5-40a6-80d6-1786e9229ccf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62ac5453-7af9-4151-a2fd-ff9fb47b522a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"113bb00e-0411-4dd9-99fc-23f4fab37346","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"acf2fa47-e9d9-4ce6-a06b-22c53162d04d","artifactVersion":"2","generatedFromUUID":"62ac5453-7af9-4151-a2fd-ff9fb47b522a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBiqfmu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml","artifactChecksum":"NjFmNWEyOTE1MDVhNjY0OWY3NjAyMDZkOWZiZjk5OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03bdd487-ad56-48a9-9d6e-f0cd33448959","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBiqfmu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar","artifactChecksum":"MTE3ODQ1NTI5MTE1Mzk4OTRkMzVkYjlmMWEwMTRlN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d217833-4576-461f-8ba5-acda089e5480","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T06:46:05.093Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:05.094Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:05.096Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:05.096Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:05.196Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:05.197Z||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.
2023-01-05T06:46:05.197Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:05.216Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:05.217Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:46:06.096Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:06.097Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:06.099Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:06.099Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "NOTIFIED"
}
2023-01-05T06:46:06.200Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T06:46:06.202Z||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.
2023-01-05T06:46:06.202Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:06.217Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:06.217Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:07.100Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:07.101Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:07.103Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:07.103Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-05T06:46:07.203Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:07.204Z||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.
2023-01-05T06:46:07.204Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:07.216Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:07.217Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:08.104Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:08.105Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:08.108Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:08.108Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:08.208Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:08.210Z||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.
2023-01-05T06:46:08.210Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:08.221Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:08.222Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:09.109Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:09.110Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:09.112Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:09.113Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-05T06:46:09.213Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:09.214Z||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.
2023-01-05T06:46:09.214Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:09.227Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:09.228Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:10.113Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:10.114Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:10.117Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:10.117Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:10.217Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:10.219Z||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.
2023-01-05T06:46:10.219Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:10.229Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:10.230Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:11.118Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:11.120Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:11.122Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:11.122Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:46:11.223Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:46:11.223Z||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.
2023-01-05T06:46:11.224Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:11.234Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:11.235Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:46:12.124Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"serviceName": "basic_onboard_BiqfmU",
"serviceVersion": "1.0",
"serviceUUID": "a1eea90c-4506-4669-b2a8-30bd029c22bb",
"serviceDescription": "service",
"serviceInvariantUUID": "d4fa7fb2-8c12-4be1-a272-4f0a98990b87",
"resources": [
{
"resourceInstanceName": "basic_onboard_BiqfmU 0",
"resourceCustomizationUUID": "960e1726-3177-463f-bac7-c03a21e36f6c",
"resourceName": "basic_onboard_BiqfmU",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d0058f99-5f9d-4b45-b0b3-53f63c30a190",
"resourceInvariantUUID": "1cbb4ac1-b476-40fa-844a-7976f95bed83",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_biqfmu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"artifactChecksum": "ZDVlOTRiZmJmM2Y1YjUxY2JkODcyZWQwZDYwMTk3Mzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f39b60e3-10c5-40a6-80d6-1786e9229ccf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "62ac5453-7af9-4151-a2fd-ff9fb47b522a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "acf2fa47-e9d9-4ce6-a06b-22c53162d04d",
"generatedFromUUID": "62ac5453-7af9-4151-a2fd-ff9fb47b522a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "acf2fa47-e9d9-4ce6-a06b-22c53162d04d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBiqfmu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"artifactChecksum": "MTE3ODQ1NTI5MTE1Mzk4OTRkMzVkYjlmMWEwMTRlN2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d217833-4576-461f-8ba5-acda089e5480"
}
],
"workloadContext": "Production"
}
2023-01-05T06:46:12.125Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T06:46:12.125Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1eea90c-4506-4669-b2a8-30bd029c22bb ASDC
2023-01-05T06:46:12.125Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1e6f981e-617d-4550-a9e1-c5049c0a732e
ServiceName:basic_onboard_BiqfmU
ServiceVersion:1.0
ServiceUUID:a1eea90c-4506-4669-b2a8-30bd029c22bb
ServiceInvariantUUID:d4fa7fb2-8c12-4be1-a272-4f0a98990b87
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBiqfmu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
ArtifactUUID:8d217833-4576-461f-8ba5-acda089e5480
ArtifactChecksum:MTE3ODQ1NTI5MTE1Mzk4OTRkMzVkYjlmMWEwMTRlN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BiqfmU 0
ResourceCustomizationUUID:960e1726-3177-463f-bac7-c03a21e36f6c
ResourceInvariantUUID:1cbb4ac1-b476-40fa-844a-7976f95bed83
ResourceName:basic_onboard_BiqfmU
ResourceType:VF
ResourceUUID:d0058f99-5f9d-4b45-b0b3-53f63c30a190
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_biqfmu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
ArtifactUUID:f39b60e3-10c5-40a6-80d6-1786e9229ccf
ArtifactChecksum:ZDVlOTRiZmJmM2Y1YjUxY2JkODcyZWQwZDYwMTk3Mzk=
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/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:62ac5453-7af9-4151-a2fd-ff9fb47b522a
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/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
ArtifactUUID:acf2fa47-e9d9-4ce6-a06b-22c53162d04d
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/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
ArtifactUUID:acf2fa47-e9d9-4ce6-a06b-22c53162d04d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-05T06:46:12.125Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1eea90c-4506-4669-b2a8-30bd029c22bb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T06:46:12.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d217833-4576-461f-8ba5-acda089e5480 from URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:12.241Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:46:12.246Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar 8d217833-4576-461f-8ba5-acda089e5480 75669
2023-01-05T06:46:12.246Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar ASDC sendASDCNotification
2023-01-05T06:46:12.247Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:12.247Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:46:12.247Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:12.250Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:12.250Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901172246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:12.350Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:12.351Z||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.
2023-01-05T06:46:12.351Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:12.362Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:12.363Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:13.250Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:46:13.252Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:46:13.252Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8d217833-4576-461f-8ba5-acda089e5480, URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar to file: /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:13.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:13.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:13.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:13.391Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4517869163881928799/Definitions/service-BasicOnboardBiqfmu-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
2023-01-05T06:46:14.693Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T06:46:14.693Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BiqfmU 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-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.695Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.695Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||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-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.695Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-05T06:46:14.695Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.696Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.696Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.696Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-05T06:46:14.696Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:46:14.698Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.698Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.698Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.698Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:14.701Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.701Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.701Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is not matching search criteria
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=25a51c2b-9f53-46f2-93ab-26f52a61eb6c
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.704Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.704Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.704Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.704Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.705Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:14.705Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.705Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_BiqfmU
Description:service
Model UUID:a1eea90c-4506-4669-b2a8-30bd029c22bb
Model Version:NULL
Model InvariantUuid:d4fa7fb2-8c12-4be1-a272-4f0a98990b87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_BiqfmU
Model UUID:af9dbac3-2efc-4584-be64-66ed18b3620a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1cbb4ac1-b476-40fa-844a-7976f95bed83
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:960e1726-3177-463f-bac7-c03a21e36f6c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4a248f37-4f6a-47d6-8a4f-3cec45003c7c
ModelName:BasicOnboardBiqfmu..base_ubuntu18..module-0
ModelUuid:831be136-1752-4ba4-b866-78ed7a308c87
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:25a51c2b-9f53-46f2-93ab-26f52a61eb6c
ModelInvariantUuid:4e6d24c5-7d4f-4db5-929c-ae5cabbfd121
ModelName:basic_onboard_BiqfmU-nodes.ubuntu18Cvfc
ModelUuid:b2a561f7-57ea-4d43-b83c-92337b5dd1bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ec1970cd-9a2d-42cc-b10c-59397fd8d660
ModelInvariantUuid:86f316d9-4289-4f0f-af29-7371d3127a7f
ModelName:BasicOnboardBiqfmu.compute.nodes.heat.ubuntu18
ModelUuid:2a275802-1c6f-4bbd-b06f-7057a59d2c06
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=?
2023-01-05T06:46:14.713Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d0058f99-5f9d-4b45-b0b3-53f63c30a190
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=?
2023-01-05T06:46:14.715Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||basic_onboard_BiqfmU 0
2023-01-05T06:46:14.716Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0058f99-5f9d-4b45-b0b3-53f63c30a190
2023-01-05T06:46:14.716Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f39b60e3-10c5-40a6-80d6-1786e9229ccf from URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
2023-01-05T06:46:14.716Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:46:14.716Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
2023-01-05T06:46:14.823Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:46:14.824Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json f39b60e3-10c5-40a6-80d6-1786e9229ccf 798
2023-01-05T06:46:14.824Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json ASDC sendASDCNotification
2023-01-05T06:46:14.825Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
2023-01-05T06:46:14.825Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:46:14.825Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:14.827Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:14.827Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901174824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:14.928Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:14.929Z||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.
2023-01-05T06:46:14.929Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:14.939Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:14.939Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:15.828Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBiqfmu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4a248f37-4f6a-47d6-8a4f-3cec45003c7c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "831be136-1752-4ba4-b866-78ed7a308c87",
"vfModuleModelCustomizationUUID": "f4ebc4a5-baf9-4a29-ae06-7dad4f352c0c",
"isBase": true,
"artifacts": [
"62ac5453-7af9-4151-a2fd-ff9fb47b522a",
"acf2fa47-e9d9-4ce6-a06b-22c53162d04d"
],
"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": ""
}
}
]
2023-01-05T06:46:15.839Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBiqfmu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:831be136-1752-4ba4-b866-78ed7a308c87
VfModuleModelInvariantUUID:4a248f37-4f6a-47d6-8a4f-3cec45003c7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
62ac5453-7af9-4151-a2fd-ff9fb47b522a
,
acf2fa47-e9d9-4ce6-a06b-22c53162d04d
}
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
}
2023-01-05T06:46:15.841Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBiqfmu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4a248f37-4f6a-47d6-8a4f-3cec45003c7c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "831be136-1752-4ba4-b866-78ed7a308c87",
"vfModuleModelCustomizationUUID": "f4ebc4a5-baf9-4a29-ae06-7dad4f352c0c",
"isBase": true,
"artifacts": [
"62ac5453-7af9-4151-a2fd-ff9fb47b522a",
"acf2fa47-e9d9-4ce6-a06b-22c53162d04d"
],
"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": ""
}
}
]
2023-01-05T06:46:15.841Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBiqfmu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:831be136-1752-4ba4-b866-78ed7a308c87
VfModuleModelInvariantUUID:4a248f37-4f6a-47d6-8a4f-3cec45003c7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
62ac5453-7af9-4151-a2fd-ff9fb47b522a
,
acf2fa47-e9d9-4ce6-a06b-22c53162d04d
}
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
}
2023-01-05T06:46:15.842Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 62ac5453-7af9-4151-a2fd-ff9fb47b522a from URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
2023-01-05T06:46:15.842Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:46:15.842Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
2023-01-05T06:46:15.931Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:46:15.932Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml 62ac5453-7af9-4151-a2fd-ff9fb47b522a 5033
2023-01-05T06:46:15.933Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-05T06:46:15.933Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
2023-01-05T06:46:15.933Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:46:15.933Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:15.936Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:15.936Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901175933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:16.036Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:16.038Z||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.
2023-01-05T06:46:16.038Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:16.048Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:16.049Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:16.937Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: acf2fa47-e9d9-4ce6-a06b-22c53162d04d from URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
2023-01-05T06:46:16.938Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:46:16.939Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
2023-01-05T06:46:17.024Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:46:17.024Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env acf2fa47-e9d9-4ce6-a06b-22c53162d04d 909
2023-01-05T06:46:17.025Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-05T06:46:17.025Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
2023-01-05T06:46:17.025Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:46:17.026Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:17.029Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:17.029Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901177025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:17.132Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-05T06:46:17.133Z||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.
2023-01-05T06:46:17.133Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:17.146Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:17.146Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:18.030Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a1eea90c-4506-4669-b2a8-30bd029c22bb
2023-01-05T06:46:18.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BiqfmU 0 d0058f99-5f9d-4b45-b0b3-53f63c30a190 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=?
2023-01-05T06:46:18.053Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@103bb9db, org.onap.sdc.toscaparser.api.parameters.Input@734c704a, org.onap.sdc.toscaparser.api.parameters.Input@23a604e5, org.onap.sdc.toscaparser.api.parameters.Input@4fd17a07, org.onap.sdc.toscaparser.api.parameters.Input@2e9e747]
2023-01-05T06:46:18.056Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.057Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.057Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-01-05T06:46:18.057Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 960e1726-3177-463f-bac7-c03a21e36f6c
2023-01-05T06:46:18.057Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 960e1726-3177-463f-bac7-c03a21e36f6c matches Tosca VF Customization UUID: 960e1726-3177-463f-bac7-c03a21e36f6c
2023-01-05T06:46:18.058Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 960e1726-3177-463f-bac7-c03a21e36f6c 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=?
2023-01-05T06:46:18.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 960e1726-3177-463f-bac7-c03a21e36f6c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-05T06:46:18.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45e0f58e
2023-01-05T06:46:18.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T06:46:18.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4ebc4a5-baf9-4a29-ae06-7dad4f352c0c
2023-01-05T06:46:18.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4ebc4a5-baf9-4a29-ae06-7dad4f352c0c
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=?
2023-01-05T06:46:18.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:18.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:18.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:18.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:18.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is not matching search criteria
2023-01-05T06:46:18.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-05T06:46:18.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-05T06:46:18.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=25a51c2b-9f53-46f2-93ab-26f52a61eb6c
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=?
2023-01-05T06:46:18.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:18.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:18.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:18.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=960e1726-3177-463f-bac7-c03a21e36f6c
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=?
2023-01-05T06:46:18.082Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a1eea90c-4506-4669-b2a8-30bd029c22bb: basic_onboard_BiqfmU
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:46:18.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_BiqfmU
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 (?, ?, ?, ?, ?)
2023-01-05T06:46:18.177Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BiqfmU d0058f99-5f9d-4b45-b0b3-53f63c30a190 1 ASDC deployResourceStructure
2023-01-05T06:46:18.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json ASDC sendASDCNotification
2023-01-05T06:46:18.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
2023-01-05T06:46:18.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:46:18.179Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:18.182Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:18.182Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901178178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:18.282Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:18.283Z||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.
2023-01-05T06:46:18.284Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:18.297Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:18.297Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:19.185Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-05T06:46:19.186Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
2023-01-05T06:46:19.186Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:46:19.186Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:19.189Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:19.189Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901179185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:19.289Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:46:19.290Z||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.
2023-01-05T06:46:19.290Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:19.304Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:19.305Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:20.190Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-05T06:46:20.191Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
2023-01-05T06:46:20.192Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:46:20.192Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:20.195Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:20.195Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901180190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:20.295Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:20.296Z||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.
2023-01-05T06:46:20.296Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:20.307Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:20.308Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:21.196Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar ASDC sendASDCNotification
2023-01-05T06:46:21.197Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:21.197Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:46:21.198Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:21.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:21.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901181196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:21.310Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:21.311Z||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.
2023-01-05T06:46:21.312Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:21.323Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:21.323Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:22.210Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:46:22.224Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:46:22.226Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:46:22.226Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T06:46:22.226Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T06:46:52.226Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:46:52.241Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:46:52.252Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:46:52.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T06:46:52.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T06:46:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:46:55.032Z||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.
2023-01-05T06:46:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:55.061Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:46:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901095017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901103050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901108211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901059341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901098445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901092335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901109610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901098445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901092335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901059341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901110680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901098445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901092335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901059341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901112088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901098445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901092335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901059341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901113091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901098445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901092335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901059341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901114096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901098445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901059341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901092335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901115101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901098445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901092335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901059341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901116956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901117119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901118125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-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=?
2023-01-05T06:46:55.092Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e6f981e-617d-4550-a9e1-c5049c0a732e
2023-01-05T06:46:55.092Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6f981e-617d-4550-a9e1-c5049c0a732e 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 (?, ?, ?, ?, ?)
2023-01-05T06:46:55.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901118057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901119113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901119168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901120142,
"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=?
2023-01-05T06:46:55.110Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e6f981e-617d-4550-a9e1-c5049c0a732e
2023-01-05T06:46:55.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6f981e-617d-4550-a9e1-c5049c0a732e 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 (?, ?, ?, ?, ?)
2023-01-05T06:46:55.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901119168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "multicloud-k8s",
"timestamp": 1672901121147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901119168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901119168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901119168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901119168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901119168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901126291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901129576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901129576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901129576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901129576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901134551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901129576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "aai-model-loader",
"timestamp": 1672901135554,
"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=?
2023-01-05T06:46:55.132Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e6f981e-617d-4550-a9e1-c5049c0a732e
2023-01-05T06:46:55.132Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6f981e-617d-4550-a9e1-c5049c0a732e 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 (?, ?, ?, ?, ?)
2023-01-05T06:46:55.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901129576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901129576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:46:55.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:46:55.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901137333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901139684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901140693,
"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=?
2023-01-05T06:46:55.151Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e6f981e-617d-4550-a9e1-c5049c0a732e
2023-01-05T06:46:55.151Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6f981e-617d-4550-a9e1-c5049c0a732e 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 (?, ?, ?, ?, ?)
2023-01-05T06:47:22.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:47:22.271Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:47:22.274Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:47:22.276Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:47:22.276Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:47:22.276Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T06:47:22.276Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T06:47:22.281Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T06:47:52.282Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e 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=?
2023-01-05T06:47:52.290Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e and serviceModelVersionId: a1eea90c-4506-4669-b2a8-30bd029c22bb
2023-01-05T06:47:52.291Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4fa7fb2-8c12-4be1-a272-4f0a98990b87
2023-01-05T06:47:52.292Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0
2023-01-05T06:47:52.298Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T06:47:52.370Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|INFO|500||Invoke
2023-01-05T06:47:52.371Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e6f981e-617d-4550-a9e1-c5049c0a732e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d7c4aca-ba0d-4b35-8873-53eac457e09b], X-ECOMP-RequestID=[1e6f981e-617d-4550-a9e1-c5049c0a732e], X-TransactionId=[], X-ONAP-RequestID=[1e6f981e-617d-4550-a9e1-c5049c0a732e], Content-Type=[application/merge-patch+json]}
2023-01-05T06:47:52.409Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-05T06:47:52.560Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?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/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 06:47:53 GMT], content-length=[0], vertex-id=[192744], x-aai-txid=[0-aai-resources-230105-06:47:53:260-98571], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T06:47:52.561Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T06:47:52.562Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|INFO|500||InvokeReturn
2023-01-05T06:47:52.563Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T06:47:52.564Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-05T06:47:52.573Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-05T06:47:52.574Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e6f981e-617d-4550-a9e1-c5049c0a732e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T06:47:52.575Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T06:47:52.575Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:47:52.578Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:47:52.579Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901272574,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T06:47:52.678Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:47:52.680Z||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.
2023-01-05T06:47:52.680Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:47:52.694Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:47:52.696Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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=?
2023-01-05T06:47:53.599Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:47:53.600Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T06:47:53.601Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:47:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:47:55.032Z||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.
2023-01-05T06:47:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:47:55.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:47:55.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901163442,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "NOTIFIED"
}
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901164463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901172246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901174824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901175933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901177025,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901178178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901179185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901180190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901181196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:48:03.138Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:48:03.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:48:03.140Z||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.
2023-01-05T06:48:03.140Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:48:12.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:48:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:48:55.019Z||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.
2023-01-05T06:48:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:48:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:48:55.031Z||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.
2023-01-05T06:48:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:48:55.553Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:48:55.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:48:55.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901272574,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T06:48:55.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:49:04.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:49:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:49:55.019Z||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.
2023-01-05T06:49:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:49:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:49:55.031Z||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.
2023-01-05T06:49:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:50:04.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:50:04.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:50:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:50:55.019Z||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.
2023-01-05T06:50:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:50:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:50:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T06:50:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:51:04.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:51:04.578Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:51:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:51:55.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:51:55.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:51:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:51:55.031Z||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.
2023-01-05T06:51:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:52:04.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:52:04.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:52:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:52:55.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:52:55.020Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:52:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:52:55.032Z||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.
2023-01-05T06:52:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:53:04.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:53:04.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:53:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:53:55.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:53:55.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:53:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:53:55.032Z||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.
2023-01-05T06:53:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:54:04.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:54:04.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:54:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:54:55.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:54:55.019Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:54:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:54:55.032Z||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.
2023-01-05T06:54:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:55:04.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:55:04.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:55:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:55:55.019Z||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.
2023-01-05T06:55:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:55:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:55:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T06:55:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:56:04.568Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:56:04.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:56:55.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:56:55.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:56:55.019Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:56:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:56:55.032Z||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.
2023-01-05T06:56:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:57:04.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:57:04.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:57:55.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:57:55.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:57:55.020Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:57:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:57:55.032Z||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.
2023-01-05T06:57:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:04.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:58:04.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:58:55.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:58:55.020Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:58:55.020Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:58:55.032Z||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.
2023-01-05T06:58:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:55.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:58:55.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:58:55.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901899148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ffe1bef-0875-48c7-a609-ac0e44c4fee1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e5adafe5-c564-48c3-8729-1e6b7e089b89","serviceDescription":"service","serviceInvariantUUID":"d069269c-8150-4a26-b93f-02d93fc777a0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7dd1f5f2-1113-4aaf-bd72-5dfd9d3dd0dd","resourceInvariantUUID":"10c531b8-0bcb-4e0c-aca6-6a4db96a90b1","resourceCustomizationUUID":"ca9e5916-7a22-40fa-a0d0-8e89b1ec83d9","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":"YmRhN2FiYzQ1NjhlZDM2ZjQ4NDFkYWE5ZGU4MTA3NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed8e559b-6907-4f02-a8ec-b82a1acb9ea7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjUxYzlhZWQyMjlhMTU5YTM1M2Q2OTQwYWU0MTFmODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5de37f70-d11e-47d2-b3fd-317564eaf57d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T06:58:55.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T06:58:55.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "multicloud-k8s",
"timestamp": 1672901902196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "aai-model-loader",
"timestamp": 1672901929169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901918490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901918490,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901899148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "aai-model-loader",
"timestamp": 1672901929169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "multicloud-k8s",
"timestamp": 1672901902196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901932772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "aai-model-loader",
"timestamp": 1672901932611,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901933780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-05T06:58:55.667Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:58:55.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
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=?
2023-01-05T06:58:55.675Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:58:55.675Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901935018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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 (?, ?, ?, ?, ?)
2023-01-05T06:58:55.685Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
2023-01-05T06:58:55.686Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 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 (?, ?, ?, ?, ?)
2023-01-05T06:58:55.775Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:58:55.776Z||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.
2023-01-05T06:58:55.776Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:55.791Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:58:55.792Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":3,"count":1}
2023-01-05T06:58:56.676Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:58:56.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:58:56.683Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:58:56.683Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901935018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T06:58:56.783Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:58:56.785Z||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.
2023-01-05T06:58:56.785Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:56.795Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:58:56.796Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:58:57.685Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e5adafe5-c564-48c3-8729-1e6b7e089b89",
"serviceDescription": "service",
"serviceInvariantUUID": "d069269c-8150-4a26-b93f-02d93fc777a0",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ca9e5916-7a22-40fa-a0d0-8e89b1ec83d9",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7dd1f5f2-1113-4aaf-bd72-5dfd9d3dd0dd",
"resourceInvariantUUID": "10c531b8-0bcb-4e0c-aca6-6a4db96a90b1",
"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": "YjUxYzlhZWQyMjlhMTU5YTM1M2Q2OTQwYWU0MTFmODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5de37f70-d11e-47d2-b3fd-317564eaf57d"
}
],
"workloadContext": "Production"
}
2023-01-05T06:58:57.686Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T06:58:57.687Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e5adafe5-c564-48c3-8729-1e6b7e089b89 ASDC
2023-01-05T06:58:57.688Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0ffe1bef-0875-48c7-a609-ac0e44c4fee1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e5adafe5-c564-48c3-8729-1e6b7e089b89
ServiceInvariantUUID:d069269c-8150-4a26-b93f-02d93fc777a0
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:5de37f70-d11e-47d2-b3fd-317564eaf57d
ArtifactChecksum:YjUxYzlhZWQyMjlhMTU5YTM1M2Q2OTQwYWU0MTFmODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ca9e5916-7a22-40fa-a0d0-8e89b1ec83d9
ResourceInvariantUUID:10c531b8-0bcb-4e0c-aca6-6a4db96a90b1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7dd1f5f2-1113-4aaf-bd72-5dfd9d3dd0dd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-05T06:58:57.689Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5adafe5-c564-48c3-8729-1e6b7e089b89 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=?
2023-01-05T06:58:57.726Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:58:57.729Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T06:58:57.729Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T06:58:57.729Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5de37f70-d11e-47d2-b3fd-317564eaf57d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-05T06:58:57.729Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T06:58:57.731Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-05T06:58:57.803Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T06:58:57.806Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5de37f70-d11e-47d2-b3fd-317564eaf57d 57788
2023-01-05T06:58:57.806Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-05T06:58:57.807Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-05T06:58:57.807Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:58:57.807Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:58:57.810Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:58:57.810Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901937806,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T06:58:57.911Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T06:58:57.913Z||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.
2023-01-05T06:58:57.913Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:57.926Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:58:57.927Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:58:58.811Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:58:58.812Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T06:58:58.813Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5de37f70-d11e-47d2-b3fd-317564eaf57d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:58.814Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-05T06:58:58.814Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:58.814Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.030Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1743422533565829454/Definitions/service-BasicNetwork-template.yml
2023-01-05T06:58:59.577Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T06:58:59.579Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T06:58:59.579Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.579Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-05T06:58:59.580Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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
2023-01-05T06:58:59.580Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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
2023-01-05T06:58:59.580Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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
2023-01-05T06:58:59.580Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T06:58:59.582Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.582Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.582Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-05T06:58:59.583Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T06:58:59.583Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:58:59.583Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.585Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.585Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.585Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.586Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.586Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.586Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.587Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.587Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.587Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.587Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e5adafe5-c564-48c3-8729-1e6b7e089b89
Model Version:NULL
Model InvariantUuid:d069269c-8150-4a26-b93f-02d93fc777a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:10c531b8-0bcb-4e0c-aca6-6a4db96a90b1
Model UUID:40f6f6b5-3c49-426e-84e1-01a2f96a7ff9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ca9e5916-7a22-40fa-a0d0-8e89b1ec83d9
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=?
2023-01-05T06:58:59.595Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 7dd1f5f2-1113-4aaf-bd72-5dfd9d3dd0dd
2023-01-05T06:58:59.596Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||No resources found for Service: e5adafe5-c564-48c3-8729-1e6b7e089b89
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=?
2023-01-05T06:58:59.603Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||
2023-01-05T06:58:59.603Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-05T06:58:59.604Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e5adafe5-c564-48c3-8729-1e6b7e089b89
2023-01-05T06:58:59.605Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e5adafe5-c564-48c3-8729-1e6b7e089b89
2023-01-05T06:58:59.605Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-05T06:58:59.605Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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=?
2023-01-05T06:58:59.611Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@655fddeb, org.onap.sdc.toscaparser.api.parameters.Input@2ab2fa4, org.onap.sdc.toscaparser.api.parameters.Input@3dc6d2e, org.onap.sdc.toscaparser.api.parameters.Input@359d24cf, org.onap.sdc.toscaparser.api.parameters.Input@2e361712]
2023-01-05T06:58:59.613Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.613Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.614Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.614Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.614Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e5adafe5-c564-48c3-8729-1e6b7e089b89: Generic NeutronNet
2023-01-05T06:58:59.615Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.615Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.615Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.616Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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=?
2023-01-05T06:58:59.656Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.657Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.658Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.658Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.658Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T06:58:59.658Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.659Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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 (?, ?)
2023-01-05T06:58:59.719Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-05T06:58:59.719Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-05T06:58:59.719Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.720Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:58:59.720Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:58:59.722Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:58:59.722Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901939719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T06:58:59.822Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:58:59.823Z||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.
2023-01-05T06:58:59.824Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:59.852Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:58:59.853Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:59:00.723Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T06:59:00.739Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T06:59:00.742Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:59:00.742Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T06:59:00.742Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T06:59:30.743Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T06:59:30.758Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T06:59:30.762Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:59:30.762Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T06:59:30.762Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T06:59:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:59:55.033Z||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.
2023-01-05T06:59:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:59:55.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T06:59:55.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:59:55.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901935018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T06:59:55.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:00.763Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:00:00.781Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:00:00.783Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:00:00.784Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T07:00:00.784Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T07:00:30.784Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:00:30.799Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:00:30.804Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:00:30.804Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T07:00:30.805Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T07:00:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:00:55.032Z||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.
2023-01-05T07:00:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:00:55.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:00:55.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901935018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T07:00:55.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "aai-model-loader",
"timestamp": 1672901937138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T07:00:55.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901937806,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "aai-model-loader",
"timestamp": 1672901938141,
"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=?
2023-01-05T07:00:55.089Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
2023-01-05T07:00:55.090Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672901939719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T07:00:55.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901939576,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901939576,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T07:00:55.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901942301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901943979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T07:00:55.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901938442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "multicloud-k8s",
"timestamp": 1672901932485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901934785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901944984,
"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=?
2023-01-05T07:00:55.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
2023-01-05T07:00:55.114Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901938442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "multicloud-k8s",
"timestamp": 1672901932485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901934785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901938442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "multicloud-k8s",
"timestamp": 1672901932485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901934785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901938442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901934785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "multicloud-k8s",
"timestamp": 1672901932485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901938442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901934785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "multicloud-k8s",
"timestamp": 1672901932485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901938442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-05T07:00:55.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901934785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "multicloud-k8s",
"timestamp": 1672901932485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901938442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901934785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "multicloud-k8s",
"timestamp": 1672901932485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901938442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "multicloud-k8s",
"timestamp": 1672901932485,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T07:00:55.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901934785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T07:00:55.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901953025,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901953096,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "cds-sdc-listener",
"timestamp": 1672901954032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.165Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac4d4fec-e183-4fcf-bc30-bc0d618c3712
2023-01-05T07:00:55.165Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901954335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-05T07:00:55.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "ves-openapi-manager",
"timestamp": 1672901955338,
"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=?
2023-01-05T07:00:55.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ac4d4fec-e183-4fcf-bc30-bc0d618c3712
2023-01-05T07:00:55.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901959168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901959168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901959168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901959168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901959168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901959168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901959168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901959168,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T07:00:55.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901967280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.213Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901969576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901969576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901969576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901972788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901969576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "aai-model-loader",
"timestamp": 1672901973791,
"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=?
2023-01-05T07:00:55.223Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac4d4fec-e183-4fcf-bc30-bc0d618c3712
2023-01-05T07:00:55.223Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901969576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901969576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901969576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901969576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901978331,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901980236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672901981240,
"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=?
2023-01-05T07:00:55.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac4d4fec-e183-4fcf-bc30-bc0d618c3712
2023-01-05T07:00:55.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:00.805Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:01:00.819Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:01:00.822Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T07:01:00.829Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T07:01:30.830Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 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=?
2023-01-05T07:01:30.858Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 and serviceModelVersionId: e5adafe5-c564-48c3-8729-1e6b7e089b89
2023-01-05T07:01:30.859Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d069269c-8150-4a26-b93f-02d93fc777a0
2023-01-05T07:01:30.861Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0
2023-01-05T07:01:30.872Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T07:01:30.957Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|INFO|500||Invoke
2023-01-05T07:01:30.959Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ffe1bef-0875-48c7-a609-ac0e44c4fee1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b78c2ac7-423b-4b6f-853e-b8ba65250f92], X-ECOMP-RequestID=[0ffe1bef-0875-48c7-a609-ac0e44c4fee1], X-TransactionId=[], X-ONAP-RequestID=[0ffe1bef-0875-48c7-a609-ac0e44c4fee1], Content-Type=[application/merge-patch+json]}
2023-01-05T07:01:30.990Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-05T07:01:31.104Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?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/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 07:01:31 GMT], content-length=[0], vertex-id=[200928], x-aai-txid=[2-aai-resources-230105-07:01:31:838-22949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T07:01:31.104Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T07:01:31.106Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|INFO|500||InvokeReturn
2023-01-05T07:01:31.106Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T07:01:31.107Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-05T07:01:31.116Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-05T07:01:31.116Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T07:01:31.117Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T07:01:31.118Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:31.121Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:31.122Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902091117,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:01:31.228Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-01-05T07:01:31.229Z||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.
2023-01-05T07:01:31.229Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:31.255Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:31.256Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 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=?
2023-01-05T07:01:32.136Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:01:32.137Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:01:32.137Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:37.740Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:37.741Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T07:01:37.742Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac4d4fec-e183-4fcf-bc30-bc0d618c3712","serviceName":"Demo_pNF_JDCO6xnwxNMg5zSYGNj0","serviceVersion":"1.0","serviceUUID":"90d87852-a692-41bc-8362-08f6f42aa47d","serviceDescription":"catalog service description","serviceInvariantUUID":"1cf537cd-f008-4fb7-bd93-6fa531208a3f","resources":[{"resourceInstanceName":"pNF bfc4921b-77c6 0","resourceName":"pNF bfc4921b-77c6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3","resourceInvariantUUID":"4321b8bf-fa8a-45d0-95ce-934f12e0a9a8","resourceCustomizationUUID":"9bbabdbd-e6b6-4c44-9253-02dcee723dfe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml","artifactChecksum":"N2E2OGZhYWNjZjA3ZTgzM2FlMmU0MjY0MWNlMWVkMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b14a2eb1-a437-464a-a968-8531e5c15d43","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar","artifactChecksum":"NDU1YmM4MGMwZjMzNjBkOGNkYjNiYWI3MTljNDNjOGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53c6de83-5b6f-48cb-9e46-04a988e0caf9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eab425ed-7892-4c11-8941-94b367367501","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml","artifactChecksum":"ZDA3ZmZmYzc3MzczOTU1YTNhOTAyY2E3OWFlMDU1ODA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bd6b9e6-14be-4340-afeb-faf8203f9ceb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43244e8e-11ab-44da-b39d-e86684ef2df7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc9c26d5-38a8-4eb9-9a92-f3e75b68355d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml","artifactChecksum":"MmU3MDMxOWE5MmYwZWZkNTBiMWYxOTVjZGYwNjg1OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14b830c1-4c02-417c-a58b-90615aef030b","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar","artifactChecksum":"OTk1NDBjOTAzMWRjZGJiZTQ0ZmIyYWU0ODBmOWNkOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f099b380-cabe-41b2-a647-9bcb0e273f45","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T07:01:37.745Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:37.745Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:37.748Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:37.748Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902092136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:01:37.848Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:37.849Z||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.
2023-01-05T07:01:37.850Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:37.877Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:37.878Z||pool-40-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:38.749Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:38.750Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:38.752Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:38.752Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902092136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:01:38.852Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:38.854Z||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.
2023-01-05T07:01:38.854Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:38.866Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:38.867Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:39.753Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:39.753Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:39.756Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:39.756Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902092136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:01:39.863Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-01-05T07:01:39.864Z||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.
2023-01-05T07:01:39.864Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:39.879Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:39.880Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:40.757Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:40.757Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:40.766Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:40.766Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902092136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:01:40.862Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-05T07:01:40.863Z||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.
2023-01-05T07:01:40.863Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:40.875Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:40.876Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:01:41.766Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:41.767Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:41.769Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:41.769Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902092136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:01:41.870Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:41.871Z||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.
2023-01-05T07:01:41.871Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:41.883Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:41.884Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:42.770Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:42.773Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:42.776Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:42.776Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902092136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:01:42.876Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:42.877Z||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.
2023-01-05T07:01:42.877Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:42.891Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:42.891Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:43.777Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:43.778Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:43.781Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:43.781Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902092136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-05T07:01:43.881Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:43.882Z||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.
2023-01-05T07:01:43.882Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:43.893Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:43.894Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:44.781Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:44.782Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:44.784Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:44.785Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902092136,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "NOTIFIED"
}
2023-01-05T07:01:44.885Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:44.886Z||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.
2023-01-05T07:01:44.887Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:44.899Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:44.900Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:45.795Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"serviceName": "Demo_pNF_JDCO6xnwxNMg5zSYGNj0",
"serviceVersion": "1.0",
"serviceUUID": "90d87852-a692-41bc-8362-08f6f42aa47d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1cf537cd-f008-4fb7-bd93-6fa531208a3f",
"resources": [
{
"resourceInstanceName": "pNF bfc4921b-77c6 0",
"resourceCustomizationUUID": "9bbabdbd-e6b6-4c44-9253-02dcee723dfe",
"resourceName": "pNF bfc4921b-77c6",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3",
"resourceInvariantUUID": "4321b8bf-fa8a-45d0-95ce-934f12e0a9a8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"artifactChecksum": "OTk1NDBjOTAzMWRjZGJiZTQ0ZmIyYWU0ODBmOWNkOWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f099b380-cabe-41b2-a647-9bcb0e273f45"
}
],
"workloadContext": "Production"
}
2023-01-05T07:01:45.795Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T07:01:45.795Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 90d87852-a692-41bc-8362-08f6f42aa47d ASDC
2023-01-05T07:01:45.796Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ac4d4fec-e183-4fcf-bc30-bc0d618c3712
ServiceName:Demo_pNF_JDCO6xnwxNMg5zSYGNj0
ServiceVersion:1.0
ServiceUUID:90d87852-a692-41bc-8362-08f6f42aa47d
ServiceInvariantUUID:1cf537cd-f008-4fb7-bd93-6fa531208a3f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
ArtifactUUID:f099b380-cabe-41b2-a647-9bcb0e273f45
ArtifactChecksum:OTk1NDBjOTAzMWRjZGJiZTQ0ZmIyYWU0ODBmOWNkOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bfc4921b-77c6 0
ResourceCustomizationUUID:9bbabdbd-e6b6-4c44-9253-02dcee723dfe
ResourceInvariantUUID:4321b8bf-fa8a-45d0-95ce-934f12e0a9a8
ResourceName:pNF bfc4921b-77c6
ResourceType:PNF
ResourceUUID:ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-05T07:01:45.796Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90d87852-a692-41bc-8362-08f6f42aa47d 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=?
2023-01-05T07:01:45.820Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f099b380-cabe-41b2-a647-9bcb0e273f45 from URL: /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:45.903Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar f099b380-cabe-41b2-a647-9bcb0e273f45 88018
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar ASDC sendASDCNotification
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:45.911Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:45.911Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672902105908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-05T07:01:46.012Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:46.013Z||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.
2023-01-05T07:01:46.014Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:46.025Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-05T07:01:46.026Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:46.911Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:01:46.913Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:01:46.913Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f099b380-cabe-41b2-a647-9bcb0e273f45, URL: /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar to file: /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:46.914Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:46.915Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:46.915Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:47.126Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5732204464795619922/Definitions/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml
2023-01-05T07:01:48.060Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T07:01:48.061Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T07:01:48.061Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.062Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-05T07:01:48.062Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.062Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.062Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bfc4921b-77c6 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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T07:01:48.064Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T07:01:48.064Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.064Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Node template pNF bfc4921b-77c6 0 is matching search criteria
2023-01-05T07:01:48.065Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T07:01:48.065Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bfc4921b-77c6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:01:48.066Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T07:01:48.066Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.066Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Node template pNF bfc4921b-77c6 0 is matching search criteria
2023-01-05T07:01:48.067Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T07:01:48.067Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bfc4921b-77c6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:01:48.067Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T07:01:48.068Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.068Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T07:01:48.068Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.069Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T07:01:48.071Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.071Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T07:01:48.071Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.074Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T07:01:48.074Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.075Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_JDCO6xnwxNMg5zSYGNj0
Description:catalog service description
Model UUID:90d87852-a692-41bc-8362-08f6f42aa47d
Model Version:NULL
Model InvariantUuid:1cf537cd-f008-4fb7-bd93-6fa531208a3f
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=?
2023-01-05T07:01:48.082Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3
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=?
2023-01-05T07:01:48.085Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||pNF bfc4921b-77c6 0
2023-01-05T07:01:48.086Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3
2023-01-05T07:01:48.086Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 90d87852-a692-41bc-8362-08f6f42aa47d
2023-01-05T07:01:48.086Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 90d87852-a692-41bc-8362-08f6f42aa47d
2023-01-05T07:01:48.086Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bfc4921b-77c6 0 ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3 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=?
2023-01-05T07:01:48.090Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cf73f9e, org.onap.sdc.toscaparser.api.parameters.Input@47423ef9, org.onap.sdc.toscaparser.api.parameters.Input@c3d9a03, org.onap.sdc.toscaparser.api.parameters.Input@18bb299d, org.onap.sdc.toscaparser.api.parameters.Input@1d35fedb]
2023-01-05T07:01:48.091Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-05T07:01:48.091Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.091Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 90d87852-a692-41bc-8362-08f6f42aa47d: pNF bfc4921b-77c6
2023-01-05T07:01:48.091Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Processing PNF resource: ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3
2023-01-05T07:01:48.092Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery