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-04-25T03:23:40.145Z||main|||||INFO|500||The following profiles are active: basic
2022-04-25T03:23:53.590Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-25T03:23:53.590Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-25T03:23:53.726Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-25T03:23:58.814Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-25T03:23:59.327Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-25T03:23:59.911Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-25T03:23:59.933Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-25T03:24:00.074Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-25T03:24:00.333Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-25T03:24:01.084Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-25T03:24:02.996Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-25T03:24:06.068Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-25T03:24:06.139Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-25T03:24:06.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-25T03:24:06.920Z||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-04-25T03:24:08.506Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-25T03:24:09.963Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-25T03:24:09.989Z||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$$2538ded1.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-04-25T03:24:09.991Z||main|||||WARN|500||The sdc end point is not alive
2022-04-25T03:24:13.569Z||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-04-25T03:24:17.854Z||main|||||WARN|500||---
2022-04-25T03:24:17.855Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-25T03:24:17.856Z||main|||||WARN|500||---
2022-04-25T03:24:18.531Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-25T03:24:25.165Z||main|||||INFO|500||Started Application in 48.659 seconds (JVM running for 51.437)
2022-04-25T03:24:25.186Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-25T03:24:25.192Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-25T03:24:25.213Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-25T03:24:25.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-25T03:24:25.334Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8b0be189-53a1-474d-a6cf-a26b2f53cb04 url= /sdc/v1/artifactTypes
2022-04-25T03:24:25.335Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-25T03:24:25.659Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-25T03:24:25.699Z||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-04-25T03:24:25.728Z||scheduling-1|||||DEBUG|500||create keys
2022-04-25T03:24:25.743Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-25T03:24:26.022Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:24:26.045Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 28e47386-477f-4ed3-8d00-f5e4d958d079 url= /sdc/v1/registerForDistribution
2022-04-25T03:24:26.839Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 28e47386-477f-4ed3-8d00-f5e4d958d079 url= /sdc/v1/registerForDistribution
2022-04-25T03:24:26.840Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-25T03:24:26.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:24:26.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:24:26.866Z||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-04-25T03:24:26.866Z||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-04-25T03:24:26.866Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-25T03:24:26.867Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:24:26.867Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:24:37.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:24:38.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:25:26.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:25:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:25:26.853Z||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-04-25T03:25:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:25:26.854Z||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-04-25T03:25:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:25:36.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:25:36.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:26:26.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:26:26.850Z||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-04-25T03:26:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:26:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:26:26.854Z||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-04-25T03:26:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:26:36.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:26:36.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:27:26.849Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:27:26.851Z||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-04-25T03:27:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:27:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:27:26.854Z||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-04-25T03:27:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:27:36.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:27:36.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:28:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:28:26.851Z||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-04-25T03:28:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:28:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:28:26.855Z||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-04-25T03:28:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:28:36.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:28:36.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:29:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:29:26.850Z||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-04-25T03:29:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:29:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:29:26.854Z||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-04-25T03:29:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:29:36.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:29:36.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:30:26.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:30:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:30:26.853Z||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-04-25T03:30:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:30:26.854Z||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-04-25T03:30:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:30:36.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:30:36.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:31:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:31:26.851Z||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-04-25T03:31:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:31:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:31:26.853Z||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-04-25T03:31:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:31:36.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:31:36.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:32:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:32:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:32:26.854Z||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-04-25T03:32:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:32:26.854Z||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-04-25T03:32:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:32:36.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:32:36.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:33:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:33:26.850Z||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-04-25T03:33:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:33:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:33:26.854Z||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-04-25T03:33:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:33:36.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:33:36.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:34:16.528Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-25T03:34:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:34:26.850Z||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-04-25T03:34:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:34:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:34:26.853Z||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-04-25T03:34:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:34:36.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:34:36.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:35:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:35:26.851Z||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-04-25T03:35:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:35:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:35:26.854Z||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-04-25T03:35:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:35:36.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:35:36.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:36:26.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:36:26.852Z||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-04-25T03:36:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:36:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:36:26.853Z||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-04-25T03:36:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:36:36.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:36:36.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:37:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:37:26.850Z||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-04-25T03:37:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:37:26.855Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:37:26.856Z||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-04-25T03:37:26.857Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:37:36.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:37:36.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:38:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:38:26.850Z||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-04-25T03:38:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:38:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:38:26.853Z||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-04-25T03:38:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:38:36.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:38:36.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:39:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:39:26.850Z||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-04-25T03:39:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:39:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:39:26.854Z||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-04-25T03:39:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:39:36.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:39:36.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:40:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:40:26.850Z||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-04-25T03:40:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:40:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:40:26.854Z||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-04-25T03:40:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:40:36.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:40:36.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:41:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:41:26.851Z||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-04-25T03:41:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:41:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:41:26.854Z||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-04-25T03:41:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:41:36.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:41:36.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:42:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:42:26.851Z||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-04-25T03:42:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:42:26.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:42:26.855Z||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-04-25T03:42:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:42:36.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:42:36.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:43:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:43:26.850Z||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-04-25T03:43:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:43:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:43:26.854Z||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-04-25T03:43:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:43:36.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:43:36.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:44:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:44:26.850Z||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-04-25T03:44:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:44:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:44:26.854Z||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-04-25T03:44:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:44:36.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:44:36.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:45:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:45:26.850Z||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-04-25T03:45:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:45:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:45:26.853Z||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-04-25T03:45:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:45:36.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:45:36.460Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:46:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:46:26.851Z||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-04-25T03:46:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:46:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:46:26.853Z||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-04-25T03:46:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:46:36.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:46:36.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:47:26.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:47:26.852Z||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-04-25T03:47:26.852Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:47:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:47:26.854Z||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-04-25T03:47:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:47:36.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:47:36.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:48:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:48:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:48:26.853Z||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-04-25T03:48:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:48:26.854Z||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-04-25T03:48:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:48:36.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:48:36.445Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:49:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:49:26.850Z||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-04-25T03:49:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:49:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:49:26.854Z||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-04-25T03:49:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:49:36.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:49:36.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:50:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:50:26.851Z||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-04-25T03:50:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:50:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:50:26.854Z||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-04-25T03:50:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:50:36.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:50:36.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:51:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:51:26.850Z||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-04-25T03:51:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:51:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:51:26.853Z||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-04-25T03:51:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:51:36.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:51:36.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:52:26.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:52:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:52:26.853Z||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-04-25T03:52:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:52:26.854Z||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-04-25T03:52:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:52:36.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:52:36.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:53:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:53:26.850Z||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-04-25T03:53:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:53:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:53:26.853Z||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-04-25T03:53:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:53:36.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:53:36.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:54:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:54:26.850Z||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-04-25T03:54:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:54:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:54:26.854Z||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-04-25T03:54:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:54:36.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:54:36.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:55:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:55:26.851Z||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-04-25T03:55:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:55:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:55:26.854Z||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-04-25T03:55:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:55:36.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:55:36.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:56:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:56:26.850Z||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-04-25T03:56:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:56:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:56:26.853Z||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-04-25T03:56:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:56:36.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:56:36.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:57:26.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:57:26.852Z||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-04-25T03:57:26.852Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:57:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:57:26.854Z||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-04-25T03:57:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:57:36.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:57:36.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:58:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:58:26.851Z||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-04-25T03:58:26.852Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:58:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:58:26.853Z||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-04-25T03:58:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:58:36.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:58:36.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:59:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:59:26.850Z||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-04-25T03:59:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:59:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:59:26.854Z||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-04-25T03:59:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:59:36.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T03:59:36.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:00:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:00:26.850Z||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-04-25T04:00:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:00:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:00:26.853Z||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-04-25T04:00:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:00:36.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:00:36.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:01:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:01:26.850Z||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-04-25T04:01:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:01:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:01:26.853Z||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-04-25T04:01:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:01:36.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:01:36.527Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:02:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:02:26.850Z||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-04-25T04:02:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:02:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:02:26.854Z||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-04-25T04:02:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:02:36.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:02:36.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:03:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:03:26.852Z||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-04-25T04:03:26.852Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:03:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:03:26.853Z||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-04-25T04:03:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:03:36.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:03:36.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:04:26.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:04:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:04:26.853Z||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-04-25T04:04:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:04:26.855Z||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-04-25T04:04:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:04:36.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:04:36.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:05:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:05:26.851Z||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-04-25T04:05:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:05:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:05:26.853Z||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-04-25T04:05:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:05:36.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:05:36.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:05:52.193Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:06:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:06:26.850Z||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-04-25T04:06:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:06:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:06:26.853Z||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-04-25T04:06:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:06:36.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:06:36.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:07:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:07:26.850Z||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-04-25T04:07:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:07:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:07:26.853Z||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-04-25T04:07:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:07:36.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:07:36.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:08:26.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:08:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:08:26.854Z||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-04-25T04:08:26.854Z||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-04-25T04:08:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:08:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:08:36.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:08:36.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:09:26.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:09:26.850Z||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-04-25T04:09:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:09:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:09:26.853Z||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-04-25T04:09:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:09:36.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:09:36.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:10:26.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:10:26.850Z||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-04-25T04:10:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:10:26.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:10:26.853Z||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-04-25T04:10:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:10:36.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:10:36.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:11:26.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:11:26.850Z||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-04-25T04:11:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:11:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:11:26.853Z||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-04-25T04:11:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:11:36.522Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:11:36.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:12:26.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:12:26.850Z||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-04-25T04:12:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:12:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:12:26.853Z||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-04-25T04:12:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:12:36.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:12:36.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:13:26.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:13:26.851Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:13:26.851Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:13:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:13:26.854Z||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-04-25T04:13:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:13:36.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:13:36.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:26.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:14:26.850Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:14:26.851Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:14:26.854Z||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-04-25T04:14:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:27.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:27.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:14:27.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860062775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:14:27.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:27.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:14:27.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"40249654-4c91-4cad-b6cc-11af5ccafab7","serviceName":"vFW 2022-04-25 04-10-57","serviceVersion":"1.0","serviceUUID":"3da61a80-55fe-4b31-86c4-0047f876d323","serviceDescription":"catalog service description","serviceInvariantUUID":"e1c79530-0ea5-4a1b-baf3-222ae0e1bc83","resources":[{"resourceInstanceName":"vFW 754df07f-b219 0","resourceName":"vFW 754df07f-b219","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77026dae-4049-4386-89d9-08c3cd131a15","resourceInvariantUUID":"e729c919-ffb4-4d4c-b0e5-98c6d3e535ab","resourceCustomizationUUID":"57c42aee-eb06-4cc7-96a4-7acf5dd805a5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml","artifactChecksum":"OGQwNTI5NDVmM2VmODQyM2QxNWE5YTMxOWJjY2QzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"125dde64-65cf-4017-a302-6d9e7a2c243c","artifactVersion":"1"},{"artifactName":"vfw754df07fb2190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json","artifactChecksum":"YzgxMWRmYzhkYmJkNThmZWYzMDBlNTVmMzViMzFkZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83f1761b-f198-4bc1-9b61-517b6ee5d519","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b6de609-64e4-436d-9f56-06f4cfa7c1c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml","artifactChecksum":"NjhkZmM4ZjBhNzg0NDZkM2Y4YmJjMWM0ZGU4NmZmNGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"015749da-0285-4e55-8f79-b27eec14a34b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea9e2e10-8dcb-43d9-b995-49aed45c1a6a","artifactVersion":"2","generatedFromUUID":"1b6de609-64e4-436d-9f56-06f4cfa7c1c6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425041057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml","artifactChecksum":"ODM2OWE3NDhkZjlkZDliN2JjYjE4Zjc1MzZiZjg4N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb9b7aa5-8bbd-4d6d-b461-30a4814f0220","artifactVersion":"1"},{"artifactName":"service-Vfw20220425041057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar","artifactChecksum":"YmUzM2RhY2U0ZjYwNDJmZDE5NzNlNWQ4M2EyZTBmYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1adaa4e9-2485-493e-aa9b-8c126a7e390e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:14:27.526Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:27.535Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:27.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:14:27.550Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:27.550Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:14:27.651Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-25T04:14:27.658Z||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-04-25T04:14:27.658Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:27.694Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:27.695Z||pool-3-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:28.558Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:28.559Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:28.561Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:28.562Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:14:28.662Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:28.663Z||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-04-25T04:14:28.663Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:28.678Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:28.679Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:29.562Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:29.564Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:29.568Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:29.568Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:14:29.668Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:29.669Z||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-04-25T04:14:29.669Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:29.688Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:29.689Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:30.569Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:30.576Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:30.579Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:30.579Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:14:30.679Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:30.680Z||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-04-25T04:14:30.681Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:30.705Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:30.706Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:31.580Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:31.582Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:31.585Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:31.585Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T04:14:31.686Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:31.687Z||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-04-25T04:14:31.687Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:31.703Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:31.704Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:32.586Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:32.587Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:32.589Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:32.589Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:14:32.689Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:32.691Z||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-04-25T04:14:32.691Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:32.710Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:32.711Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:33.590Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:33.591Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:33.594Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:33.594Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:14:33.694Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:33.695Z||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-04-25T04:14:33.696Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:33.769Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:33.770Z||pool-9-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":2,"count":1}
2022-04-25T04:14:34.598Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"serviceName": "vFW 2022-04-25 04-10-57",
"serviceVersion": "1.0",
"serviceUUID": "3da61a80-55fe-4b31-86c4-0047f876d323",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e1c79530-0ea5-4a1b-baf3-222ae0e1bc83",
"resources": [
{
"resourceInstanceName": "vFW 754df07f-b219 0",
"resourceCustomizationUUID": "57c42aee-eb06-4cc7-96a4-7acf5dd805a5",
"resourceName": "vFW 754df07f-b219",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "77026dae-4049-4386-89d9-08c3cd131a15",
"resourceInvariantUUID": "e729c919-ffb4-4d4c-b0e5-98c6d3e535ab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw754df07fb2190_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"artifactChecksum": "YzgxMWRmYzhkYmJkNThmZWYzMDBlNTVmMzViMzFkZWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83f1761b-f198-4bc1-9b61-517b6ee5d519",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1b6de609-64e4-436d-9f56-06f4cfa7c1c6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea9e2e10-8dcb-43d9-b995-49aed45c1a6a",
"generatedFromUUID": "1b6de609-64e4-436d-9f56-06f4cfa7c1c6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea9e2e10-8dcb-43d9-b995-49aed45c1a6a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220425041057-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"artifactChecksum": "YmUzM2RhY2U0ZjYwNDJmZDE5NzNlNWQ4M2EyZTBmYmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1adaa4e9-2485-493e-aa9b-8c126a7e390e"
}
],
"workloadContext": "Production"
}
2022-04-25T04:14:34.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:14:34.600Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3da61a80-55fe-4b31-86c4-0047f876d323 ASDC
2022-04-25T04:14:34.789Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:40249654-4c91-4cad-b6cc-11af5ccafab7
ServiceName:vFW 2022-04-25 04-10-57
ServiceVersion:1.0
ServiceUUID:3da61a80-55fe-4b31-86c4-0047f876d323
ServiceInvariantUUID:e1c79530-0ea5-4a1b-baf3-222ae0e1bc83
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220425041057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
ArtifactUUID:1adaa4e9-2485-493e-aa9b-8c126a7e390e
ArtifactChecksum:YmUzM2RhY2U0ZjYwNDJmZDE5NzNlNWQ4M2EyZTBmYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 754df07f-b219 0
ResourceCustomizationUUID:57c42aee-eb06-4cc7-96a4-7acf5dd805a5
ResourceInvariantUUID:e729c919-ffb4-4d4c-b0e5-98c6d3e535ab
ResourceName:vFW 754df07f-b219
ResourceType:VF
ResourceUUID:77026dae-4049-4386-89d9-08c3cd131a15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw754df07fb2190_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
ArtifactUUID:83f1761b-f198-4bc1-9b61-517b6ee5d519
ArtifactChecksum:YzgxMWRmYzhkYmJkNThmZWYzMDBlNTVmMzViMzFkZWY=
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/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
ArtifactUUID:1b6de609-64e4-436d-9f56-06f4cfa7c1c6
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/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
ArtifactUUID:ea9e2e10-8dcb-43d9-b995-49aed45c1a6a
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/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
ArtifactUUID:ea9e2e10-8dcb-43d9-b995-49aed45c1a6a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-25T04:14:34.790Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3da61a80-55fe-4b31-86c4-0047f876d323 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-04-25T04:14:35.302Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:14:35.409Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:14:35.416Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:14:35.419Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1adaa4e9-2485-493e-aa9b-8c126a7e390e from URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:35.420Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:14:35.425Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:35.661Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:14:35.695Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar 1adaa4e9-2485-493e-aa9b-8c126a7e390e 98958
2022-04-25T04:14:35.698Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar ASDC sendASDCNotification
2022-04-25T04:14:35.698Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:35.699Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:14:35.701Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:35.703Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:35.704Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860075695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:14:35.804Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:35.805Z||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-04-25T04:14:35.805Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:35.916Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:35.917Z||pool-10-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:36.704Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:14:36.706Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:14:36.707Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1adaa4e9-2485-493e-aa9b-8c126a7e390e, URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar to file: /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:36.708Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425041057-csar.csar
2022-04-25T04:14:36.806Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:36.807Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:37.556Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1374837169547459766/Definitions/service-Vfw20220425041057-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-04-25T04:14:41.153Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:14:41.159Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-25T04:14:41.160Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.160Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-25T04:14:41.160Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.160Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 754df07f-b219 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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.163Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-25T04:14:41.174Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.177Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.187Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.188Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-25T04:14:41.190Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:14:41.192Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.193Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.193Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.194Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-25T04:14:41.194Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:14:41.195Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.195Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.201Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.202Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:41.203Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:41.203Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:41.203Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:41.204Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.204Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.204Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.205Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:41.205Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:41.205Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:41.206Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.206Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.206Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:41.207Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.207Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:41.207Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.207Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:14:41.208Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.208Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:14:41.210Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.210Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.210Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:41.211Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.211Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.211Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:41.212Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.212Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.212Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:41.213Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.213Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:41.214Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:41.214Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:41.214Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T04:14:41.214Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:41.215Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:41.215Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.215Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.215Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:41.216Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.216Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:41.216Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.216Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a7380c4-3c76-4c27-80d4-4ab72a039077
2022-04-25T04:14:41.217Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.217Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:41.217Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:41.217Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:41.219Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T04:14:41.219Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:41.219Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.219Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:41.220Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.220Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a5694605-d685-48c7-ba24-7f0ddb601a69
2022-04-25T04:14:41.220Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.220Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:41.221Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:41.221Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:41.221Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:41.222Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.222Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.222Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.223Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:41.223Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:41.223Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:41.223Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.224Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.224Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T04:14:41.225Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e094d5b7-54c7-4e52-9eca-35ebe80f6c87
2022-04-25T04:14:41.225Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.225Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.226Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.226Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.226Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.227Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.227Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:41.227Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.228Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-25 04-10-57
Description:catalog service description
Model UUID:3da61a80-55fe-4b31-86c4-0047f876d323
Model Version:NULL
Model InvariantUuid:e1c79530-0ea5-4a1b-baf3-222ae0e1bc83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 754df07f-b219
Model UUID:c917a204-3339-4e65-a0fe-6dbd798db25a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e729c919-ffb4-4d4c-b0e5-98c6d3e535ab
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:57c42aee-eb06-4cc7-96a4-7acf5dd805a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:28f726e5-997c-4852-9322-0f72cd768d3f
ModelName:Vfw754df07fB219..base_vfw..module-0
ModelUuid:bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8a7380c4-3c76-4c27-80d4-4ab72a039077
ModelInvariantUuid:acfcf0ac-db32-4420-a7da-75d27350c741
ModelName:vFW 754df07f-b219-nodes.vfwCvfc
ModelUuid:ce0a1fdf-c200-4038-b529-a887ffeadfdf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:31b32db0-b51e-4d0e-abcf-37798a79df0b
ModelInvariantUuid:e41c6d88-af96-4cf6-90b7-ac44a09bed60
ModelName:Vfw754df07fB219.compute.nodes.heat.vfw
ModelUuid:48980a83-edf6-41a7-b619-e7677f41abc8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a5694605-d685-48c7-ba24-7f0ddb601a69
ModelInvariantUuid:e28d072d-4832-4638-81af-851d45200f54
ModelName:vFW 754df07f-b219-nodes.vsnCvfc
ModelUuid:e17caae2-ef00-4584-baa5-f88e5c7d4a4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c956178e-abf7-4201-9e95-7653dd96356e
ModelInvariantUuid:15df7bea-4aa4-47b7-9ee5-63ee7716903d
ModelName:Vfw754df07fB219.compute.nodes.heat.vsn
ModelUuid:8abd2e93-66c6-4888-ba49-39a2ade27684
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e094d5b7-54c7-4e52-9eca-35ebe80f6c87
ModelInvariantUuid:7e9f88bc-070f-4f16-bf57-2a6cb5ed75ed
ModelName:vFW 754df07f-b219-nodes.vpgCvfc
ModelUuid:cefaafba-fc5d-440b-b078-10413c68c7ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2a53e2c1-9560-4606-a2a4-78d3966eb2fb
ModelInvariantUuid:d29375ec-9b59-4924-99f3-279c78f0085b
ModelName:Vfw754df07fB219.compute.nodes.heat.vpg
ModelUuid:2dfc2ed2-8593-46ab-81ed-5c4d7c25dbaf
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-04-25T04:14:41.257Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 77026dae-4049-4386-89d9-08c3cd131a15
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-04-25T04:14:41.363Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||vFW 754df07f-b219 0
2022-04-25T04:14:41.371Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77026dae-4049-4386-89d9-08c3cd131a15
2022-04-25T04:14:41.372Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 83f1761b-f198-4bc1-9b61-517b6ee5d519 from URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
2022-04-25T04:14:41.372Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:14:41.372Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
2022-04-25T04:14:41.652Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:14:41.652Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json 83f1761b-f198-4bc1-9b61-517b6ee5d519 785
2022-04-25T04:14:41.653Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json ASDC sendASDCNotification
2022-04-25T04:14:41.653Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
2022-04-25T04:14:41.653Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:14:41.654Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:41.658Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:41.659Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860081653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:14:41.759Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:41.760Z||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-04-25T04:14:41.760Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:41.846Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:41.847Z||pool-11-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:42.661Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw754df07fB219..base_vfw..module-0",
"vfModuleModelInvariantUUID": "28f726e5-997c-4852-9322-0f72cd768d3f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf",
"vfModuleModelCustomizationUUID": "8c9f4a80-e2a3-4a06-81e8-3eabe055e783",
"isBase": true,
"artifacts": [
"1b6de609-64e4-436d-9f56-06f4cfa7c1c6",
"ea9e2e10-8dcb-43d9-b995-49aed45c1a6a"
],
"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-04-25T04:14:42.675Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw754df07fB219..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf
VfModuleModelInvariantUUID:28f726e5-997c-4852-9322-0f72cd768d3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b6de609-64e4-436d-9f56-06f4cfa7c1c6
,
ea9e2e10-8dcb-43d9-b995-49aed45c1a6a
}
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-04-25T04:14:42.678Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw754df07fB219..base_vfw..module-0",
"vfModuleModelInvariantUUID": "28f726e5-997c-4852-9322-0f72cd768d3f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf",
"vfModuleModelCustomizationUUID": "8c9f4a80-e2a3-4a06-81e8-3eabe055e783",
"isBase": true,
"artifacts": [
"1b6de609-64e4-436d-9f56-06f4cfa7c1c6",
"ea9e2e10-8dcb-43d9-b995-49aed45c1a6a"
],
"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-04-25T04:14:42.679Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw754df07fB219..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf
VfModuleModelInvariantUUID:28f726e5-997c-4852-9322-0f72cd768d3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b6de609-64e4-436d-9f56-06f4cfa7c1c6
,
ea9e2e10-8dcb-43d9-b995-49aed45c1a6a
}
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-04-25T04:14:42.679Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1b6de609-64e4-436d-9f56-06f4cfa7c1c6 from URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
2022-04-25T04:14:42.679Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:14:42.679Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
2022-04-25T04:14:43.458Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:14:43.459Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml 1b6de609-64e4-436d-9f56-06f4cfa7c1c6 20368
2022-04-25T04:14:43.459Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T04:14:43.460Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
2022-04-25T04:14:43.460Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:14:43.460Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:43.462Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:43.462Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860083459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:14:43.562Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:43.564Z||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-04-25T04:14:43.564Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:43.614Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:43.615Z||pool-12-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:44.464Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ea9e2e10-8dcb-43d9-b995-49aed45c1a6a from URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
2022-04-25T04:14:44.465Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:14:44.466Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
2022-04-25T04:14:44.955Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:14:44.956Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env ea9e2e10-8dcb-43d9-b995-49aed45c1a6a 2098
2022-04-25T04:14:44.958Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T04:14:44.958Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
2022-04-25T04:14:44.959Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:14:44.960Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:44.965Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:44.965Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860084958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:14:45.072Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-25T04:14:45.074Z||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-04-25T04:14:45.074Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:45.127Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:45.128Z||pool-13-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:45.966Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3da61a80-55fe-4b31-86c4-0047f876d323
2022-04-25T04:14:45.967Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 754df07f-b219 0 77026dae-4049-4386-89d9-08c3cd131a15 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-04-25T04:14:46.026Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2109a8ba, org.onap.sdc.toscaparser.api.parameters.Input@2e5cbd45, org.onap.sdc.toscaparser.api.parameters.Input@73bf31ab, org.onap.sdc.toscaparser.api.parameters.Input@3ff989c9, org.onap.sdc.toscaparser.api.parameters.Input@5359aaf4]
2022-04-25T04:14:46.030Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.030Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.031Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-04-25T04:14:46.031Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 57c42aee-eb06-4cc7-96a4-7acf5dd805a5
2022-04-25T04:14:46.031Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57c42aee-eb06-4cc7-96a4-7acf5dd805a5 matches Tosca VF Customization UUID: 57c42aee-eb06-4cc7-96a4-7acf5dd805a5
2022-04-25T04:14:46.031Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 57c42aee-eb06-4cc7-96a4-7acf5dd805a5 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-04-25T04:14:46.041Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.042Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.045Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 57c42aee-eb06-4cc7-96a4-7acf5dd805a5: {\"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-04-25T04:14:46.045Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12478410
2022-04-25T04:14:46.045Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.045Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:14:46.046Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c9f4a80-e2a3-4a06-81e8-3eabe055e783
2022-04-25T04:14:46.048Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c9f4a80-e2a3-4a06-81e8-3eabe055e783
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-04-25T04:14:46.057Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.058Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.058Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.059Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.059Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.059Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:46.062Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.062Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:46.062Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.062Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a7380c4-3c76-4c27-80d4-4ab72a039077
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-04-25T04:14:46.071Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.072Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.072Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.075Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:46.075Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.075Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a5694605-d685-48c7-ba24-7f0ddb601a69
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-04-25T04:14:46.080Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.080Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.080Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:46.086Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.086Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.086Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T04:14:46.086Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e094d5b7-54c7-4e52-9eca-35ebe80f6c87
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-04-25T04:14:46.090Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.091Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.091Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.091Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.092Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.092Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=57c42aee-eb06-4cc7-96a4-7acf5dd805a5
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-04-25T04:14:46.094Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.095Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.095Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3da61a80-55fe-4b31-86c4-0047f876d323: vFW 754df07f-b219
2022-04-25T04:14:46.096Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.096Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.096Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.096Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.097Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.097Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.097Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.097Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.098Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:14:46.098Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.098Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-04-25 04-10-57
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-04-25T04:14:46.439Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 754df07f-b219 77026dae-4049-4386-89d9-08c3cd131a15 1 ASDC deployResourceStructure
2022-04-25T04:14:46.440Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json ASDC sendASDCNotification
2022-04-25T04:14:46.440Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
2022-04-25T04:14:46.440Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:14:46.441Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:46.443Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:46.444Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860086440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T04:14:46.544Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:46.545Z||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-04-25T04:14:46.545Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:46.601Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:46.602Z||pool-14-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:47.446Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T04:14:47.447Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
2022-04-25T04:14:47.447Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:14:47.447Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:47.450Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:47.451Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860087446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-25T04:14:47.551Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:47.552Z||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-04-25T04:14:47.552Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:47.581Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:47.582Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:48.452Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T04:14:48.453Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
2022-04-25T04:14:48.453Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:14:48.453Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:48.455Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:48.456Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860088452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-25T04:14:48.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:48.557Z||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-04-25T04:14:48.557Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:48.573Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:48.573Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:49.457Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar ASDC sendASDCNotification
2022-04-25T04:14:49.457Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:49.457Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:14:49.458Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:49.461Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:49.461Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860089457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:14:49.561Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:49.562Z||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-04-25T04:14:49.563Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:49.575Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:14:49.576Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:50.462Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:14:50.496Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:14:50.499Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:14:50.499Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:14:50.499Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:15:20.500Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:15:20.524Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:15:20.527Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:15:20.527Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:15:20.527Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:15:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:15:26.854Z||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-04-25T04:15:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:15:26.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:15:26.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:15:26.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860058361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:15:26.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:15:50.528Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:15:50.552Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:15:50.555Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:15:50.555Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:15:50.556Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:16:20.556Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:16:20.569Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:16:20.572Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:16:20.572Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:16:20.572Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:16:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:16:26.854Z||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-04-25T04:16:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:16:27.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:16:27.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:16:27.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860065997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:16:27.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:16:50.572Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:16:50.600Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:16:50.604Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:16:50.604Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:16:50.604Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:17:20.605Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:17:20.622Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:17:20.625Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:17:20.625Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:17:20.625Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:17:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:17:26.854Z||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-04-25T04:17:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:17:27.412Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:17:27.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "dcae-sch",
"timestamp": 1650860065975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860058361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860062775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860065997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "dcae-sch",
"timestamp": 1650860065975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860058361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860062775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860065997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "dcae-sch",
"timestamp": 1650860065975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860058361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860062775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860065997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "dcae-sch",
"timestamp": 1650860065975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860058361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860062775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860065997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "dcae-sch",
"timestamp": 1650860065975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860071090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860062775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860058361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860065997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "dcae-sch",
"timestamp": 1650860065975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860071090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860058361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860065997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860062775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "dcae-sch",
"timestamp": 1650860065975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860066849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860071090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860074639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860074115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860071090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "cds",
"timestamp": 1650860075685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-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-04-25T04:17:27.446Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.446Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860075695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860075126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860071090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "policy-id",
"timestamp": 1650860076131,
"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-04-25T04:17:27.463Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.464Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860071090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860071090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860079231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860080631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860080372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860081653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860081040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860082237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860081419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860080372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860081040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860081419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860083373,
"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-04-25T04:17:27.486Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.487Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860083459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860080372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860081040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860081419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860084378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860080372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860081040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860084958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860081419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860080372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860081040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860081419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860086440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860080372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860081040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860081419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860087446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860080372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860081040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860081419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860088452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860089386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860089457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860089624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860098434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860099443,
"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-04-25T04:17:27.521Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.521Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860099952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860101954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "clamp",
"timestamp": 1650860102958,
"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-04-25T04:17:27.541Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.541Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860110085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:17:27.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "aai-ml",
"timestamp": 1650860111093,
"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-04-25T04:17:27.558Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.559Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:50.625Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:17:50.639Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:17:50.642Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:17:50.644Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:17:50.644Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:17:50.649Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:17:50.650Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:17:50.657Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:18:20.657Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:18:20.668Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40249654-4c91-4cad-b6cc-11af5ccafab7 and serviceModelVersionId: 3da61a80-55fe-4b31-86c4-0047f876d323
2022-04-25T04:18:20.669Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1c79530-0ea5-4a1b-baf3-222ae0e1bc83
2022-04-25T04:18:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:18:26.854Z||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-04-25T04:18:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:27.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:27.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860271094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "dcae-sch",
"timestamp": 1650860265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860265997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860272774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860271094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "dcae-sch",
"timestamp": 1650860265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860265997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860272774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860271094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860265997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "dcae-sch",
"timestamp": 1650860265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860272774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860271094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "dcae-sch",
"timestamp": 1650860265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860265997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860272774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860271094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "dcae-sch",
"timestamp": 1650860265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860265997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860272774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860271094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "dcae-sch",
"timestamp": 1650860265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860265997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860272774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860271094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860265997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "dcae-sch",
"timestamp": 1650860265975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860272774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860278361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860280377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860279904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860280694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860278361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860280909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "cds",
"timestamp": 1650860281702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T04:18:27.590Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:18:27.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:18:27.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860278361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860281682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "policy-id",
"timestamp": 1650860281913,
"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-04-25T04:18:27.606Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:18:27.606Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:18:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860278361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860282966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860278361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860284002,
"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-04-25T04:18:27.622Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:18:27.622Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:18:27.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860278361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860285007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T04:18:27.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860278361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860290372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860291040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860291419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860290372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860291040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860291419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860290372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860291040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860291419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860290372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860291040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860291419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860290372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860291040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860291419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860290372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860291040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860291419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860290372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860291040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860291419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860299435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860299398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860303068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:18:27.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860304077,
"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-04-25T04:18:27.649Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:18:27.650Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:18:38.494Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0
2022-04-25T04:18:38.626Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:18:39.273Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|INFO|500||Invoke
2022-04-25T04:18:39.285Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40249654-4c91-4cad-b6cc-11af5ccafab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b089519-0dcc-42f2-b0a0-0aec4f6376ad], X-ECOMP-RequestID=[40249654-4c91-4cad-b6cc-11af5ccafab7], X-TransactionId=[], X-ONAP-RequestID=[40249654-4c91-4cad-b6cc-11af5ccafab7], Content-Type=[application/merge-patch+json]}
2022-04-25T04:18:39.465Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-25T04:18:40.092Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?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/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-04:18:38:970-30921], vertex-id=[176288], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:18:38 GMT], Content-Type=[application/json]}
2022-04-25T04:18:40.093Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:18:40.094Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|INFO|500||InvokeReturn
2022-04-25T04:18:40.100Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:18:40.100Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:18:40.109Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:18:40.110Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40249654-4c91-4cad-b6cc-11af5ccafab7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:18:40.111Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:18:40.112Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:40.115Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:40.115Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860320110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:18:40.215Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:40.217Z||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-04-25T04:18:40.217Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:40.259Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:40.260Z||pool-18-thread-1|||||INFO|500||cambria reply ok (44 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-04-25T04:18:41.149Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:18:41.150Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:18:41.150Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:45.752Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:45.755Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:18:45.755Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"31fb102f-7542-4c74-a431-243b33d6ad62","serviceName":"basic_onboard_jHhmXo","serviceVersion":"1.0","serviceUUID":"e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d","serviceDescription":"service","serviceInvariantUUID":"51818e95-5db2-4663-a8e8-b62dfb6c3cd5","resources":[{"resourceInstanceName":"basic_onboard_jHhmXo 0","resourceName":"basic_onboard_jHhmXo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"729c4b27-8f87-4772-99e9-d050d214a046","resourceInvariantUUID":"f8d4b0e0-d273-42fa-ab93-08c6ca589f1a","resourceCustomizationUUID":"c4ce1850-9b0e-459d-b37f-472d42dc1cf3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml","artifactChecksum":"MGE0M2QyNWZmYTc3ZjgzZjgyMDFhYWI1OTNkY2JjN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87d3a941-8975-4ad0-b8cc-ca11ee48ffbc","artifactVersion":"1"},{"artifactName":"basic_onboard_jhhmxo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json","artifactChecksum":"ZWYyYjhhZTFhM2JjYTI4YzU1NTNjNjhiNTE2ZWY4YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9fccd1b7-03a8-48eb-b080-599c5dbbd10c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"850e6480-13e0-40d9-ac7a-fefd8c660254","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ff70cfc-2e91-4765-8231-d73fa682f161","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"86b69b32-1049-45ff-95e8-de4d8c3a37f3","artifactVersion":"2","generatedFromUUID":"850e6480-13e0-40d9-ac7a-fefd8c660254"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJhhmxo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml","artifactChecksum":"ZTBjZWNkMDUzZmEyMDc4MDg1ODdlZDMwNTQzZmEyMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb41133-d4aa-4c62-b1fe-96e3c75c4f32","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJhhmxo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar","artifactChecksum":"Mzc2MzgwYmZjN2Y4OWJkOTdmNTdlMjA1ZTIwODg4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3b2f5c7-ac11-4560-a45e-da77ec7be77a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:18:45.761Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:45.762Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:45.766Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:45.767Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:45.867Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:45.870Z||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-04-25T04:18:45.870Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:45.886Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:45.887Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:18:46.767Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:46.769Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:46.771Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:46.771Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:18:46.871Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:46.872Z||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-04-25T04:18:46.873Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:46.905Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:46.906Z||pool-20-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:47.772Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:47.774Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:47.777Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:47.777Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:18:47.878Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:47.879Z||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-04-25T04:18:47.880Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:47.900Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:47.901Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:18:48.778Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:48.779Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:48.781Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:48.781Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:48.883Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:48.884Z||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-04-25T04:18:48.885Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:48.904Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:48.905Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:18:49.782Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:49.783Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:49.787Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:49.787Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-25T04:18:49.887Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:18:49.888Z||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-04-25T04:18:49.889Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:49.903Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:49.904Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:50.788Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:50.790Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:50.794Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:50.794Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:18:50.894Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:50.896Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-25T04:18:50.896Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:50.914Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:50.915Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:51.795Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:51.796Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:51.798Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:51.798Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:18:51.898Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:51.899Z||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-04-25T04:18:51.901Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:51.915Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:51.915Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:52.800Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"serviceName": "basic_onboard_jHhmXo",
"serviceVersion": "1.0",
"serviceUUID": "e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d",
"serviceDescription": "service",
"serviceInvariantUUID": "51818e95-5db2-4663-a8e8-b62dfb6c3cd5",
"resources": [
{
"resourceInstanceName": "basic_onboard_jHhmXo 0",
"resourceCustomizationUUID": "c4ce1850-9b0e-459d-b37f-472d42dc1cf3",
"resourceName": "basic_onboard_jHhmXo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "729c4b27-8f87-4772-99e9-d050d214a046",
"resourceInvariantUUID": "f8d4b0e0-d273-42fa-ab93-08c6ca589f1a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jhhmxo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"artifactChecksum": "ZWYyYjhhZTFhM2JjYTI4YzU1NTNjNjhiNTE2ZWY4YWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9fccd1b7-03a8-48eb-b080-599c5dbbd10c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "850e6480-13e0-40d9-ac7a-fefd8c660254",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "86b69b32-1049-45ff-95e8-de4d8c3a37f3",
"generatedFromUUID": "850e6480-13e0-40d9-ac7a-fefd8c660254"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "86b69b32-1049-45ff-95e8-de4d8c3a37f3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJhhmxo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"artifactChecksum": "Mzc2MzgwYmZjN2Y4OWJkOTdmNTdlMjA1ZTIwODg4NjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f3b2f5c7-ac11-4560-a45e-da77ec7be77a"
}
],
"workloadContext": "Production"
}
2022-04-25T04:18:52.801Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:18:52.801Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d ASDC
2022-04-25T04:18:52.802Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:31fb102f-7542-4c74-a431-243b33d6ad62
ServiceName:basic_onboard_jHhmXo
ServiceVersion:1.0
ServiceUUID:e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d
ServiceInvariantUUID:51818e95-5db2-4663-a8e8-b62dfb6c3cd5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJhhmxo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
ArtifactUUID:f3b2f5c7-ac11-4560-a45e-da77ec7be77a
ArtifactChecksum:Mzc2MzgwYmZjN2Y4OWJkOTdmNTdlMjA1ZTIwODg4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jHhmXo 0
ResourceCustomizationUUID:c4ce1850-9b0e-459d-b37f-472d42dc1cf3
ResourceInvariantUUID:f8d4b0e0-d273-42fa-ab93-08c6ca589f1a
ResourceName:basic_onboard_jHhmXo
ResourceType:VF
ResourceUUID:729c4b27-8f87-4772-99e9-d050d214a046
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jhhmxo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
ArtifactUUID:9fccd1b7-03a8-48eb-b080-599c5dbbd10c
ArtifactChecksum:ZWYyYjhhZTFhM2JjYTI4YzU1NTNjNjhiNTE2ZWY4YWU=
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/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:850e6480-13e0-40d9-ac7a-fefd8c660254
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/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
ArtifactUUID:86b69b32-1049-45ff-95e8-de4d8c3a37f3
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/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
ArtifactUUID:86b69b32-1049-45ff-95e8-de4d8c3a37f3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-25T04:18:52.803Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d 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-04-25T04:18:52.843Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:18:52.845Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:18:52.845Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:18:52.846Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f3b2f5c7-ac11-4560-a45e-da77ec7be77a from URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:52.846Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:18:52.847Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:53.067Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:18:53.071Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar f3b2f5c7-ac11-4560-a45e-da77ec7be77a 71558
2022-04-25T04:18:53.071Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar ASDC sendASDCNotification
2022-04-25T04:18:53.072Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:53.072Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:18:53.072Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:53.074Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:53.075Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860333071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:53.175Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:53.176Z||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-04-25T04:18:53.176Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:53.201Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:53.202Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:54.075Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:18:54.076Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:18:54.077Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f3b2f5c7-ac11-4560-a45e-da77ec7be77a, URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar to file: /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:54.077Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:54.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:54.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:54.281Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4516859314802313600/Definitions/service-BasicOnboardJhhmxo-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-04-25T04:18:56.106Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:18:56.107Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-25T04:18:56.107Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.107Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T04:18:56.108Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jHhmXo 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-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.108Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||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-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.108Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.108Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.109Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.109Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.109Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-25T04:18:56.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.111Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.111Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.112Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-25T04:18:56.112Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:18:56.112Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.113Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.113Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.113Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-25T04:18:56.113Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:18:56.114Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.114Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.114Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.114Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is not matching search criteria
2022-04-25T04:18:56.115Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-25T04:18:56.115Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-25T04:18:56.115Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-25T04:18:56.115Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:18:56.116Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:18:56.116Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.116Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:18:56.116Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.117Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.117Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:56.117Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.117Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.118Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:56.118Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.118Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.118Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:56.119Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.119Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is not matching search criteria
2022-04-25T04:18:56.119Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T04:18:56.119Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:18:56.120Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4ce885df-6446-4535-b54d-b392cd2bd321
2022-04-25T04:18:56.120Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.120Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.121Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.121Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.121Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.121Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.122Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:56.122Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.122Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jHhmXo
Description:service
Model UUID:e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d
Model Version:NULL
Model InvariantUuid:51818e95-5db2-4663-a8e8-b62dfb6c3cd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jHhmXo
Model UUID:1d5c4327-0860-4493-ab23-6155cf966a26
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f8d4b0e0-d273-42fa-ab93-08c6ca589f1a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c4ce1850-9b0e-459d-b37f-472d42dc1cf3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bc96a87e-44f0-4c3f-a75b-cef5412e5a3e
ModelName:BasicOnboardJhhmxo..base_ubuntu18..module-0
ModelUuid:31ed2f24-579f-4117-a12f-d9cda85bddd5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4ce885df-6446-4535-b54d-b392cd2bd321
ModelInvariantUuid:1e0ac26a-860f-4569-abac-0f6da14b1705
ModelName:basic_onboard_jHhmXo-nodes.ubuntu18Cvfc
ModelUuid:57f8dbac-4d99-4d9a-bebc-4a33ddec226b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bdd69f5d-3d9b-4141-b946-553a0cd9362a
ModelInvariantUuid:83ec90a5-e7f2-4cf7-a7c7-5f82a83d15e7
ModelName:BasicOnboardJhhmxo.compute.nodes.heat.ubuntu18
ModelUuid:66fdb0df-4af1-41bd-a39b-a51645e91b0d
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-04-25T04:18:56.130Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 729c4b27-8f87-4772-99e9-d050d214a046
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-04-25T04:18:56.134Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||basic_onboard_jHhmXo 0
2022-04-25T04:18:56.134Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 729c4b27-8f87-4772-99e9-d050d214a046
2022-04-25T04:18:56.135Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fccd1b7-03a8-48eb-b080-599c5dbbd10c from URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
2022-04-25T04:18:56.135Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:18:56.135Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
2022-04-25T04:18:56.309Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:18:56.309Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json 9fccd1b7-03a8-48eb-b080-599c5dbbd10c 798
2022-04-25T04:18:56.310Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json ASDC sendASDCNotification
2022-04-25T04:18:56.310Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
2022-04-25T04:18:56.310Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:18:56.311Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:56.314Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:56.314Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860336310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:56.414Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:56.415Z||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-04-25T04:18:56.415Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:56.436Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:56.437Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:57.315Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJhhmxo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bc96a87e-44f0-4c3f-a75b-cef5412e5a3e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "31ed2f24-579f-4117-a12f-d9cda85bddd5",
"vfModuleModelCustomizationUUID": "1f3779a5-80af-471c-8d65-3b989827b140",
"isBase": true,
"artifacts": [
"850e6480-13e0-40d9-ac7a-fefd8c660254",
"86b69b32-1049-45ff-95e8-de4d8c3a37f3"
],
"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-04-25T04:18:57.321Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJhhmxo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31ed2f24-579f-4117-a12f-d9cda85bddd5
VfModuleModelInvariantUUID:bc96a87e-44f0-4c3f-a75b-cef5412e5a3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
850e6480-13e0-40d9-ac7a-fefd8c660254
,
86b69b32-1049-45ff-95e8-de4d8c3a37f3
}
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-04-25T04:18:57.323Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJhhmxo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bc96a87e-44f0-4c3f-a75b-cef5412e5a3e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "31ed2f24-579f-4117-a12f-d9cda85bddd5",
"vfModuleModelCustomizationUUID": "1f3779a5-80af-471c-8d65-3b989827b140",
"isBase": true,
"artifacts": [
"850e6480-13e0-40d9-ac7a-fefd8c660254",
"86b69b32-1049-45ff-95e8-de4d8c3a37f3"
],
"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-04-25T04:18:57.323Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJhhmxo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31ed2f24-579f-4117-a12f-d9cda85bddd5
VfModuleModelInvariantUUID:bc96a87e-44f0-4c3f-a75b-cef5412e5a3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
850e6480-13e0-40d9-ac7a-fefd8c660254
,
86b69b32-1049-45ff-95e8-de4d8c3a37f3
}
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-04-25T04:18:57.324Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 850e6480-13e0-40d9-ac7a-fefd8c660254 from URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
2022-04-25T04:18:57.324Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:18:57.324Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
2022-04-25T04:18:57.511Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:18:57.512Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml 850e6480-13e0-40d9-ac7a-fefd8c660254 5033
2022-04-25T04:18:57.512Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T04:18:57.512Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
2022-04-25T04:18:57.512Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:18:57.513Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:57.516Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:57.516Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860337512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:57.616Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:57.617Z||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-04-25T04:18:57.617Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:57.637Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:57.638Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:18:58.517Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86b69b32-1049-45ff-95e8-de4d8c3a37f3 from URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
2022-04-25T04:18:58.517Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:18:58.518Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
2022-04-25T04:18:58.804Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:18:58.805Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env 86b69b32-1049-45ff-95e8-de4d8c3a37f3 909
2022-04-25T04:18:58.805Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T04:18:58.805Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
2022-04-25T04:18:58.806Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:18:58.806Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:58.809Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:58.809Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860338805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:18:58.909Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:58.910Z||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-04-25T04:18:58.910Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:58.933Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:18:58.933Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":6,"count":1}
2022-04-25T04:18:59.810Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d
2022-04-25T04:18:59.811Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jHhmXo 0 729c4b27-8f87-4772-99e9-d050d214a046 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-04-25T04:18:59.824Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9dd7790, org.onap.sdc.toscaparser.api.parameters.Input@30e01073, org.onap.sdc.toscaparser.api.parameters.Input@4ca033db, org.onap.sdc.toscaparser.api.parameters.Input@7791fe7d, org.onap.sdc.toscaparser.api.parameters.Input@151276e8]
2022-04-25T04:18:59.827Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.827Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.827Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-04-25T04:18:59.827Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c4ce1850-9b0e-459d-b37f-472d42dc1cf3
2022-04-25T04:18:59.828Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4ce1850-9b0e-459d-b37f-472d42dc1cf3 matches Tosca VF Customization UUID: c4ce1850-9b0e-459d-b37f-472d42dc1cf3
2022-04-25T04:18:59.828Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c4ce1850-9b0e-459d-b37f-472d42dc1cf3 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-04-25T04:18:59.831Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.831Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.832Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c4ce1850-9b0e-459d-b37f-472d42dc1cf3: {\"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-04-25T04:18:59.832Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10a83744
2022-04-25T04:18:59.832Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.833Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:18:59.833Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f3779a5-80af-471c-8d65-3b989827b140
2022-04-25T04:18:59.834Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f3779a5-80af-471c-8d65-3b989827b140
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-04-25T04:18:59.837Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.837Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:59.838Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:59.838Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.839Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:59.839Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:59.839Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.840Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is not matching search criteria
2022-04-25T04:18:59.840Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T04:18:59.841Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:18:59.841Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4ce885df-6446-4535-b54d-b392cd2bd321
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-04-25T04:18:59.844Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.845Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:59.845Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:59.846Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.846Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:59.847Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=c4ce1850-9b0e-459d-b37f-472d42dc1cf3
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-04-25T04:18:59.849Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.850Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.850Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d: basic_onboard_jHhmXo
2022-04-25T04:18:59.851Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.851Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.852Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.852Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.852Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.854Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.854Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:18:59.855Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.855Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_jHhmXo
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-04-25T04:18:59.982Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jHhmXo 729c4b27-8f87-4772-99e9-d050d214a046 1 ASDC deployResourceStructure
2022-04-25T04:18:59.983Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json ASDC sendASDCNotification
2022-04-25T04:18:59.983Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
2022-04-25T04:18:59.983Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:18:59.984Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:59.987Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:59.987Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860339982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:00.087Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:19:00.089Z||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-04-25T04:19:00.089Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:00.113Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:19:00.114Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:19:00.988Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T04:19:00.988Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
2022-04-25T04:19:00.989Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:19:00.989Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:19:00.992Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:19:00.992Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860340988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:01.092Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:19:01.093Z||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-04-25T04:19:01.094Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:01.114Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:19:01.115Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:19:01.993Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T04:19:01.994Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
2022-04-25T04:19:01.994Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:19:01.995Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:19:01.997Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:19:01.997Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860341993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:02.098Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:19:02.099Z||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-04-25T04:19:02.099Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:02.115Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:19:02.115Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:19:02.998Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar ASDC sendASDCNotification
2022-04-25T04:19:02.999Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:19:02.999Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:19:02.999Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:19:03.001Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:19:03.002Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860342998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:03.102Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:19:03.104Z||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-04-25T04:19:03.104Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:03.186Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:19:03.187Z||pool-33-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:19:04.003Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62
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-04-25T04:19:04.013Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62
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-04-25T04:19:04.017Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:19:04.017Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:19:04.017Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:19:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:19:26.854Z||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-04-25T04:19:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:27.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:19:27.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860308329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:27.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860308974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "aai-ml",
"timestamp": 1650860309334,
"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-04-25T04:19:27.549Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:19:27.549Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:19:27.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860310989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:27.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "clamp",
"timestamp": 1650860311992,
"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-04-25T04:19:27.566Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:19:27.566Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:19:27.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860320110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:19:27.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860321149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860333071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860336310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860337512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860338805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860339982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860340988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860341993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860342998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:19:27.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:34.017Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62
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-04-25T04:19:34.063Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62
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-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:19:34.095Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:20:04.095Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:20:04.103Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31fb102f-7542-4c74-a431-243b33d6ad62 and serviceModelVersionId: e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d
2022-04-25T04:20:04.103Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51818e95-5db2-4663-a8e8-b62dfb6c3cd5
2022-04-25T04:20:04.104Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0
2022-04-25T04:20:04.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:20:04.175Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|INFO|500||Invoke
2022-04-25T04:20:04.176Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[31fb102f-7542-4c74-a431-243b33d6ad62], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0959d4b1-8d4e-409c-b7c7-756ca487981d], X-ECOMP-RequestID=[31fb102f-7542-4c74-a431-243b33d6ad62], X-TransactionId=[], X-ONAP-RequestID=[31fb102f-7542-4c74-a431-243b33d6ad62], Content-Type=[application/merge-patch+json]}
2022-04-25T04:20:04.220Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-25T04:20:04.615Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?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/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-04:20:03:720-48409], vertex-id=[364688], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:20:03 GMT], Content-Type=[application/json]}
2022-04-25T04:20:04.616Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:20:04.617Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|INFO|500||InvokeReturn
2022-04-25T04:20:04.620Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:20:04.621Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:20:04.627Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:20:04.628Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31fb102f-7542-4c74-a431-243b33d6ad62 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:20:04.629Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:20:04.629Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:20:04.635Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:20:04.636Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860404628,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:20:04.733Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T04:20:04.734Z||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-04-25T04:20:04.734Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:04.763Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:20:04.764Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-04-25T04:20:05.651Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:05.652Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:20:05.652Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:15.261Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:20:15.262Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:15.263Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:20:15.264Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:24.963Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:20:24.963Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:24.964Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:20:24.964Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:26.854Z||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-04-25T04:20:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:27.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:20:27.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:20:27.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860404628,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:20:27.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:20:34.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:20:34.598Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:34.599Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:20:34.600Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:44.278Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:20:44.280Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:44.280Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:20:44.280Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:53.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:21:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:21:26.850Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:21:26.850Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:21:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:21:26.854Z||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-04-25T04:21:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:21:36.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:21:36.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:22:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:22:26.850Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:22:26.850Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:22:26.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:22:26.853Z||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-04-25T04:22:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:22:36.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:22:36.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:23:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:23:26.850Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:23:26.850Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:23:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:23:26.853Z||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-04-25T04:23:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:23:36.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:23:36.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:24:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:24:26.852Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:24:26.852Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:24:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:24:26.853Z||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-04-25T04:24:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:24:36.455Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:24:36.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:25:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:25:26.850Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:25:26.851Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:25:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:25:26.853Z||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-04-25T04:25:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:25:36.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:25:36.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:26:26.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:26:26.850Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:26:26.850Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:26:26.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:26:26.853Z||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-04-25T04:26:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:26:36.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:26:36.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:27:26.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:27:26.850Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:27:26.851Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:27:26.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:27:26.853Z||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-04-25T04:27:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:27:36.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:27:36.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:26.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:28:26.850Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:28:26.850Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:26.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:28:26.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|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-04-25T04:28:26.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:27.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:27.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d69c881-e40c-4cdf-81c5-f3f3f475ceb4","serviceName":"vFW 2022-04-25 04-24-44","serviceVersion":"1.0","serviceUUID":"fd812ecc-bbef-475f-926e-f4dca15f491f","serviceDescription":"catalog service description","serviceInvariantUUID":"0053e4b0-1e23-4523-9991-ed6fc55a7c4b","resources":[{"resourceInstanceName":"vFW ca92a548-7748 0","resourceName":"vFW ca92a548-7748","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4919330-f991-48e2-9af1-f0cc4677315a","resourceInvariantUUID":"cd49003e-812e-4e1c-b532-83f41a6309f2","resourceCustomizationUUID":"b2be6ba1-3479-4966-baee-1094b4842dcf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml","artifactChecksum":"YTEyNDQzM2MwZjNhOWEwZjVmNzhiMWI2YjMyYTZkOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3ddddaa-2901-40d3-8bb7-87c5f6064fa1","artifactVersion":"1"},{"artifactName":"vfwca92a54877480_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json","artifactChecksum":"OWM3ODBmYWI1MDM1ZTIyOTdlMTE0ZTg1OWI0MTMxMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8510f3dc-3b21-426c-a0a0-8894928f37bc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml","artifactChecksum":"MzA5MzQ5NGQxOGU5MjE0M2U5YmEzMTdmNWRlOWNhMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26543efd-09bd-43c8-af7e-938dfef03eef","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"431a52c0-dc2f-496d-9db5-4dc30734e11c","artifactVersion":"2","generatedFromUUID":"bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425042444-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml","artifactChecksum":"ZjViYzM3NGQ0OTdjMWQxMzdhMThiYzdkYjAwN2NjNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f4b5159-7b59-488b-840b-64bf0e9fec49","artifactVersion":"1"},{"artifactName":"service-Vfw20220425042444-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar","artifactChecksum":"M2RlMmQ2YWNmOWNjNTA5YmVjYzE2ZGZjYzAxOWIyZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ede276d6-65b6-4f87-aceb-2616b326f347","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:28:27.493Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:27.495Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.495Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860871090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.496Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.496Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.496Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860872774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860878361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860871090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860872774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.498Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860878361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860871090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.499Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860872774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860878361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860871090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860872774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860878361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860871090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860872774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860878361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860871090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860872774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860878361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860871090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860872774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "ves-openapi-manager",
"timestamp": 1650860878361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860886799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860886848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.506Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.506Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860906849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860885997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "dcae-sch",
"timestamp": 1650860885975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "cds",
"timestamp": 1650860887855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T04:28:27.529Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:28:27.530Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:28:27.541Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860888105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860885997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "dcae-sch",
"timestamp": 1650860885975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860885997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "dcae-sch",
"timestamp": 1650860885975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860889400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860885997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "dcae-sch",
"timestamp": 1650860885975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860890434,
"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-04-25T04:28:27.551Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:28:27.552Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:28:27.562Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.563Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860885997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.563Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.563Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.563Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "dcae-sch",
"timestamp": 1650860885975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650860891439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "DEPLOY_OK"
}
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.565Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860890372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.565Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.565Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.565Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860891040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860885997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "aai-ml",
"timestamp": 1650860891419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "dcae-sch",
"timestamp": 1650860885975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860890372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860891040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "aai-ml",
"timestamp": 1650860891419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860885997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "dcae-sch",
"timestamp": 1650860885975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860890372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860891040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "aai-ml",
"timestamp": 1650860891419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860893860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860890372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860891040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "aai-ml",
"timestamp": 1650860891419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860894865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860890372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860891040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "aai-ml",
"timestamp": 1650860891419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.576Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.576Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "policy-id",
"timestamp": 1650860895867,
"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-04-25T04:28:27.582Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:28:27.582Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:28:27.591Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.592Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860890372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.592Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.592Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860891040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "aai-ml",
"timestamp": 1650860891419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860890372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860891040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "aai-ml",
"timestamp": 1650860891419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860899136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "aai-ml",
"timestamp": 1650860899509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860904317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860904609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.597Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.597Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.597Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650860905339,
"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-04-25T04:28:27.602Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:28:27.603Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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=?
2022-04-25T04:28:27.606Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:27.607Z||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-04-25T04:28:27.607Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T04:28:27.613Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.613Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "clamp",
"timestamp": 1650860906080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-25T04:28:27.613Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.628Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:27.629Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:28.509Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:28.510Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:28.514Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:28.514Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860906849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "NOTIFIED"
}
2022-04-25T04:28:28.614Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:28.615Z||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-04-25T04:28:28.615Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:28.630Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:28.631Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:29.515Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:29.516Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:29.519Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:29.519Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860906849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-25T04:28:29.619Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:29.620Z||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-04-25T04:28:29.621Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:29.638Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:29.639Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:28:30.519Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:30.520Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:30.523Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:30.523Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860906849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:30.623Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:30.625Z||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-04-25T04:28:30.625Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:30.650Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:30.650Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:31.524Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:31.525Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:31.527Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:31.527Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860906849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-25T04:28:31.627Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:28:31.629Z||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-04-25T04:28:31.629Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:31.667Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:31.668Z||pool-39-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:28:32.528Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:32.529Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:32.532Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:32.532Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860906849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-25T04:28:32.632Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:28:32.633Z||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-04-25T04:28:32.634Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:32.676Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:32.677Z||pool-40-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:33.533Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:33.534Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:33.537Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:33.537Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860906849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "NOTIFIED"
}
2022-04-25T04:28:33.637Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:33.638Z||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-04-25T04:28:33.638Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:33.681Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:33.682Z||pool-41-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:34.541Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"serviceName": "vFW 2022-04-25 04-24-44",
"serviceVersion": "1.0",
"serviceUUID": "fd812ecc-bbef-475f-926e-f4dca15f491f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0053e4b0-1e23-4523-9991-ed6fc55a7c4b",
"resources": [
{
"resourceInstanceName": "vFW ca92a548-7748 0",
"resourceCustomizationUUID": "b2be6ba1-3479-4966-baee-1094b4842dcf",
"resourceName": "vFW ca92a548-7748",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a4919330-f991-48e2-9af1-f0cc4677315a",
"resourceInvariantUUID": "cd49003e-812e-4e1c-b532-83f41a6309f2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwca92a54877480_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"artifactChecksum": "OWM3ODBmYWI1MDM1ZTIyOTdlMTE0ZTg1OWI0MTMxMjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8510f3dc-3b21-426c-a0a0-8894928f37bc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "431a52c0-dc2f-496d-9db5-4dc30734e11c",
"generatedFromUUID": "bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "431a52c0-dc2f-496d-9db5-4dc30734e11c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220425042444-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"artifactChecksum": "M2RlMmQ2YWNmOWNjNTA5YmVjYzE2ZGZjYzAxOWIyZWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ede276d6-65b6-4f87-aceb-2616b326f347"
}
],
"workloadContext": "Production"
}
2022-04-25T04:28:34.541Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:28:34.544Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd812ecc-bbef-475f-926e-f4dca15f491f ASDC
2022-04-25T04:28:34.545Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
ServiceName:vFW 2022-04-25 04-24-44
ServiceVersion:1.0
ServiceUUID:fd812ecc-bbef-475f-926e-f4dca15f491f
ServiceInvariantUUID:0053e4b0-1e23-4523-9991-ed6fc55a7c4b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220425042444-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
ArtifactUUID:ede276d6-65b6-4f87-aceb-2616b326f347
ArtifactChecksum:M2RlMmQ2YWNmOWNjNTA5YmVjYzE2ZGZjYzAxOWIyZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ca92a548-7748 0
ResourceCustomizationUUID:b2be6ba1-3479-4966-baee-1094b4842dcf
ResourceInvariantUUID:cd49003e-812e-4e1c-b532-83f41a6309f2
ResourceName:vFW ca92a548-7748
ResourceType:VF
ResourceUUID:a4919330-f991-48e2-9af1-f0cc4677315a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwca92a54877480_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
ArtifactUUID:8510f3dc-3b21-426c-a0a0-8894928f37bc
ArtifactChecksum:OWM3ODBmYWI1MDM1ZTIyOTdlMTE0ZTg1OWI0MTMxMjU=
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/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
ArtifactUUID:bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9
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/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
ArtifactUUID:431a52c0-dc2f-496d-9db5-4dc30734e11c
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/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
ArtifactUUID:431a52c0-dc2f-496d-9db5-4dc30734e11c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-25T04:28:34.545Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd812ecc-bbef-475f-926e-f4dca15f491f 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-04-25T04:28:34.591Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:28:34.593Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:28:34.593Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:28:34.593Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ede276d6-65b6-4f87-aceb-2616b326f347 from URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:34.593Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:28:34.594Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:34.892Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:28:34.897Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar ede276d6-65b6-4f87-aceb-2616b326f347 98935
2022-04-25T04:28:34.898Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar ASDC sendASDCNotification
2022-04-25T04:28:34.898Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:34.898Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:28:34.899Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:34.901Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:34.901Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860914898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:35.001Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:35.002Z||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-04-25T04:28:35.003Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:35.048Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:35.048Z||pool-42-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:35.902Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:28:35.904Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:28:35.905Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ede276d6-65b6-4f87-aceb-2616b326f347, URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar to file: /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:35.905Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425042444-csar.csar
2022-04-25T04:28:35.906Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:35.907Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:36.209Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11101289836588133645/Definitions/service-Vfw20220425042444-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-25T04:28:39.104Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ca92a548-7748 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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a1c529ae-b9db-473f-8b42-02015b5f5c56
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bb3a58e-405a-4a3c-b107-450fdf878ca4
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ae55429d-f6f2-4e57-acbc-748e014e4fc9
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.123Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:39.123Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.123Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-25 04-24-44
Description:catalog service description
Model UUID:fd812ecc-bbef-475f-926e-f4dca15f491f
Model Version:NULL
Model InvariantUuid:0053e4b0-1e23-4523-9991-ed6fc55a7c4b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ca92a548-7748
Model UUID:39b90948-3694-43e8-9f2a-8a366d9c1365
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd49003e-812e-4e1c-b532-83f41a6309f2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b2be6ba1-3479-4966-baee-1094b4842dcf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c9b4babb-ada8-4a18-a4ad-ed3974a34548
ModelName:VfwCa92a5487748..base_vfw..module-0
ModelUuid:90f786e1-54fb-43d4-99f8-735b5a10694c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a1c529ae-b9db-473f-8b42-02015b5f5c56
ModelInvariantUuid:0aea16f7-56c1-4e03-9fd5-74cbd212f230
ModelName:vFW ca92a548-7748-nodes.vfwCvfc
ModelUuid:d26a75ab-afdd-4d43-a889-b7e15f53e664
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2fa4fec8-28df-4743-94d0-dfedfe23277d
ModelInvariantUuid:ddf9df34-e74b-47c8-9b67-9e5a8df805d4
ModelName:VfwCa92a5487748.compute.nodes.heat.vfw
ModelUuid:0c60355a-3a50-4359-89d4-58364c8f7044
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3bb3a58e-405a-4a3c-b107-450fdf878ca4
ModelInvariantUuid:af958006-6458-473c-b9a3-affb67d5d438
ModelName:vFW ca92a548-7748-nodes.vsnCvfc
ModelUuid:0fade450-1aa6-4c70-ad31-a4b334862333
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1044cc69-76a0-481c-a3e5-e68666f5572f
ModelInvariantUuid:cc2d9f3b-075c-4236-84aa-e85b87c7da51
ModelName:VfwCa92a5487748.compute.nodes.heat.vsn
ModelUuid:1002f6fe-a5ee-495e-a56c-99af9ff03b14
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ae55429d-f6f2-4e57-acbc-748e014e4fc9
ModelInvariantUuid:5a91d5d6-fe08-4909-807a-73a37a051d9c
ModelName:vFW ca92a548-7748-nodes.vpgCvfc
ModelUuid:3a793074-f76e-41a8-8c7c-a92c93752b52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6440527b-c1a8-42d2-8f01-df3a120a70fe
ModelInvariantUuid:8227e8cc-52ac-4b8b-85db-3255a971403d
ModelName:VfwCa92a5487748.compute.nodes.heat.vpg
ModelUuid:7d0e83f7-9ce1-4d11-a1b9-88ec80bb47ec
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-04-25T04:28:39.133Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a4919330-f991-48e2-9af1-f0cc4677315a
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-04-25T04:28:39.140Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||vFW ca92a548-7748 0
2022-04-25T04:28:39.141Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a4919330-f991-48e2-9af1-f0cc4677315a
2022-04-25T04:28:39.141Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8510f3dc-3b21-426c-a0a0-8894928f37bc from URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
2022-04-25T04:28:39.142Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:28:39.142Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
2022-04-25T04:28:39.552Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:28:39.552Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json 8510f3dc-3b21-426c-a0a0-8894928f37bc 785
2022-04-25T04:28:39.553Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json ASDC sendASDCNotification
2022-04-25T04:28:39.553Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
2022-04-25T04:28:39.553Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:28:39.553Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:39.556Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:39.558Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860919553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:39.657Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:28:39.658Z||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-04-25T04:28:39.658Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:39.671Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:39.672Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:40.558Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCa92a5487748..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c9b4babb-ada8-4a18-a4ad-ed3974a34548",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90f786e1-54fb-43d4-99f8-735b5a10694c",
"vfModuleModelCustomizationUUID": "84deca62-4e8a-4445-89d2-9326c6744843",
"isBase": true,
"artifacts": [
"bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9",
"431a52c0-dc2f-496d-9db5-4dc30734e11c"
],
"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-04-25T04:28:40.564Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCa92a5487748..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90f786e1-54fb-43d4-99f8-735b5a10694c
VfModuleModelInvariantUUID:c9b4babb-ada8-4a18-a4ad-ed3974a34548
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9
,
431a52c0-dc2f-496d-9db5-4dc30734e11c
}
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-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCa92a5487748..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c9b4babb-ada8-4a18-a4ad-ed3974a34548",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "90f786e1-54fb-43d4-99f8-735b5a10694c",
"vfModuleModelCustomizationUUID": "84deca62-4e8a-4445-89d2-9326c6744843",
"isBase": true,
"artifacts": [
"bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9",
"431a52c0-dc2f-496d-9db5-4dc30734e11c"
],
"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-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCa92a5487748..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90f786e1-54fb-43d4-99f8-735b5a10694c
VfModuleModelInvariantUUID:c9b4babb-ada8-4a18-a4ad-ed3974a34548
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9
,
431a52c0-dc2f-496d-9db5-4dc30734e11c
}
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-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9 from URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
2022-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
2022-04-25T04:28:40.765Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9 20368
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:40.770Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:40.770Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860920767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:40.870Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:40.871Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-25T04:28:40.871Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:40.942Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:40.943Z||pool-44-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:28:41.770Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 431a52c0-dc2f-496d-9db5-4dc30734e11c from URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
2022-04-25T04:28:41.771Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:28:41.771Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
2022-04-25T04:28:42.152Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:28:42.152Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env 431a52c0-dc2f-496d-9db5-4dc30734e11c 2098
2022-04-25T04:28:42.153Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T04:28:42.153Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
2022-04-25T04:28:42.153Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:28:42.153Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:42.155Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:42.155Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650860922153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-25T04:28:42.255Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:42.257Z||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-04-25T04:28:42.257Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:42.273Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-25T04:28:42.274Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:28:43.156Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fd812ecc-bbef-475f-926e-f4dca15f491f
2022-04-25T04:28:43.156Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ca92a548-7748 0 a4919330-f991-48e2-9af1-f0cc4677315a 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-04-25T04:28:43.189Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c9351ed, org.onap.sdc.toscaparser.api.parameters.Input@47553028, org.onap.sdc.toscaparser.api.parameters.Input@15792dcd, org.onap.sdc.toscaparser.api.parameters.Input@6724e78a, org.onap.sdc.toscaparser.api.parameters.Input@21feceba]
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b2be6ba1-3479-4966-baee-1094b4842dcf
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2be6ba1-3479-4966-baee-1094b4842dcf matches Tosca VF Customization UUID: b2be6ba1-3479-4966-baee-1094b4842dcf
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b2be6ba1-3479-4966-baee-1094b4842dcf 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-04-25T04:28:43.195Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:43.196Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.197Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b2be6ba1-3479-4966-baee-1094b4842dcf: {\"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-04-25T04:28:43.197Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@535788e1
2022-04-25T04:28:43.197Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:43.197Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:28:43.198Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84deca62-4e8a-4445-89d2-9326c6744843
2022-04-25T04:28:43.198Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84deca62-4e8a-4445-89d2-9326c6744843
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-04-25T04:28:43.202Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:43.202Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.202Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:43.202Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:43.203Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.203Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:43.203Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:43.203Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:43.205Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.205Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:43.205Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:43.205Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:43.206Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:43.206Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.206Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a1c529ae-b9db-473f-8b42-02015b5f5c56
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-04-25T04:28:43.209Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery