By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-02-05T03:19:48.214Z||main|||||INFO|500||The following profiles are active: basic
2022-02-05T03:19:57.447Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-05T03:19:57.447Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-05T03:19:57.530Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-05T03:19:59.628Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-05T03:19:59.796Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-05T03:20:00.183Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-05T03:20:00.189Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-05T03:20:00.265Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-05T03:20:00.387Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-05T03:20:00.754Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-05T03:20:01.609Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-05T03:20:03.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-05T03:20:03.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-05T03:20:03.966Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-05T03:20:04.163Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-05T03:20:05.272Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-05T03:20:06.221Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-05T03:20:06.237Z||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$$2c0c0be2.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-05T03:20:06.237Z||main|||||WARN|500||The sdc end point is not alive
2022-02-05T03:20:08.860Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-05T03:20:11.264Z||main|||||WARN|500||---
2022-02-05T03:20:11.264Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-05T03:20:11.264Z||main|||||WARN|500||---
2022-02-05T03:20:11.646Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-05T03:20:15.635Z||main|||||INFO|500||Started Application in 31.543 seconds (JVM running for 32.632)
2022-02-05T03:20:15.663Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-05T03:20:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-05T03:20:15.676Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-05T03:20:15.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-05T03:20:15.783Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a5e8138-d5f6-4595-b4d0-742870888122 url= /sdc/v1/artifactTypes
2022-02-05T03:20:15.783Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-05T03:20:15.987Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-05T03:20:16.009Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-05T03:20:16.028Z||scheduling-1|||||DEBUG|500||create keys
2022-02-05T03:20:16.035Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-05T03:20:16.761Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:20:16.777Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2db0c6f7-7a55-4f45-81e3-900407985a71 url= /sdc/v1/registerForDistribution
2022-02-05T03:20:17.264Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2db0c6f7-7a55-4f45-81e3-900407985a71 url= /sdc/v1/registerForDistribution
2022-02-05T03:20:17.264Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-05T03:20:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:20:17.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:20:17.279Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:20:17.278Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:20:17.279Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:20:17.279Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:20:17.281Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-05T03:20:29.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:20:29.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:21:17.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:21:17.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:21:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:21:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:21:17.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:21:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:21:26.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:21:26.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:22:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:22:17.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:22:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:22:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:22:17.274Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:22:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:22:26.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:22:26.826Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:23:17.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:23:17.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:23:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:23:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:23:17.274Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:23:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:23:26.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:23:26.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:24:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:24:17.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:24:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:24:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:24:17.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:24:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:24:26.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:24:26.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:25:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:25:17.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:25:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:25:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:25:17.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:25:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:25:26.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:25:26.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:26:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:26:17.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:26:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:26:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:26:17.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:26:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:26:26.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:26:26.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:27:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:27:17.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:27:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:27:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:27:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:27:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:27:26.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:27:26.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:28:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:28:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:28:17.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:28:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:28:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:28:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:28:26.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:28:26.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:29:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:29:17.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:29:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:29:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:29:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:29:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:29:26.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:29:26.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:30:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:30:17.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:30:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:30:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:30:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:30:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:30:26.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:30:26.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:30:34.329Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-05T03:31:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:31:17.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:31:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:31:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:31:17.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:31:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:31:26.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:31:26.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:32:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:32:17.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:32:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:32:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:32:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:32:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:32:26.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:32:26.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:33:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:33:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:33:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:33:17.273Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:33:17.274Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:33:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:33:26.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:33:26.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:34:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:34:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:34:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:34:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:34:17.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:34:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:34:26.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:34:26.824Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:35:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:35:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:35:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:35:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:35:17.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:35:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:35:26.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:35:26.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:36:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:36:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:36:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:36:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:36:17.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:36:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:36:26.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:36:26.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:37:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:37:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:37:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:37:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:37:17.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:37:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:37:26.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:37:26.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:38:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:38:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:38:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:38:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:38:17.274Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:38:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:38:26.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:38:26.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:39:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:39:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:39:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:39:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:39:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:39:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:39:26.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:39:26.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:40:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:40:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:40:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:40:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:40:17.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:40:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:40:26.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:40:26.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:41:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:41:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:41:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:41:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:41:17.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:41:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:41:26.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:41:26.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:42:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:42:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:42:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:42:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:42:17.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:42:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:42:26.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:42:26.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:43:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:43:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:43:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:43:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:43:17.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:43:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:43:26.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:43:26.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:44:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:44:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:44:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:44:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:44:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:44:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:44:26.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:44:26.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:45:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:45:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:45:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:45:17.273Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:45:17.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:45:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:45:26.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:45:26.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:46:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:46:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:46:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:46:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:46:17.274Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:46:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:46:26.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:46:26.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:47:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:47:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:47:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:47:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:47:17.274Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:47:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:47:26.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:47:26.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:48:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:48:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:48:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:48:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:48:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:48:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:48:26.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:48:26.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:49:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:49:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:49:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:49:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:49:17.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:49:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:49:26.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:49:26.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:50:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:50:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:50:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:50:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:50:17.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:50:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:50:26.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:50:26.819Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:51:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:51:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:51:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:51:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:51:17.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:51:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:51:26.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:51:26.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:52:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:52:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:52:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:52:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:52:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:52:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:52:26.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:52:26.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:53:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:53:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:53:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:53:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:53:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:53:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:53:26.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:53:26.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:54:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:54:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:54:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:54:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:54:17.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:54:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:54:26.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:54:26.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:55:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:55:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:55:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:55:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:55:17.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:55:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:55:26.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:55:26.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:56:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:56:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:56:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:56:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:56:17.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:56:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:56:26.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:56:26.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:57:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:57:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:57:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:57:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:57:17.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:57:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:57:26.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:57:26.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:58:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:58:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:58:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:58:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:58:17.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:58:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:58:26.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:58:26.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:59:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:59:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:59:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:59:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:59:17.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T03:59:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:59:26.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T03:59:26.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:00:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:00:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:00:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:00:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:00:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:00:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:00:26.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:00:26.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:01:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:01:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:01:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:01:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:01:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:01:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:01:26.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:01:26.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:02:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:02:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:02:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:02:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:02:17.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:02:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:02:26.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:02:26.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:03:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:03:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:03:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:03:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:03:17.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:03:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:03:26.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:03:26.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:04:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:04:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:04:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:04:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:04:17.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:04:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:04:26.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:04:26.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:05:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:05:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:05:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:05:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:05:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:05:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:05:26.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:05:26.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:06:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:06:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:06:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:06:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:06:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:06:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:06:26.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:06:26.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:07:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:07:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:07:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:07:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:07:17.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:07:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:07:26.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:07:26.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:08:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:08:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:08:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:08:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:08:17.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:08:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:08:26.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:08:26.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:09:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:09:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:09:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:09:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:09:17.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:09:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:09:26.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:09:26.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:10:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:10:17.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:10:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:10:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:10:17.274Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:10:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:10:26.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:10:26.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:11:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:11:17.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:11:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:11:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:11:17.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:11:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:11:26.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:11:26.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:12:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:12:17.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:12:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:12:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:12:17.274Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:12:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:12:26.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:12:26.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:13:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:13:17.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:13:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:13:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:13:17.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:13:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:13:26.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:13:26.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:14:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:14:17.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:14:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:14:17.273Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:14:17.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:14:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:14:26.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:14:26.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:15:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:15:17.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:15:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:15:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:15:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:15:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:15:26.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:15:26.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:16:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:16:17.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:16:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:16:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:16:17.274Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:16:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:16:26.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:16:26.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:17:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:17:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:17:17.274Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:17:17.274Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:17:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:17:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:17:26.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:17:26.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:17.271Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:18:17.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:18:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:18:17.274Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:18:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:17.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:17.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:17.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d2376a2-2c8e-4347-9b81-7f08495a0614","serviceName":"basic_onboard_nNIwQw","serviceVersion":"1.0","serviceUUID":"e9e39d4b-7074-4c9d-9976-3d75e841aa06","serviceDescription":"service","serviceInvariantUUID":"075086ff-ab69-43d4-884e-a9349c772541","resources":[{"resourceInstanceName":"basic_onboard_nNIwQw 0","resourceName":"basic_onboard_nNIwQw","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0392031-4877-4834-a680-0271dd930d9b","resourceInvariantUUID":"98ffa871-18ec-4c3e-bfbd-091ae3869f65","resourceCustomizationUUID":"cea9213e-0167-4513-b35c-660483ae0e1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml","artifactChecksum":"MjcyODc2ZDg5MjUzNTg3ZjlhZDkzMDlmOTVkMzc1ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1a61704-ad04-4266-812b-3d49bba35a2c","artifactVersion":"1"},{"artifactName":"basic_onboard_nniwqw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json","artifactChecksum":"ZmViOGY1NGZhNDIxNDI2MTk5ZjA2NGY0Nzc3N2Q4M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1828d9b-8de5-476c-91ba-fb22981ba10b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f984ae7c-6332-4044-b0a1-4542a095f46c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"43cf494f-1a47-4972-b311-0d17ce92c908","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21bd9bc7-b13e-49ad-a764-d4b0697b91e3","artifactVersion":"2","generatedFromUUID":"f984ae7c-6332-4044-b0a1-4542a095f46c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNniwqw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml","artifactChecksum":"ZjdiNjllYWM2NTA3ZmNlNDU2OTg0NzUwZTBhM2FjY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e274073-381f-4ab3-a725-e3a2a11e8fcb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNniwqw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar","artifactChecksum":"MWZkOGMzNGMwNGFmNTk5OGNjNzhjMTJmMGZkZTBkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1343540-0cb1-45f4-bc88-524763756fcf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:18:17.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034670124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.907Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:17.914Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:17.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034673867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034673589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034670676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034670124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034673589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.923Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034673867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034670676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034670124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034673867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034673589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034670676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034670124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034673867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034673589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034670676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034680134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034680133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034670124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034673589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034673867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034670676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034680134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034680133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034670124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034673589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034673867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034670676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034680134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034680133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034673867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034670124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034673589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034670676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034680134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034680133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034680134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034680133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034684904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034684905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034684908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034680134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034680133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "dcae-sch",
"timestamp": 1644034685185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "cds",
"timestamp": 1644034685917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:18:18.024Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-05T04:18:18.027Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:18.027Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:18:18.038Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:18.039Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:18:18.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034680134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "dcae-sch",
"timestamp": 1644034685185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034680133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "dcae-sch",
"timestamp": 1644034685185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034687240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034688001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "dcae-sch",
"timestamp": 1644034685185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034687240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034689007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034689038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "dcae-sch",
"timestamp": 1644034685185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034687240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034690043,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:18:18.126Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:18:18.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "policy-id",
"timestamp": 1644034690011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:18:18.136Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.137Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:18:18.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "dcae-sch",
"timestamp": 1644034685185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034687240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "dcae-sch",
"timestamp": 1644034685185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034687240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034687240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034693736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034687240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034694694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034694801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034695011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "aai-ml",
"timestamp": 1644034695699,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:18:18.152Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.152Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:18:18.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "clamp",
"timestamp": 1644034695805,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:18:18.165Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.165Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:18:18.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034696102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034697143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.928Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:18.929Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:18.930Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:18.930Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T04:18:19.031Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:19.031Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:19.031Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:19.040Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:19.041Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:19.931Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:19.932Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:19.933Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:19.934Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-05T04:18:20.034Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:20.035Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:20.035Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:20.044Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:20.045Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:20.934Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:20.935Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:20.937Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:20.937Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:21.037Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:21.038Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:21.038Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:21.049Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:21.049Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:21.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:21.938Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:21.940Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:21.940Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-05T04:18:22.040Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:22.041Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:22.041Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:22.051Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:22.052Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:22.941Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:22.941Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:22.943Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:22.943Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:18:23.043Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:23.044Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:23.044Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:23.053Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:23.054Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:23.944Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:23.944Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:23.946Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:23.946Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:18:24.047Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T04:18:24.047Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:24.047Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:24.059Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:24.059Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:24.948Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"serviceName": "basic_onboard_nNIwQw",
"serviceVersion": "1.0",
"serviceUUID": "e9e39d4b-7074-4c9d-9976-3d75e841aa06",
"serviceDescription": "service",
"serviceInvariantUUID": "075086ff-ab69-43d4-884e-a9349c772541",
"resources": [
{
"resourceInstanceName": "basic_onboard_nNIwQw 0",
"resourceCustomizationUUID": "cea9213e-0167-4513-b35c-660483ae0e1e",
"resourceName": "basic_onboard_nNIwQw",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b0392031-4877-4834-a680-0271dd930d9b",
"resourceInvariantUUID": "98ffa871-18ec-4c3e-bfbd-091ae3869f65",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nniwqw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"artifactChecksum": "ZmViOGY1NGZhNDIxNDI2MTk5ZjA2NGY0Nzc3N2Q4M2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a1828d9b-8de5-476c-91ba-fb22981ba10b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f984ae7c-6332-4044-b0a1-4542a095f46c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "21bd9bc7-b13e-49ad-a764-d4b0697b91e3",
"generatedFromUUID": "f984ae7c-6332-4044-b0a1-4542a095f46c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "21bd9bc7-b13e-49ad-a764-d4b0697b91e3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNniwqw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"artifactChecksum": "MWZkOGMzNGMwNGFmNTk5OGNjNzhjMTJmMGZkZTBkZDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a1343540-0cb1-45f4-bc88-524763756fcf"
}
],
"workloadContext": "Production"
}
2022-02-05T04:18:24.949Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:18:24.949Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9e39d4b-7074-4c9d-9976-3d75e841aa06 ASDC
2022-02-05T04:18:25.080Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4d2376a2-2c8e-4347-9b81-7f08495a0614
ServiceName:basic_onboard_nNIwQw
ServiceVersion:1.0
ServiceUUID:e9e39d4b-7074-4c9d-9976-3d75e841aa06
ServiceInvariantUUID:075086ff-ab69-43d4-884e-a9349c772541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNniwqw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
ArtifactUUID:a1343540-0cb1-45f4-bc88-524763756fcf
ArtifactChecksum:MWZkOGMzNGMwNGFmNTk5OGNjNzhjMTJmMGZkZTBkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nNIwQw 0
ResourceCustomizationUUID:cea9213e-0167-4513-b35c-660483ae0e1e
ResourceInvariantUUID:98ffa871-18ec-4c3e-bfbd-091ae3869f65
ResourceName:basic_onboard_nNIwQw
ResourceType:VF
ResourceUUID:b0392031-4877-4834-a680-0271dd930d9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nniwqw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
ArtifactUUID:a1828d9b-8de5-476c-91ba-fb22981ba10b
ArtifactChecksum:ZmViOGY1NGZhNDIxNDI2MTk5ZjA2NGY0Nzc3N2Q4M2I=
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/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f984ae7c-6332-4044-b0a1-4542a095f46c
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/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
ArtifactUUID:21bd9bc7-b13e-49ad-a764-d4b0697b91e3
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/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
ArtifactUUID:21bd9bc7-b13e-49ad-a764-d4b0697b91e3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-05T04:18:25.080Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9e39d4b-7074-4c9d-9976-3d75e841aa06 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T04:18:25.118Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:18:25.119Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:18:25.119Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:18:25.119Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a1343540-0cb1-45f4-bc88-524763756fcf from URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:25.120Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:18:25.120Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:25.209Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:18:25.221Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar a1343540-0cb1-45f4-bc88-524763756fcf 71561
2022-02-05T04:18:25.223Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar ASDC sendASDCNotification
2022-02-05T04:18:25.223Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:25.223Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:18:25.224Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:25.225Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:25.226Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034705222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:25.326Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:25.327Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:25.327Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:25.336Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:25.336Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:26.226Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:18:26.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:18:26.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a1343540-0cb1-45f4-bc88-524763756fcf, URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar to file: /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:26.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:26.286Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:26.286Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:26.646Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17006991041709538996/Definitions/service-BasicOnboardNniwqw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-05T04:18:28.223Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:18:28.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-05T04:18:28.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T04:18:28.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nNIwQw 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-05T04:18:28.234Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.235Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.238Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.238Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-05T04:18:28.239Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.242Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.244Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:18:28.246Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is not matching search criteria
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aba6ed6b-a78f-4e87-aade-643a6577a123
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.250Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:28.250Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.250Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nNIwQw
Description:service
Model UUID:e9e39d4b-7074-4c9d-9976-3d75e841aa06
Model Version:NULL
Model InvariantUuid:075086ff-ab69-43d4-884e-a9349c772541
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nNIwQw
Model UUID:e545f6f7-c03d-4f65-9ec3-db9a645c6215
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98ffa871-18ec-4c3e-bfbd-091ae3869f65
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cea9213e-0167-4513-b35c-660483ae0e1e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9bf82246-f306-4ac8-a143-d27e1a367bc4
ModelName:BasicOnboardNniwqw..base_ubuntu18..module-0
ModelUuid:7278b223-e7d3-45e9-8714-95542406d2b3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:aba6ed6b-a78f-4e87-aade-643a6577a123
ModelInvariantUuid:96d1e371-ef02-4a2f-a005-aab527a65c6f
ModelName:basic_onboard_nNIwQw-nodes.ubuntu18Cvfc
ModelUuid:8f6dc760-ec92-4a4f-bd3b-1e4130ed17fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bf40dba1-c453-438a-9371-5cddbcd436d9
ModelInvariantUuid:02646776-cf90-42fc-be9f-1e16d8a16d8c
ModelName:BasicOnboardNniwqw.compute.nodes.heat.ubuntu18
ModelUuid:aa6aae8d-1284-49dd-b130-1c968e11d77f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-05T04:18:28.268Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b0392031-4877-4834-a680-0271dd930d9b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:18:28.344Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||basic_onboard_nNIwQw 0
2022-02-05T04:18:28.350Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0392031-4877-4834-a680-0271dd930d9b
2022-02-05T04:18:28.358Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a1828d9b-8de5-476c-91ba-fb22981ba10b from URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
2022-02-05T04:18:28.358Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:18:28.359Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
2022-02-05T04:18:28.458Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json a1828d9b-8de5-476c-91ba-fb22981ba10b 798
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json ASDC sendASDCNotification
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:28.462Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:28.462Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034708459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:28.562Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:28.563Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:28.563Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:28.573Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:28.574Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:29.463Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNniwqw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9bf82246-f306-4ac8-a143-d27e1a367bc4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7278b223-e7d3-45e9-8714-95542406d2b3",
"vfModuleModelCustomizationUUID": "574647c9-bae0-40f8-bccc-79ccb5c11fb5",
"isBase": true,
"artifacts": [
"f984ae7c-6332-4044-b0a1-4542a095f46c",
"21bd9bc7-b13e-49ad-a764-d4b0697b91e3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-05T04:18:29.479Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNniwqw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7278b223-e7d3-45e9-8714-95542406d2b3
VfModuleModelInvariantUUID:9bf82246-f306-4ac8-a143-d27e1a367bc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f984ae7c-6332-4044-b0a1-4542a095f46c
,
21bd9bc7-b13e-49ad-a764-d4b0697b91e3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNniwqw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9bf82246-f306-4ac8-a143-d27e1a367bc4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7278b223-e7d3-45e9-8714-95542406d2b3",
"vfModuleModelCustomizationUUID": "574647c9-bae0-40f8-bccc-79ccb5c11fb5",
"isBase": true,
"artifacts": [
"f984ae7c-6332-4044-b0a1-4542a095f46c",
"21bd9bc7-b13e-49ad-a764-d4b0697b91e3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNniwqw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7278b223-e7d3-45e9-8714-95542406d2b3
VfModuleModelInvariantUUID:9bf82246-f306-4ac8-a143-d27e1a367bc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f984ae7c-6332-4044-b0a1-4542a095f46c
,
21bd9bc7-b13e-49ad-a764-d4b0697b91e3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f984ae7c-6332-4044-b0a1-4542a095f46c from URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
2022-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
2022-02-05T04:18:29.642Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml f984ae7c-6332-4044-b0a1-4542a095f46c 5033
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:29.645Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:29.645Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034709643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:29.745Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:29.746Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:29.746Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:29.757Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:29.757Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:30.646Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 21bd9bc7-b13e-49ad-a764-d4b0697b91e3 from URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
2022-02-05T04:18:30.647Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:18:30.647Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
2022-02-05T04:18:30.688Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:18:30.688Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env 21bd9bc7-b13e-49ad-a764-d4b0697b91e3 909
2022-02-05T04:18:30.689Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-05T04:18:30.689Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
2022-02-05T04:18:30.689Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:18:30.690Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:30.693Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:30.693Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034710689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:18:30.793Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:30.794Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:30.794Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:30.805Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:30.806Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:31.694Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e9e39d4b-7074-4c9d-9976-3d75e841aa06
2022-02-05T04:18:31.695Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nNIwQw 0 b0392031-4877-4834-a680-0271dd930d9b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:18:31.720Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aea8887, org.onap.sdc.toscaparser.api.parameters.Input@4153597, org.onap.sdc.toscaparser.api.parameters.Input@15bdeb52, org.onap.sdc.toscaparser.api.parameters.Input@b2efc65, org.onap.sdc.toscaparser.api.parameters.Input@252ef337]
2022-02-05T04:18:31.723Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.723Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.723Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-02-05T04:18:31.723Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= cea9213e-0167-4513-b35c-660483ae0e1e
2022-02-05T04:18:31.724Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cea9213e-0167-4513-b35c-660483ae0e1e matches Tosca VF Customization UUID: cea9213e-0167-4513-b35c-660483ae0e1e
2022-02-05T04:18:31.724Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: cea9213e-0167-4513-b35c-660483ae0e1e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-05T04:18:31.728Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.729Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.729Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id cea9213e-0167-4513-b35c-660483ae0e1e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-05T04:18:31.730Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31c4325a
2022-02-05T04:18:31.730Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.730Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:18:31.730Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 574647c9-bae0-40f8-bccc-79ccb5c11fb5
2022-02-05T04:18:31.731Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 574647c9-bae0-40f8-bccc-79ccb5c11fb5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-05T04:18:31.736Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.736Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:31.737Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:31.737Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.737Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:31.737Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is not matching search criteria
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aba6ed6b-a78f-4e87-aade-643a6577a123
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-05T04:18:31.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:31.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:31.747Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.747Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:31.747Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=cea9213e-0167-4513-b35c-660483ae0e1e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:18:31.748Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e9e39d4b-7074-4c9d-9976-3d75e841aa06: basic_onboard_nNIwQw
2022-02-05T04:18:31.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.751Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nNIwQw
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:18:31.892Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nNIwQw b0392031-4877-4834-a680-0271dd930d9b 1 ASDC deployResourceStructure
2022-02-05T04:18:31.893Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json ASDC sendASDCNotification
2022-02-05T04:18:31.893Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
2022-02-05T04:18:31.893Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:18:31.893Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:31.895Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:31.895Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034711893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T04:18:31.995Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:31.996Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:31.996Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:32.006Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:32.007Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:32.896Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-05T04:18:32.896Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
2022-02-05T04:18:32.896Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:18:32.896Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:32.898Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:32.898Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034712895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-05T04:18:32.998Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:32.999Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:32.999Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:33.009Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:33.009Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:33.899Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-05T04:18:33.899Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
2022-02-05T04:18:33.899Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:18:33.899Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:33.901Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:33.901Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034713899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-05T04:18:34.001Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:34.002Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:34.002Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:34.012Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:34.013Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:34.902Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar ASDC sendASDCNotification
2022-02-05T04:18:34.902Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:34.902Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:18:34.903Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:34.904Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:34.904Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034714902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:18:35.004Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:35.005Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:18:35.005Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:35.018Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:18:35.018Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:35.905Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2376a2-2c8e-4347-9b81-7f08495a0614
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:18:35.920Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2376a2-2c8e-4347-9b81-7f08495a0614
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:18:35.924Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:18:35.924Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:18:35.924Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:18:35.924Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:18:35.929Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:19:05.930Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2376a2-2c8e-4347-9b81-7f08495a0614 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-05T04:19:05.937Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2376a2-2c8e-4347-9b81-7f08495a0614 and serviceModelVersionId: e9e39d4b-7074-4c9d-9976-3d75e841aa06
2022-02-05T04:19:05.937Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 075086ff-ab69-43d4-884e-a9349c772541
2022-02-05T04:19:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:19:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:19:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:17.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:17.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:19:17.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:19:17.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:19:18.142Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0
2022-02-05T04:19:18.243Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:19:18.713Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|INFO|500||Invoke
2022-02-05T04:19:18.722Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2376a2-2c8e-4347-9b81-7f08495a0614], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b97fc59-3f66-47a3-a75c-c63e526373d1], X-ECOMP-RequestID=[4d2376a2-2c8e-4347-9b81-7f08495a0614], X-TransactionId=[], X-ONAP-RequestID=[4d2376a2-2c8e-4347-9b81-7f08495a0614], Content-Type=[application/merge-patch+json]}
2022-02-05T04:19:18.871Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-05T04:19:19.066Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?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/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-04:19:18:878-91834], vertex-id=[213008], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:19:18 GMT], Content-Type=[application/json]}
2022-02-05T04:19:19.067Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:19:19.068Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|INFO|500||InvokeReturn
2022-02-05T04:19:19.071Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:19:19.071Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:19:19.077Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:19:19.085Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2376a2-2c8e-4347-9b81-7f08495a0614 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:19:19.085Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:19:19.086Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:19.088Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:19.088Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034759085,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:19:19.188Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:19.189Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:19.189Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:19.199Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:19.199Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T04:19:20.106Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:19:20.107Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:19:20.107Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:20.727Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:20.728Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T04:19:20.728Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9077fe6e-5863-411d-8181-df94d1043dbe","serviceName":"vFW 2022-02-05 04-17-43","serviceVersion":"1.0","serviceUUID":"fa19b3b5-646c-44a2-99f0-f1837bd76730","serviceDescription":"catalog service description","serviceInvariantUUID":"27f8a586-aef5-48c3-8ef0-cbd171e5718b","resources":[{"resourceInstanceName":"vFW 0e7794c0-b5bc 0","resourceName":"vFW 0e7794c0-b5bc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"addfaa32-6eb1-4069-ac76-a47d26a2bfd0","resourceInvariantUUID":"0aaa69d3-2134-433e-b2bb-5d5cda65fa82","resourceCustomizationUUID":"5a660aa6-ca77-4f62-9450-f9716d3eea94","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml","artifactChecksum":"NGJhNmViNTc1MDA3ZWFkZGNhYTk5OGYxMWQxMzk3M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1d3dd9f-586d-4587-b757-7fb18bc6672b","artifactVersion":"1"},{"artifactName":"vfw0e7794c0b5bc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json","artifactChecksum":"M2ExOTBkN2Q1YWI4Y2RiNGIyZjBlMGY1NmI5MWZhOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a92a7993-e993-4a26-9d90-d23c84e27782","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65d4a347-91b0-4e4e-8039-48ccb1d293b0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI1MjRhYzQ1ZTlmYmU2ODBhNWMzMjRlYjIzYzczODA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef20400e-63b7-49b6-9633-312e993c80d0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"472fe570-74fe-40f8-915e-7986c31fe403","artifactVersion":"2","generatedFromUUID":"65d4a347-91b0-4e4e-8039-48ccb1d293b0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220205041743-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml","artifactChecksum":"OWVmM2IzMzU5MzY4N2Y1ODZiMDVkNmJjOTg3ZjRkMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1eff344-f1f3-4ff7-9c81-3e7e0dd9fbc6","artifactVersion":"1"},{"artifactName":"service-Vfw20220205041743-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar","artifactChecksum":"NjlkZDZlYTU2OWRhYjM5ZjA3MDk4ZDZkY2IwNDEyMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e82b572d-cb4c-4c4b-bd43-9a262a000b41","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:19:20.732Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:20.732Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:20.734Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:20.734Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:19:20.834Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:20.835Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:20.835Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:20.846Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:20.846Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:21.735Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:21.736Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:21.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:21.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T04:19:21.838Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:21.839Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:21.839Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:21.849Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:21.850Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:19:22.739Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:22.739Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:22.741Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:22.741Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-05T04:19:22.841Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:22.842Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:22.842Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:22.853Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:22.854Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:23.742Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:23.743Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:23.745Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:23.745Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:19:23.845Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:23.846Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:23.846Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:23.856Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:23.857Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:24.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:24.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:24.748Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:24.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-05T04:19:24.849Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:24.850Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:24.850Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:24.860Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:24.860Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:25.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:25.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:25.752Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:25.752Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:19:25.852Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:25.854Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:25.854Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:25.863Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:25.863Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:26.753Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:26.754Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:26.755Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:26.755Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:19:26.855Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:26.856Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:26.856Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:26.865Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:26.866Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:27.757Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"serviceName": "vFW 2022-02-05 04-17-43",
"serviceVersion": "1.0",
"serviceUUID": "fa19b3b5-646c-44a2-99f0-f1837bd76730",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "27f8a586-aef5-48c3-8ef0-cbd171e5718b",
"resources": [
{
"resourceInstanceName": "vFW 0e7794c0-b5bc 0",
"resourceCustomizationUUID": "5a660aa6-ca77-4f62-9450-f9716d3eea94",
"resourceName": "vFW 0e7794c0-b5bc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "addfaa32-6eb1-4069-ac76-a47d26a2bfd0",
"resourceInvariantUUID": "0aaa69d3-2134-433e-b2bb-5d5cda65fa82",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0e7794c0b5bc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"artifactChecksum": "M2ExOTBkN2Q1YWI4Y2RiNGIyZjBlMGY1NmI5MWZhOWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a92a7993-e993-4a26-9d90-d23c84e27782",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "65d4a347-91b0-4e4e-8039-48ccb1d293b0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "472fe570-74fe-40f8-915e-7986c31fe403",
"generatedFromUUID": "65d4a347-91b0-4e4e-8039-48ccb1d293b0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "472fe570-74fe-40f8-915e-7986c31fe403",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220205041743-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"artifactChecksum": "NjlkZDZlYTU2OWRhYjM5ZjA3MDk4ZDZkY2IwNDEyMTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e82b572d-cb4c-4c4b-bd43-9a262a000b41"
}
],
"workloadContext": "Production"
}
2022-02-05T04:19:27.757Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:19:27.757Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa19b3b5-646c-44a2-99f0-f1837bd76730 ASDC
2022-02-05T04:19:27.758Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9077fe6e-5863-411d-8181-df94d1043dbe
ServiceName:vFW 2022-02-05 04-17-43
ServiceVersion:1.0
ServiceUUID:fa19b3b5-646c-44a2-99f0-f1837bd76730
ServiceInvariantUUID:27f8a586-aef5-48c3-8ef0-cbd171e5718b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220205041743-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
ArtifactUUID:e82b572d-cb4c-4c4b-bd43-9a262a000b41
ArtifactChecksum:NjlkZDZlYTU2OWRhYjM5ZjA3MDk4ZDZkY2IwNDEyMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0e7794c0-b5bc 0
ResourceCustomizationUUID:5a660aa6-ca77-4f62-9450-f9716d3eea94
ResourceInvariantUUID:0aaa69d3-2134-433e-b2bb-5d5cda65fa82
ResourceName:vFW 0e7794c0-b5bc
ResourceType:VF
ResourceUUID:addfaa32-6eb1-4069-ac76-a47d26a2bfd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0e7794c0b5bc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
ArtifactUUID:a92a7993-e993-4a26-9d90-d23c84e27782
ArtifactChecksum:M2ExOTBkN2Q1YWI4Y2RiNGIyZjBlMGY1NmI5MWZhOWI=
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/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
ArtifactUUID:65d4a347-91b0-4e4e-8039-48ccb1d293b0
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/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
ArtifactUUID:472fe570-74fe-40f8-915e-7986c31fe403
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/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
ArtifactUUID:472fe570-74fe-40f8-915e-7986c31fe403
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-05T04:19:27.758Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa19b3b5-646c-44a2-99f0-f1837bd76730 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:19:27.790Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e82b572d-cb4c-4c4b-bd43-9a262a000b41 from URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:27.940Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:19:27.945Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar e82b572d-cb4c-4c4b-bd43-9a262a000b41 98938
2022-02-05T04:19:27.945Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar ASDC sendASDCNotification
2022-02-05T04:19:27.946Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:27.946Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:19:27.946Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:27.948Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:27.948Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034767945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:19:28.048Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:28.049Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:28.049Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:28.060Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:28.060Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:19:28.948Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:19:28.950Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:19:28.950Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e82b572d-cb4c-4c4b-bd43-9a262a000b41, URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar to file: /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:28.950Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220205041743-csar.csar
2022-02-05T04:19:28.951Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:28.951Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:29.142Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7231055851516364698/Definitions/service-Vfw20220205041743-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-05T04:19:31.213Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:19:31.213Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-05T04:19:31.213Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.213Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0e7794c0-b5bc 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0073bccd-1f1c-43dd-b0e0-8e5208a20da2
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ae4c6bf-d659-49cf-8085-6d52109ecced
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e91a3b9-44fd-49c1-a0c1-7285f3876d77
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-05 04-17-43
Description:catalog service description
Model UUID:fa19b3b5-646c-44a2-99f0-f1837bd76730
Model Version:NULL
Model InvariantUuid:27f8a586-aef5-48c3-8ef0-cbd171e5718b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0e7794c0-b5bc
Model UUID:ef762f79-38ea-44b7-98b2-45d7042fbdce
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0aaa69d3-2134-433e-b2bb-5d5cda65fa82
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5a660aa6-ca77-4f62-9450-f9716d3eea94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:49f16109-61ee-420e-b73b-32a911a2c1b9
ModelName:Vfw0e7794c0B5bc..base_vfw..module-0
ModelUuid:7be07a96-5561-4c52-bd29-b9c349214827
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0073bccd-1f1c-43dd-b0e0-8e5208a20da2
ModelInvariantUuid:cf43eba8-244d-4533-8eae-a070847261ac
ModelName:vFW 0e7794c0-b5bc-nodes.vfwCvfc
ModelUuid:486cf480-90de-4104-8a01-5ae466d16ec3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4caa90bb-b26c-46ed-8fa4-47cc58164f55
ModelInvariantUuid:53718cc4-31d0-4b42-be69-f47ee07b0b18
ModelName:Vfw0e7794c0B5bc.compute.nodes.heat.vfw
ModelUuid:156613fb-c627-4254-bc45-5e05ad786006
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0ae4c6bf-d659-49cf-8085-6d52109ecced
ModelInvariantUuid:1a2a24fd-da95-4a37-aadb-a877a31faa88
ModelName:vFW 0e7794c0-b5bc-nodes.vsnCvfc
ModelUuid:924427fe-5fd1-4faf-a3fa-86b25810e20b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:15a8cf43-c84c-461f-97d5-748246eba4fb
ModelInvariantUuid:cbbc1e0e-299e-4ce3-becb-1d71b11aaf5f
ModelName:Vfw0e7794c0B5bc.compute.nodes.heat.vsn
ModelUuid:56018702-838e-4fef-8909-50a060c35bb9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7e91a3b9-44fd-49c1-a0c1-7285f3876d77
ModelInvariantUuid:1a08ab69-305a-423b-babf-7e6544ea3ca3
ModelName:vFW 0e7794c0-b5bc-nodes.vpgCvfc
ModelUuid:9ecea5a2-1e2d-4cf8-a0e1-1586f21dd772
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e815113e-bfed-476f-bed6-db47224a7978
ModelInvariantUuid:93fc88b4-e898-4f5e-bc42-1fdbcdbf8c85
ModelName:Vfw0e7794c0B5bc.compute.nodes.heat.vpg
ModelUuid:def23e58-3064-4e9d-974d-d8bd09ac0d32
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-05T04:19:31.231Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: addfaa32-6eb1-4069-ac76-a47d26a2bfd0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:19:31.233Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||vFW 0e7794c0-b5bc 0
2022-02-05T04:19:31.234Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: addfaa32-6eb1-4069-ac76-a47d26a2bfd0
2022-02-05T04:19:31.234Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a92a7993-e993-4a26-9d90-d23c84e27782 from URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
2022-02-05T04:19:31.234Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:19:31.234Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
2022-02-05T04:19:31.275Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:19:31.275Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json a92a7993-e993-4a26-9d90-d23c84e27782 785
2022-02-05T04:19:31.275Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json ASDC sendASDCNotification
2022-02-05T04:19:31.275Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
2022-02-05T04:19:31.276Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:19:31.276Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:31.278Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:31.278Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034771275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:19:31.378Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:31.379Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:31.379Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:31.389Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:31.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:32.278Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0e7794c0B5bc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "49f16109-61ee-420e-b73b-32a911a2c1b9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7be07a96-5561-4c52-bd29-b9c349214827",
"vfModuleModelCustomizationUUID": "a700cf4c-4b47-4d36-a3d1-02eb4564779a",
"isBase": true,
"artifacts": [
"65d4a347-91b0-4e4e-8039-48ccb1d293b0",
"472fe570-74fe-40f8-915e-7986c31fe403"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-05T04:19:32.282Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e7794c0B5bc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7be07a96-5561-4c52-bd29-b9c349214827
VfModuleModelInvariantUUID:49f16109-61ee-420e-b73b-32a911a2c1b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
65d4a347-91b0-4e4e-8039-48ccb1d293b0
,
472fe570-74fe-40f8-915e-7986c31fe403
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-05T04:19:32.284Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0e7794c0B5bc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "49f16109-61ee-420e-b73b-32a911a2c1b9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7be07a96-5561-4c52-bd29-b9c349214827",
"vfModuleModelCustomizationUUID": "a700cf4c-4b47-4d36-a3d1-02eb4564779a",
"isBase": true,
"artifacts": [
"65d4a347-91b0-4e4e-8039-48ccb1d293b0",
"472fe570-74fe-40f8-915e-7986c31fe403"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-05T04:19:32.284Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e7794c0B5bc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7be07a96-5561-4c52-bd29-b9c349214827
VfModuleModelInvariantUUID:49f16109-61ee-420e-b73b-32a911a2c1b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
65d4a347-91b0-4e4e-8039-48ccb1d293b0
,
472fe570-74fe-40f8-915e-7986c31fe403
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-05T04:19:32.284Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 65d4a347-91b0-4e4e-8039-48ccb1d293b0 from URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
2022-02-05T04:19:32.285Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:19:32.285Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
2022-02-05T04:19:32.330Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:19:32.330Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml 65d4a347-91b0-4e4e-8039-48ccb1d293b0 20368
2022-02-05T04:19:32.331Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-05T04:19:32.331Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
2022-02-05T04:19:32.331Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:19:32.331Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:32.333Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:32.333Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034772331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:19:32.433Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:32.434Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:32.434Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:32.445Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:32.445Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:33.334Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 472fe570-74fe-40f8-915e-7986c31fe403 from URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
2022-02-05T04:19:33.334Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:19:33.334Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env 472fe570-74fe-40f8-915e-7986c31fe403 2098
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:19:33.374Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:33.375Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:33.375Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034773373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:19:33.475Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:33.476Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:33.476Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:33.486Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:33.486Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:34.376Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fa19b3b5-646c-44a2-99f0-f1837bd76730
2022-02-05T04:19:34.376Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0e7794c0-b5bc 0 addfaa32-6eb1-4069-ac76-a47d26a2bfd0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:19:34.390Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e321bb2, org.onap.sdc.toscaparser.api.parameters.Input@5b5a619e, org.onap.sdc.toscaparser.api.parameters.Input@6e3402bf, org.onap.sdc.toscaparser.api.parameters.Input@61fcfaf3, org.onap.sdc.toscaparser.api.parameters.Input@2f5d82f5]
2022-02-05T04:19:34.391Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5a660aa6-ca77-4f62-9450-f9716d3eea94
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a660aa6-ca77-4f62-9450-f9716d3eea94 matches Tosca VF Customization UUID: 5a660aa6-ca77-4f62-9450-f9716d3eea94
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5a660aa6-ca77-4f62-9450-f9716d3eea94 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-05T04:19:34.394Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.394Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.394Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5a660aa6-ca77-4f62-9450-f9716d3eea94: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-05T04:19:34.394Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c6a444a
2022-02-05T04:19:34.395Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.395Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:19:34.395Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a700cf4c-4b47-4d36-a3d1-02eb4564779a
2022-02-05T04:19:34.395Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a700cf4c-4b47-4d36-a3d1-02eb4564779a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-05T04:19:34.396Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:34.399Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.399Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:34.399Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.399Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0073bccd-1f1c-43dd-b0e0-8e5208a20da2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-05T04:19:34.400Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.400Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ae4c6bf-d659-49cf-8085-6d52109ecced
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-05T04:19:34.404Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.404Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.404Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e91a3b9-44fd-49c1-a0c1-7285f3876d77
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=5a660aa6-ca77-4f62-9450-f9716d3eea94
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fa19b3b5-646c-44a2-99f0-f1837bd76730: vFW 0e7794c0-b5bc
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.414Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-05 04-17-43
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:19:34.540Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0e7794c0-b5bc addfaa32-6eb1-4069-ac76-a47d26a2bfd0 1 ASDC deployResourceStructure
2022-02-05T04:19:34.540Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json ASDC sendASDCNotification
2022-02-05T04:19:34.540Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
2022-02-05T04:19:34.540Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:19:34.541Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:34.542Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:34.542Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034774540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T04:19:34.642Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:34.643Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:34.643Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:34.653Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:34.653Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:35.543Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-05T04:19:35.544Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
2022-02-05T04:19:35.544Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:19:35.544Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:35.546Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:35.546Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034775543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-05T04:19:35.647Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:35.648Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:35.648Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:35.659Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:35.660Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:36.547Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-05T04:19:36.548Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
2022-02-05T04:19:36.548Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:19:36.548Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:36.550Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:36.550Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034776547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-05T04:19:36.650Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:36.651Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:36.651Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:36.662Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:36.662Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:37.551Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar ASDC sendASDCNotification
2022-02-05T04:19:37.551Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:37.551Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:19:37.551Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:37.553Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:37.553Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034777550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:19:37.654Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:37.654Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:19:37.654Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:37.665Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:19:37.665Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:19:38.555Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:19:38.565Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:19:38.570Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:19:38.570Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:19:38.571Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:20:08.571Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:20:08.580Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:20:08.582Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:20:08.582Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:20:08.582Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:20:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:20:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:20:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:20:17.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:20:17.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034698200,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:17.312Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:20:17.312Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-05T04:20:17.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034699203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034697271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034705222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034708459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034709643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034710689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034711893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034712895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.329Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034713899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034714902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034727240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "dcae-sch",
"timestamp": 1644034725185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034730676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034730124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034727240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "dcae-sch",
"timestamp": 1644034725185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034730676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034730124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034733589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034727240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "dcae-sch",
"timestamp": 1644034725185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034733867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034730676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034730124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034733589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "dcae-sch",
"timestamp": 1644034725185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034727240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034733867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034730676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034730124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034733589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034727240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "dcae-sch",
"timestamp": 1644034725185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034733867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034730676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034730124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034733589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "dcae-sch",
"timestamp": 1644034725185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034727240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034733867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034730676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034730124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034733589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034727240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "dcae-sch",
"timestamp": 1644034725185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034733867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034730676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034730124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034733589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034733867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034739559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034739663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034739773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034733589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "ves-openapi-manager",
"timestamp": 1644034733867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034740611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034740134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "cds",
"timestamp": 1644034740779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:17.366Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.366Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034740133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034741300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034741656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034740134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034740133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034742702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034740134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034740133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034742825,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:17.385Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.386Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:20:17.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644034743707,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:17.401Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.402Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:20:17.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034740134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034740133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644034743828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034740134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034740133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034740134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034740133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034740134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034740133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034747995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034748999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "policy-id",
"timestamp": 1644034750001,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:17.420Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.420Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-05T04:20:17.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034750273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "aai-ml",
"timestamp": 1644034751276,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:17.432Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.432Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:20:17.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034753736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034754753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "clamp",
"timestamp": 1644034755756,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:17.446Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.446Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:20:38.582Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:20:38.590Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:20:38.592Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:38.597Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:21:08.597Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-05T04:21:08.602Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9077fe6e-5863-411d-8181-df94d1043dbe and serviceModelVersionId: fa19b3b5-646c-44a2-99f0-f1837bd76730
2022-02-05T04:21:08.602Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27f8a586-aef5-48c3-8ef0-cbd171e5718b
2022-02-05T04:21:08.603Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0
2022-02-05T04:21:08.608Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:21:08.649Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|INFO|500||Invoke
2022-02-05T04:21:08.649Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9077fe6e-5863-411d-8181-df94d1043dbe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cbc81518-b8c8-4c69-afa4-27e7b4f7da29], X-ECOMP-RequestID=[9077fe6e-5863-411d-8181-df94d1043dbe], X-TransactionId=[], X-ONAP-RequestID=[9077fe6e-5863-411d-8181-df94d1043dbe], Content-Type=[application/merge-patch+json]}
2022-02-05T04:21:08.671Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-05T04:21:08.812Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?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/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-04:21:08:677-96781], vertex-id=[225296], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:21:08 GMT], Content-Type=[application/json]}
2022-02-05T04:21:08.812Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:21:08.813Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|INFO|500||InvokeReturn
2022-02-05T04:21:08.813Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:21:08.813Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:21:08.817Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:21:08.817Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9077fe6e-5863-411d-8181-df94d1043dbe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:21:08.818Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:21:08.818Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:21:08.819Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:21:08.820Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034868817,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:21:08.921Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:21:08.922Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:21:08.922Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:21:08.934Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:21:08.934Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T04:21:09.832Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:21:09.832Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:21:09.832Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:21:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:21:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:21:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:21:17.291Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:21:17.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034759085,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "NOTIFIED"
}
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034760106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034767945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034771275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034772331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034773373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034774540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034775543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034776547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034777550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:19.371Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:21:19.371Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:21:19.372Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:21:19.372Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:21:28.909Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:22:17.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:22:17.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:22:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:22:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:22:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:22:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:22:17.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:22:17.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-05T04:22:17.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644034868817,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:22:17.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:22:26.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:23:17.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:23:17.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:23:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:23:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:23:17.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:23:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:23:26.812Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:23:26.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:24:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:24:17.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:24:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:24:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:24:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:24:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:24:26.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:24:26.816Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:25:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:25:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:25:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:25:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:25:17.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:25:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:25:26.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:25:26.819Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:26:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:26:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:26:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:26:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:26:17.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:26:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:26:26.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:26:26.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:27:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:27:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:27:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:27:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:27:17.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:27:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:27:26.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:27:26.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:28:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:28:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:28:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:28:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:28:17.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:28:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:28:26.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:28:26.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:29:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:29:17.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:29:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:29:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:29:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:29:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:29:26.810Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:29:26.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:30:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:30:17.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:30:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:30:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:30:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:30:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:30:26.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:30:26.816Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:31:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:31:17.271Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:31:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:31:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:31:17.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:31:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:31:26.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:31:26.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:32:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:32:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:32:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:32:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:32:17.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:32:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:32:26.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:32:26.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:33:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:33:17.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:33:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:33:17.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:33:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:25.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:33:25.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:33:25.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b18ad00-3b44-48e9-94c4-57d16af8c011","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"87b2b473-ae42-4377-9f26-874f2af5ee5b","serviceDescription":"service","serviceInvariantUUID":"23868955-69e8-4e03-9353-e3626a5ab2f7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ff5ea85d-bfbf-4991-adf1-9bb65a313a02","resourceInvariantUUID":"7cd92acd-3019-44d6-9b2c-4483a0ccbc67","resourceCustomizationUUID":"1c936510-bcd3-447d-8821-2ee19d9b4d4c","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":"ZmE5ZmJjZDZjZWY3OWExNTA2M2Y0NDc0ZGI3MTBmMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a43b63d4-77f5-4f78-be64-494f428588de","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzY1YjNlOGJkYTY5YjAyNGU3MTFkNTYyNjI1MDliNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e3979ee-813a-4a97-92a2-4a94df26da71","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:33:25.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:33:25.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:33:25.114Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:33:25.114Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035597271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:33:25.214Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:33:25.215Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:33:25.215Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:25.223Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:33:25.223Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:33:25.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "cds",
"timestamp": 1644035600124,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "aai-ml",
"timestamp": 1644035603589,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:33:26.114Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:33:26.115Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:33:26.117Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:33:26.117Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035597271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:33:26.217Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:33:26.218Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:33:26.218Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:26.227Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:33:26.227Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:33:27.118Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "87b2b473-ae42-4377-9f26-874f2af5ee5b",
"serviceDescription": "service",
"serviceInvariantUUID": "23868955-69e8-4e03-9353-e3626a5ab2f7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1c936510-bcd3-447d-8821-2ee19d9b4d4c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ff5ea85d-bfbf-4991-adf1-9bb65a313a02",
"resourceInvariantUUID": "7cd92acd-3019-44d6-9b2c-4483a0ccbc67",
"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": "YzY1YjNlOGJkYTY5YjAyNGU3MTFkNTYyNjI1MDliNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e3979ee-813a-4a97-92a2-4a94df26da71"
}
],
"workloadContext": "Production"
}
2022-02-05T04:33:27.118Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:33:27.118Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87b2b473-ae42-4377-9f26-874f2af5ee5b ASDC
2022-02-05T04:33:27.119Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3b18ad00-3b44-48e9-94c4-57d16af8c011
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:87b2b473-ae42-4377-9f26-874f2af5ee5b
ServiceInvariantUUID:23868955-69e8-4e03-9353-e3626a5ab2f7
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:7e3979ee-813a-4a97-92a2-4a94df26da71
ArtifactChecksum:YzY1YjNlOGJkYTY5YjAyNGU3MTFkNTYyNjI1MDliNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1c936510-bcd3-447d-8821-2ee19d9b4d4c
ResourceInvariantUUID:7cd92acd-3019-44d6-9b2c-4483a0ccbc67
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ff5ea85d-bfbf-4991-adf1-9bb65a313a02
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-05T04:33:27.119Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87b2b473-ae42-4377-9f26-874f2af5ee5b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:33:27.142Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7e3979ee-813a-4a97-92a2-4a94df26da71 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T04:33:27.344Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:33:27.346Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7e3979ee-813a-4a97-92a2-4a94df26da71 52481
2022-02-05T04:33:27.346Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-05T04:33:27.346Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T04:33:27.346Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:33:27.347Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:33:27.348Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:33:27.348Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035607346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:33:27.449Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:33:27.449Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:33:27.449Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:27.460Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:33:27.460Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:33:28.349Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:33:28.350Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:33:28.350Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7e3979ee-813a-4a97-92a2-4a94df26da71, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.350Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-05T04:33:28.351Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.351Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.424Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10804432522096762943/Definitions/service-BasicNetwork-template.yml
2022-02-05T04:33:28.734Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:87b2b473-ae42-4377-9f26-874f2af5ee5b
Model Version:NULL
Model InvariantUuid:23868955-69e8-4e03-9353-e3626a5ab2f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7cd92acd-3019-44d6-9b2c-4483a0ccbc67
Model UUID:899ccc81-c90f-4d6c-8d2f-43a170c8b31a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1c936510-bcd3-447d-8821-2ee19d9b4d4c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-05T04:33:28.742Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ff5ea85d-bfbf-4991-adf1-9bb65a313a02
2022-02-05T04:33:28.742Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||No resources found for Service: 87b2b473-ae42-4377-9f26-874f2af5ee5b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:33:28.745Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||
2022-02-05T04:33:28.745Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-02-05T04:33:28.746Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 87b2b473-ae42-4377-9f26-874f2af5ee5b
2022-02-05T04:33:28.746Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 87b2b473-ae42-4377-9f26-874f2af5ee5b
2022-02-05T04:33:28.746Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-02-05T04:33:28.746Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:33:28.750Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48716d28, org.onap.sdc.toscaparser.api.parameters.Input@4a9cf046, org.onap.sdc.toscaparser.api.parameters.Input@1b8cf0fb, org.onap.sdc.toscaparser.api.parameters.Input@7a236386, org.onap.sdc.toscaparser.api.parameters.Input@39f859c7]
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 87b2b473-ae42-4377-9f26-874f2af5ee5b: Generic NeutronNet
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-02-05T04:33:28.769Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-05T04:33:28.818Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-02-05T04:33:28.819Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-05T04:33:28.819Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.819Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:33:28.819Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:33:28.820Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:33:28.820Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035608819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:33:28.921Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:33:28.921Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:33:28.921Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:28.931Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:33:28.932Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:33:29.821Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:33:29.832Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:33:29.834Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:33:29.834Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:33:29.834Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:33:59.835Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:33:59.845Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:33:59.847Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:33:59.847Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:33:59.848Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:34:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:34:17.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:34:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:34:17.295Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:34:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:34:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644035600676,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:34:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:34:29.848Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:34:29.855Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:34:29.856Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:34:29.857Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:34:29.857Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:34:59.857Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:34:59.867Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:34:59.869Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:34:59.869Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:34:59.869Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:35:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:35:17.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:35:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:35:17.289Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "policy-id",
"timestamp": 1644035600133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035597271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:35:29.869Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:35:29.878Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:35:29.879Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:35:29.879Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:35:29.880Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:35:59.880Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:35:59.888Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:35:59.890Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:35:59.890Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:35:59.890Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:36:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:36:17.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:36:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:36:17.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "dcae-sch",
"timestamp": 1644035605185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "cds",
"timestamp": 1644035600124,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "aai-ml",
"timestamp": 1644035603589,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644035600676,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "policy-id",
"timestamp": 1644035600133,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035597271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "dcae-sch",
"timestamp": 1644035605185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035607346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "aai-ml",
"timestamp": 1644035607348,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "cds",
"timestamp": 1644035607351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644035607350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "policy-id",
"timestamp": 1644035607340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644035607240,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "cds",
"timestamp": 1644035608356,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:17.303Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.303Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:36:17.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "policy-id",
"timestamp": 1644035608343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644035608754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035608819,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644035607240,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "policy-id",
"timestamp": 1644035609346,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:17.316Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.317Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:36:17.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644035609759,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:17.328Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.328Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "aai-ml",
"timestamp": 1644035610215,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "clamp",
"timestamp": 1644035610134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "aai-ml",
"timestamp": 1644035611219,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:17.340Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.340Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "clamp",
"timestamp": 1644035610134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "ves-openapi-manager",
"timestamp": 1644035613867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "ves-openapi-manager",
"timestamp": 1644035613867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "clamp",
"timestamp": 1644035622354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "clamp",
"timestamp": 1644035623371,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "clamp",
"timestamp": 1644035624373,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:17.352Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.352Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:36:29.891Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:36:29.899Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:29.908Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:36:59.908Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-05T04:36:59.912Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011 and serviceModelVersionId: 87b2b473-ae42-4377-9f26-874f2af5ee5b
2022-02-05T04:36:59.912Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23868955-69e8-4e03-9353-e3626a5ab2f7
2022-02-05T04:36:59.913Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0
2022-02-05T04:36:59.916Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:36:59.948Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-05T04:36:59.948Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0|INFO|500||Invoke
2022-02-05T04:36:59.965Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0|INFO|500||InvokeReturn
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-04:36:59:972-52240], vertex-id=[356584], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:36:59 GMT], Content-Type=[application/json]}
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:37:00.035Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:37:00.036Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b18ad00-3b44-48e9-94c4-57d16af8c011 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:37:00.036Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:37:00.036Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:00.037Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:00.038Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035820036,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:37:00.138Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:00.138Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:00.138Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:00.150Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:00.151Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T04:37:01.048Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:37:01.048Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-05T04:37:01.048Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:05.647Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:05.649Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:37:05.649Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4b3c9bb-5c1b-4186-8fc3-b9a57a665786","serviceName":"Demo_pNF_THYfZ2OhjmMFidSQdJVf","serviceVersion":"1.0","serviceUUID":"b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d","serviceDescription":"catalog service description","serviceInvariantUUID":"e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8","resources":[{"resourceInstanceName":"pNF 1050ce20-0adb 0","resourceName":"pNF 1050ce20-0adb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"519eb333-9b00-4567-b53e-67481d191041","resourceInvariantUUID":"0d9d4950-1370-4035-93ce-22b0beeb4eb6","resourceCustomizationUUID":"290cf710-b5b9-45f6-96fc-166dbfc079ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml","artifactChecksum":"ODQ5YTdlODczMjRlYjllNDdkNmFlM2JmMjdhMzZhMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d505d704-5732-4566-810d-20217152cf4a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar","artifactChecksum":"MWQxMzE0NDI5Y2QxOGZiMWYzZGViMDBmMDllMjdkMjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83061b35-c880-46bb-b8a7-79a8c01aa8c6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ca30233-b8bc-49f4-851f-783130220e47","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml","artifactChecksum":"NGYwMDMyZDE5MTc3MGE1YTBlODY1Y2M3YjY3YjRiOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3fb93d4-1deb-49f7-ac5c-7b1e82a0cbb6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68e938f1-ab20-4448-bfce-af7080260eab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d862b319-eff3-403d-9f0e-194b2061beaa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml","artifactChecksum":"ZGQ2NTg2NjEzMTQzMjA5OGVmZTIxZTY1OTQ3ZDA2ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"077d61ff-f4c6-432a-a9da-d1513b0d28eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar","artifactChecksum":"MWM1ZmVmN2E5MjdkOTFlMWQ5MmMyY2M5NGQyNTA2MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79c27a80-f7e3-46d9-8657-626986d13866","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:37:05.652Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:05.653Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:05.656Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:05.656Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035821048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:37:05.755Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T04:37:05.756Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:05.756Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:05.765Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:05.765Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:06.656Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:06.657Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:06.658Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:06.658Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035821048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:37:06.758Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:06.759Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:06.759Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:06.771Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:06.771Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:37:07.659Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:07.659Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:07.661Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:07.661Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035821048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:37:07.761Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:07.762Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:07.762Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:07.772Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:07.772Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:08.661Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:08.662Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:08.664Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:08.664Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035821048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:37:08.764Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:08.764Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:08.764Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:08.773Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:08.774Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:09.664Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:09.665Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:09.666Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:09.666Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035821048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:37:09.767Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:09.767Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:09.767Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:09.778Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:09.778Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:10.667Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:10.668Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:10.669Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:10.669Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035821048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:37:10.770Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T04:37:10.770Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:10.770Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:10.780Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:10.781Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:11.670Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:11.671Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:11.672Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:11.672Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035821048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-05T04:37:11.772Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:11.773Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:11.773Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:11.784Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:11.784Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:12.673Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:12.673Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:12.675Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:12.675Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035821048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
"status": "NOTIFIED"
}
2022-02-05T04:37:12.775Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:12.776Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:12.776Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:12.787Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:12.787Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:13.676Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"serviceName": "Demo_pNF_THYfZ2OhjmMFidSQdJVf",
"serviceVersion": "1.0",
"serviceUUID": "b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8",
"resources": [
{
"resourceInstanceName": "pNF 1050ce20-0adb 0",
"resourceCustomizationUUID": "290cf710-b5b9-45f6-96fc-166dbfc079ef",
"resourceName": "pNF 1050ce20-0adb",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "519eb333-9b00-4567-b53e-67481d191041",
"resourceInvariantUUID": "0d9d4950-1370-4035-93ce-22b0beeb4eb6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
"artifactChecksum": "MWM1ZmVmN2E5MjdkOTFlMWQ5MmMyY2M5NGQyNTA2MzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "79c27a80-f7e3-46d9-8657-626986d13866"
}
],
"workloadContext": "Production"
}
2022-02-05T04:37:13.676Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:37:13.676Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d ASDC
2022-02-05T04:37:13.677Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
ServiceName:Demo_pNF_THYfZ2OhjmMFidSQdJVf
ServiceVersion:1.0
ServiceUUID:b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
ServiceInvariantUUID:e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
ArtifactUUID:79c27a80-f7e3-46d9-8657-626986d13866
ArtifactChecksum:MWM1ZmVmN2E5MjdkOTFlMWQ5MmMyY2M5NGQyNTA2MzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1050ce20-0adb 0
ResourceCustomizationUUID:290cf710-b5b9-45f6-96fc-166dbfc079ef
ResourceInvariantUUID:0d9d4950-1370-4035-93ce-22b0beeb4eb6
ResourceName:pNF 1050ce20-0adb
ResourceType:PNF
ResourceUUID:519eb333-9b00-4567-b53e-67481d191041
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-02-05T04:37:13.677Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79c27a80-f7e3-46d9-8657-626986d13866 from URL: /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:37:13.700Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:13.805Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:37:13.808Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar 79c27a80-f7e3-46d9-8657-626986d13866 82625
2022-02-05T04:37:13.809Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar ASDC sendASDCNotification
2022-02-05T04:37:13.809Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:13.809Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:37:13.809Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:13.811Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:13.811Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644035833809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-05T04:37:13.911Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:13.912Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:13.912Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:13.924Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-05T04:37:13.924Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:14.811Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:37:14.812Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:37:14.812Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 79c27a80-f7e3-46d9-8657-626986d13866, URL: /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar to file: /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:14.813Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:14.813Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:14.813Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:14.886Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9881887197612695762/Definitions/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml
2022-02-05T04:37:15.425Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1050ce20-0adb 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-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||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-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||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-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||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-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||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-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||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-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Node template pNF 1050ce20-0adb 0 is matching search criteria
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 1050ce20-0adb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Node template pNF 1050ce20-0adb 0 is matching search criteria
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 1050ce20-0adb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_THYfZ2OhjmMFidSQdJVf
Description:catalog service description
Model UUID:b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
Model Version:NULL
Model InvariantUuid:e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-05T04:37:15.434Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 519eb333-9b00-4567-b53e-67481d191041
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||pNF 1050ce20-0adb 0
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 519eb333-9b00-4567-b53e-67481d191041
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1050ce20-0adb 0 519eb333-9b00-4567-b53e-67481d191041 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:37:15.441Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66a866d9, org.onap.sdc.toscaparser.api.parameters.Input@19aa935f, org.onap.sdc.toscaparser.api.parameters.Input@c18d93, org.onap.sdc.toscaparser.api.parameters.Input@25718f19, org.onap.sdc.toscaparser.api.parameters.Input@4aabc0]
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d: pNF 1050ce20-0adb
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Processing PNF resource: 519eb333-9b00-4567-b53e-67481d191041
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery